|
|
|
@ -2,8 +2,11 @@ DFHack future
|
|
|
|
|
|
|
|
|
|
Internals:
|
|
|
|
|
EventManager:
|
|
|
|
|
added ON_REPORT and UNIT_ATTACK events and exposed them to Lua.
|
|
|
|
|
added UNLOAD event for convenience
|
|
|
|
|
new events:
|
|
|
|
|
ON_REPORT
|
|
|
|
|
UNIT_ATTACK
|
|
|
|
|
UNLOAD
|
|
|
|
|
sorted CMakeLists for plugins and devel plugins
|
|
|
|
|
New scripts:
|
|
|
|
|
add-syndrome.lua
|
|
|
|
|
add a syndrome to a unit. many configurable options
|
|
|
|
@ -30,6 +33,9 @@ DFHack future
|
|
|
|
|
printArgs.lua
|
|
|
|
|
projectileExpansion.lua
|
|
|
|
|
adds extra functionality to projectiles
|
|
|
|
|
reaction-trigger.lua
|
|
|
|
|
trigger commands when custom reactions complete
|
|
|
|
|
replaces autoSyndrome
|
|
|
|
|
repeat.lua
|
|
|
|
|
repeatedly calls a script or a plugin
|
|
|
|
|
repeatUtil.lua
|
|
|
|
@ -56,8 +62,13 @@ DFHack future
|
|
|
|
|
New tweaks:
|
|
|
|
|
New plugins:
|
|
|
|
|
Misc improvements:
|
|
|
|
|
- outsideOnly: now buildings have to be registered as inside or outside only, and it checks periodically to see when buildings change outsideness
|
|
|
|
|
- new script in utils.lua for standardized argument processing
|
|
|
|
|
- outside-only
|
|
|
|
|
now buildings have to be registered as inside or outside only, and it checks periodically to see when buildings change outsideness
|
|
|
|
|
converted from plugin to script
|
|
|
|
|
- digmat.rb: removed: digSmart does the same functionality with less FPS impact
|
|
|
|
|
- autoSyndrome removed and replaced with reaction-trigger.lua
|
|
|
|
|
- converted devel/printArgs to script
|
|
|
|
|
|
|
|
|
|
DFHack v0.34.11-r5
|
|
|
|
|
|
|
|
|
|