| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add a plugin implementing 'add spatter to item' reactions. | Alexander Gavrilov | 2012-09-17 | 1 | -3/+10 |
| | | |||||
| * | Merge branch 'master' of http://github.com/peterix/dfhack | Timothy Collett | 2012-09-10 | 1 | -1/+30 |
| |\ | |||||
| | * | Add "clean plants", currently just removes water from rain (and lets you set ↵ | Quietust | 2012-08-18 | 1 | -1/+30 |
| | | | | | | | | | them on fire) | ||||
| * | | Merge further changes (???) | Timothy Collett | 2012-09-10 | 1 | -2/+2 |
| |/ | |||||
| * | More maps api refactoring and renaming. | Alexander Gavrilov | 2012-04-11 | 1 | -1/+1 |
| | | | | | getBlockAbs is a very confusing name; getTileBlock is better. | ||||
| * | Make plugins accept explicit output stream references. | Alexander Gavrilov | 2012-03-10 | 1 | -17/+18 |
| | | | | | | | | | 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 | -2/+1 |
| | | |||||
| * | New plugin interface | Petr Mrázek | 2012-02-21 | 1 | -6/+2 |
| | | |||||
| * | Fix header includes, update structures. | Petr Mrázek | 2012-02-20 | 1 | -1/+1 |
| | | |||||
| * | DFhackCExport is only needed on the plugin_* functions | Quietust | 2012-02-13 | 1 | -2/+2 |
| | | |||||
| * | In all loops that iterate across a vector, use a size_t as the index | Quietust | 2012-01-31 | 1 | -8/+7 |
| | | |||||
| * | Modify a number of commands to use CR_WRONG_USAGE for displaying help. | Alexander Gavrilov | 2012-01-28 | 1 | -25/+25 |
| | | |||||
| * | Tweak showmood, add a few validity checks, commit a dfhack.init example. | Alexander Gavrilov | 2012-01-24 | 1 | -0/+5 |
| | | |||||
| * | Use CoreSuspender and namespace df::enums | Quietust | 2012-01-21 | 1 | -9/+9 |
| | | |||||
| * | Kill the Maps module | Quietust | 2012-01-19 | 1 | -15/+3 |
| | | |||||
| * | Update code to accomodate the new coord/coord2d/coord_path structs. | Alexander Gavrilov | 2012-01-19 | 1 | -0/+1 |
| | | | | | Also replicate the methods of DFCoord. | ||||
| * | Only use #include <> for system libraries - for everything else, use "" | Quietust | 2012-01-15 | 1 | -4/+4 |
| | | |||||
| * | Add missing newline to "clean" usage | Quietust | 2012-01-11 | 1 | -1/+1 |
| | | |||||
| * | Silence warning | Quietust | 2012-01-11 | 1 | -0/+1 |
| | | |||||
| * | block_index is declared correctly now | Quietust | 2012-01-11 | 1 | -2/+1 |
| | | |||||
| * | Update cleaners/drybuckets, Materials module now gone | Quietust | 2012-01-11 | 1 | -4/+3 |
| | | |||||
| * | Cleanup "cleaners" plugin, minimize reliance on modules | Quietust | 2012-01-07 | 1 | -146/+122 |
| | | |||||
| * | Merge https://github.com/angavrilov/dfhack | Petr Mrázek | 2011-12-31 | 1 | -5/+2 |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: library/Core.cpp library/PluginManager.cpp library/include/Core.h library/include/PluginManager.h library/modules/Gui.cpp plugins/stockpiles.cpp | ||||
| | * | Implement context-sensitive keybinding support. | Alexander Gavrilov | 2011-12-31 | 1 | -5/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | Allow defining commands with guard conditions, and binding one or more commands to alphabetic and function keys. When the relevant key is pressed, the first listed command with successfully evaluated guard is chosen. For consistency, the guard is also checked when the command is invoked from the console; this requires suspending the core inside PluginManager, before invoking plugin code. | ||||
| * | | Header changes/cleanup. | Petr Mrázek | 2011-12-31 | 1 | -8/+8 |
| |/ | |||||
| * | Renaming Creatures to Units | Petr Mrázek | 2011-12-02 | 1 | -3/+3 |
| | | |||||
| * | Hardening. | Petr Mrázek | 2011-11-01 | 1 | -2/+6 |
| | | |||||
| * | Add spot cleaning tool. | Petr Mrázek | 2011-10-28 | 1 | -2/+40 |
| | | |||||
| * | Delete spatter objects while cleaning items and creatures. | Petr Mrázek | 2011-10-28 | 1 | -0/+4 |
| | | |||||
| * | Merged the spatter clean plugins into one | Petr Mrázek | 2011-10-28 | 1 | -0/+212 |
