My first attempt at a text roguelike game.
Go to file
Rob Pearce 07844bb69e * [+] operate a candlabrum on the ground confers permenant light
producing!
* [+] bug - water appearing in walls.
- [+] make armour less common in forests
- [+] too many --more--s when enhancing stats.  use drawmsg() rather
      than more().
- [+] when i go up/down stairs, i keep ending up BESIDE them??
* [+] "you hear footstepszzzzzzzzzzzzzzzzzzzzzzz" (random junk)
- [+] when i start training with a spell active, it gets interrupted.
      try again, interrupted again! works 3rd time.
- [+] replace lockpicking with "locksmithing"
- [+] replace 'body control' with 'slow metabolism'
- [+] pit traps broken - fixed now.
- [+] doheading issue in @M still.
* [+] how did zombie get 28 hp? bug in rollhitdice.
- [+] blind a skeleton with light.  it gets blind, starts fleeing. but
      because it can't SEE you, it stops fleeing instantly!
* [+] getflags(flagpile_t *fp, ... )
- [+] stun spell
- [+] only say "x2" etc if msgbuf we are going to draw still contains
      the original text.
- [+] when you level up, your psionic skill determines your chance of
      learning a new psionic spell?
- [+] when you teleport/use stairs, get all allies in SIGHT, not
      adjacent.
* [+] more traps!
* [+] prisoners in cells
- [+] recruitment: instead of outright refusing to join, just up the
      price.
* [+] make spellbook contents depend on map difficulty
- [+] cloak of shadows - give invisibility when in darkness
* [+] limited wish:
- [+] casting WISH reduces max hp by 50%!
- [+] monster ai code: if inventory full (or close), put non-eqiupped
      stuff into containers
* [+] infinite loop in firedam to lf
- [+] pot of xp isn't working for monsters. they get no more hp!!
- [+] summonmosnter should jsut relocate existing uniques
- [+] 'planeshift' spell for gods - "unsummon"s them.
* [+] diety - greedgod
* [+] more village contents
2011-07-26 02:01:05 +00:00
data * [+] make vending machines use this container code instead. 2011-07-13 21:40:28 +00:00
doc * [+] operate a candlabrum on the ground confers permenant light 2011-07-26 02:01:05 +00:00
vaults * [+] operate a candlabrum on the ground confers permenant light 2011-07-26 02:01:05 +00:00
Makefile - [+] thrown objects taking no damage due to hardness 2011-06-29 08:48:48 +00:00
ai.c * [+] operate a candlabrum on the ground confers permenant light 2011-07-26 02:01:05 +00:00
ai.h * [+] make vending machines use this container code instead. 2011-07-13 21:40:28 +00:00
attack.c * [+] operate a candlabrum on the ground confers permenant light 2011-07-26 02:01:05 +00:00
attack.h * [+] check darkmantle code now that i can se ab it in dark 2011-06-23 05:57:55 +00:00
defs.h * [+] operate a candlabrum on the ground confers permenant light 2011-07-26 02:01:05 +00:00
flag.c * [+] operate a candlabrum on the ground confers permenant light 2011-07-26 02:01:05 +00:00
flag.h * [+] operate a candlabrum on the ground confers permenant light 2011-07-26 02:01:05 +00:00
io.c * [+] operate a candlabrum on the ground confers permenant light 2011-07-26 02:01:05 +00:00
io.h * [+] fire should set equipped obs on fire too 2011-07-21 01:43:45 +00:00
lf.c * [+] operate a candlabrum on the ground confers permenant light 2011-07-26 02:01:05 +00:00
lf.h * [+] operate a candlabrum on the ground confers permenant light 2011-07-26 02:01:05 +00:00
map.c * [+] operate a candlabrum on the ground confers permenant light 2011-07-26 02:01:05 +00:00
map.h * [+] fire should set equipped obs on fire too 2011-07-21 01:43:45 +00:00
mod_ob.txt initial checkin 2010-12-02 01:17:54 +00:00
move.c * [+] operate a candlabrum on the ground confers permenant light 2011-07-26 02:01:05 +00:00
move.h - [+] thrown objects taking no damage due to hardness 2011-06-29 08:48:48 +00:00
nexus.c * [+] operate a candlabrum on the ground confers permenant light 2011-07-26 02:01: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 * [+] operate a candlabrum on the ground confers permenant light 2011-07-26 02:01:05 +00:00
objects.h * [+] operate a candlabrum on the ground confers permenant light 2011-07-26 02:01:05 +00:00
save.c * [+] fire should set equipped obs on fire too 2011-07-21 01:43:45 +00:00
save.h * [+] make vending machines use this container code instead. 2011-07-13 21:40:28 +00:00
spell.c * [+] operate a candlabrum on the ground confers permenant light 2011-07-26 02:01:05 +00:00
spell.h * [+] operate a candlabrum on the ground confers permenant light 2011-07-26 02:01:05 +00:00
text.c * [+] make vending machines use this container code instead. 2011-07-13 21:40:28 +00:00
text.h * [+] make vending machines use this container code instead. 2011-07-13 21:40:28 +00:00