summaryrefslogtreecommitdiff
path: root/plugins/flows.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make plugins accept explicit output stream references.Alexander Gavrilov2012-03-101-10/+10
| | | | | | | | 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.
* New plugin interfacePetr Mrázek2012-02-211-5/+1
|
* Fixage. Runs with 34.01Petr Mrázek2012-02-151-3/+3
|
* DFhackCExport is only needed on the plugin_* functionsQuietust2012-02-131-1/+1
|
* 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-5/+6
|
* Only use #include <> for system libraries - for everything else, use ""Quietust2012-01-151-4/+4
|
* Cleanup plugin 'flows'Quietust2012-01-111-68/+50
|
* Header changes/cleanup.Petr Mrázek2011-12-311-5/+5
|
* Many tweaks to plugins, reorganized the build system and removed more cruft.Petr Mrázek2011-08-141-2/+2
|
* Ported flows tool.Petr Mrázek2011-08-091-36/+48
|
* Ported autodump toolPetr Mrázek2011-08-041-0/+81