My first attempt at a text roguelike game.
Go to file
Rob Pearce 5cb8b05817 - [+] BUG: arrows shouldn't be able to trigger arrow traps!!!
- [+] king piranhas shouldn't leap out of the water!
- [+] don't catch thrown missiles if it will burden us
- [+] in @@, show "accuracy" as a seperate line, not with your weapon.
- [+] higher chance of learning psionics on level up.
- [+] fix up monster hp - too easy to kill most things in one hit with
      dam = 4-12, 2 attacks (ie. l6 monk)
    - [+] dump out all mosnters sorted by hit dice (show avg hp)
    - [+] fix them up
- [+] vault->entertext - ie "you enter a dining room"
- [+] make random monster generation go by hitdice AND rarity rr_. 
      IGNORE rarity value.
    - [+] start with hd = level.  sometimes incrase
    - [+] remove all rarity values from monsters
- [+] disorient might need to be higher level than stun
- [+] make psionic spell mp cost be level, rather than level^2?
- [+] ai bug:
    - [+] .oO { looking for a target . }
          .oO { found an enemy target - lfid 256 (human) ! }
          .oO { default - moving randomly }
- [+] reduce cost for higher levle spells agian.
- [+] prevent player from eating an ice sheid!
- [+] bug when eating from the floor with multiple food items there
- [+] assassin's blink spell - teleport behind and facing someone.
      medium level translocation.
- [+] make "chunk of roast meat" be "chunk of roast goblin meat"
    - [+] and base nutrition on corpse type
- [+] highlevel sixth sense should let you turn to face it
* [+] add prompt text to msg hist:
- [+] sixth sense should only pick up hostile monsters
- [+] need a good reason that wizards can't wear armour.
    - [+] if isplayer(), failure chance depends on any arm/shield
          penalties
- [+] show f_impassable in describeob()
- [+] no walking backwards/sideways if you're stuck in a web/vine. can
      only turn.
- [+] objects for protection:
    - [+] eyeglasses (+vision)
    - [+] safety goggles
- [+] ERROR - stairs link to existing map 0('the surface(0,0) (id #0)',
      depth 1), but it has no free stairs.
    - [+] when we restart map regeneration, must first REMOVE
          referenecs to this map!!!
    - [+] implemented.
- [+] fixed bug with sleep interruption
- [+] You attack the helpless the dwarf monk!  You flatten the dwarf
      monk!
      The dwarf monk loses consciousness.   damage's robe protects it.
- [+] add stamina cost to other abilities
- [+] add descriptions to lore skills
- [+] make athletics skill give you more stamina?
* [+] monstesr stopping fleeing when they can't see player
2011-09-27 18:56:58 +00:00
data - [+] BUG: arrows shouldn't be able to trigger arrow traps!!! 2011-09-27 18:56:58 +00:00
doc - [+] BUG: arrows shouldn't be able to trigger arrow traps!!! 2011-09-27 18:56:58 +00:00
vaults - [+] BUG: arrows shouldn't be able to trigger arrow traps!!! 2011-09-27 18:56:58 +00:00
Makefile - [+] move all definitions into data.c 2011-09-15 01:58:16 +00:00
ai.c - [+] BUG: arrows shouldn't be able to trigger arrow traps!!! 2011-09-27 18:56:58 +00:00
ai.h - [+] add autopop to playerstart vaults 2011-09-14 22:42:54 +00:00
attack.c - [+] BUG: arrows shouldn't be able to trigger arrow traps!!! 2011-09-27 18:56:58 +00:00
attack.h - [+] fix bug with help not working 2011-08-24 08:15:09 +00:00
data.c - [+] BUG: arrows shouldn't be able to trigger arrow traps!!! 2011-09-27 18:56:58 +00:00
data.h - move all definitions into data.c / data.h 2011-09-19 01:47:35 +00:00
defs.h - [+] BUG: arrows shouldn't be able to trigger arrow traps!!! 2011-09-27 18:56:58 +00:00
flag.c - [+] when throwin gn aobject, warn if you have no LOF (just like 2011-09-22 02:00:16 +00:00
flag.h - [+] sleeping mosnters aren't waking up soon enough!!! make difficulty 2011-08-31 17:33:35 +00:00
god.c - [+] when throwin gn aobject, warn if you have no LOF (just like 2011-09-22 02:00:16 +00:00
god.h - [+] when throwin gn aobject, warn if you have no LOF (just like 2011-09-22 02:00:16 +00:00
io.c - [+] BUG: arrows shouldn't be able to trigger arrow traps!!! 2011-09-27 18:56:58 +00:00
io.h - [+] when throwin gn aobject, warn if you have no LOF (just like 2011-09-22 02:00:16 +00:00
lf.c - [+] BUG: arrows shouldn't be able to trigger arrow traps!!! 2011-09-27 18:56:58 +00:00
lf.h - [+] BUG: arrows shouldn't be able to trigger arrow traps!!! 2011-09-27 18:56:58 +00:00
map.c - [+] BUG: arrows shouldn't be able to trigger arrow traps!!! 2011-09-27 18:56:58 +00:00
map.h - [+] BUG: arrows shouldn't be able to trigger arrow traps!!! 2011-09-27 18:56:58 +00:00
mod_ob.txt initial checkin 2010-12-02 01:17:54 +00:00
move.c - [+] BUG: arrows shouldn't be able to trigger arrow traps!!! 2011-09-27 18:56:58 +00:00
move.h - [+] BUG: arrows shouldn't be able to trigger arrow traps!!! 2011-09-27 18:56:58 +00:00
nexus.c - [+] BUG: arrows shouldn't be able to trigger arrow traps!!! 2011-09-27 18:56:58 +00:00
nexus.h - [+] BUG: arrows shouldn't be able to trigger arrow traps!!! 2011-09-27 18:56:58 +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 - [+] BUG: arrows shouldn't be able to trigger arrow traps!!! 2011-09-27 18:56:58 +00:00
objects.h - [+] BUG: arrows shouldn't be able to trigger arrow traps!!! 2011-09-27 18:56:58 +00:00
save.c - move all definitions into data.c / data.h 2011-09-19 01:47:35 +00:00
save.h - [+] bug in movement speed display for monsters 2011-08-25 09:01:28 +00:00
spell.c - [+] BUG: arrows shouldn't be able to trigger arrow traps!!! 2011-09-27 18:56:58 +00:00
spell.h - [+] add autopop to playerstart vaults 2011-09-14 22:42:54 +00:00
text.c - [+] BUG: arrows shouldn't be able to trigger arrow traps!!! 2011-09-27 18:56:58 +00:00
text.h - [+] idea: only see forwards? (ie. in last dir moved) 2011-09-11 23:52:14 +00:00