| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed seedwatch not working on reclaim | Donald Ruegsegger | 2012-08-01 | 1 | -2/+4 |
| | | | | | Just needed to add a check for game_type::DWARF_RECLAIM in two places | ||||
| * | Sync to the change in gamemode/gametype globals. | Alexander Gavrilov | 2012-06-16 | 1 | -2/+2 |
| | | |||||
| * | Track world and map changes separately for plugin_onstatechange | Petr Mrázek | 2012-04-01 | 1 | -2/+2 |
| | | |||||
| * | Follow a typo fix in flag name. | Alexander Gavrilov | 2012-03-30 | 1 | -1/+1 |
| | | |||||
| * | Tweaks! | Petr Mrázek | 2012-03-29 | 1 | -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 Gavrilov | 2012-03-10 | 1 | -45/+39 |
| | | | | | | | | | 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 | -1/+0 |
| | | |||||
| * | New plugin interface | Petr Mrázek | 2012-02-21 | 1 | -4/+1 |
| | | |||||
| * | DFhackCExport is only needed on the plugin_* functions | Quietust | 2012-02-13 | 1 | -2/+2 |
| | | |||||
| * | Optimize seedwatch to only look in the SEEDS-specific item vector (just like ↵ | Quietust | 2012-02-01 | 1 | -26/+21 |
| | | | | | 'Plant Seeds' jobs do) | ||||
| * | Use CoreSuspender and namespace df::enums | Quietust | 2012-01-21 | 1 | -12/+9 |
| | | |||||
| * | Unlink seedwatch plugin from Materials module | Quietust | 2012-01-16 | 1 | -16/+10 |
| | | |||||
| * | Kill the Kitchen module (which was never really a proper module to begin with) | Quietust | 2012-01-16 | 1 | -49/+41 |
| | | |||||
| * | df_item -> df::item, t_itemflags -> df::item_flags | Quietust | 2012-01-16 | 1 | -15/+16 |
| | | |||||
| * | Only use #include <> for system libraries - for everything else, use "" | Quietust | 2012-01-15 | 1 | -1/+1 |
| | | |||||
| * | Header changes/cleanup. | Petr Mrázek | 2011-12-31 | 1 | -11/+10 |
| | | |||||
| * | Notify plugins about game being loaded or unloaded. | Alexander Gavrilov | 2011-12-30 | 1 | -1/+23 |
| | | | | | As a test, make seadwatch deactivate on these events. | ||||
| * | Messing with materials. | Petr Mrázek | 2011-11-03 | 1 | -2/+2 |
| | | |||||
| * | Fix seedwatch some more. | Petr Mrázek | 2011-10-30 | 1 | -257/+91 |
| | | |||||
| * | Seedwatch help text is now better, update of readme. | Petr Mrázek | 2011-10-28 | 1 | -14/+21 |
| | | |||||
| * | Make seedwatch work on linux, still with ugly hacks. | Petr Mrázek | 2011-10-27 | 1 | -389/+441 |
| | | |||||
| * | first commit | John Shade | 2011-10-24 | 1 | -0/+458 |
