summaryrefslogtreecommitdiff
path: root/plugins/fixveins.cpp
Commit message (Collapse)AuthorAgeFilesLines
* More maps api refactoring and renaming.Alexander Gavrilov2012-04-111-2/+1
| | | | getBlockAbs is a very confusing name; getTileBlock is better.
* Make plugins accept explicit output stream references.Alexander Gavrilov2012-03-101-7/+7
| | | | | | | | This is an incompatible change to the plugin ABI. The Console is not thread-safe unless used indirectly via color_ostream_proxy, so everything should use their per-thread stream.
* Get rid of Simple namespace, Gui module is now a namespace.Petr Mrázek2012-03-031-1/+0
|
* New plugin interfacePetr Mrázek2012-02-211-5/+1
|
* DFhackCExport is only needed on the plugin_* functionsQuietust2012-02-131-1/+1
|
* Move TileTypes to XML, part 1 - a bunch of stuff is now brokenQuietust2012-02-131-13/+13
|
* Some fixes for fixveinsQuietust2012-01-311-4/+12
| | | | | * Ignore map feature tiles if the map feature does not specify a material * Ignore mineral tiles if a map feature material is also present
* In all loops that iterate across a vector, use a size_t as the indexQuietust2012-01-311-1/+1
|
* Update fixveins to also handle feature stones (e.g. adamantine vein floors)Quietust2012-01-271-23/+25
|
* Add plugin "fixveins", restores mineral floors that were erased by ↵Quietust2012-01-261-0/+107
placing/removing constructions