| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make plugins accept explicit output stream references. | Alexander Gavrilov | 2012-03-10 | 1 | -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ázek | 2012-03-03 | 1 | -1/+0 |
| | | |||||
| * | New plugin interface | Petr Mrázek | 2012-02-21 | 1 | -5/+1 |
| | | |||||
| * | DFhackCExport is only needed on the plugin_* functions | Quietust | 2012-02-13 | 1 | -2/+2 |
| | | |||||
| * | Update docs. | Petr Mrázek | 2012-02-05 | 1 | -2/+2 |
| | | |||||
| * | In all loops that iterate across a vector, use a size_t as the index | Quietust | 2012-01-31 | 1 | -1/+1 |
| | | |||||
| * | Modify a number of commands to use CR_WRONG_USAGE for displaying help. | Alexander Gavrilov | 2012-01-28 | 1 | -17/+10 |
| | | |||||
| * | Use CoreSuspender and namespace df::enums | Quietust | 2012-01-21 | 1 | -11/+11 |
| | | |||||
| * | Only use #include <> for system libraries - for everything else, use "" | Quietust | 2012-01-15 | 1 | -9/+9 |
| | | |||||
| * | Vermin tweaks. | Petr Mrázek | 2012-01-10 | 1 | -5/+6 |
| | | |||||
| * | Dissolve vermin module. | Petr Mrázek | 2012-01-08 | 1 | -38/+24 |
| | | |||||
| * | Header changes/cleanup. | Petr Mrázek | 2011-12-31 | 1 | -5/+5 |
| | | |||||
| * | Add 'help' options to a bunch of commands. | Petr Mrázek | 2011-08-09 | 1 | -4/+15 |
| | | |||||
| * | Fix colonies plugin. | Petr Mrázek | 2011-08-04 | 1 | -5/+5 |
| | | |||||
| * | Added DF material structs reversed by Quietust | Petr Mrázek | 2011-07-21 | 1 | -3/+3 |
| | | |||||
| * | Fix colonies to use new console output stuff | Matthew Cline | 2011-07-13 | 1 | -8/+10 |
| | | |||||
| * | Vermin module and colonies plugin | Matthew Cline | 2011-07-12 | 1 | -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. | |||||
