summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tiletex.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'unicode-tiles'Adam Borowski2012-07-111-7/+10
|\
| * more efficient font rendering using glTexSubImage2Dfrogbotherer2012-07-081-7/+10
* | Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-5/+5
|/
* Make most of initialized data static.Adam Borowski2011-12-271-4/+4
* Implement dedicated Menu support for Webtiles.Florian Diebold2011-12-081-11/+0
* First prototype of webtiles.Florian Diebold2011-06-261-1/+1
* Split icons out from main.png. Fixes #2981.Johanna Ploog2010-12-161-2/+5
* Draw base item tile for identified types.Enne Walker2010-06-101-1/+0
* Remove special logic to bake identified items into the main texture.Enne Walker2010-06-101-184/+1
* Split dngn tile page into feat/floor/wall.Enne Walker2010-05-301-9/+23
* Reduce dependencies on tilereg.h.Enne Walker2010-04-251-0/+232
* General coding standards update.Enne Walker2010-04-241-3/+2
* Removing lines with just whitespace.Enne Walker2010-04-241-2/+2
* Changed uiwrapper filenames.Ixtli2010-04-241-1/+1
* Renamed UIWrapper ABC to WindowManager and instantiation to 'wm'.Ixtli2010-04-241-1/+1
* Merged cgcontext into uiwrapper-sdlIxtli2010-04-241-172/+3
* Implemented dynamically dispatched cgwrapper.Ixtli2010-04-241-1/+1
* Made glwrapper use proper dynamic dispatch for modularity.Ixtli2010-04-241-6/+6
* Modified uiwrapper to be an abstract base class.Ixtli2010-04-241-1/+1
* Fixed -h file names referring to specific implementations.Ixtli2010-04-241-7/+2
* UIWrapper camelCase to underscores_as_spacesIxtli2010-04-241-1/+1
* More camel case to underscores_as_spacesIxtli2010-04-241-6/+6
* Changed camelcased function names to underscores_as_spacesIxtli2010-04-241-6/+6
* More coding standards changes. This time s/if\(/if\ \(/gIxtli2010-04-241-1/+1
* Moved MipMapOptions to glwrapper for modularityIxtli2010-04-241-3/+3
* Removed tiletex dependancy on SDL_opengl and updated glwrapper.h/cc to suppor...Ixtli2010-04-241-36/+10
* Factored out SDL calls from tiletex.ccIxtli2010-04-241-52/+48
* [941] Fix tiles issue with umlauts in the path.Enne Walker2010-02-281-1/+12
* Fixing power-of-two image loading issue.Enne Walker2009-12-231-20/+19
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* project-wide: fix msvc compile breakageSteven Noonan2009-10-121-0/+3
* Remove a lot of unneccessary includes.Robert Vollmert2009-10-091-1/+0
* Tiles: Save per-character equipment setting and use it in the characterj-p-e-g2009-07-071-1/+1
* Apply my recent commits to trunk.j-p-e-g2009-06-151-4/+2
* Fixing centering of title screen image.ennewalker2009-04-211-1/+6
* [2774528] Tiles splash screen.ennewalker2009-04-191-7/+19
* * Add tile for Sonja.j-p-e-g2009-03-091-6/+7
* Clean up tiles code to use the VertBuffer classes.ennewalker2009-01-081-1/+1
* Support colorkey entry in indexed palettes so indexed PNGs get loaded with tr...ennewalker2009-01-061-1/+1
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+1
* Support for inline graphics and mouse input on menus.ennewalker2008-10-161-1/+1
* Fix crash when Crawl is started with a command line option.ennewalker2008-10-041-0/+3
* Add whitespace fixes.dolorous2008-09-281-1/+1
* Tiles mcache improvements. Monsters out of sight are now shown with their la...ennewalker2008-09-061-4/+4
* RLTiles complete code rewrite: now much more robust and functional.ennewalker2008-08-231-83/+67
* Moving more settings to the Tiles options file. Fixing a mouse-related crash...ennewalker2008-07-241-5/+12
* Large tiles-related changes. Platform-specific rendering removed and replace...ennewalker2008-07-151-0/+262