dfhack/library/include/df/custom
Alexander Gavrilov 68b6e10b2c Implement writing veins tile by tile through MapCache.
Unlike changevein, which changes the material in an existing vein
object, with this feature you can set the material for individual
tiles, and the cache will write it out as vein objects.

The array inside the cache data is changed from layer material to
vein material, because layer material is easy to compute.
2013-10-08 18:17:36 +04:00
..
block_burrow.methods.inc Sync to changes in the data structure definitions. 2012-04-26 12:36:29 -05:00
block_square_event_mineralst.methods.inc Sync to changes in the data structure definitions. 2012-04-26 12:36:29 -05:00
coord.methods.inc Fix coord/coord2d division/modulo operators to properly handle negative numbers (fixes some glitches with revflood and possibly other utils) 2012-04-01 19:44:35 -05:00
coord2d.methods.inc Get rid of some obsolete api functions, and restructure MapCache. 2012-04-10 18:21:19 +04:00
coord2d_path.methods.inc Update to match the data definitions. 2012-01-21 17:18:53 +04:00
coord_path.methods.inc Some tweaking and edited NEWS. 2012-10-06 12:40:46 +04:00
inorganic_raw.methods.inc Cleanup code to get rid of MSVC warning C4482 2012-01-31 10:17:27 -06:00
material.methods.inc Cleanup code to get rid of MSVC warning C4482 2012-01-31 10:17:27 -06:00
tile_bitmask.methods.inc Implement writing veins tile by tile through MapCache. 2013-10-08 18:17:36 +04:00