My first attempt at a text roguelike game.
Go to file
Rob Pearce 1fb5e12386 - [+] need a better message when sickness wakes you up.
- [+] at the moment i just get "your rest is interrupted!"
- [+] incorrectly calling getlorelevel() with raceid ratehr than
      raceclassid.
- [+] CRASH in spellresisted() when caster is null
- [+] fix rest being interrupted by all flags!
    - [+] flagcausesinterrupt()
    - [+] test - get poisoned then sleep/train
    - [+] test - potion of elemental immunity
- [+] metal armour now isn't being damaged _enough_!
    - [+] fixed - wasn't applying the full original damage to armour.
2012-02-28 12:02:38 +00:00
data - [+] chance to resist knockback? 2012-02-28 11:02:02 +00:00
doc - [+] chance to resist knockback? 2012-02-28 11:02:02 +00:00
Makefile - [+] CRASH in killflag() 2011-12-16 19:54:08 +00:00
ai.c - [+] allow user to DISABLE auto dodge fatal attacks ?. enable through 2012-02-24 06:45:23 +00:00
ai.h - [+] in shops, show 'ESC when done, ? to describe/purchase' 2012-01-10 03:40:43 +00:00
attack.c - [+] need a better message when sickness wakes you up. 2012-02-28 12:02:38 +00:00
attack.h - [+] increase damage for missiles 2012-01-24 20:38:59 +00:00
data.c - [+] chance to resist knockback? 2012-02-28 11:02:02 +00:00
data.h - [+] increase accuracy of blessed firearms ? 2012-01-18 23:11:55 +00:00
defs.h - [+] need a better message when sickness wakes you up. 2012-02-28 12:02:38 +00:00
flag.c - [+] need a better message when sickness wakes you up. 2012-02-28 12:02:38 +00:00
flag.h - [+] need a better message when sickness wakes you up. 2012-02-28 12:02:38 +00:00
god.c - [+] remove enchantment school 2012-02-27 08:27:55 +00:00
god.h - [+] delvers should always want money for info, unless you are a 2012-02-17 05:16:45 +00:00
io.c - [+] need a better message when sickness wakes you up. 2012-02-28 12:02:38 +00:00
io.h - [+] chance to resist knockback? 2012-02-28 11:02:02 +00:00
lf.c - [+] need a better message when sickness wakes you up. 2012-02-28 12:02:38 +00:00
lf.h Paladin changes 2012-02-25 23:42:48 +00:00
map.c - [+] chance to resist knockback? 2012-02-28 11:02:02 +00:00
map.h - [+] allow user to DISABLE auto dodge fatal attacks ?. enable through 2012-02-24 06:45:23 +00:00
mod_ob.txt initial checkin 2010-12-02 01:17:54 +00:00
move.c - [+] chance to resist knockback? 2012-02-28 11:02:02 +00:00
move.h - [+] rename dragon to wyrm 2012-01-29 22:47:43 +00:00
nexus.c - [+] chance to resist knockback? 2012-02-28 11:02:02 +00:00
nexus.h - [+] chance to resist knockback? 2012-02-28 11:02:02 +00:00
objects.c - [+] remove enchantment school 2012-02-27 08:27:55 +00:00
objects.h - [+] remove enchantment school 2012-02-27 08:27:55 +00:00
save.c - [+] allow user to DISABLE auto dodge fatal attacks ?. enable through 2012-02-24 06:45:23 +00:00
save.h - [+] bug: constant redraws when walking in dark levels. 2012-02-01 23:02:18 +00:00
shops.c Paladin changes 2012-02-25 23:42:48 +00:00
shops.h Paladin changes 2012-02-25 23:42:48 +00:00
spell.c - [+] need a better message when sickness wakes you up. 2012-02-28 12:02:38 +00:00
spell.h - [+] chance to resist knockback? 2012-02-28 11:02:02 +00:00
text.c - [+] chance to resist knockback? 2012-02-28 11:02:02 +00:00
text.h - [+] remove enchantment school 2012-02-27 08:27:55 +00:00
vault.c - [+] allow user to DISABLE auto dodge fatal attacks ?. enable through 2012-02-24 06:45:23 +00:00
vault.h - [+] allies should always give out info without payment 2012-01-06 00:20:57 +00:00