summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilesdl.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Hide the name tags for Cerebov and co.Adam Borowski2012-01-241-1/+4
* Make monster_info::pos grid- instead of player-relative.Florian Diebold2011-11-231-1/+1
* Use monster_info instead of monster for tile picking.Florian Diebold2011-11-231-7/+7
* Webtiles: Move the minimap feature decision to the server side.Florian Diebold2011-11-171-55/+0
* Remove unused level flags, forbid exclusions in Abyss and Lab.Adam Borowski2011-10-091-1/+1
* Fix a harmless warning.Adam Borowski2011-07-121-1/+1
* Remove a warning about initialization order in tiles.Florian Diebold2011-06-261-1/+1
* Implement cursors and fix some bugs.Florian Diebold2011-06-261-1/+1
* First prototype of webtiles.Florian Diebold2011-06-261-2/+1
* Rename MONS_(PANDEMONIUM|HELL)_DEMON to MONS_(PANDEMONIUM|HELL)_LORD.David Lawrence Ramsey2011-06-201-1/+1
* Don't take abs() of an unsigned.Adam Borowski2011-06-131-3/+2
* Gut and parcel out most of stuff.ccAdam Borowski2011-06-041-1/+0
* Fix compiler warning.Raphael Langella2011-01-211-5/+5
* Make sure mouseover descriptions are only triggered by mouse movement.Johanna Ploog2011-01-211-15/+21
* Deduce tab_margin from available space when placing detached tabs.Raphael Langella2011-01-131-2/+2
* Convert ASSERT(!"foo") to die("foo").Adam Borowski2011-01-111-1/+1
* A function die() that does the equivalent of ASSERT(!"foo") but always works.Adam Borowski2011-01-111-1/+1
* Use fullsized icon as window icon for Mac tiles.Darshan Shaligram2011-01-101-0/+4
* Tileframework: remove m_tabs_it member.Raphael Langella2011-01-091-11/+8
* Scale the tab margin with resolution.Raphael Langella2011-01-091-3/+5
* Bump the major version, purge shims, fix breakage.Adam Borowski2011-01-091-5/+0
* Tiles: automatically zoom the minimap to fill available space.Raphael Langella2011-01-091-17/+26
* Tiles: fix the startuo menu layout.Raphael Langella2011-01-081-0/+5
* Fix a crash with small res.Raphael Langella2011-01-081-3/+0
* Add a tile_layout_priority option.Raphael Langella2011-01-081-72/+119
* TilesFramework: Rename the update_inventory method to update tabs.Raphael Langella2011-01-061-1/+1
* Use the same 32x32 icon for Windows.Raphael Langella2011-01-061-4/+0
* Allow placement of the spell tab even if not enough room for all spells.Raphael Langella2011-01-051-1/+1
* Move the minimap placement into its own function.Raphael Langella2011-01-051-38/+62
* Detach the commands tab.Raphael Langella2011-01-041-1/+4
* Store detached tabs in a map.Raphael Langella2011-01-041-80/+64
* Properly create and destroy detached tabs when needed.Raphael Langella2011-01-031-25/+50
* New temporary option tile_allow_detached_montab.Johanna Ploog2010-12-301-1/+1
* Restore minimap after redoing layout.Raphael Langella2010-12-271-0/+3
* Add a tile tab for common commands.Johanna Ploog2010-12-271-0/+3
* Limit detached monster tab to 3 lines.Raphael Langella2010-12-231-1/+1
* Increase tab margin.Raphael Langella2010-12-231-1/+1
* Detach monster tab.Raphael Langella2010-12-231-0/+26
* Adjust the tab margin.Raphael Langella2010-12-221-1/+1
* Fix spell tab not properly updated when learning or forgetting a spell.Raphael Langella2010-12-221-0/+1
* Rename m_region_tsp to m_region_tab_splRaphael Langella2010-12-221-10/+10
* Limit spell tab size to known spells.Raphael Langella2010-12-221-1/+1
* Fix GridRegion::on_resize.Raphael Langella2010-12-221-4/+3
* Don't detach spell tab if no spell known.Raphael Langella2010-12-221-1/+2
* Fix detach spell tab.Raphael Langella2010-12-221-3/+9
* Detach spell tab.Raphael Langella2010-12-221-1/+21
* Don't show the name tag for the Lernaean hydra.Johanna Ploog2010-12-141-2/+5
* Revert "Tiles: don't wait fore a key at the splash screen after databases hav...Raphael Langella2010-12-111-1/+3
* Tiles: don't wait fore a key at the splash screen after databases have loaded.Raphael Langella2010-12-101-3/+1
* Add the ground structure for a skill management tab in Tiles.Johanna Ploog2010-11-281-0/+3