summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
Commit message (Expand)AuthorAgeFilesLines
* BR 1972213: Move "Corpse x no longer valid!" into #DEBUG_DIAGNOSTICSj-p-e-g2008-06-061-15/+25
* Fix a bug with swap_when_safe, and experimentally defaultj-p-e-g2008-06-031-2/+9
* Don't need to handle food chunk autopickup, since its already done inzelgadis2008-06-031-4/+0
* Fix 1962147: Move the comments on the food you eat at the end of DELAY_EAT.j-p-e-g2008-05-311-1/+3
* Consolidate all cases where corpses are turned into skeletons, asj-p-e-g2008-05-311-11/+6
* If butchering with a swapped weapon is interrupted, then switch backzelgadis2008-05-311-7/+26
* Autopickup freshly bottled blood potions. j-p-e-g2008-05-301-19/+31
* Just for kicks, reuse monster property mname to name zombies/skeletonsj-p-e-g2008-05-301-1/+1
* Autoprayer is gone.zelgadis2008-05-301-17/+1
* Added two new options, rest_wait_both and chunks_autopickup, both defaultingzelgadis2008-05-301-4/+45
* Add minor cosmetic fixes.dolorous2008-05-291-4/+4
* Twelve new tutorial events, plus examining a square with a cloud orzelgadis2008-05-291-5/+0
* Modify num_feats_between to return early if a feature has beenj-p-e-g2008-05-271-2/+1
* Yet another session of comment/whitespace cleanups.j-p-e-g2008-05-271-1/+1
* Added "error" channel for runtime errors, and changed error messages thatzelgadis2008-05-271-1/+1
* Fix 1971173: don't interrupt interlevel travel for monsters coming intozelgadis2008-05-261-0/+8
* Mention named orcs' base type in the monster descriptions.j-p-e-g2008-05-251-4/+10
* Properly disallow bottling blood from rotten corpses, as doing so causes dolorous2008-05-221-1/+1
* A few message tweaks for delayed butchering.j-p-e-g2008-05-161-1/+2
* Fix the remaining (known) issues with butchering all corpses in a stash:j-p-e-g2008-05-161-45/+72
* Implement FR 1936340: add a shortcut for butchering (a)ll corpses in aj-p-e-g2008-05-151-35/+113
* Add a tutorial hint for encountering an invisible monster and offer a j-p-e-g2008-05-151-0/+8
* Experimentally switch back to glyph colours light red, yellow, andj-p-e-g2008-05-101-2/+2
* Tweak neutrality messages for Zin's Recite.dolorous2008-05-091-2/+4
* Properly amuse Xom when vampires lose corpses while draining them.dolorous2008-05-051-1/+3
* Add minor cosmetic fixes.dolorous2008-05-051-3/+2
* First attempt at making vampire feeding interruptible. It doesn't workj-p-e-g2008-05-051-14/+94
* Removed randomised messages for "already seen" monsters. Randomised messages ...dshaligram2008-05-041-33/+2
* Fix indentation.dolorous2008-04-231-66/+66
* Zin's Recite can no longer turn demons and undead permanently neutral; dolorous2008-04-231-9/+16
* If you neutralize a holy being with Zin's Recite, don't display the dolorous2008-04-211-1/+2
* Allow vampires to mutate when Satiated or higher, and make non-physicalj-p-e-g2008-04-151-5/+6
* Fix 1941744: lava snake "bursts forth from the water"j-p-e-g2008-04-141-29/+40
* Add cosmetic fixes.dolorous2008-04-091-6/+6
* Add yet more whitespace fixes.dolorous2008-04-091-25/+25
* For consistency, if a holy being is permanently neutralized via Zin's dolorous2008-04-071-12/+16
* More neutrality cleanups. Holy beings neutralized on sight by your dolorous2008-04-071-2/+0
* Add another whitespace fix.dolorous2008-04-071-1/+1
* One more neutral monster cleanup: Instead of misusing the "half XP" dolorous2008-04-071-0/+2
* Neutral monster adjustments: monsters made permanently neutral by Zin's dolorous2008-04-071-0/+6
* Add minor cosmetic fixes.dolorous2008-04-071-2/+2
* Fix tile compile on Windows.j-p-e-g2008-04-021-2/+8
* Fixing view update issue with recite.ennewalker2008-03-291-2/+4
* Moving monster list update to viewwindow (since only when the screen redraws ...ennewalker2008-03-281-2/+0
* * Monster list is now placed to the left of the view if the terminal is wide ...ennewalker2008-03-281-0/+2
* Change reciting speech code to use seed_rng(turn counter) instead, toj-p-e-g2008-03-241-13/+16
* "stashes" was both a global variable and a member variable... confusing!pauldubois2008-03-231-1/+1
* Modify database lookup to allow for lookup of the nth entry for a j-p-e-g2008-03-231-7/+21
* Add more holiness cleanups.dolorous2008-03-151-2/+2
* Overhauled potions of blood and vampires.j-p-e-g2008-03-131-30/+43