summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/errors.h
Commit message (Collapse)AuthorAgeFilesLines
* Use std namespace.Raphael Langella2012-08-261-4/+4
| | | | | | | | | | | | | 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.
* Offer to delete corrupted saves.Adam Borowski2012-03-241-0/+7
|
* Enable printf warnings for yet more functions & fix problems identifiedSamuel Bronson2011-12-261-2/+2
|
* s/noreturn/NORETURN/ to unbreak Windows builds.Adam Borowski2011-01-071-2/+2
| | | | | It did resolve in __declspec(noreturn) which is used by the system headers as well...
* Follow the advice of gcc-4.6 -Wsuggest-attribute=noreturnAdam Borowski2011-01-071-2/+2
|
* On an abnormal exit, don't insist the save is properly closed.Adam Borowski2010-09-041-0/+2
|
* Make external fails catchable.Adam Borowski2010-09-021-0/+8
|
* The transactional save packager.Adam Borowski2010-08-201-0/+7