My first attempt at a text roguelike game.
Go to file
Rob Pearce cd9b6cd40a - [+] bug: shouldn't be able to pay with gems without beginner
psychology
- [+] plauge rat should have poison corpse
- [+] bjorn should only get mad when you flee from armed foes.
- [+] Strengths: should include poisonous bite at beginner level, not
      adept.
- [+] show behaviour flags in description
    - [+] territorial (insane)
    - [+] fleeondam (timid)
    - [+] noflee (drugged)
    - [+] followtime (detemrined / lazy)
    - [+] muscled/scrawny
- [+] should be able to pay potion stores to id stuff.
    - [+] update make_basic_shop
    - [+] use shopacceptsflag
    - [+] id function...
- [+] bug: scroll of wishing, Protection. keeps giving me 'sun hat.
    - [+] limit possible body parts to certain ones.
- [+] when wearing armour of the spider, you should never get exhausted
      from climbing
- [+] show "Threat Assessment" text on @@
- [+] only warn about pentagrams with gtaverage iq
* [+] new playable race: Wyrmspawn
2012-05-22 06:10:49 +00:00
data - [+] bug: shouldn't be able to pay with gems without beginner 2012-05-22 06:10:49 +00:00
doc - [+] "really attack the helpless something?" 2012-04-27 01:23:14 +00:00
Makefile - [+] CRASH in killflag() 2011-12-16 19:54:08 +00:00
ai.c - [+] bug: shouldn't be able to pay with gems without beginner 2012-05-22 06:10:49 +00:00
ai.h - [+] ai shuldn't want its home/life objects. 2012-03-08 19:42:25 +00:00
attack.c - [+] don't make skill points exponentially harder to gain (or greatly 2012-04-18 21:34:41 +00:00
attack.h - [+] griddler didnt start with trident? 2012-04-13 22:52:35 +00:00
data.c - [+] bug: shouldn't be able to pay with gems without beginner 2012-05-22 06:10:49 +00:00
data.h - [+] bug: shouldn't be able to pay with gems without beginner 2012-05-22 06:10:49 +00:00
defs.h - [+] bug: shouldn't be able to pay with gems without beginner 2012-05-22 06:10:49 +00:00
findleak.c adding findleak 2012-03-05 10:32:17 +00:00
findleak.h adding extra headers 2012-03-05 10:32:29 +00:00
flag.c - [+] tweak random monster code - highest TR () shiuld appear at level 2012-04-14 13:23:04 +00:00
flag.h - [+] tweak random monster code - highest TR () shiuld appear at level 2012-04-14 13:23:04 +00:00
god.c - [+] bug: shouldn't be able to pay with gems without beginner 2012-05-22 06:10:49 +00:00
god.h - [+] delvers should always want money for info, unless you are a 2012-02-17 05:16:45 +00:00
io.c - [+] bug: shouldn't be able to pay with gems without beginner 2012-05-22 06:10:49 +00:00
io.h - [+] "really attack the helpless something?" 2012-04-27 01:23:14 +00:00
lf.c - [+] bug: shouldn't be able to pay with gems without beginner 2012-05-22 06:10:49 +00:00
lf.h - [+] bug: shouldn't be able to pay with gems without beginner 2012-05-22 06:10:49 +00:00
map.c - [+] bug: training never going up! 2012-05-08 21:57:49 +00:00
map.h - [+] bug: training never going up! 2012-05-08 21:57:49 +00:00
mod_ob.txt initial checkin 2010-12-02 01:17:54 +00:00
move.c - [+] bug: shouldn't be able to pay with gems without beginner 2012-05-22 06:10:49 +00:00
move.h - [+] if you cancel a limited wish, don't age you. 2012-04-04 09:59:48 +00:00
nexus.c - [+] bug: training never going up! 2012-05-08 21:57:49 +00:00
nexus.h - [+] change real_getlfname(): 2012-03-28 20:17:47 +00:00
objects.c - [+] bug: training never going up! 2012-05-08 21:57:49 +00:00
objects.h - [+] "really attack the helpless something?" 2012-04-27 01:23:14 +00:00
save.c - [+] bug: training never going up! 2012-05-08 21:57:49 +00:00
save.h - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00
shops.c - [+] bug: shouldn't be able to pay with gems without beginner 2012-05-22 06:10:49 +00:00
shops.h - [+] bug: shouldn't be able to pay with gems without beginner 2012-05-22 06:10:49 +00:00
spell.c - [+] bug: shouldn't be able to pay with gems without beginner 2012-05-22 06:10:49 +00:00
spell.h - [+] "really attack the helpless something?" 2012-04-27 01:23:14 +00:00
text.c - [+] rename: 2012-05-14 21:12:15 +00:00
text.h - [+] griddler didnt start with trident? 2012-04-13 22:52:35 +00:00
vault.c - [+] tweak random monster code - highest TR () shiuld appear at level 2012-04-14 13:23:04 +00:00
vault.h - [+] make zombies eat flesh. 2012-03-05 10:31:21 +00:00