summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg-tab.h
Commit message (Collapse)AuthorAgeFilesLines
* added autoexplore to touch tabsChris West2013-01-051-2/+6
|
* merge of small-screen changes from old build envChris West2013-01-051-0/+5
|
* Use std namespace.Raphael Langella2012-08-261-6/+6
| | | | | | | | | | | | | 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
|
* Add a tile_layout_priority option.Raphael Langella2011-01-081-0/+2
| | | | | | | | | Fully customizable detached tabs. It is even possible to detach the skill and memorisation tabs. I haven't put it in the documentation as it is quite useless and the text is already quite long. I also put a TAG_MAJOR_VERSION condition in the skill enum so NUM_SKILL actually does give the number of skills in the next major bumb.
* Fix tab icons position when one is disabled.Raphael Langella2010-12-221-0/+4
|
* Add methods to disable tabs in TabbedRegion.Raphael Langella2010-12-221-0/+3
|
* Add a TabbedRegion::invalid_index method.Raphael Langella2010-12-221-0/+1
|
* Use tileidx_t for tile indices. Also, cleanup.Enne Walker2010-05-301-2/+2
| | | | | | | | This new type defines to unsigned int, but it cleans up a lot of the int/unsigned int/short confusion all over the codebase for tile indices. This commit also cleans up tiles code to use coord_def more and to change function signatures to pass const refs and non-const pointers.
* Split tilereg.h/cc into multiple files.Enne Walker2010-04-251-0/+70
No functional changes, just rearranging and exposing functions where needed.