summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.cc
Commit message (Expand)AuthorAgeFilesLines
* s/liquid/barnacled/haranp2007-11-071-1/+1
* Experimental support for monster shields, needs more work for rationalising s...dshaligram2007-11-021-2/+2
* Tweaked -mapstat to show random maps available by depth. Added a floating dum...dshaligram2007-10-291-39/+81
* Another mutation commit. Sorry, I couldn't resist.j-p-e-g2007-10-281-4/+4
* [1820931] Fixed wizmode &o deck bug (doy).dshaligram2007-10-271-2/+4
* Adding two new mutations for the heck of it:j-p-e-g2007-10-261-2/+8
* Monsters can gain experience and level-up. Breaks saves.dshaligram2007-10-261-2/+4
* Type safety and code cleanup.haranp2007-10-251-3/+4
* Added a flag to disable generation of exits from a vault. Need to clean up va...dshaligram2007-10-251-1/+1
* [1818982] Kenku talons as mutation (dolorous).dshaligram2007-10-251-1/+1
* dgn_place_map takes a coord_def to specify the centre of the map for minivaul...dshaligram2007-10-251-2/+12
* Spell changes: strengthened stone arrow and the storms, weakened bolts of fir...dshaligram2007-10-251-1/+1
* [1800206] Ghoul food cleanup (dolorous).dshaligram2007-10-211-1/+1
* Removed amnesia/forgetfullness trap, mutation and scroll. Thezelgadis2007-10-151-2/+2
* Orc knights and warlords can yell battle-cries to make lesser orcs fight better.dshaligram2007-10-081-25/+0
* Added class CrawlHashTable, a savable/loadable string-keyedzelgadis2007-10-081-3/+14
* Increased max monsters to 350, breaks saves, may be buggy. Incremented save m...dshaligram2007-10-071-1/+1
* Another cleanup of dungeon features. Adding general markersj-p-e-g2007-10-041-3/+3
* Fixed bad species name (eg: deep elves with the bows title) in dump because o...dshaligram2007-10-011-9/+11
* Tweak command can now accept hexadecimal values.zelgadis2007-10-011-1/+1
* Better interface for creating runes and decks.zelgadis2007-10-011-5/+249
* This commit breaks save file compatability.zelgadis2007-09-301-2/+7
* Fixed possible crash when placing monster bands. Also reworked the mapgen sta...dshaligram2007-09-281-11/+48
* Slight improvement to repeating mutation command.zelgadis2007-09-251-2/+2
* ?/ now asks if you want to describe a monster, spell, or feature, andzelgadis2007-09-241-17/+15
* Oops, my "dismiss monsters by regex" change didn't take into account thatzelgadis2007-09-211-9/+12
* A number of "gain mutation" debug command improvements:zelgadis2007-09-201-16/+216
* Added new commands "re-do previous command" (bound to `) and "repeatzelgadis2007-09-191-2/+13
* Fix broken compile (missing #include)haranp2007-09-161-0/+5
* Yet another change to monster speech and silencing...j-p-e-g2007-09-161-3/+3
* Add dump sections for branch/area details for turns andzelgadis2007-09-161-2/+2
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+6
* Another round of patches, namely:j-p-e-g2007-09-141-11/+7
* Changed unwield_item() to actually unwield the item, and to have itharanp2007-09-131-4/+1
* Add confirmation before stepping on known magical traps.j-p-e-g2007-09-131-0/+8
* Reintroducing Throwing.j-p-e-g2007-09-111-1/+1
* Identification overhaul part II. Okay, not really. ;)j-p-e-g2007-09-101-0/+187
* Implementing patch 1775415 (outsourcing monster speech) byj-p-e-g2007-09-041-1/+141
* Implementing patch 1772497 (improvement to runrest.lua byj-p-e-g2007-09-031-3/+1
* Implementing patch 1783079 (improved inscriptions) byj-p-e-g2007-09-021-0/+5
* Two vampire fixes by dolorous: patches 1782673 andj-p-e-g2007-09-021-1/+1
* Implemented patch 1773718 (improved wizard commands) andj-p-e-g2007-09-021-31/+173
* Item class name is now "jewellery", not "jewelry" for consistency (David).dshaligram2007-08-091-0/+75
* [1770625] Allow generated monster names in &M.dshaligram2007-08-091-22/+38
* Added wizmode &L command to place a map on the current level by name. Thisdshaligram2007-07-281-0/+38
* Reworked Bazaars as a special case of portal vaults. The level-type is nowdshaligram2007-07-271-2/+2
* Updated level-design.txt.dshaligram2007-07-211-1/+6
* Oops, debug_set_xl was conditionalised by DEBUG_DIAGNOSTICS, not WIZARD, fixed.dshaligram2007-07-161-40/+40
* &^X allows you to set experience level directly in wizmode.dshaligram2007-07-151-0/+41
* Give kills.lua more leash before CPU throttling kicks in.dshaligram2007-07-131-1/+7