summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dbg-asrt.cc
Commit message (Expand)AuthorAgeFilesLines
* friendlier crash messageJesse Luehrs2014-08-151-1/+7
* Remove stuffNicholas Feinberg2014-07-291-1/+1
* Remove base max MP adjustment.Neil Moore2014-07-261-2/+2
* Further rename you.mp_max_*.Neil Moore2014-07-261-1/+1
* Rename player::[hm]p_max_{perm,temp} (reaverb)Neil Moore2014-07-261-2/+2
* Fix temporary MP modifier in debug dumps.Neil Moore2014-07-261-1/+1
* Don't use nuke to describe the abyss destorying all terrain.reaverb2014-06-051-2/+2
* Use you.innate_mutation rather than you.innate_mutationsreaverb2014-05-141-2/+2
* Formatting fixes (add braces).Neil Moore2014-05-121-0/+4
* Change WebTiles crash handling to work by parsing stderr.Pekka Lampila2014-03-021-13/+0
* Do tiles.shutdown() earlier when handling a crash.Pekka Lampila2014-03-021-9/+16
* Include assert message and crash log in WebTiles exit dialog.Pekka Lampila2014-02-051-0/+7
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* Replace `mpr(s, ch)` with `mprf(ch, s)`Adam Borowski2013-11-291-4/+1
* Spam about the reason GDB is disabled.Adam Borowski2013-11-171-7/+3
* Don't attach gdb in debug builds unless --gdb is given on cmdline.Adam Borowski2013-11-051-3/+7
* Clear some buffers prominent in crash tracesSamuel Bronson2013-11-021-3/+5
* Attach and run gdb during crashes.Adam Borowski2013-11-021-1/+4
* Include abyssal level in assertion dumps.Neil Moore2013-10-311-2/+4
* Put the Generating_Level global into crawl_state.Adam Borowski2013-10-031-2/+1
* If a crash happens during map generation, dump the whole grd.Adam Borowski2013-10-031-2/+12
* Fix a warning.Adam Borowski2013-09-221-1/+1
* Don't use enum numbers for mutations in crash dumps.Adam Borowski2013-09-091-7/+29
* Brace fixes.Adam Borowski2013-06-081-1/+2
* Don't use "" where a null works better.Adam Borowski2013-06-081-1/+1
* Add an ASSERTM macro for more verbose ASSERTsPete Hurst2013-05-231-2/+21
* Move NORETURN in front of static (xFleury)Pete Hurst2013-05-191-1/+1
* Fix directory for SDL include in MSVC (xFleury)Pete Hurst2013-05-191-1/+5
* Include debug.h earlier.Adam Borowski2013-04-261-2/+0
* Fix a possible infinite loop when dumping.Adam Borowski2013-04-091-1/+1
* Dump the abyssal state during crash.Adam Borowski2013-03-231-0/+15
* Simplify handling of version info.Adam Borowski2013-03-141-9/+5
* Add spacing fix.David Lawrence Ramsey2013-01-261-1/+1
* Dump the Webtiles message buffer when crashing.Florian Diebold2012-11-011-0/+5
* Remove unnecessary includes from header files.Jay3.14152012-10-231-0/+1
* Fix stats being capped below at zero in situations where they shouldn't be.elliptic2012-09-201-2/+3
* Use std namespace.Raphael Langella2012-08-261-18/+17
* Add a milestone for the first time each branch is exited.elliptic2012-08-221-1/+1
* Massive style fix (braces, indentation, etc.)Neil Moore2012-08-011-0/+2
* Make feature renames local to a vault rather than the whole level.Adam Borowski2012-07-051-2/+1
* Remove a good deal of header inclusion.Adam Borowski2012-05-231-2/+1
* Drop an useless property.Adam Borowski2012-05-051-11/+0
* An unfourgivable typou.Adam Borowski2012-04-261-1/+1
* Merge branch 'master' into portal_branchesAdam Borowski2012-04-251-4/+1
|\
| * Remove the now-unused code for emergency saves.Adam Borowski2012-04-141-4/+1
* | Merge branch 'master' into portal_branchesAdam Borowski2012-03-261-2/+1
|\|
| * Fix a misalignment in crash dumps.Adam Borowski2012-03-101-1/+1
| * Merge away an one-function-wonder header file.Adam Borowski2012-03-101-1/+0
* | Use branch depth rather than absolute depth as the authoritative one.Adam Borowski2012-01-031-2/+2
* | Merge branch 'master' into portal_branchesAdam Borowski2011-12-281-11/+30
|\|