summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dbg-util.h
Commit message (Collapse)AuthorAgeFilesLines
* Chance function(void) to function()reaverb2014-05-241-1/+1
|
* A basic interface for manually togging dprf quietness.Adam Borowski2013-01-101-0/+2
|
* Use std namespace.Raphael Langella2012-08-261-3/+3
| | | | | | | | | | | | | I had to rename distance() (in coord.h) to distance2() because it conflicts with the STL function to compare 2 iterators. Not a bad change given how it returns the square of the distance anyway. I also had to rename the message global variable (in message.cc) to buffer. I tried to fix and improve the coding style has much as I could, but I probably missed a few given how huge and tedious it is. I also didn't touch crawl-gdb.py, and the stuff in prebuilt, rltiles/tool and util/levcomp.*, because I have no clue about those.
* Make an error message less spammy and more informative.Adam Borowski2012-06-271-2/+0
|
* Add a new skill_from_name function.Raphael Langella2012-03-091-1/+2
| | | | Better than hijacking debug_prompt_for_skill.
* added a wizard mode function, wizard_file_input(), that takes a morgue file ↵nfogravity2012-03-081-1/+1
| | | | by name and changes skill levels and base stats to the morgue file's levels
* Include monster/player constriction info in crash dumps.Neil Moore2011-12-231-0/+1
|
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
| | | | | | | "File:" is shown in your editor's status bar. "Written by:" was used only for the first person who changed a file. We got git for that now, and pre-DCSS history is so woefully inaccurate it doesn't really matter.
* Ctrl-mouseclick asks for quantity for drop/pickup.Johanna Ploog2010-12-051-1/+0
| | | | I decided to reuse debug_prompt_for_int() for this purpose.
* Replace int by skill_type whenever possibleRaphael Langella2010-10-271-1/+1
|
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-2/+2
| | | | | | I did review it manually to find places where they made sense (like some tables), but for a massive sed job like this there might be places that I missed.
* Rename class "monsters" to "monster".Robert Vollmert2010-09-051-3/+3
|
* Split up debug.ccMatthew Cline2009-11-061-0/+32