summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-irregular-box.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fix make_irregular_box door glyph.pubby2014-02-021-1/+1
| | | | It was always using '+' instead of the door_glyph parameter.
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-3/+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.
* Axe a buttload of useless #includes.Adam Borowski2013-11-031-1/+0
| | | | | Can't test Android, MSVC or Mac, but a very brief glance at the diff suggests it's unlikely they're affected.
* Fix lots of typosChris Oelmueller2013-07-231-1/+1
|
* Correct a widespread typo.Adam Borowski2013-07-181-12/+12
|
* Formatting fixes.Adam Borowski2013-06-251-80/+77
|
* Formatting fixes.Adam Borowski2013-05-091-3/+3
|
* Don't use div_t, it causes a conflict with system headers.Adam Borowski2013-05-051-49/+49
|
* Added dgn-irregular-box, 3 layoutsinfiniplex2013-05-051-0/+626