summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg-doll.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary includes from header files.Jay3.14152012-10-231-0/+1
| | | | | | | | | | For most header files, this only saves on having to recompile a small number of source files, but there are also a few headers where small changes would now take significantly less time. This is most obvious for the Tiles build for which the dependencies have been greatly reduced, so that the only additional includes when compared to console are strictly library or tile related.
* 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
|
* Split tilereg.h/cc into multiple files.Enne Walker2010-04-251-0/+52
No functional changes, just rearranging and exposing functions where needed.