summaryrefslogtreecommitdiff
path: root/plugins/weather.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup World module to use df::global, and fix crashes when ↵Quietust2012-05-231-9/+12
| | | | control_mode/game_mode are missing
* Tweaks!Petr Mrázek2012-03-291-1/+0
| | | | | Strip commands.clear() from all plugins Fix changeitem - a variable name has changed in item flags
* Make plugins accept explicit output stream references.Alexander Gavrilov2012-03-101-7/+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.
* Hidden weather command raw value overridePetr Mrázek2012-02-221-2/+12
|
* New plugin interfacePetr Mrázek2012-02-211-4/+1
|
* DFhackCExport is only needed on the plugin_* functionsQuietust2012-02-131-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-14/+11
|
* Use CoreSuspender and namespace df::enumsQuietust2012-01-211-20/+19
|
* Only use #include <> for system libraries - for everything else, use ""Quietust2012-01-151-4/+4
|
* Header changes/cleanup.Petr Mrázek2011-12-311-5/+5
|
* Command history separated from Console.Petr Mrázek2011-08-131-5/+8
|
* Add 'help' options to a bunch of commands.Petr Mrázek2011-08-091-2/+8
|
* Windows side of the Console rewritePetr Mrázek2011-07-141-12/+13
|
* Integrate linenoise into Console - Linux partPetr Mrázek2011-07-131-12/+12
|
* Weather plugin to mirror the weather tool.Petr Mrázek2011-07-071-0/+131