summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary includes from header files.Jay3.14152012-10-231-3/+0
* Use std namespace.Raphael Langella2012-08-261-2/+2
* Implement cursors and fix some bugs.Florian Diebold2011-06-261-2/+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-5/+0
* Properly create and destroy detached tabs when needed.Raphael Langella2011-01-031-0/+1
* Add a no_scaling boolean to set_transformRaphael Langella2010-12-101-1/+1
* Resize the minimap region to take up more space.Enne Walker2010-07-171-0/+1
* Split tilereg.h/cc into multiple files.Enne Walker2010-04-251-545/+9
* Reduce dependencies on tilereg.h.Enne Walker2010-04-251-14/+1
* Simplify TileRegion constructors.Enne Walker2010-04-251-13/+22
* Removed out of date forward declairations of FTFontIxtli2010-04-241-1/+0
* Created FontWrapper, and made FT flag in makefile.Ixtli2010-04-241-19/+19
* Startup menus.Janne Lahdenpera2010-04-211-1/+1
* A more generic menu structure approachJanne Lahdenpera2010-04-211-45/+5
* Adds support for mouse and arrow operable menusJanne Lahdenpera2010-03-291-2/+65
* Change tab images on mouseover, not just click.Enne Walker2010-03-231-5/+11
* Make CRTRegion update crawl_view.termsz on resize.Robert Vollmert2010-02-261-0/+2
* Clean up usage of tile page filenames.Enne Walker2010-02-211-0/+1
* Generalize tab activation and tip text.Enne Walker2010-02-141-0/+10
* Cleaner implementation of tab names.Enne Walker2010-02-141-4/+19
* Better error messages for tile tabs.Enne Walker2010-02-141-4/+4
* Always show 21 cells in the Tiles' spell display. (22 with Amnesia.)Johanna Ploog2010-02-141-1/+4
* Add visual tabs to switch tiles inventory pane.Enne Walker2010-02-121-17/+107
* Apply felirx' patch, adding indication of loading state at game start.Johanna Ploog2010-02-041-1/+4
* Make drawing the player tile minibar into its own function.Eino Keskitalo2010-01-271-0/+2
* Tile transparency in water without overlays.Enne Walker2010-01-171-6/+7
* tilereg.h: don't redefine inherited memberMatthew Cline2009-11-111-1/+0
* Remove AppHdr.h from header filesMatthew Cline2009-11-011-1/+0
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Fix 2858572: tiles spell memorisation crashes.j-p-e-g2009-09-141-0/+1
* ...and draw these new spell tiles too.ennewalker2009-09-111-0/+1
* Fixing blurriness on some tiles textures. This may fix the related issue on SF.ennewalker2009-08-181-1/+1
* Reimplementing playing with dolls ('-' command). Keys are mostly the same as...ennewalker2009-08-181-1/+56
* Apply kotk's minor fixes patch in [2827129], with minor tweaks.dolorous2009-07-251-1/+1
* Tiles: Save per-character equipment setting and use it in the characterj-p-e-g2009-07-071-0/+1
* Add punctuation fixes.dolorous2009-07-041-1/+1
* * More steps on the path to reintroducing player doll customization.j-p-e-g2009-06-171-2/+0
* Reintroduce a *very* basic version of the player doll.j-p-e-g2009-06-161-0/+1
* [2774528] Tiles splash screen.ennewalker2009-04-191-0/+16
* Mousing over monsters, items, and features will now show their description in...ennewalker2009-02-121-0/+6
* Turning back on minimap for labyrinths, but fixing it so that it recenters du...ennewalker2009-01-111-1/+2
* [2495836] Show names for friendly uniques during arena mode. Also, add a til...ennewalker2009-01-101-15/+0
* Clean up tiles code to use the VertBuffer classes.ennewalker2009-01-081-22/+23
* Setting all .h/.cc files in source to have a consistent keyword propset.ennewalker2009-01-041-1/+1
* [2424512] Fixing pink square appearing at random in the message window. On a...ennewalker2009-01-041-37/+37
* Tile menus now support multiple tiles per entry (see MenuEntry::get_tiles).ennewalker2009-01-031-3/+2
* * Add icons for weapon brands, mostly borrowing from potions/wands andj-p-e-g2008-11-281-0/+2
* More graphical menu improvements. Inventory menus now have columns. Long en...ennewalker2008-10-251-0/+2
* Support for inline graphics and mouse input on menus.ennewalker2008-10-161-0/+50