summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg-stat.cc
Commit message (Collapse)AuthorAgeFilesLines
* merge of small-screen changes from old build envChris West2013-01-051-1/+33
|
* Use std namespace.Raphael Langella2012-08-261-1/+1
| | | | | | | | | | | | | 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.
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-2/+2
|
* First prototype of webtiles.Florian Diebold2011-06-261-1/+1
| | | | | | Conflicts: crawl-ref/source/startup.cc
* Doxygenization and junk purging that was missed by my script.Adam Borowski2011-04-021-6/+0
|
* Split tilereg.h/cc into multiple files.Enne Walker2010-04-251-0/+44
No functional changes, just rearranging and exposing functions where needed.