My first attempt at a text roguelike game.
Go to file
Rob Pearce b200e3acf7 - [+] move all definitions into data.c
- [+] initcommands
    - [+] initobjects
    - [+] initskills
    - [+] initjobs
    - [+] initrace
    - [+] (but leave init() itself in nexus.c)
2011-09-15 01:58:16 +00:00
data - [+] bug in skillpoint % display in @@ 2011-09-15 01:40:26 +00:00
doc - [+] bug in skillpoint % display in @@ 2011-09-15 01:40:26 +00:00
vaults - [+] bug in skillpoint % display in @@ 2011-09-15 01:40:26 +00:00
Makefile - [+] move all definitions into data.c 2011-09-15 01:58:16 +00:00
ai.c - [+] bug in skillpoint % display in @@ 2011-09-15 01:40:26 +00:00
ai.h - [+] add autopop to playerstart vaults 2011-09-14 22:42:54 +00:00
attack.c - [+] add autopop to playerstart vaults 2011-09-14 22:42:54 +00:00
attack.h - [+] fix bug with help not working 2011-08-24 08:15:09 +00:00
defs.h - [+] move all definitions into data.c 2011-09-15 01:58:16 +00:00
flag.c - [+] bug in skillpoint % display in @@ 2011-09-15 01:40:26 +00:00
flag.h - [+] sleeping mosnters aren't waking up soon enough!!! make difficulty 2011-08-31 17:33:35 +00:00
god.c - [+] bug in skillpoint % display in @@ 2011-09-15 01:40:26 +00:00
god.h - [+] bug in skillpoint % display in @@ 2011-09-15 01:40:26 +00:00
io.c - [+] bug in skillpoint % display in @@ 2011-09-15 01:40:26 +00:00
io.h - [+] add autopop to playerstart vaults 2011-09-14 22:42:54 +00:00
lf.c - [+] move all definitions into data.c 2011-09-15 01:58:16 +00:00
lf.h - [+] move all definitions into data.c 2011-09-15 01:58:16 +00:00
map.c - [+] bug in skillpoint % display in @@ 2011-09-15 01:40:26 +00:00
map.h - [+] bug in skillpoint % display in @@ 2011-09-15 01:40:26 +00:00
mod_ob.txt initial checkin 2010-12-02 01:17:54 +00:00
move.c - [+] bug in skillpoint % display in @@ 2011-09-15 01:40:26 +00:00
move.h - [+] monster chase bug with new LOS code 2011-09-12 00:05:42 +00:00
nexus.c - [+] move all definitions into data.c 2011-09-15 01:58:16 +00:00
nexus.h - [+] move all definitions into data.c 2011-09-15 01:58:16 +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 - [+] move all definitions into data.c 2011-09-15 01:58:16 +00:00
objects.h - [+] move all definitions into data.c 2011-09-15 01:58:16 +00:00
save.c - [+] add autopop to playerstart vaults 2011-09-14 22:42:54 +00:00
save.h - [+] bug in movement speed display for monsters 2011-08-25 09:01:28 +00:00
spell.c - [+] bug in skillpoint % display in @@ 2011-09-15 01:40:26 +00:00
spell.h - [+] add autopop to playerstart vaults 2011-09-14 22:42:54 +00:00
text.c - [+] idea: only see forwards? (ie. in last dir moved) 2011-09-11 23:52:14 +00:00
text.h - [+] idea: only see forwards? (ie. in last dir moved) 2011-09-11 23:52:14 +00:00