My first attempt at a text roguelike game.
Go to file
Rob Pearce 0d663e81b3 * [+] maybe a new weapon damage calculation....
- [+] eyes shouldn't adjust if you can seein the dark
- [+] make fire spread to nearby flammable objects.
- [+] issue with soldering iron
    - [+] shouldn't be able to weild it if we don't know what it is
    - [+] shouldn't be able to get stats like damage dealt ect if we
          dno't know what it is
- [+] need technology skill to weild tech weapons??
- [+] misile damage problem - Killed by a spear (thrown by an orc
      warrior).(33 damage)
- [+] ring of endurance
- [+] make evasion checks modified by speed.
- [+] bone items have higehr chance to be cursed
- [+] tweak feign death check now - int check (attacker) vs wisdom (one
      feigning death)
- [+] cursed teleportation should take you next to a monster
- [+] bug: infinite loop during getrandomroomcell(map,ANYROOM)
- [+] make dumprooms able to show room ids
- [+] bug: i'm able to cast varpower spells which cost more mp than i
      have!
2011-10-13 21:37:15 +00:00
data * [+] maybe a new weapon damage calculation.... 2011-10-13 21:37:15 +00:00
doc - [+] get rid of "sorcery" skill, and move 'study scrolls' ability to 2011-10-12 21:15:48 +00:00
vaults - [+] if you put a water object onto dirt, it should become a mud 2011-10-05 22:08:13 +00:00
Makefile - [+] move all definitions into data.c 2011-09-15 01:58:16 +00:00
ai.c * [+] maybe a new weapon damage calculation.... 2011-10-13 21:37:15 +00:00
ai.h - [+] add autopop to playerstart vaults 2011-09-14 22:42:54 +00:00
attack.c * [+] maybe a new weapon damage calculation.... 2011-10-13 21:37:15 +00:00
attack.h - [+] fixed buf where f_restuntilbetter wasn't cleared 2011-10-06 20:12:13 +00:00
data.c * [+] maybe a new weapon damage calculation.... 2011-10-13 21:37:15 +00:00
data.h - move all definitions into data.c / data.h 2011-09-19 01:47:35 +00:00
defs.h * [+] maybe a new weapon damage calculation.... 2011-10-13 21:37:15 +00:00
flag.c - [+] shift+backward shouldn't let you attack backwards! 2011-10-07 02:38:58 +00:00
flag.h - [+] sleeping mosnters aren't waking up soon enough!!! make difficulty 2011-08-31 17:33:35 +00:00
god.c - [+] get rid of "sorcery" skill, and move 'study scrolls' ability to 2011-10-12 21:15:48 +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 * [+] maybe a new weapon damage calculation.... 2011-10-13 21:37:15 +00:00
io.h - [+] get rid of "sorcery" skill, and move 'study scrolls' ability to 2011-10-12 21:15:48 +00:00
lf.c * [+] maybe a new weapon damage calculation.... 2011-10-13 21:37:15 +00:00
lf.h - [+] get rid of "sorcery" skill, and move 'study scrolls' ability to 2011-10-12 21:15:48 +00:00
map.c * [+] maybe a new weapon damage calculation.... 2011-10-13 21:37:15 +00:00
map.h * [+] maybe a new weapon damage calculation.... 2011-10-13 21:37:15 +00:00
mod_ob.txt initial checkin 2010-12-02 01:17:54 +00:00
move.c - [+] get rid of "sorcery" skill, and move 'study scrolls' ability to 2011-10-12 21:15:48 +00:00
move.h - [+] shift+backward shouldn't let you attack backwards! 2011-10-07 02:38:58 +00:00
nexus.c * [+] maybe a new weapon damage calculation.... 2011-10-13 21:37:15 +00:00
nexus.h - [+] get rid of "sorcery" skill, and move 'study scrolls' ability to 2011-10-12 21:15:48 +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 * [+] maybe a new weapon damage calculation.... 2011-10-13 21:37:15 +00:00
objects.h * [+] maybe a new weapon damage calculation.... 2011-10-13 21:37:15 +00:00
save.c - [+] job abilities can now generally happen as often as you like, 2011-10-04 03:24:53 +00:00
save.h - [+] bug in movement speed display for monsters 2011-08-25 09:01:28 +00:00
spell.c * [+] maybe a new weapon damage calculation.... 2011-10-13 21:37:15 +00:00
spell.h - [+] add autopop to playerstart vaults 2011-09-14 22:42:54 +00:00
text.c - [+] get rid of "sorcery" skill, and move 'study scrolls' ability to 2011-10-12 21:15:48 +00:00
text.h - [+] get rid of "sorcery" skill, and move 'study scrolls' ability to 2011-10-12 21:15:48 +00:00