summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.cc
Commit message (Expand)AuthorAgeFilesLines
* Add minor cosmetic fixes.dolorous2009-04-281-2/+2
* * Fix _place_monster_aux() not interrupting autoexplore.j-p-e-g2009-04-261-8/+14
* Fixing potential &" crash due to non-stable sorting function. (At least, I s...ennewalker2009-04-221-2/+6
* Fix my overzealous replacements with rectangle_iterator.j-p-e-g2009-04-201-3/+6
* * Fix database search crashing on pandemonium demons/player ghost.j-p-e-g2009-04-201-222/+239
* Fix typo.dolorous2009-04-191-1/+1
* * Fix Xom's piety wrapping around from 0 -> 255.j-p-e-g2009-04-181-2/+4
* [2721962] Fixing database lookup issues for tiles where a non-guarded mpr was...ennewalker2009-04-181-4/+6
* [2758242] Fixing segfault during debug_mons_scan due to an mprf not matching ...ennewalker2009-04-181-6/+7
* * Allow panlords to have the chaos-branded weapons.j-p-e-g2009-04-131-4/+10
* * Fix 2744875 (mutation screen assert).j-p-e-g2009-04-111-2/+2
* Add some checks to Xom making you cast spells, so you don't attempt toj-p-e-g2009-03-311-8/+4
* * Fix Xom's interest wrapping around from 0 to 255. (!!!)j-p-e-g2009-03-261-6/+3
* * Tweak Xom's (non)tension spell selection.j-p-e-g2009-03-251-2/+14
* * Allow viewing of card descriptions from Triple Draw and Stack Deck.j-p-e-g2009-03-231-2/+0
* Fix compilation.dolorous2009-03-091-1/+0
* * Rarely, allow randart books to use entirely random names.j-p-e-g2009-03-081-6/+10
* * Fix wizmode targetting commands not flushing messages correctly.j-p-e-g2009-03-071-2/+6
* When wizard-tweaking object flags, read input in hex, not decimal.haranp2009-02-281-1/+2
* * Make message condensation merge messages into history correctly.j-p-e-g2009-02-271-1/+1
* Implement a very basic attempt at message condensation: Store the most j-p-e-g2009-02-271-4/+12
* * Fix 2644253: mgrd bogosity with shafts.j-p-e-g2009-02-271-1/+1
* Add whitespace fixes.dolorous2009-02-261-1/+0
* Mutations cleanup. Fixes [2641583]. Syncing between the various listsharanp2009-02-261-140/+29
* Add Deep Dwarves patch, with some minor changes.haranp2009-02-231-1/+1
* Fix the wizard mode mutation list again (oops).dolorous2009-02-221-1/+0
* Account for the new gourmand mutation in mutation-related wizard mode dolorous2009-02-221-0/+1
* * Tweak spell number of randart books some more.j-p-e-g2009-02-211-5/+2
* 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