summaryrefslogtreecommitdiff
path: root/plugins/weather.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup World module to use df::global, and fix crashes when control_mode/gam...Quietust2012-05-231-9/+12
* Tweaks!Petr Mrázek2012-03-291-1/+0
* Make plugins accept explicit output stream references.Alexander Gavrilov2012-03-101-7/+7
* 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