summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/rltiles/tool/tile_list_processor.cc
Commit message (Expand)AuthorAgeFilesLines
* Reformat.Neil Moore2014-07-051-4/+1
* Formatting fixes (add braces).Neil Moore2014-05-121-0/+2
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-2/+0
* Drop a few return () cases that confuse my sed.Adam Borowski2013-11-151-1/+1
* Rewrite (x*y)/z as x*y/zAdam Borowski2013-10-261-2/+2
* Deparenthesize return (simple_variable).Adam Borowski2013-06-061-2/+2
* Deparenthesize return (scalar).Adam Borowski2013-06-041-53/+53
* Add an %alpha directive for tile processorsPete Hurst2013-05-231-1/+12
* Fixed Javascript errors introduced in webtiles by 95663aPete Hurst2013-04-261-6/+8
* 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-281-50/+50
* 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-041-15/+22
* Prevent spurious tile file rebuilds.Steve Melenchuk2012-08-041-125/+4
* Simplify the rltiles makefile by removing a per-target file.Adam Borowski2012-05-221-0/+20
* Drop pointless braces after if/for/while everywhere.Adam Borowski2012-04-201-6/+0
* Make private tiledef data static.Adam Borowski2011-12-271-7/+7
* Avoid spurious regeneration of tiledef headers.Neil Moore2011-12-181-1/+1
* Enable and fix warnings in rltiles.Adam Borowski2011-12-141-16/+9
* Webtiles: Tiles in menus.Florian Diebold2011-12-081-1/+5
* Webtiles JS Modularization, part II.Florian Diebold2011-10-291-39/+86
* A new rltiles command %texture that can use an image as a mask for compositing.Adam Borowski2011-10-021-0/+36
* 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-151-8/+22
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-1/+1
* Get rid of more longs and all "%ld"s, new gcc + Windows + them = bad mojo.Adam Borowski2010-07-161-2/+2
* Add synonym command to rltiles.Enne Walker2010-07-091-0/+8
* rltiles/tool: Use tileidx_t for _name_pair, _colour_pair (#1654).Robert Vollmert2010-06-011-2/+2
* rltiles: Allow for new 'abstract' keyword.Enne Walker2010-05-301-6/+196
* rltiles: Remove hard-coded logic for "dngn" file.Enne Walker2010-05-301-23/+16
* rltiles: Allow multiple include files.Enne Walker2010-05-301-3/+5
* Use tileidx_t for tile indices. Also, cleanup.Enne Walker2010-05-301-31/+31
* quieted warning about format string type inconsistencyIxtli2010-03-281-2/+2
* Revert "Add include files to rltiles dependencies."Enne Walker2010-02-221-3/+0
* tile_list_processor.cc: fix indentationSteven Noonan2010-02-221-6/+6
* tile_list_processor.cc: fix segfault on fclose() of null FILE*Steven Noonan2010-02-221-5/+7
* Add include files to rltiles dependencies.Enne Walker2010-02-221-0/+3
* Only generate tiledef files if they have changed.Enne Walker2010-02-211-2/+91
* rltiles now correctly generates .d files.Enne Walker2010-02-211-0/+42
* rltiles: tile_*_basetile function.Jude Brown2010-02-091-0/+17
* Replace FILLER type of tile names with the previous enum + number.Johanna Ploog2010-02-021-5/+29
* In tile-dngn.html display tile weights as percent values.Johanna Ploog2010-01-121-4/+8