My first attempt at a text roguelike game.
Go to file
Rob Pearce e5c6d8b094 - [+] bjorn prayer should knockback adjacent enemies
- [+] BUG when i enter baba yaga's hut:
    - [+] ERROR - couldn't link stairs back to map entry object.--More--
        - [+] was assuming that exitdir was up/down.  for entering the
              hut, the direction is "in".
- [+] lots of missing text colours - fixed.
- [+] is 'appropriate' working? i got a sun hat!
    - [+] yes, but "armour" should mean "ar >= 1", to differentiate
          from 'clothing'
    - [+] also, size sohuld match for armour.
- [+] time code (if you have a watch):
    - [+] things which occur at certain times
        - [+] "glorana's peace" - morning twilight and sunrise.
            - [+] boost life spells
            - [+] glorana worshippers gain some special - regen.
        - [+] midnight =  "witching hour"
            - [+] boost necromancy
            - [+] werewolves always change to wolf
            - [+] implement an auto-cast for player lycanthropes
- [+] when a ling parasite enters a corpse:
    - [+] add some kind of flag so that when it dies, a living ling
          parasite appears on top of the corpse.
    - [+] F_CORPSELF
2012-07-06 03:54:58 +00:00
data - [+] bjorn prayer should knockback adjacent enemies 2012-07-06 03:54:58 +00:00
doc - [+] "really attack the helpless something?" 2012-04-27 01:23:14 +00:00
Makefile - [+] CRASH in killflag() 2011-12-16 19:54:08 +00:00
ai.c - [+] bjorn prayer should knockback adjacent enemies 2012-07-06 03:54:58 +00:00
ai.h - [+] ai shuldn't want its home/life objects. 2012-03-08 19:42:25 +00:00
attack.c - [+] bjorn prayer should knockback adjacent enemies 2012-07-06 03:54:58 +00:00
attack.h - [+] modifications to alchemy spell - affect stone, not metal 2012-06-25 12:49:53 +00:00
data.c - [+] bjorn prayer should knockback adjacent enemies 2012-07-06 03:54:58 +00:00
data.h - [+] bug: shouldn't be able to pay with gems without beginner 2012-05-22 06:10:49 +00:00
defs.h - [+] bjorn prayer should knockback adjacent enemies 2012-07-06 03:54:58 +00:00
findleak.c adding findleak 2012-03-05 10:32:17 +00:00
findleak.h adding extra headers 2012-03-05 10:32:29 +00:00
flag.c - [+] change descriptive text for nullify power. 2012-07-03 03:53:41 +00:00
flag.h - [+] tweak random monster code - highest TR () shiuld appear at level 2012-04-14 13:23:04 +00:00
god.c - [+] bjorn prayer should knockback adjacent enemies 2012-07-06 03:54:58 +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 - [+] bjorn prayer should knockback adjacent enemies 2012-07-06 03:54:58 +00:00
io.h - [+] credit cards shouldn't be stackable 2012-05-28 07:05:19 +00:00
lf.c - [+] bjorn prayer should knockback adjacent enemies 2012-07-06 03:54:58 +00:00
lf.h - [+] change descriptive text for nullify power. 2012-07-03 03:53:41 +00:00
map.c - [+] bjorn prayer should knockback adjacent enemies 2012-07-06 03:54:58 +00:00
map.h - [+] bjorn prayer should knockback adjacent enemies 2012-07-06 03:54:58 +00:00
mod_ob.txt initial checkin 2010-12-02 01:17:54 +00:00
move.c - [+] bjorn prayer should knockback adjacent enemies 2012-07-06 03:54:58 +00:00
move.h * [+] BUG: books lose their hidden names after load: 2012-06-02 22:43:18 +00:00
nexus.c - [+] bjorn prayer should knockback adjacent enemies 2012-07-06 03:54:58 +00:00
nexus.h - [+] change real_getlfname(): 2012-03-28 20:17:47 +00:00
objects.c - [+] bjorn prayer should knockback adjacent enemies 2012-07-06 03:54:58 +00:00
objects.h - [+] bjorn prayer should knockback adjacent enemies 2012-07-06 03:54:58 +00:00
save.c - [+] bug: training never going up! 2012-05-08 21:57:49 +00:00
save.h - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00
shops.c - [+] modifications to alchemy spell - affect stone, not metal 2012-06-25 12:49:53 +00:00
shops.h - [+] bug: shouldn't be able to pay with gems without beginner 2012-05-22 06:10:49 +00:00
spell.c - [+] bjorn prayer should knockback adjacent enemies 2012-07-06 03:54:58 +00:00
spell.h - [+] "really attack the helpless something?" 2012-04-27 01:23:14 +00:00
text.c - [+] bjorn prayer should knockback adjacent enemies 2012-07-06 03:54:58 +00:00
text.h - [+] bjorn prayer should knockback adjacent enemies 2012-07-06 03:54:58 +00:00
vault.c - [+] glorana should accept scarifice of undead corpses. 2012-07-04 06:01:07 +00:00
vault.h - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00