summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg-spl.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.
* 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-5/+0
|
* Limit spell tab size to known spells.Raphael Langella2010-12-221-1/+1
|
* Detach spell tab.Raphael Langella2010-12-221-1/+1
|
* Clean up a boolean member into a virtual function.Enne Walker2010-04-261-2/+1
|
* Split tilereg.h/cc into multiple files.Enne Walker2010-04-251-0/+35
No functional changes, just rearranging and exposing functions where needed.