summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.cc
Commit message (Expand)AuthorAgeFilesLines
* More mgrd elimination and moving to coord_def().haranp2009-02-141-8/+9
* Remove a great many cases where mgrd is accessed directly in favourharanp2009-02-131-4/+1
* Call mons_clear_trapping_net() in monsters::moveto(), so it shouldn'tharanp2009-02-121-12/+9
* Fix use of the serial comma.dolorous2009-02-121-6/+6
* Properly use default parameters when displaying comma-separated lists.dolorous2009-02-121-6/+6
* Clearing trapping nets moved into player::moveto() and level change.haranp2009-02-121-3/+0
* Fix errno includes, and hopefully DOS compile [2573206].haranp2009-02-081-10/+0
* Fixing warnings.ennewalker2009-02-071-4/+4
* Possible fix for 2530342: full_describe_view() iterating over the viewportharanp2009-02-051-2/+8
* Get the crash dumping code to compile on MGW.zelgadis2009-02-011-15/+9
* Prevent confused monsters from drifting towards the center of theharanp2009-02-011-1/+1
* More code cleanups (mainly in transformations.)haranp2009-01-311-1/+1
* * Fix mesmerization not breaking when mermaids/sirens submerge.j-p-e-g2009-01-311-6/+5
* Clean up wizard commands.haranp2009-01-301-5/+513
* Store level generation information in env.properties, so that it can bezelgadis2009-01-301-34/+80
* Clean up potion effects as per [2544231]; get rid of the "power == 40 meansharanp2009-01-291-25/+13
* mprf() truncates strings that expand to more than 199 characters, so usezelgadis2009-01-291-10/+10
* On a crash, do consistency checking on the level's markers, dump the level'szelgadis2009-01-281-1/+163
* When crashing, dump information about the player.zelgadis2009-01-281-65/+330
* Move the monster dumping code from state.cc to debug.cc, and dump to stderr tozelgadis2009-01-281-1/+204
* Crash report dump formatting tweak.zelgadis2009-01-271-0/+2
* debug_item_scan() and debug_mons_scan() should report an error, rather thanzelgadis2009-01-261-20/+60
* Code quality fixes.haranp2009-01-251-5/+4
* Enabling crash dump on OS X. Adding extra version information to dumps.ennewalker2009-01-241-0/+11
* Include the Lua stack trace and currently acting monsters in the crash report.zelgadis2009-01-221-6/+20
* Fix wizard-mode corpse force-feeding leading to crash on game reload if thezelgadis2009-01-221-0/+6
* Put platform dependant crash handling code into crash-X.cc files, and linkzelgadis2009-01-221-0/+1
* Add spacing fix.dolorous2009-01-211-1/+1
* If a crash is caused by an assertion, then include the assertion message inzelgadis2009-01-211-0/+9
* Allow testers to force-feed corpses to ghouls and necrophages.zelgadis2009-01-211-1/+10
* Fix explosions hitting their endpoint twice. [2481715]haranp2009-01-211-1/+1
* When dumping info upon a crash:zelgadis2009-01-181-10/+20
* Implemented crash data reporting, though it's only some stubs on Windows andzelgadis2009-01-181-4/+79
* Fix bug #2510110: blood potions coagulating while in a monster's inventoryzelgadis2009-01-161-2/+20
* When generating stats on acquirement items, note the percent of artefactszelgadis2009-01-141-0/+83
* Typo fixes.dolorous2009-01-131-3/+3
* Use fill_out_corpse() to make wizard-created corpse, and allow hydra corpses tozelgadis2009-01-131-9/+29
* A limited set of commands are now available to use during arena mode:zelgadis2009-01-111-0/+8
* Add whitespace fixes.dolorous2009-01-101-1/+1
* dgn_place_monster() returns -1 on failure, not 0.zelgadis2009-01-101-1/+1
* Add minor cosmetic fixes.dolorous2009-01-081-1/+1
* Fix [2494017]: up-left and up-right swapped in open/disarm.haranp2009-01-081-1/+1
* Make the position of monster held items (-2, -2) rather than (0, 0), so thatzelgadis2009-01-081-23/+108
* Allow wizards to turn uniques into summons.zelgadis2009-01-051-6/+0
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* Add more minor cosmetic fixes.dolorous2009-01-031-2/+1
* 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