summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/rltiles/tool/tile_colour.cc
Commit message (Expand)AuthorAgeFilesLines
* More formatting fixes for return (...);Neil Moore2013-11-151-1/+1
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-2/+2
* Rewrite (x*y)/z as x*y/zAdam Borowski2013-10-261-1/+1
* Deparenthesize return (simple_variable).Adam Borowski2013-06-061-4/+4
* Deparenthesize return (scalar).Adam Borowski2013-06-041-5/+5
* Get rid of std:: in the rltile tool.Adam Borowski2012-08-281-7/+8
* Drop pointless braces after else/else if as well.Adam Borowski2012-04-201-4/+0
* Drop pointless braces after if/for/while everywhere.Adam Borowski2012-04-201-2/+0
* Allow running the rltile tool with no #define USE_TILE.Adam Borowski2011-12-141-1/+5
* ... and check if it works.Adam Borowski2010-09-301-2/+0
* Add another missing include.Jude Brown2009-12-251-0/+1
* Basic support for tile recolouring.Enne Walker2009-12-241-0/+220
* Revert some changes in rltiles/tool, and some further cleanup.j-p-e-g2009-07-221-5/+7
* Some more spacing fixes.j-p-e-g2009-07-221-13/+11
* [2157145] Applying patch for missing #includes.ennewalker2008-10-161-0/+1
* Incorporating new tiles from Denzi/Mitsuhiro. Rings and amulets now have lab...ennewalker2008-09-121-0/+55
* RLTiles complete code rewrite: now much more robust and functional.ennewalker2008-08-231-0/+25