My first attempt at a text roguelike game.
Go to file
Rob Pearce f071b379ca - [+] fix bug with help not working
- [+] fix bug with redrawing when you open a door.
- [+] fix bug where pleasing gods during killflag() causes crash.
- [+] creatures >= 2 sizes bigger than you should block los
- [+] explosion trap should kill doors
- [+] redo getflags to take more args
- [+] genericise isprisoner code
* [+] jimbo's lair needs a portal back to dlev1
* [+] linkexits still not working properly.  fixed i think!
- [+] rename some spells
- [+] make max spell level be 6 (to match up with pr_master)
- [+] modify mp per level by sk_sorcery/2
- [+] bug: reading a blessed scroll of manding does nothing!
- [+] improved crit effects
    - [+] bash
    - [+] slash
    - [+] fire dam cauterises slash wounds
    - [+] cold dam fixes brusing
- [+] add crit chance to weapons. (default of xxx)
- [+] stirges shouldn't be able to latch on if you have no exposed body
      parts
2011-08-24 08:15:09 +00:00
data - [+] fix bug with help not working 2011-08-24 08:15:09 +00:00
doc - [+] fix bug with help not working 2011-08-24 08:15:09 +00:00
vaults - [+] fix bug with help not working 2011-08-24 08:15:09 +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 - [+] fix bug with help not working 2011-08-24 08:15:09 +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 - [+] fix bug with help not working 2011-08-24 08:15:09 +00:00
attack.h - [+] fix bug with help not working 2011-08-24 08:15:09 +00:00
defs.h - [+] fix bug with help not working 2011-08-24 08:15:09 +00:00
flag.c - [+] fix bug with help not working 2011-08-24 08:15:09 +00:00
flag.h - [+] fix bug with help not working 2011-08-24 08:15:09 +00:00
god.c 2011-08-17 20:57:43 +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 - [+] fix bug with help not working 2011-08-24 08:15:09 +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 - [+] fix bug with help not working 2011-08-24 08:15:09 +00:00
lf.h - [+] fix bug with help not working 2011-08-24 08:15:09 +00:00
map.c - [+] fix bug with help not working 2011-08-24 08:15:09 +00:00
map.h - [+] fix bug with help not working 2011-08-24 08:15:09 +00:00
mod_ob.txt initial checkin 2010-12-02 01:17:54 +00:00
move.c - [+] fix bug with help not working 2011-08-24 08:15:09 +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 - [+] fix bug with help not working 2011-08-24 08:15:09 +00:00
nexus.h - [+] Redo precalclos() code! 2011-08-20 04:14:39 +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 - [+] fix bug with help not working 2011-08-24 08:15:09 +00:00
objects.h - [+] fix bug with help not working 2011-08-24 08:15:09 +00:00
save.c - [+] fix bug with help not working 2011-08-24 08:15:09 +00:00
save.h * [+] hiscores 2011-07-28 22:45:34 +00:00
spell.c - [+] fix bug with help not working 2011-08-24 08:15:09 +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 - [+] fix bug with help not working 2011-08-24 08:15:09 +00:00
text.h - [+] fix bug with help not working 2011-08-24 08:15:09 +00:00