summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.h
Commit message (Expand)AuthorAgeFilesLines
* objstat: Item and monster generation statisticsgammafunk2014-06-251-0/+1
* New command: show weapons in viewport.Shmuale Mark2014-06-121-0/+1
* Fix spelling of "targeting" (#7837)Chris Campbell2013-12-101-2/+2
* Revert "Delay more prompt until level has finished loading."Adam Borowski2013-12-031-2/+0
* Delay more prompt until level has finished loading.Raphael Langella2013-11-301-0/+2
* Fix cmdline --gdb not working outside of --test and friends.Adam Borowski2013-11-201-0/+1
* "./crawl -test list" to enumerate available internal tests.Adam Borowski2013-10-281-0/+1
* Put the Generating_Level global into crawl_state.Adam Borowski2013-10-031-0/+1
* Use std namespace.Raphael Langella2012-08-261-23/+23
* Rename FixedBitArray to FixedBitVector.Adam Borowski2012-07-261-1/+1
* Remove the now-unused code for emergency saves.Adam Borowski2012-04-141-4/+0
* Revert "A bit of debug info about loaded translations, to help investigate CDO."Adam Borowski2012-03-291-2/+0
* A bit of debug info about loaded translations, to help investigate CDO.Adam Borowski2012-03-291-0/+2
* New ctrl+V command to show monster HP, and other HP colouring improvements. (...Michael Gagno2012-03-071-0/+1
* Get rid of USisms in spelling of -ll- and -tt-.Adam Borowski2012-01-251-2/+2
* Replace {get,set,}_{sprint,tutorial}_map() with crawl_state.map.Samuel Bronson2011-10-171-0/+2
* Make Webtiles output happen in parallel to the console display, and make the ...Florian Diebold2011-10-151-1/+1
* A lua hook to tell if we're currently being prompted for level up stat gain.Raphael Langella2011-08-241-0/+1
* A dlua function debug.disable() to turn off some parts of Crawl.Adam Borowski2011-07-121-0/+2
* Some crude protection against infinite ready() loops.Adam Borowski2011-05-231-0/+1
* Fix incorrect darkening of range when a new-style targetter is used.Adam Borowski2011-05-171-2/+3
* Merge branch 'unicode'.Adam Borowski2011-04-011-4/+0
|\
| * Merge branch 'master' into unicodeAdam Borowski2011-03-131-0/+9
| |\
| * \ Merge branch 'master' into unicodeAdam Borowski2011-01-111-0/+3
| |\ \
| * \ \ Merge branch 'master' into unicodeAdam Borowski2010-12-121-0/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into unicodeAdam Borowski2010-12-021-1/+1
| |\ \ \ \
| * | | | | Always use Unicode values for glyphs. Always use ncursesw on Unix console.Adam Borowski2010-09-261-4/+0
* | | | | | Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
| |_|_|_|/ |/| | | |
* | | | | Mention recent screen resizes in crash dumps.Adam Borowski2011-02-231-0/+1
* | | | | Apply galehar's "next map after winning" changes to the tutorial.Johanna Ploog2011-02-111-0/+5
* | | | | Map selection screen: defaults to next map if previous game was won.Raphael Langella2011-02-101-0/+1
* | | | | After a tutorial or sprint map, go back to map screen instead of main screen.Raphael Langella2011-02-081-0/+1
* | | | | New game state function: game_is_hints_tutorial(), covering both.Johanna Ploog2011-01-231-0/+1
| |_|_|/ |/| | |
* | | | Allow maps to specify different CHANCE and WEIGHT for different depth ranges ...Darshan Shaligram2010-12-241-0/+1
* | | | Replace the tile_title_screen option by tile_skip_title.Raphael Langella2010-12-241-0/+2
| |_|/ |/| |
* | | Fix broken Bazaar ability in zotdef (Zaba).Darshan Shaligram2010-12-081-0/+1
| |/ |/|
* | Merge branch 'zotdef-0.6' into zotdef-mastermark2010-11-101-1/+1
|\ \ | |/ |/|
| * Merge of the original myzotdef branch into the Crawl 0.6Mark Mackey2010-05-051-0/+1
* | Merge branch 'save-package'Adam Borowski2010-09-061-0/+3
|\ \
| * | Merge TAG_YOU_*, split out TAG_CHR.Adam Borowski2010-09-041-0/+3
* | | Rename class "monsters" to "monster".Robert Vollmert2010-09-051-9/+9
|/ /
* | A compile option (-DDEBUG_GLOBALS) to let valgrind act on global classes.Adam Borowski2010-07-191-0/+3
* | Add ASSERT_SAVE macro for asserts where it should be safe to emergency-save t...Darshan Shaligram2010-07-161-0/+5
* | Add -sprint-map option to allow DGL admin to force the use of a particular Sp...Darshan Shaligram2010-06-291-0/+2
* | Include Crawl command-line arguments in crash dump.Darshan Shaligram2010-06-201-0/+2
* | Move Sprint saves into $SAVEDIR/sprint.Darshan Shaligram2010-06-191-6/+13
* | Get rid of get_input_line.Robert Vollmert2010-05-151-3/+0
* | Change the way command repetition is handled.Robert Vollmert2010-05-121-4/+0
* | Reenable old tutorial as a hints mode.Robert Vollmert2010-04-281-0/+1
* | Unify startup menu with rest of character choice.Robert Vollmert2010-04-271-9/+0