summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.cc
Commit message (Expand)AuthorAgeFilesLines
* * Call viewwindow after placing an autoexclusion.j-p-e-g2009-06-161-0/+3
* * Rarely, allow randart books to use entirely random names.j-p-e-g2009-03-081-1/+1
* Don't pass number of columns to print_formatted_paragraph(), since it alwaysharanp2009-02-041-1/+1
* When crashing, dump information about the player.zelgadis2009-01-281-0/+5
* Move the monster dumping code from state.cc to debug.cc, and dump to stderr tozelgadis2009-01-281-242/+36
* If a crash happens with a currently acting monster then dump information on thezelgadis2009-01-271-7/+216
* Fix repeated messages when getting HP/MP restored interrupts withharanp2009-01-251-2/+2
* Include the Lua stack trace and currently acting monsters in the crash report.zelgadis2009-01-221-0/+15
* Was using wrong method to get the last element of a vector.zelgadis2009-01-201-2/+3
* Make extra-sure that a monster won't be announced to have come into view, onlyzelgadis2009-01-201-0/+55
* Add whitespace fix.dolorous2009-01-191-1/+1
* When dumping info upon a crash:zelgadis2009-01-181-20/+21
* Implemented crash data reporting, though it's only some stubs on Windows andzelgadis2009-01-181-1/+75
* A limited set of commands are now available to use during arena mode:zelgadis2009-01-111-7/+7
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* Add arena mode, activated on the command-line by 'crawl -arena "monster v mon...dshaligram2008-12-311-1/+1
* Fix re-do/repeat command not working with commands that targetted a monster.zelgadis2008-12-241-0/+12
* Fix the ASSERT when undetected traps run out of ammo and display "Youj-p-e-g2008-11-091-1/+0
* So many files? That's probably some debugging messages included,j-p-e-g2008-11-091-0/+1
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-4/+0
* Massive overhaul to move towards coord_def().haranp2008-07-301-2/+2
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-17/+18
* Twelve new tutorial events, plus examining a square with a cloud orzelgadis2008-05-291-5/+0
* Add whitespace fix.dolorous2008-04-271-1/+1
* Add whitespace fix.dolorous2008-04-251-1/+1
* Fixes to compile with Visual C++. Moved direct.cc and direct.h to directn.* t...dshaligram2008-04-191-1/+1
* 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/+3
* Fall back to ASCII if Unicode locale is unavailable (Guus). Also queue up sta...dshaligram2007-11-201-0/+22
* Some code cleanup.haranp2007-10-231-2/+2
* Shaft traps (trap doors) [1792195] and level annotation [1769009]zelgadis2007-10-051-1/+2
* This commit breaks save file compatability.zelgadis2007-09-301-1/+1
* crawl_state now keeps track of whether or not the current code is beingzelgadis2007-09-281-0/+102
* Fixed =/== typo.zelgadis2007-09-201-1/+1
* Fix for memory corruption when reading savefiles.haranp2007-09-191-1/+2
* Input buffer needs to be flushed if the first iteration of commandzelgadis2007-09-191-9/+15
* Added new commands "re-do previous command" (bound to `) and "repeatzelgadis2007-09-191-0/+235