| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' of http://github.com/peterix/dfhack | Timothy Collett | 2012-09-10 | 1 | -18/+42 |
| |\ | |||||
| | * | Extract the color enum from color_ostream to toplevel. | Alexander Gavrilov | 2012-08-19 | 1 | -10/+10 |
| | | | |||||
| | * | Fix workflow some more | Petr Mrázek | 2012-08-13 | 1 | -9/+9 |
| | | | |||||
| | * | Fix workflow. | Petr Mrázek | 2012-08-13 | 1 | -6/+6 |
| | | | |||||
| | * | Remove unnecessary whitespace | Valentin Ochs | 2012-08-06 | 1 | -1/+0 |
| | | | |||||
| | * | Added quality constraints to workflow plugin | Valentin Ochs | 2012-08-06 | 1 | -5/+30 |
| | | | |||||
| * | | Merge further changes (???) | Timothy Collett | 2012-09-10 | 1 | -1/+1 |
| |/ | |||||
| * | Linux build works again. | Petr Mrázek | 2012-06-14 | 1 | -3/+0 |
| | | |||||
| * | Merge https://github.com/Rinin/dfhack | Petr Mrázek | 2012-06-14 | 1 | -0/+3 |
| |\ | |||||
| | * | Fixed BrewDrink products counting | Rinin | 2012-05-22 | 1 | -0/+3 |
| | | | |||||
| * | | Fix workflow bug: properly deduce the output material of BrewDrink jobs. | Alexander Gavrilov | 2012-05-22 | 1 | -0/+3 |
| |/ | |||||
| * | Update dfhack for specific_ref. | Alexander Gavrilov | 2012-05-03 | 1 | -5/+4 |
| | | |||||
| * | Implement unconstructed building instance creation and linking into world. | Alexander Gavrilov | 2012-04-29 | 1 | -1/+1 |
| | | | | | | | For more flexibility, the base api is split into 3 phases: alloc, setSize, and construct. No support for non-actual buildings like stockpiles and activity zones at the moment. | ||||
| * | Enable warnings correctly on linux and fix a lot of them. | Alexander Gavrilov | 2012-04-20 | 1 | -0/+6 |
| | | |||||
| * | Mod workflow to properly handle custom reactions that produce CRAFTS | Kelly Martin | 2012-04-16 | 1 | -2/+2 |
| | | |||||
| * | Job module api tweaks: add a namespace to match others and some funcs. | Alexander Gavrilov | 2012-04-10 | 1 | -11/+11 |
| | | |||||
| * | Exclude worn items from counts for workflow | Kelly Martin | 2012-04-07 | 1 | -0/+4 |
| | | |||||
| * | Track world and map changes separately for plugin_onstatechange | Petr Mrázek | 2012-04-01 | 1 | -2/+2 |
| | | |||||
| * | Fix crashing color_ostream::printerr due to vfprintf vs fprintf mixup. | Alexander Gavrilov | 2012-03-31 | 1 | -3/+3 |
| | | | | | Also enable heap clearing in gdb mode, and fix a few newlines. | ||||
| * | Follow a typo fix in flag name. | Alexander Gavrilov | 2012-03-30 | 1 | -3/+3 |
| | | |||||
| * | 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 | ||||
| * | Add many new template functions for enums & bitfields. | Alexander Gavrilov | 2012-03-17 | 1 | -5/+5 |
| | | | | | | An incompatible change: ENUM_KEY_STR returns std::string now. The old behavior is available via enum_item_key_str function. | ||||
| * | Merge https://github.com/angavrilov/dfhack | Petr Mrázek | 2012-03-15 | 1 | -34/+83 |
| |\ | | | | | | | | | Conflicts: plugins/workflow.cpp | ||||
| | * | Support crafts and add a couple of options in workflow. | Alexander Gavrilov | 2012-03-14 | 1 | -11/+85 |
| | | | |||||
| * | | Merge https://github.com/ClaytonHughes/dfhack | Petr Mrázek | 2012-03-14 | 1 | -2/+27 |
| |\ \ | |/ |/| | | | | | | | | | | | Conflicts: library/Core.cpp plugins/workflow.cpp Just had to fix a few minor things. | ||||
| | * | "clear all" wasn't working properly - I'm bad at counting. | Clayton Hughes | 2012-03-12 | 1 | -2/+2 |
| | | | |||||
| | * | Forgot usage message for "clear all" | Clayton Hughes | 2012-03-12 | 1 | -0/+2 |
| | | | |||||
| | * | Added "workflow clear all" command to remove all constraints. | Clayton Hughes | 2012-03-12 | 1 | -0/+22 |
| | | | |||||
| * | | Make plugins accept explicit output stream references. | Alexander Gavrilov | 2012-03-10 | 1 | -127/+131 |
| |/ | | | | | | | | 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 | -5/+5 |
| | | |||||
| * | New plugin interface | Petr Mrázek | 2012-02-21 | 1 | -4/+1 |
| | | |||||
| * | In all loops that iterate across a vector, use a size_t as the index | Quietust | 2012-01-31 | 1 | -26/+26 |
| | | |||||
| * | Cleanup code to get rid of MSVC warning C4482 | Quietust | 2012-01-31 | 1 | -5/+5 |
| | | |||||
| * | Modify a number of commands to use CR_WRONG_USAGE for displaying help. | Alexander Gavrilov | 2012-01-28 | 1 | -0/+5 |
| | | |||||
| * | Detect incomplete thread and cloth items in workflow. | Alexander Gavrilov | 2012-01-27 | 1 | -3/+20 |
| | | |||||
| * | Merge remote-tracking branch 'q-github/master' | Alexander Gavrilov | 2012-01-19 | 1 | -5/+5 |
| |\ | |||||
| | * | angavrilov changed general_ref_type to be all uppercase | Quietust | 2012-01-18 | 1 | -5/+5 |
| | | | |||||
| * | | Merge remote-tracking branch 'q-github/master' | Alexander Gavrilov | 2012-01-16 | 1 | -42/+42 |
| |\ \ | |/ | |||||
| | * | Only use #include <> for system libraries - for everything else, use "" | Quietust | 2012-01-15 | 1 | -37/+37 |
| | | | |||||
| | * | Use general_ref::getType() instead of strict_virtual_cast<> | Quietust | 2012-01-15 | 1 | -5/+5 |
| | | | |||||
| * | | Count hospital supplies as busy, and detect soap-producing reactions. | Alexander Gavrilov | 2012-01-16 | 1 | -8/+16 |
| |/ | |||||
| * | Don't count stuff in flasks and backpacks as available in workflow. | Alexander Gavrilov | 2012-01-15 | 1 | -0/+13 |
| | | |||||
| * | Use the announcement API to report starting and stopping workflow jobs. | Alexander Gavrilov | 2012-01-15 | 1 | -4/+59 |
| | | |||||
| * | Move plant material detection to guess_job_material in workflow. | Alexander Gavrilov | 2012-01-15 | 1 | -4/+3 |
| | | | | | So that the data will be available to shortJobDescription. | ||||
| * | Add automatic drybucket and melting to workflow. | Alexander Gavrilov | 2012-01-12 | 1 | -46/+161 |
| | | |||||
| * | Add timeouts when a job is cancelled, and color the command output. | Alexander Gavrilov | 2012-01-11 | 1 | -95/+271 |
| | | |||||
| * | Support the most important job types in workflow. | Alexander Gavrilov | 2012-01-10 | 1 | -92/+336 |
| | | |||||
| * | Count items matching constraints, and suspend/resume jobs based on it. | Alexander Gavrilov | 2012-01-09 | 1 | -8/+199 |
| | | |||||
| * | Allow specifying constraints on item amounts, and match jobs to them. | Alexander Gavrilov | 2012-01-09 | 1 | -22/+297 |
| | | |||||
| * | Modify the workflow plugin to protect all repeat jobs when enabled. | Alexander Gavrilov | 2012-01-09 | 1 | -198/+143 |
| | | |||||
