summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fixedvector.h
Commit message (Collapse)AuthorAgeFilesLines
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
| | | | | Sometimes, they're there to emphasize a break between two sections of code, which is good. In a majority of cases, though, they're just inconsistent.
* Include debug.h earlier.Adam Borowski2013-04-261-1/+0
| | | | | Via externs.h -> bitary.h, it was effectively included by everything anyway, and this way simplifies include chains.
* Drop a bunch of useless uses of this->Adam Borowski2012-07-101-2/+2
| | | | | I left a few cases where it helps disambiguate between global and object functions by the same name (formatted_string::cprintf(), etc).
* Enable printf warnings for yet more functions & fix problems identifiedSamuel Bronson2011-12-261-2/+2
|
* Don't say " in 'fixedvector.h' at line 72" in range check errors.Adam Borowski2011-03-301-2/+2
| | | | | | | This confuses people into thinking the error is there and that it's important information that will help us find the crash's cause. It'd be nice to know the real caller, but C++ doesn't give us that.
* 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.
* Change FixedVector messages to be easier to understood by users.Adam Borowski2011-03-131-2/+2
|
* A better assert message for FixedVector our of bounds access.Adam Borowski2011-02-111-4/+20
|
* Rename fixary.h and fixvec.h.Robert Vollmert2009-11-151-0/+121