summaryrefslogtreecommitdiff
path: root/plugins/regrass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* regrass: leaves tiles with the no_grow flag alone (avoids regrassing roads ↵Robert Heinrich2012-04-231-1/+2
| | | | etc you embark on)
* regrass: ignore furrowed tiles (dirt roads)Robert Heinrich2012-04-221-0/+5
|
* Mass fixagePetr Mrázek2012-04-181-0/+157
| | | | | | | Updated readme.rst Fixed up some help strings of plugin commands Moved catsplosion and regrass to normal plugin folder Fixed tiletypes and liquids not keeping command history properly
* Nuke wagons, move regrass to devel, bump to a dev version.Petr Mrázek2012-02-281-67/+0
|
* New plugin interfacePetr Mrázek2012-02-211-4/+1
|
* DFhackCExport is only needed on the plugin_* functionsQuietust2012-02-131-2/+2
|
* Finish conversion, fix compile errorsQuietust2012-02-131-15/+3
|
* In all loops that iterate across a vector, use a size_t as the indexQuietust2012-01-311-1/+1
|
* Use CoreSuspender and namespace df::enumsQuietust2012-01-211-45/+45
|
* Only use #include <> for system libraries - for everything else, use ""Quietust2012-01-151-5/+5
|
* Minor cleanupQuietust2012-01-111-4/+3
|
* Add "regrass" plugin, regrows grass for pre-0.31.19 fortressesQuietust2012-01-021-0/+83