summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg-skl.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
|
* Hook the skill tiles into the tab region, yay! Toggling works now.Johanna Ploog2010-11-281-2/+0
| | | | | | Doesn't handle skill redistribution yet because I haven't had a look at that so far. We might also want to include wiz-mode change of skill levels here.
* Add the ground structure for a skill management tab in Tiles.Johanna Ploog2010-11-281-0/+34
We've got the tiles already, after all.