summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godabil.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
|
* Remove Feawn's prayer ability, make plant walking a passive bonus.Charles Otto2009-11-021-3/+2
| | | | | Experimentally set the movement delay for walking on plants to 1.5 * normal movement delay. Maybe it should be higher?
* Split up monstuff.ccMatthew Cline2009-11-011-2/+3
| | | | | | | A lot of monstuff.cc was moved into mon-abil.cc (monster abilities), mon-act.cc (the main monster loop), mon-behv.cc (monster behaviour) and mon-cast.cc (monster spells). mstuff2.cc was completely merged into other files.
* Death to hippies!Adam Borowski2009-10-301-1/+1
|
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+4
| | | | New: colour.cc, coord.cc, coordit.cc, random.cc, rng.cc.
* (MONS_PROGRAM_BUG || -1) --> MONS_NO_MONSTERMatthew Cline2009-10-271-1/+1
| | | | | | | | | Change MONS_PROGRAM_BUG to MONS_NO_MONSTER when "no monster" is what was meant. Now all instances of MONS_PROGRAM_BUG should indicated some sort of failure or error. Also, fixed some places which were still using -1 instead of MONS_NO_MONSTER.
* There's no point in slowing down fungi...Adam Borowski2009-10-251-1/+1
|
* Rename Chronos to Cheibriados. (Jude Brown)David Ploog2009-10-231-4/+4
|
* Make Time Bend use Invocations for power.Adam Borowski2009-10-221-0/+26
|
* Make the Ruinous Time damage random (dpeg).Adam Borowski2009-10-221-1/+1
|
* Make quadratical damage for Ruinous Time linear, it can't be scaled to beAdam Borowski2009-10-221-1/+1
| | | | sane both for executioners and less excessive cases.
* Make Chronos account for player's haste/slow/statue form.Adam Borowski2009-10-221-1/+1
|
* Fix the Chronos speed reversal bug. It's now bad to be spriggan, good to be ↵Adam Borowski2009-10-221-1/+1
| | | | naga.
* Prevent non-body armour from being made ponderous, it has no effect.Adam Borowski2009-10-221-2/+3
|
* Make the out of time flash lightblue, cyan is taken.Adam Borowski2009-10-221-2/+3
|
* ... and from abl-show.cc into godabil.ccAdam Borowski2009-10-221-0/+93
|
* Yank some god invocations from religion.cc into godabil.ccAdam Borowski2009-10-221-0/+499