summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/rltiles/tool/tile.cc
Commit message (Expand)AuthorAgeFilesLines
* Drop some useless parentheses around comparisons.Adam Borowski2014-01-101-2/+2
* Revert "A way to check which tiles are not included in the textures."Adam Borowski2013-10-071-5/+0
* Let rltiles work with SDL2.Adam Borowski2013-07-251-2/+8
* Deparenthesize return (scalar).Adam Borowski2013-06-041-13/+13
* Get rid of std:: in the rltile tool.Adam Borowski2012-08-281-7/+7
* Prevent spurious tile file rebuilds.Steve Melenchuk2012-08-041-0/+5
* Remove an unused variable.Neil Moore2012-08-011-1/+0
* Fix loading of some images in the rltiles tool.Florian Diebold2012-08-011-1/+1
* A way to check which tiles are not included in the textures.Adam Borowski2012-06-071-0/+5
* Fix non-tile builds with gcc-4.7.Adam Borowski2012-05-101-1/+1
* Fix the rltile tool for SDL 1.3.Adam Borowski2011-12-171-0/+6
* Enable and fix warnings in rltiles.Adam Borowski2011-12-141-6/+6
* Allow running the rltile tool with no #define USE_TILE.Adam Borowski2011-12-141-4/+23
* Fix wrong colour key handling in the rltile tool (#4824).Florian Diebold2011-10-291-1/+5
* A new rltiles command %texture that can use an image as a mask for compositing.Adam Borowski2011-10-021-0/+35
* Fix auto-corpsified tile garbage.Enne Walker2010-06-301-2/+2
* Basic support for tile recolouring.Enne Walker2009-12-241-7/+36
* tile.cc: add missing includesSteven Noonan2009-10-241-0/+3
* Revert some changes in rltiles/tool, and some further cleanup.j-p-e-g2009-07-221-60/+49
* Some more spacing fixes.j-p-e-g2009-07-221-32/+30
* Fix some warnings for gcc 4.4 as per trentbuck's patch 2824633.j-p-e-g2009-07-211-28/+25
* Fix Peter's rltiles/tool warnings.j-p-e-g2009-06-271-49/+35
* rltiles now creates tile-dngn.html (and others) when creating tile pages. Th...ennewalker2009-03-151-0/+2
* Support colorkey entry in indexed palettes so indexed PNGs get loaded with tr...ennewalker2009-01-061-1/+1
* Silence rltiles warnings.ennewalker2009-01-021-2/+2
* RLTiles complete code rewrite: now much more robust and functional.ennewalker2008-08-231-0/+511