summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg-title.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.
* 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.
* 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
|
* Properly fix clicks counted twice.Raphael Langella2011-02-131-1/+1
| | | | | | | | | Precision menu acts on mouse press now instead of mouse release. This fixes #3426. This reverts commit af62abd18c2e011fb9bf912e33374e7d78a2c733. This reverts commit 7a657cdb01a6fb74ff8cf8fcaeeb81d375a7bb04.
* Fix click on the title screen making selection in the startup menu.Raphael Langella2011-02-101-1/+1
|
* Revert "Tiles: don't wait fore a key at the splash screen after databases ↵Raphael Langella2010-12-111-1/+1
| | | | | | have loaded." This reverts commit ea74d73b47d41443078be4a15245aa5c36e090ef.
* Tiles: don't wait fore a key at the splash screen after databases have loaded.Raphael Langella2010-12-101-1/+1
|
* Tilebuf now uses GLVertBuffer exclusively.Ixtli2010-05-141-1/+1
| | | | Signed-off-by: Enne Walker <enne.walker@gmail.com>
* Split tilereg.h/cc into multiple files.Enne Walker2010-04-251-0/+34
No functional changes, just rearranging and exposing functions where needed.