summaryrefslogtreecommitdiff
path: root/plugins/plants.cpp
Commit message (Collapse)AuthorAgeFilesLines
* More maps api refactoring and renaming.Alexander Gavrilov2012-04-111-4/+6
| | | | getBlockAbs is a very confusing name; getTileBlock is better.
* Tweaks!Petr Mrázek2012-03-291-1/+0
| | | | | Strip commands.clear() from all plugins Fix changeitem - a variable name has changed in item flags
* Make plugins accept explicit output stream references.Alexander Gavrilov2012-03-101-22/+22
| | | | | | | | 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-4/+2
|
* New plugin interfacePetr Mrázek2012-02-211-4/+1
|
* DFhackCExport is only needed on the plugin_* functionsQuietust2012-02-131-6/+6
|
* Move TileTypes to XML, part 1 - a bunch of stuff is now brokenQuietust2012-02-131-5/+6
|
* In all loops that iterate across a vector, use a size_t as the indexQuietust2012-01-311-2/+2
|
* Kill the Vegetation module, replacing it with the same 3 simple methods used ↵Quietust2012-01-241-2/+2
| | | | in Engravings
* Use CoreSuspender and namespace df::enumsQuietust2012-01-211-9/+2
|
* Replace df_plant with df::plant - this leaves the Vegetation module a bit ↵Quietust2012-01-211-28/+15
| | | | empty, but I'll leave it in case we decide to add something new there
* Kill the Maps moduleQuietust2012-01-191-14/+9
|
* Only use #include <> for system libraries - for everything else, use ""Quietust2012-01-151-8/+8
|
* Header changes/cleanup.Petr Mrázek2011-12-311-9/+9
|
* Add 'help' options to a bunch of commands.Petr Mrázek2011-08-091-9/+33
|
* Merged grow and immolate tools into plants plugin.Petr Mrázek2011-08-021-0/+249