summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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