| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge branch 'experimental' of https://github.com/expwnent/dfhack | Petr Mrázek | 2012-09-29 | 1 | -0/+1 |
| |\ |
|
| | * | Converted tabs to spaces. | expwnent | 2012-08-23 | 1 | -1/+1 |
| | * | Added misery plugin: multiply effects of negative thoughts. | expwnent | 2012-08-23 | 1 | -0/+1 |
| * | | Add a plugin implementing 'add spatter to item' reactions. | Alexander Gavrilov | 2012-09-17 | 1 | -0/+4 |
| * | | Move siege engine out of devel. | Alexander Gavrilov | 2012-09-17 | 1 | -0/+1 |
| * | | Move steam engine out of devel, since it should be fully functional. | Alexander Gavrilov | 2012-09-06 | 1 | -0/+4 |
| * | | Implement a pressure plate sensitive to machine power. | Alexander Gavrilov | 2012-09-06 | 1 | -0/+1 |
| * | | Support renaming some buildings, and arbitrary units, via gui script. | Alexander Gavrilov | 2012-09-05 | 1 | -1/+1 |
| * | | Link to the lua library in the liquids plugin. | Alexander Gavrilov | 2012-08-25 | 1 | -1/+1 |
| * | | New plugin: Dwarf Manipulator - enter the [u]nits list and press [l]abors to ... | Quietust | 2012-08-21 | 1 | -0/+1 |
| |/ |
|
| * | Fixage, syncing with structures | Petr Mrázek | 2012-07-09 | 1 | -1/+1 |
| * | Enable building Stonesense and Ruby support | Timothy Collett | 2012-07-05 | 1 | -2/+2 |
| * | Disable ruby plugin by default. | Petr Mrázek | 2012-05-20 | 1 | -1/+1 |
| * | Merge branch 'ruby' of https://github.com/jjyg/dfhack | Petr Mrázek | 2012-05-20 | 1 | -0/+5 |
| |\ |
|
| | * | Merge upstream | jj | 2012-05-09 | 1 | -0/+1 |
| | |\ |
|
| | * | | ruby: fix plugin/plant.rb, add onstatechange hook, use console proxy, general... | jj | 2012-04-25 | 1 | -1/+1 |
| | * | | Merge branch 'master' of git://github.com/peterix/dfhack | jj | 2012-04-18 | 1 | -0/+2 |
| | |\ \ |
|
| | * \ \ | ruby: merge upstream | jj | 2012-04-17 | 1 | -4/+11 |
| | |\ \ \ |
|
| | * | | | | ruby: compiles | jj | 2012-04-05 | 1 | -0/+5 |
| * | | | | | Added ForceEquip plugin to project | harlanplayford | 2012-05-15 | 1 | -0/+1 |
| | |_|_|/
|/| | | |
|
| * | | | | Add a hotkey command that sorts units in lists using lua comparators. | Alexander Gavrilov | 2012-04-21 | 1 | -0/+1 |
| | |_|/
|/| | |
|
| * | | | Mass fixage | Petr Mrázek | 2012-04-18 | 1 | -0/+2 |
| | |/
|/| |
|
| * | | Fix missing lua linkage in burrows plugin. | Petr Mrázek | 2012-04-15 | 1 | -1/+2 |
| * | | Merge https://github.com/angavrilov/dfhack | Petr Mrázek | 2012-04-15 | 1 | -0/+5 |
| |\ \ |
|
| | * | | Allow plugins to export functions to lua with safe reload support. | Alexander Gavrilov | 2012-04-14 | 1 | -0/+4 |
| | * | | Add a plugin that makes selected burrows auto-grow on digging. | Alexander Gavrilov | 2012-04-13 | 1 | -0/+1 |
| | |/ |
|
| * | | Disable df2minecraft again. | Petr Mrázek | 2012-04-14 | 1 | -4/+5 |
| |/ |
|
| * | Added plugin 'zone'. Helps with assigning units to pens/pastures and pits. | Robert Heinrich | 2012-04-02 | 1 | -0/+1 |
| * | Renamed digging commands to uniformly start with 'dig*'(vdig -> digv etc). Ad... | Robert Heinrich | 2012-03-31 | 1 | -1/+1 |
| * | added plugin changeitem (change material type and base quality) | Robert Heinrich | 2012-03-29 | 1 | -0/+1 |
| * | minor updates in readme.rst; moved changelayer plugin to main plugin folder | Robert Heinrich | 2012-03-28 | 1 | -7/+1 |
| * | added changelayer plugin | Robert Heinrich | 2012-03-26 | 1 | -0/+6 |
| * | Remove Qt and server plugins. | Petr Mrázek | 2012-03-25 | 1 | -10/+0 |
| * | Make liquids and tiletypes reference Brushes.h in the build system | Petr Mrázek | 2012-03-24 | 1 | -2/+4 |
| * | Move autolabor to main plugin folder | Petr Mrázek | 2012-03-24 | 1 | -5/+2 |
| * | Merge https://github.com/RossM/dfhack | Petr Mrázek | 2012-03-24 | 1 | -0/+5 |
| |\ |
|
| | * | Initial Autolabor code. | unknown | 2012-03-16 | 1 | -0/+5 |
| * | | liquids vs liquidsgo: FIGHT! | Petr Mrázek | 2012-03-24 | 1 | -2/+0 |
| * | | Move merged plugins into main plugin folder. | Petr Mrázek | 2012-03-23 | 1 | -11/+4 |
| * | | vampcheck is now generic cursecheck, added tweak clear-ghostly | Robert Heinrich | 2012-03-22 | 1 | -4/+4 |
| * | | fixed memory leak in liquids.cpp | Robert Heinrich | 2012-03-21 | 1 | -2/+0 |
| * | | added plugin liquidsgo (like liquids but can run from hotkey) | Robert Heinrich | 2012-03-21 | 1 | -0/+8 |
| * | | add plugin vampcheck | Robert Heinrich | 2012-03-20 | 1 | -0/+6 |
| |/ |
|
| * | Plugin-exported functions now actually work. | Alexander Gavrilov | 2012-03-15 | 1 | -1/+2 |
| * | Add support for exporting functions from plugins, with example in rename. | Alexander Gavrilov | 2012-03-15 | 1 | -1/+16 |
| * | Merge branch 'master' of git://github.com/peterix/dfhack | Quietust | 2012-03-11 | 1 | -0/+2 |
| |\ |
|
| | * | Add revforget command, lair plugin | Petr Mrázek | 2012-03-11 | 1 | -0/+2 |
| * | | Add map feature manager - allows enabling/disabling magma workshops as well a... | Quietust | 2012-03-10 | 1 | -0/+1 |
| |/ |
|
| * | Add a tweak for forcibly clearing the Missing status of units. | Alexander Gavrilov | 2012-03-05 | 1 | -0/+1 |
| * | Nuke wagons, move regrass to devel, bump to a dev version. | Petr Mrázek | 2012-02-28 | 1 | -2/+0 |