My first attempt at a text roguelike game.
Go to file
Rob Pearce 00f9d4e0bf - [+] vampire gas cloud not working for player
- [+] monsters should only weild weapons if they are better than their
      inbuilt attcaks!
- [+] show dtected obkects in bold green
- [+] bug: can blink into impassable objects
- [+] infinite loop in ai turn for porcupine.
    - [+] movetowards()
* [+] vampires
- [+] vampire changes back to its original form.  CRASH.
2011-08-05 21:34:35 +00:00
data - [+] outdoor bug: at -1,-1. travel south. end up at 0,0!!! 2011-08-03 18:43:05 +00:00
doc - [+] outdoor bug: at -1,-1. travel south. end up at 0,0!!! 2011-08-03 18:43:05 +00:00
vaults - [+] outdoor bug: at -1,-1. travel south. end up at 0,0!!! 2011-08-03 18:43:05 +00:00
Makefile - [+] outdoor bug: at -1,-1. travel south. end up at 0,0!!! 2011-08-03 18:43:05 +00:00
ai.c - [+] vampire gas cloud not working for player 2011-08-05 21:34:35 +00:00
ai.h * [+] make vending machines use this container code instead. 2011-07-13 21:40:28 +00:00
attack.c - [+] vampire gas cloud not working for player 2011-08-05 21:34:35 +00:00
attack.h * [+] hiscores 2011-07-28 22:45:34 +00:00
defs.h - [+] vampire gas cloud not working for player 2011-08-05 21:34:35 +00:00
flag.c - [+] vampire gas cloud not working for player 2011-08-05 21:34:35 +00:00
flag.h - [+] vampire gas cloud not working for player 2011-08-05 21:34:35 +00:00
god.c - [+] vampire gas cloud not working for player 2011-08-05 21:34:35 +00:00
god.h - [+] outdoor bug: at -1,-1. travel south. end up at 0,0!!! 2011-08-03 18:43:05 +00:00
io.c - [+] vampire gas cloud not working for player 2011-08-05 21:34:35 +00:00
io.h - [+] outdoor bug: at -1,-1. travel south. end up at 0,0!!! 2011-08-03 18:43:05 +00:00
lf.c - [+] vampire gas cloud not working for player 2011-08-05 21:34:35 +00:00
lf.h - [+] vampire gas cloud not working for player 2011-08-05 21:34:35 +00:00
map.c - [+] vampire gas cloud not working for player 2011-08-05 21:34:35 +00:00
map.h - [+] vampire gas cloud not working for player 2011-08-05 21:34:35 +00:00
mod_ob.txt initial checkin 2010-12-02 01:17:54 +00:00
move.c - [+] vampire gas cloud not working for player 2011-08-05 21:34:35 +00:00
move.h - [+] thrown objects taking no damage due to hardness 2011-06-29 08:48:48 +00:00
nexus.c - [+] outdoor bug: at -1,-1. travel south. end up at 0,0!!! 2011-08-03 18:43:05 +00:00
nexus.h * [+] make vending machines use this container code instead. 2011-07-13 21:40:28 +00:00
object.h initial checkin 2010-12-02 01:17:54 +00:00
object_ideas.txt Updates 2011-01-31 19:16:13 +00:00
objects.c - [+] vampire gas cloud not working for player 2011-08-05 21:34:35 +00:00
objects.h * [+] operate a candlabrum on the ground confers permenant light 2011-07-26 02:01:05 +00:00
save.c - [+] outdoor bug: at -1,-1. travel south. end up at 0,0!!! 2011-08-03 18:43:05 +00:00
save.h * [+] hiscores 2011-07-28 22:45:34 +00:00
spell.c - [+] vampire gas cloud not working for player 2011-08-05 21:34:35 +00:00
spell.h - [+] outdoor bug: at -1,-1. travel south. end up at 0,0!!! 2011-08-03 18:43:05 +00:00
text.c - [+] vampire gas cloud not working for player 2011-08-05 21:34:35 +00:00
text.h - [+] outdoor bug: at -1,-1. travel south. end up at 0,0!!! 2011-08-03 18:43:05 +00:00