summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* General code cleanups and goto removal.haranp2007-07-131-2/+3
* Beogh balancing:dshaligram2007-07-121-0/+25
* [1734352] Added checks in the dungeon builder to ensure vaults placed at thedshaligram2007-07-111-2/+46
* Monster enchantment overhaul:dshaligram2007-07-101-3/+1
* More debug stats for maps.dshaligram2007-07-091-21/+64
* Fix for MinGW borkedness.dshaligram2007-07-081-1/+1
* Tweak map stat output, fixed a couple of bugs.dshaligram2007-07-081-9/+40
* Added debugging code to generate multiple dungeons (all branches and levels)dshaligram2007-07-081-0/+139
* Note improvements (1749776). Double notes are possible if regexpsharanp2007-07-081-12/+5
* Removed all uses of str_monam() outside of mon-util.cc; str_monam() isharanp2007-07-071-6/+6
* [1748162] Allow travel to the stair to a branch or level (using ^ will go todshaligram2007-07-051-1/+1
* Type safety in mutations (mutation.cc probably needs some overhaul...)haranp2007-07-041-4/+5
* Fixed debug fight simulator.dshaligram2007-07-031-5/+9
* Manual update (David).dshaligram2007-07-031-22/+36
* Added the Portaled Projectile spell, following 1686312.haranp2007-06-271-1/+6
* Followers are now placed on the transit list so that crashes or saves betweendshaligram2007-06-261-1/+0
* Added support for a validation hook for maps to check if they're A-Ok.dshaligram2007-06-261-1/+1
* Experimental mouse support for ncurses (enable with mouse_input=yes indshaligram2007-06-201-0/+1
* A bit more type-safety (slightly intrusive this time): you.species andharanp2007-06-191-4/+4
* Complete revamp of cards and decks, following David's ideas.haranp2007-06-171-1/+1
* [1738010] Stash-tracker now also tracks traps and other dungeon features.dshaligram2007-06-171-1/+2
* Banishment while standing on a dungeon feature was destroying the feature,dshaligram2007-06-061-2/+1
* sort_menus now allows the user to choose what menus to sort, and how todshaligram2007-05-311-1/+1
* Preliminary integration of Zooko's Xom patch (untested).dshaligram2007-05-281-4/+4
* monam(), moname() and ptr_monam() are gone.haranp2007-05-191-15/+10
* Added a debug card command.haranp2007-05-151-1/+21
* Type safety, cast cleanups, etc.haranp2007-05-011-1/+1
* Made item_def::base_type into object_class_type, instead of unsigned char.haranp2007-04-261-1/+1
* Cleaned up a lot of code which was using info[] to use mprf() directlyharanp2007-04-231-99/+67
* Eliminated it_name(), in_name(), item_name(). The function to use isharanp2007-04-211-27/+18
* Moved items() into a separate makeitem file.haranp2007-04-211-0/+1
* Fixed bad grammar on shield block messages in melee.dshaligram2007-04-131-2/+2
* Added ice statues.dshaligram2007-04-091-5/+6
* Cleaned up monster enchantments. Instead of the old enum abuse (ENCH_ABJ_I, II,dshaligram2007-03-211-43/+5
* Added wizmode command to simulate monster vs player combat (&^F).dshaligram2007-03-211-292/+179
* Wizmode &M typo should not produce annoying program bugs.dshaligram2007-03-161-1/+1
* Cleaned up ghost and Pandemonium demon handling.dshaligram2007-03-151-6/+10
* Added KFEAT:, KITEM: and KMONS: map directives to allow placing specificdshaligram2007-03-121-24/+3
* Imported 4.1-style EV calc.dshaligram2007-03-051-0/+1
* Monster attack refactoring. Likely to be buggy.dshaligram2007-02-241-3/+3
* Rename init_new_level to something more descriptive.dshaligram2007-02-091-2/+3
* Modified wizmode &" and &~ commands so that you can jump to any level of anydshaligram2007-02-091-0/+41