summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
Commit message (Expand)AuthorAgeFilesLines
* Minor fixes from dolorous [1756345, 1755657]haranp2007-07-191-6/+6
* Some more vampire tweaks, mostly concerning food.j-p-e-g2007-07-161-2/+6
* Vampires, yay! Credit mostly goes to Jarmo, thoughj-p-e-g2007-07-141-2/+9
* Stop butcher delays when blade hands wears off (Eva).dshaligram2007-07-081-3/+11
* Removed all uses of str_monam() outside of mon-util.cc; str_monam() isharanp2007-07-071-2/+2
* Don't say "It comes into view" for invisible monsters that turned invisibledshaligram2007-07-031-0/+2
* Running now respects travel_delay.haranp2007-06-301-0/+5
* Followers are now placed on the transit list so that crashes or saves betweendshaligram2007-06-261-2/+0
* Lots of things which used to be members (invis, conf, confusing_touch, etc.)haranp2007-06-231-2/+2
* Added support for limiting memory used by the Lua interpreter.dshaligram2007-06-211-1/+1
* [1738010] Stash-tracker now also tracks traps and other dungeon features.dshaligram2007-06-171-0/+1
* Banishment while standing on a dungeon feature was destroying the feature,dshaligram2007-06-061-1/+1
* Added a precautionary check for an empty delay queue (really shouldn't bedshaligram2007-06-041-0/+1
* Fixed turn-loss during travel:dshaligram2007-06-041-1/+7
* [1730416] Warn player if not switching back to original weapon when butchery isdshaligram2007-06-041-13/+37
* [1690815] Monsters that lose ENCH_CHARM should not generate "The foodshaligram2007-06-031-2/+3
* [1612448] Allow polearm users to attack monster submerged in shallow water.dshaligram2007-06-011-1/+1
* Preliminary integration of Zooko's Xom patch (untested).dshaligram2007-05-281-1/+4
* monam(), moname() and ptr_monam() are gone.haranp2007-05-191-2/+3
* Cleaned up a lot of code which was using info[] to use mprf() directlyharanp2007-04-231-13/+7
* Eliminated it_name(), in_name(), item_name(). The function to use isharanp2007-04-211-19/+10
* Added ice statues.dshaligram2007-04-091-1/+1
* Fix for 1661786: autoprayer now works with run delays.haranp2007-03-131-0/+4
* Tutorial (JPEG) and some formatting cleanup.dshaligram2007-02-061-1/+4
* Added add_glyph methods to formatted string to show a monster or item glyph asdshaligram2007-01-281-3/+5
* Don't random-generate altars to Lucy.dshaligram2007-01-111-1/+1
* [1632774] Don't announce interruption of multidrop if there's nothing left todshaligram2007-01-111-1/+2
* [1632207] Dropping items on an altar while praying will offer those items todshaligram2007-01-101-1/+2
* Turn off autoprayer and autopickup if attacked by an invisible monster.dshaligram2007-01-091-0/+32
* Tweaked travel/explore so that it doesn't cut off before trying to move to adshaligram2007-01-091-1/+6
* [1625227] animate_dead will not affect corpses being butchered.dshaligram2007-01-091-0/+15
* item_ident(x, ISFLAG_KNOW_TYPE) is now deprecated in favour ofdshaligram2007-01-041-0/+7
* [1624529] Added display of turns used in main play screen. Zero-based, whichdshaligram2006-12-301-0/+7
* Fix for bug 1622129, safe_autopickup check was happening before monsterharanp2006-12-291-14/+4
* [1622133] Implemented incremental butchering as Haran suggested.dshaligram2006-12-291-185/+202
* Say "Done searching" only if the character started with full health and magic.dshaligram2006-12-291-8/+14
* Better explore-stop messages.dshaligram2006-12-121-5/+8
* Implementation of 1609111: resting gives a message when it stopsharanp2006-12-091-1/+4
* 'C' creates monsters on a targeted square in wizmode. 'D' kill-resets targeteddshaligram2006-12-061-12/+21
* Fix worn equipment drop bug for trunk.dshaligram2006-12-041-2/+10
* Fixed broken Windows compile.dshaligram2006-12-011-0/+2
* Minor tweaks to greedy-explore:dshaligram2006-12-011-5/+3
* [1597293] Preliminary greedy-explore, parked on Ctrl-I. We can (re)move it if...dshaligram2006-12-011-0/+7
* Implemented 1591922: monsters coming into view while travelingharanp2006-11-301-0/+13
* 1601622: dissecting a yak/sheep can produce an animal skin.haranp2006-11-281-7/+4
* Fixed 160093: too many shield interaction messages.haranp2006-11-221-1/+2
* Merged stone_soup r15:451 into trunk.dshaligram2006-11-221-342/+787
* Clean up a mistake in the SVN import.nlanza2006-08-131-0/+549