summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dbg-asrt.cc
Commit message (Collapse)AuthorAgeFilesLines
* Don't let monsters wield stacks of throwing weapons (fixes NetHackish ↵Darshan Shaligram2010-01-091-2/+1
| | | | messages about monsters wielding 6 spears).
* Flatten header dependencies a bit.Robert Vollmert2009-11-171-0/+4
| | | | | | This removes a couple of unnecessary includes from header files. I may have missed adding some tiles includes.
* Brief crash output for exit() crashesMatthew Cline2009-11-101-24/+51
| | | | | | | | If a crash happens while exit() callbacks are being processed then just output a bare minimum of info to stderr, since anything we might want to reference would likely have been free'd, and we don't want to reference free'd memory (plus information about the player, level and monsters probably won't be of any help in tracking down a crash of that kind).
* Fix a few more mising includes.Jude Brown2009-11-071-0/+1
|
* Split up debug.ccMatthew Cline2009-11-061-0/+658