summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/errors.cc
Commit message (Collapse)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-1/+1
| | | | | | | .cc, moving its contents into the new stepdown.cc and strings.cc. (The latter also got many donations from libutil.h.) Down with stuff! Up the new flesh!
* 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.
* Offer to delete corrupted saves.Adam Borowski2012-03-241-0/+10
|
* Gut and parcel out most of stuff.ccAdam Borowski2011-06-041-1/+0
|
* 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.
* 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
|
* Make external fails catchable.Adam Borowski2010-09-021-4/+5
|
* The transactional save packager.Adam Borowski2010-08-201-0/+38