summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/rltiles/tool
Commit message (Expand)AuthorAgeFilesLines
* Reformat.Neil Moore2014-07-051-4/+1
* Formatting fixes (add braces).Neil Moore2014-05-121-0/+2
* Kill the Invisible Pink Unicorn.Adam Borowski2014-01-141-0/+4
* Drop an useless tool that converts BMPs to PNG.Adam Borowski2014-01-141-56/+0
* Drop some useless parentheses around comparisons.Adam Borowski2014-01-102-3/+3
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-2/+0
* More formatting fixes for return (...);Neil Moore2013-11-151-1/+1
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-2/+2
* Drop a few return () cases that confuse my sed.Adam Borowski2013-11-151-1/+1
* Fix cygwin (and maybe other) rltiles tool builds.Neil Moore2013-10-261-0/+1
* Rewrite (x*y)/z as x*y/zAdam Borowski2013-10-262-3/+3
* Revert "A way to check which tiles are not included in the textures."Adam Borowski2013-10-073-29/+1
* Let rltiles work with SDL2.Adam Borowski2013-07-251-2/+8
* Deparenthesize return (simple_variable).Adam Borowski2013-06-063-7/+7
* Deparenthesize return (scalar).Adam Borowski2013-06-044-78/+78
* Fix field initialization order warnings.Adam Borowski2013-05-231-1/+1
* Add an %alpha directive for tile processorsPete Hurst2013-05-232-1/+13
* Fixed Javascript errors introduced in webtiles by 95663aPete Hurst2013-04-262-7/+10
* Use ASSERT() rather than assert() in tiles code.Adam Borowski2013-04-261-16/+12
* Remove extraneous arguments to printfs.Adam Borowski2012-09-091-4/+3
* Webtiles: Do animations on the client and, optionally, in real-time.Florian Diebold2012-09-081-0/+16
* Get rid of std:: in the rltile tool.Adam Borowski2012-08-287-109/+112
* rltiles: Fix tile_*_basetile functions.Florian Diebold2012-08-271-2/+2
* Allow specification of only one of image or code handling in tilegen.Steve Melenchuk2012-08-043-34/+74
* Prevent spurious tile file rebuilds.Steve Melenchuk2012-08-042-125/+9
* 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-073-2/+32
* Simplify the rltiles makefile by removing a per-target file.Adam Borowski2012-05-222-21/+20
* Fix non-tile builds with gcc-4.7.Adam Borowski2012-05-101-1/+1
* 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-202-8/+0
* Make private tiledef data static.Adam Borowski2011-12-271-7/+7
* Avoid spurious regeneration of tiledef headers.Neil Moore2011-12-181-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-144-24/+17
* Allow running the rltile tool with no #define USE_TILE.Adam Borowski2011-12-144-6/+35
* Webtiles: Tiles in menus.Florian Diebold2011-12-081-1/+5
* Fix wrong colour key handling in the rltile tool (#4824).Florian Diebold2011-10-291-1/+5
* Webtiles JS Modularization, part II.Florian Diebold2011-10-292-39/+87
* tilegen: MSVCRT's tmpfile() is broken; use our own instead.Samuel Bronson2011-10-141-0/+21
* A new rltiles command %texture that can use an image as a mask for compositing.Adam Borowski2011-10-024-0/+73
* Merge branch 'webtiles'Adam Borowski2011-07-101-0/+158
|\
| * Adapt javascript code style to crawl conventions; generate tile_*_count funct...Florian Diebold2011-06-261-6/+20
| * Move rendering logic to the client, make it more complete.Florian Diebold2011-06-261-56/+106
| * Draw player and monsters.Florian Diebold2011-06-261-1/+1
| * First prototype of webtiles.Florian Diebold2011-06-261-0/+94
* | Adjust some whitespace and formatting.Adam Borowski2011-07-081-1/+2
* | cppcheck: fix inefficient checking for emptiness.Adam Borowski2011-07-051-15/+15
|/
* New tiles definition param %back_sdir for background tile directory.Johanna Ploog2011-03-152-9/+24