summaryrefslogtreecommitdiff
path: root/plugins/versionosd.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Tweaks!Petr Mrázek2012-03-291-1/+0
| | | | | Strip commands.clear() from all plugins Fix changeitem - a variable name has changed in item flags
* Add revforget command, lair pluginPetr Mrázek2012-03-111-1/+0
| | | | | | | | revforget throws away data reveal keeps in order to be able to hide the revealed parts of the map lair allows marking the map as monster lair (or the opposite while using the 'reset' option)
* Make plugins accept explicit output stream references.Alexander Gavrilov2012-03-101-8/+7
| | | | | | | | 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-4/+1
|
* DFhackCExport is only needed on the plugin_* functionsQuietust2012-02-131-2/+2
|
* Only use #include <> for system libraries - for everything else, use ""Quietust2012-01-151-6/+6
|
* Header changes/cleanup.Petr Mrázek2011-12-311-6/+6
|
* Slight reformat in versionosd.Petr Mrázek2011-12-241-68/+68
|
* Add missing files.Petr Mrázek2011-12-071-0/+148