summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/rltiles/tool/tile.cc
Commit message (Collapse)AuthorAgeFilesLines
* Basic support for tile recolouring.Enne Walker2009-12-241-7/+36
| | | | | | | | | | | | | | | | | | | | Added %variation, %repeat, %desat, %lum, %hue, %pal, %resetcol commands to rltiles. Also, multiple enum synonyms can now be specified. Documentation on all rltiles commands is forthcoming. Sorry. Added coloured variations for a number of floor and wall tiles, removing duplicate source art where it made sense. The variations probably need some adjusting to look less like fruit salad. COLOUR in a vault specification will now automatically try to pick coloured variations of basic floor and rock wall tiles by default. It will also pick coloured variations of any tiles specified by FTILE/RTILE/TILE. I'll leave it as an exercise for due to generalize this to features and monsters. tile_dngn_coloured (and corresponding functions for other tile sheets) can be used to look up coloured variations for a given tile index.
* tile.cc: add missing includesSteven Noonan2009-10-241-0/+3
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* Revert some changes in rltiles/tool, and some further cleanup.j-p-e-g2009-07-221-60/+49
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10373 c06c8d41-db1a-0410-9941-cceddc491573
* Some more spacing fixes.j-p-e-g2009-07-221-32/+30
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10366 c06c8d41-db1a-0410-9941-cceddc491573
* Fix some warnings for gcc 4.4 as per trentbuck's patch 2824633.j-p-e-g2009-07-211-28/+25
| | | | | | | | Add flavour messages to opening the gate to Zot. Really, we'd need something like that for winning the game, but what? git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10365 c06c8d41-db1a-0410-9941-cceddc491573
* Fix Peter's rltiles/tool warnings.j-p-e-g2009-06-271-49/+35
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10056 c06c8d41-db1a-0410-9941-cceddc491573
* rltiles now creates tile-dngn.html (and others) when creating tile pages. ↵ennewalker2009-03-151-0/+2
| | | | | | These should make it easier to figure out which tiles go by which name. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9510 c06c8d41-db1a-0410-9941-cceddc491573
* Support colorkey entry in indexed palettes so indexed PNGs get loaded with ↵ennewalker2009-01-061-1/+1
| | | | | | transparency properly. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8254 c06c8d41-db1a-0410-9941-cceddc491573
* Silence rltiles warnings.ennewalker2009-01-021-2/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8133 c06c8d41-db1a-0410-9941-cceddc491573
* RLTiles complete code rewrite: now much more robust and functional.ennewalker2008-08-231-0/+511
Added PNG and non-palettized image input. Added PNG output. Added better tile packing and support for tiles of different sizes. Converted all BMPs to PNGs (for space and explicit transparency reasons.) Added the 48x32 pandemonium demon tiles, but these are not yet used in game. Added Bill B.'s portal tile (finally). The Win32 makefiles are not updated quite yet and thus will not build. Sorry. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6850 c06c8d41-db1a-0410-9941-cceddc491573