summaryrefslogtreecommitdiff
path: root/plugins/colonies.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make plugins accept explicit output stream references.Alexander Gavrilov2012-03-101-13/+14
| | | | | | | | 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-2/+2
|
* Update docs.Petr Mrázek2012-02-051-2/+2
|
* In all loops that iterate across a vector, use a size_t as the indexQuietust2012-01-311-1/+1
|
* Modify a number of commands to use CR_WRONG_USAGE for displaying help.Alexander Gavrilov2012-01-281-17/+10
|
* Use CoreSuspender and namespace df::enumsQuietust2012-01-211-11/+11
|
* Only use #include <> for system libraries - for everything else, use ""Quietust2012-01-151-9/+9
|
* Vermin tweaks.Petr Mrázek2012-01-101-5/+6
|
* Dissolve vermin module.Petr Mrázek2012-01-081-38/+24
|
* Header changes/cleanup.Petr Mrázek2011-12-311-5/+5
|
* Add 'help' options to a bunch of commands.Petr Mrázek2011-08-091-4/+15
|
* Fix colonies plugin.Petr Mrázek2011-08-041-5/+5
|
* Added DF material structs reversed by QuietustPetr Mrázek2011-07-211-3/+3
|
* Fix colonies to use new console output stuffMatthew Cline2011-07-131-8/+10
|
* Vermin module and colonies pluginMatthew Cline2011-07-121-0/+163
This is the start of the vermin module. Right now it just gets a list of the positions at which vermin are created (spawn points). Most spawn points are invisible and transient, but colonies (ant hills and such) are permanent and visible. The address of the spawn points vector is only provided for Linux 0.31.25 The colonies plugin uses the vermin module to list the location and species of colonies, and can either wipe them all out or turn them all into honey bee colonies.