summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.cc
Commit message (Expand)AuthorAgeFilesLines
* If debug_mons_scan() detects a problem which happened during level generation,zelgadis2008-12-301-7/+128
* Fix copy/paste mistake.zelgadis2008-12-291-1/+1
* If detached monsters were caused during level generation then list maps inzelgadis2008-12-291-0/+29
* Some more attempts to prevent/catch/diagnose floating monster problems. Amongzelgadis2008-12-291-5/+31
* Apply a patch by castamir to fix a multitude of typos.j-p-e-g2008-12-281-4/+4
* Wording fixes.dolorous2008-12-241-1/+1
* Prevent spurious ID notes when wizard creating items (&%).zelgadis2008-12-241-4/+4
* Don't die or end up with negative HP when using &^X to go from a high XL to azelgadis2008-12-221-0/+13
* Minor tweak to "make monster summoned" interface.zelgadis2008-12-221-0/+1
* Add whitespace fixes.dolorous2008-12-221-1/+1
* You can now request that a spell miscast effect not directly kill the playerzelgadis2008-12-211-0/+7
* Some wizard/debugging commands:zelgadis2008-12-201-2/+483
* Make debug_item_scan() complain about summoned items found on the floor.zelgadis2008-12-101-0/+17
* Breaks savefile compatibility.zelgadis2008-12-071-1/+5
* Allow monsters to be created by partial name with the &M wizard command.zelgadis2008-12-041-2/+14
* Oops, asking for no ego was giving a flaming ego.zelgadis2008-11-281-1/+1
* Use full-sized buffer when asking for ego type of created-by-namezelgadis2008-11-281-2/+5
* Can now use wizard command &D to go down levels in a ziggurat.zelgadis2008-11-271-0/+38
* A monster can also be made floating by being displaced off of mgrd byzelgadis2008-11-261-4/+18
* In debug_mons_scan() if a monster is floating because another monster iszelgadis2008-11-261-0/+10
* Add spacing fix.dolorous2008-11-261-1/+1
* When changing dungeon features with a wizard command usezelgadis2008-11-241-2/+3
* Use map_def* instead of map indices.dshaligram2008-11-231-7/+6
* Discard more junk parameters from vault building routines.dshaligram2008-11-231-1/+1
* Inform user on why a known shaft trap isn't triggered (fixes bug 2294949).zelgadis2008-11-221-0/+3
* Spadework for ziggurats and other multilevel portal vaults.dshaligram2008-11-201-1/+1
* Fixed process_disconnected_zones sometimes filling the whole level with solid...dshaligram2008-11-191-0/+2
* Separate CHANCE and WEIGHT. CHANCE is a probability, WEIGHT is a raw number u...dshaligram2008-11-191-0/+3
* Fix mutation message array lengths (oops).dolorous2008-11-191-1/+1
* Fixed crawl -mapstat segfaulting.dshaligram2008-11-181-13/+11
* So many files? That's probably some debugging messages included,j-p-e-g2008-11-091-1/+1
* Implement second part of labyrinth tweaks:j-p-e-g2008-11-041-1/+11
* Expand mons_itemuse() to work at the individual monster level, as well.dolorous2008-10-061-1/+1
* Unbreak debug build.haranp2008-10-051-3/+3
* Adjust monster habitats again. Remove the M_AMPHIBIOUS flag, and dolorous2008-10-051-3/+5
* Fix 2063470: =f inscription preventing wielding of stonesj-p-e-g2008-10-041-2/+2
* Reworked traps: much much cleaner now. There might be bugs, though.haranp2008-10-011-3/+1
* Unbreak nondebug compile. This is a temporary fix.haranp2008-09-301-8/+0
* Fix 2134320: mummy curse had disappeared.haranp2008-09-291-3/+3
* Implement the first part of FR 2055862: Make the database search alsoj-p-e-g2008-09-271-181/+256
* Promoted get_cancelable_line_autohist to cio.h as I determined how to make it...ennewalker2008-09-261-12/+0
* Adding input history to wizard commands.ennewalker2008-09-261-9/+21
* Don't crash when wiz-creating a nonexistent monster type. [doy]haranp2008-09-261-1/+8
* Remove some unnecessary casts.haranp2008-09-201-2/+2
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-8/+0
* * Note items bought in shops along with their pricej-p-e-g2008-08-061-1/+19
* When DGAMELAUNCH is defined, use gmtime() instead of localtime() so it's easi...dshaligram2008-08-011-1/+1
* Massive overhaul to move towards coord_def().haranp2008-07-301-99/+91
* Implemented monster spell miscasts. Spell miscasting is now handledzelgadis2008-07-291-1/+182
* Fix 2021696: allow_self_target = no even forbidding self-targetting forj-p-e-g2008-07-281-3/+3