My first attempt at a text roguelike game.
Go to file
Rob Pearce cdd7d69532 * [+] why did i get a gift from yumi in the middle of a battle?
- [+] need alignment. f_alignment.  default neutral.
- [+] slight change to armour damage calc
- [+] thrown poisoned weapons don't work!
- [+] holy aura spell. lv3 cleric.
* [+] are kobolds working properly??  seem buggy
* [+] calmed down a war hound with a mushroom.
- [+] use wisdom for checks for unwise things, not iq.
* [+] hecta should only care about attacking evil creatures if they
      were NOT hostile.
- [+] optimise:
    - [+] use getflags() more often.
    - [+] lookforobs() - redo code for ai wanting things.
    * [+] precalclos - 28%
    * [+] hasbetterweapon()
    - [+] haslos - 27.3%
- [+] when you move now, you don't have los to your previous cell on
      the first drawscreen when your turn starts!!!!!
- [+] ai is coming too close before firing ranged weapons. allow them
      to stay within 2 - maxrange if they have a weapon.
- [+] also let them fire form furhter away!
* [+] give healing potion to hurt (intelligent) lf to calm them down?
* [+] Amberon (m) purity, righteousness
* [+] Hecta - female, death, undead, evil, night
* [+] Felix -  male, thieves, greed
* [+] bug - i found jimbo dead!
- [+] cave vault (different wall types, boulder at the entrance, lots of
      food, bears)
2011-08-10 02:40:29 +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 * [+] why did i get a gift from yumi in the middle of a battle? 2011-08-10 02:40:29 +00:00
ai.h * [+] why did i get a gift from yumi in the middle of a battle? 2011-08-10 02:40:29 +00:00
attack.c * [+] why did i get a gift from yumi in the middle of a battle? 2011-08-10 02:40:29 +00:00
attack.h * [+] hiscores 2011-07-28 22:45:34 +00:00
defs.h * [+] why did i get a gift from yumi in the middle of a battle? 2011-08-10 02:40:29 +00:00
flag.c * [+] why did i get a gift from yumi in the middle of a battle? 2011-08-10 02:40:29 +00:00
flag.h - [+] vampire gas cloud not working for player 2011-08-05 21:34:35 +00:00
god.c * [+] why did i get a gift from yumi in the middle of a battle? 2011-08-10 02:40:29 +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 * [+] why did i get a gift from yumi in the middle of a battle? 2011-08-10 02:40:29 +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 * [+] why did i get a gift from yumi in the middle of a battle? 2011-08-10 02:40:29 +00:00
lf.h * [+] why did i get a gift from yumi in the middle of a battle? 2011-08-10 02:40:29 +00:00
map.c * [+] why did i get a gift from yumi in the middle of a battle? 2011-08-10 02:40:29 +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 * [+] why did i get a gift from yumi in the middle of a battle? 2011-08-10 02:40:29 +00:00
move.h * [+] why did i get a gift from yumi in the middle of a battle? 2011-08-10 02:40:29 +00:00
nexus.c * [+] why did i get a gift from yumi in the middle of a battle? 2011-08-10 02:40:29 +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 * [+] why did i get a gift from yumi in the middle of a battle? 2011-08-10 02:40:29 +00:00
objects.h * [+] why did i get a gift from yumi in the middle of a battle? 2011-08-10 02:40:29 +00:00
save.c * [+] why did i get a gift from yumi in the middle of a battle? 2011-08-10 02:40:29 +00:00
save.h * [+] hiscores 2011-07-28 22:45:34 +00:00
spell.c * [+] why did i get a gift from yumi in the middle of a battle? 2011-08-10 02:40:29 +00:00
spell.h * [+] why did i get a gift from yumi in the middle of a battle? 2011-08-10 02:40:29 +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