summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
Commit message (Expand)AuthorAgeFilesLines
* Add minor cosmetic fixes.dolorous2008-11-171-1/+1
* Added crawl.process_keys to user Lua API to allow a Lua macro to ask Crawl to...dshaligram2008-11-121-2/+13
* So many files? That's probably some debugging messages included,j-p-e-g2008-11-091-0/+2
* Consolidate the routines to remove the player's condensation shield into dolorous2008-11-071-5/+4
* Add still more miscellaneous minor fixes.dolorous2008-11-031-7/+9
* Implement FR 1894211: All transformations will now cause your equipmentj-p-e-g2008-10-261-16/+20
* Uncharmed creatures don't "come into view". [2163019]haranp2008-10-131-1/+1
* Fix 2041934: auto-swapping rings and amulets was taking twice as longharanp2008-10-111-23/+15
* Expand handling of monster intelligence and zombifiability to work on dolorous2008-10-061-2/+2
* Adjust monster habitats again. Remove the M_AMPHIBIOUS flag, and dolorous2008-10-051-2/+2
* Add an auto_exclude option that will automatically set a travelj-p-e-g2008-10-031-0/+5
* In ouch(), use NON_MONSTER instead of 0 as the index for non-monster dolorous2008-09-251-1/+1
* [2034534] Fixing issue where a delay would prevent the on screen inventory fr...ennewalker2008-09-251-0/+4
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-4/+0
* Print "You feel a bit more experienced." also if it was a pet kill asj-p-e-g2008-09-141-1/+1
* FR 1969858: Store message history across saves.j-p-e-g2008-09-141-0/+3
* Note identification of randarts *after* autoinscribing them and, in thej-p-e-g2008-08-061-3/+12
* Automatically inscribe randart weapons/armour with their properties whenj-p-e-g2008-08-061-2/+9
* * Move all quotes into quotes.txt and a database of their own.j-p-e-g2008-08-041-2/+2
* Massive overhaul to move towards coord_def().haranp2008-07-301-4/+3
* More cleanups.haranp2008-07-241-2/+2
* More cleanups and fixes.haranp2008-07-231-25/+14
* Massive change from using x and y to using coord_defs(). Not quite tested,haranp2008-07-221-17/+13
* Restore passwall to something closer to its former glory.dshaligram2008-07-201-9/+0
* Fix 2018458: Portal projectile not handling branded ammo or nets.j-p-e-g2008-07-171-7/+0
* Apply Yelve Yakut's patch to improve the shop interface. Selecting stuffj-p-e-g2008-07-141-0/+2
* Add a few comments.j-p-e-g2008-07-071-2/+3
* Fix the old issue of switching to the butchering tool before actuallyj-p-e-g2008-07-071-1/+1
* Disallow vampires from draining summoned creatures to be consistent withj-p-e-g2008-07-041-9/+6
* Fix 1999363: Vampire eating issues.j-p-e-g2008-07-031-16/+33
* Change butchering prompt to hopefully be less confusing (BR 2009022).j-p-e-g2008-07-031-2/+2
* Make the neutrality enchantment decay properly.dolorous2008-07-021-3/+11
* [2005155] Don't print "start butchering" message if the item is no longer valid.ennewalker2008-06-281-0/+2
* Disallow quivering equipped items. (You can still (fi)re your wieldedj-p-e-g2008-06-261-6/+5
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-3/+3
* If a visible monster interupts a delay by opening a door then say thatzelgadis2008-06-261-1/+3
* For functions that return char*'s, don't return a c_str() of an dolorous2008-06-251-6/+6
* Change quiver output to that of the next item actually fired. Currentlyj-p-e-g2008-06-241-4/+4
* When pacifying, check holiness in the right places.dolorous2008-06-231-2/+6
* Clean up monster pacifying a bit: don't allow it to work for stationary dolorous2008-06-231-9/+8
* Clean up some more.dolorous2008-06-161-1/+1
* Clean up and consolidate most of the monster pacification routines.dolorous2008-06-161-10/+2
* Added several new tutorial triggers including information on being caughtj-p-e-g2008-06-131-1/+1
* Remove unneeded methods (including the old resistance screen), renamej-p-e-g2008-06-121-10/+10
* In all cases of a monster suddenly coming into view use the phrasezelgadis2008-06-111-1/+1
* Increase efficiency for pathfinding around glass structures by loweringj-p-e-g2008-06-111-9/+24
* Clean-up (renaming static methods and comments) in a number of files.j-p-e-g2008-06-101-75/+78
* Remove pickup.lua.j-p-e-g2008-06-091-1/+2
* 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