summaryrefslogtreecommitdiff
path: root/plugins/getplants.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make plugins accept explicit output stream references.Alexander Gavrilov2012-03-101-13/+13
| | | | | | | | 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.
* Add "-a" option to getplants, selects every type of plantQuietust2012-02-221-2/+17
|
* New plugin interfacePetr Mrázek2012-02-211-5/+1
|
* Fixage. Runs with 34.01Petr Mrázek2012-02-151-1/+1
|
* DFhackCExport is only needed on the plugin_* functionsQuietust2012-02-131-2/+2
|
* Fix remaining issuesQuietust2012-02-131-2/+2
|
* Move TileTypes to XML, part 1 - a bunch of stuff is now brokenQuietust2012-02-131-3/+4
|
* Fix really stupid typoQuietust2012-02-041-1/+1
|
* In all loops that iterate across a vector, use a size_t as the indexQuietust2012-01-311-4/+4
|
* Modify a number of commands to use CR_WRONG_USAGE for displaying help.Alexander Gavrilov2012-01-281-12/+13
|
* Replace df_plant with df::plant - this leaves the Vegetation module a bit ↵Quietust2012-01-211-113/+120
| | | | empty, but I'll leave it in case we decide to add something new there
* Only use #include <> for system libraries - for everything else, use ""Quietust2012-01-151-6/+6
|
* Fix getplants - duplicate variable.Petr Mrázek2012-01-081-1/+1
|
* Cleanup "getplants" plugin, minimize reliance on modulesQuietust2012-01-071-120/+78
|
* Header changes/cleanup.Petr Mrázek2011-12-311-8/+8
|
* Better handling of plants in getplants plugin.Petr Mrázek2011-10-291-9/+15
|
* STUFF!Petr Mrázek2011-10-071-0/+191