summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.h
Commit message (Expand)AuthorAgeFilesLines
* Add -script option to Crawl to run a Lua script. Scripts are similar to tests...Darshan Shaligram2010-01-091-0/+2
* Remove multi-purpose Options.mlist_targetting.Robert Vollmert2009-11-231-0/+7
* Add an option, -builddb, to build the database and exit.Adam Borowski2009-11-221-0/+1
* Remove unused crawl_exit_hook.Robert Vollmert2009-11-201-11/+0
* Flatten header dependencies a bit.Robert Vollmert2009-11-171-1/+0
* Simplify out-of-range darkening.Robert Vollmert2009-11-161-0/+3
* Split actors and env from externs.h.Robert Vollmert2009-10-211-0/+1
* Add test for monster placement.Darshan Shaligram2009-10-181-0/+1
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Set up a basic testing framework for LOS. ./crawl -test with a full debug bui...Darshan Shaligram2009-09-241-0/+2
* Fix [2151183]: SIGHUP with the range view annotator active maintainedharanp2009-02-081-0/+11
* Move the monster dumping code from state.cc to debug.cc, and dump to stderr tozelgadis2009-01-281-2/+1
* Make extra-sure that a monster won't be announced to have come into view, onlyzelgadis2009-01-201-0/+35
* Implemented crash data reporting, though it's only some stubs on Windows andzelgadis2009-01-181-0/+5
* A limited set of commands are now available to use during arena mode:zelgadis2009-01-111-0/+2
* Add arena mode, activated on the command-line by 'crawl -arena "monster v mon...dshaligram2008-12-311-0/+2
* Fix re-do/repeat command not working with commands that targetted a monster.zelgadis2008-12-241-0/+2
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-4/+0
* Add more whitespace fixes.dolorous2008-06-101-5/+5
* Fall back to ASCII if Unicode locale is unavailable (Guus). Also queue up sta...dshaligram2007-11-201-0/+6
* Shaft traps (trap doors) [1792195] and level annotation [1769009]zelgadis2007-10-051-0/+2
* Replaced inc_god_acting/dec_god_acting pairing with god_acting objects.dshaligram2007-10-021-0/+22
* crawl_state now keeps track of whether or not the current code is beingzelgadis2007-09-281-0/+28
* Added new commands "re-do previous command" (bound to `) and "repeatzelgadis2007-09-191-8/+34
* Didn't have svn autoprops set properly for the new files that I addedzelgadis2007-09-161-1/+1
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+58