My first attempt at a text roguelike game.
Go to file
Rob Pearce c1bccc652c - [+] fixed crash related to F_CASTINGSPELL
- [+] change god names to "god of xxx/yyy/zzz"
- [+] i'm pleasing the god of life somehow unknown. why?
    - [+] from sleeping!
    - [+] was checking !isasleep(god), not !isasleep(player)
- [+] ai object stealing code not working
- [+] chance to wake up when someone is stealing your objects ?
    - [+] stealer makes an easy stealth check
- [+] fix crash in steal()
- [+] when fix_reachability kills a wall, add rubble as if the wall
      fell down.
- [+] if you burn yourself on something, automatically drop it.
- [+] ai shouldn't try to wear dangerous objects.
- [+] f_hot objects count as dangerous
- [+] if metal takes fire damage, it gets F_HOT (unknown)
    - [+] touch() will burn you, and make the flag known ("red hot") 
    - [+] if you are wearing F_HOT armour, take damage from it.
    - [+] modify how heat metal spell works
    - [+] when something catches on fire, it also gains F_HOT 
    - [+] test heat metal
- [+] firebug and fire sprite should have f_extracorpse "small fire"
- [+] in makedesc_skill, only show each "at xxx level" heading once
- [+] ice wraith shuld be flying.  ghast shouldnt be levitating.
- [+] MENDING should fix rust.
- [+] BUG: ERROR - unlinked stairs! should have been linked during map
      creation.
    - [+] was on Dlev 9
    - [+] stairs were going to the swamp.... and swamp had no stairs!!!
    - [+] in finalisemap: swamp was misisng stairtypes!
2012-02-03 05:55:19 +00:00
data - [+] fixed crash related to F_CASTINGSPELL 2012-02-03 05:55:19 +00:00
doc - [+] fixed crash related to F_CASTINGSPELL 2012-02-03 05:55:19 +00:00
Makefile - [+] CRASH in killflag() 2011-12-16 19:54:08 +00:00
ai.c - [+] fixed crash related to F_CASTINGSPELL 2012-02-03 05:55:19 +00:00
ai.h - [+] in shops, show 'ESC when done, ? to describe/purchase' 2012-01-10 03:40:43 +00:00
attack.c - [+] redo heaven vault to cater for 10 gods 2012-02-02 04:33:24 +00:00
attack.h - [+] increase damage for missiles 2012-01-24 20:38:59 +00:00
data.c - [+] fixed crash related to F_CASTINGSPELL 2012-02-03 05:55:19 +00:00
data.h - [+] increase accuracy of blessed firearms ? 2012-01-18 23:11:55 +00:00
defs.h - [+] fixed crash related to F_CASTINGSPELL 2012-02-03 05:55:19 +00:00
flag.c - [+] remove "inscribe" spell for now. 2012-01-25 09:20:15 +00:00
flag.h - [+] make ring of invisibility also drain your hp! 2012-01-12 01:28:07 +00:00
god.c - [+] fixed crash related to F_CASTINGSPELL 2012-02-03 05:55:19 +00:00
god.h - [+] bug: getobvlue price keeps going up 2012-02-01 01:31:36 +00:00
io.c - [+] fixed crash related to F_CASTINGSPELL 2012-02-03 05:55:19 +00:00
io.h - [+] rename dragon to wyrm 2012-01-29 22:47:43 +00:00
lf.c - [+] fixed crash related to F_CASTINGSPELL 2012-02-03 05:55:19 +00:00
lf.h - [+] fixed crash related to F_CASTINGSPELL 2012-02-03 05:55:19 +00:00
map.c - [+] fixed crash related to F_CASTINGSPELL 2012-02-03 05:55:19 +00:00
map.h - [+] fixed crash related to F_CASTINGSPELL 2012-02-03 05:55:19 +00:00
mod_ob.txt initial checkin 2010-12-02 01:17:54 +00:00
move.c - [+] redo heaven vault to cater for 10 gods 2012-02-02 04:33:24 +00:00
move.h - [+] rename dragon to wyrm 2012-01-29 22:47:43 +00:00
nexus.c - [+] fixed crash related to F_CASTINGSPELL 2012-02-03 05:55:19 +00:00
nexus.h - [+] rename dragon to wyrm 2012-01-29 22:47:43 +00:00
objects.c - [+] fixed crash related to F_CASTINGSPELL 2012-02-03 05:55:19 +00:00
objects.h - [+] fixed crash related to F_CASTINGSPELL 2012-02-03 05:55:19 +00:00
save.c - [+] bug: constant redraws when walking in dark levels. 2012-02-01 23:02:18 +00:00
save.h - [+] bug: constant redraws when walking in dark levels. 2012-02-01 23:02:18 +00:00
shops.c - [+] reduce F_WALKDAM on fire objects to 1d4,2d4,3d4 2012-02-02 05:26:14 +00:00
shops.h - [+] bug: getobvlue price keeps going up 2012-02-01 01:31:36 +00:00
spell.c - [+] fixed crash related to F_CASTINGSPELL 2012-02-03 05:55:19 +00:00
spell.h - [+] show varpower spell effects in @E 2012-02-01 20:56:07 +00:00
text.c - [+] rename dragon to wyrm 2012-01-29 22:47:43 +00:00
text.h - [+] increase damage for missiles 2012-01-24 20:38:59 +00:00
vault.c - [+] reduce F_WALKDAM on fire objects to 1d4,2d4,3d4 2012-02-02 05:26:14 +00:00
vault.h - [+] allies should always give out info without payment 2012-01-06 00:20:57 +00:00