summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg-map.cc
Commit message (Expand)AuthorAgeFilesLines
* Add tile_deep_water_col and tile_portal_col.Pekka Lampila2014-02-201-0/+2
* Add tile_mapped_floor_col and tile_branchstairs_col options.Pekka Lampila2014-02-171-2/+2
* Allow minimap colour options to be set with hex codes and used in WebTiles.Pekka Lampila2014-02-171-61/+25
* Drop some useless parentheses around comparisons.Adam Borowski2014-01-101-2/+2
* merge of small-screen changes from old build envChris West2013-01-051-0/+7
* Axe a few unneeded braces.Adam Borowski2012-10-051-2/+0
* Android port.frogbotherer2012-09-081-2/+33
* Use std namespace.Raphael Langella2012-08-261-9/+9
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-6/+6
* Standardize branch checks to player_in_branch(BRANCH_BEDLAM).Adam Borowski2011-12-281-1/+1
* Get rid of level_type, unify BRANCH_*, LEVEL_* and portal vaults.Adam Borowski2011-11-041-1/+1
* Remove unused level flags, forbid exclusions in Abyss and Lab.Adam Borowski2011-10-091-3/+0
* First prototype of webtiles.Florian Diebold2011-06-261-1/+1
* Doxygenization and junk purging that was missed by my script.Adam Borowski2011-04-021-6/+0
* Fix #3596: "Unknown command" when mouseclick-travelling.Johanna Ploog2011-03-151-1/+4
* Fix mouseclick travel internally using the vi keys.Johanna Ploog2011-03-141-1/+5
* Replace "Shift-L-Click" tooltips with "Shift + L-Click", etc.Johanna Ploog2011-01-191-1/+1
* Add a tile_layout_priority option.Raphael Langella2011-01-081-5/+1
* Correct tiles minimap bounds. (#2090)Robert Vollmert2010-09-131-2/+2
* Let minimap right click view go out of bounds.Enne Walker2010-07-171-8/+3
* Change update_minimap to use coord_def.Enne Walker2010-06-091-6/+6
* Clean up GL code function parameters.Enne Walker2010-05-141-2/+2
* Split tilereg.h/cc into multiple files.Enne Walker2010-04-251-0/+330