| Commit message (Collapse) | 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 |
| | | | | | | | | | When built next to a gearbox, it will monitor its powered state. | ||||
| * | | 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 |
| |/ | | | | get a DwarfTherapist-style labor editor | ||||
| * | 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, ↵ | jj | 2012-04-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | general cleanup, enable build by default | ||||
| | * | | 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 |
| | |_|_|/ |/| | | | | | | | | | | | Signed-off-by: playfordh <harlanplayford@gmail.com> | ||||
| * | | | | 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 |
| | |/ |/| | | | | | | | | | | | Updated readme.rst Fixed up some help strings of plugin commands Moved catsplosion and regrass to normal plugin folder Fixed tiletypes and liquids not keeping command history properly | ||||
| * | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - To ensure reload safety functions have to be wrapped. Every call checks the loaded state and locks a mutex in Plugin. If the plugin is unloaded, calling its functions throws a lua error. Therefore, plugins may not create closures or export yieldable functions. - The set of function argument and return types supported by LuaWrapper is severely limited when compared to being compiled inside the main library. Currently supported types: numbers, bool, std::string, df::foo, df::foo*, std::vector<bool>, std::vector<df::foo*>. - To facilitate postponing initialization until after all plugins have been loaded, the core sends a SC_CORE_INITIALIZED event. - As an example, the burrows plugin now exports its functions. | ||||
| | * | | 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). ↵ | Robert Heinrich | 2012-03-31 | 1 | -1/+1 |
| | | | | | Added command digl, diglx (dig layerstone instead of veins). Updated readme.rst. | ||||
| * | 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 |
| | | | | | This should cause the header to show up in MSVC | ||||
| * | 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 |
| | | | | | | | | | liquidsgo WINS, renamed to liquids to not confuse users. | ||||
| * | | 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 |
| | | | | | TODO: test by actually calling them remotely. | ||||
| * | Merge branch 'master' of git://github.com/peterix/dfhack | Quietust | 2012-03-11 | 1 | -0/+2 |
| |\ | | | | | | | | | Conflicts: plugins/CMakeLists.txt | ||||
| | * | Add revforget command, lair plugin | Petr Mrázek | 2012-03-11 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | revforget throws away data reveal keeps in order to be able to hide the revealed parts of the map lair allows marking the map as monster lair (or the opposite while using the 'reset' option) | ||||
| * | | Add map feature manager - allows enabling/disabling magma workshops as well ↵ | Quietust | 2012-03-10 | 1 | -0/+1 |
| |/ | | | | as halting subterranean plant growth outside the caverns | ||||
| * | Add a tweak for forcibly clearing the Missing status of units. | Alexander Gavrilov | 2012-03-05 | 1 | -0/+1 |
| | | | | | Mainly useful for fixing inexplicably missing ghosts. | ||||
| * | Nuke wagons, move regrass to devel, bump to a dev version. | Petr Mrázek | 2012-02-28 | 1 | -2/+0 |
| | | |||||
