update NEWS and README with new stockpiles UI info

develop
Casey Link 2014-12-02 20:28:25 +01:00
parent b6118d272c
commit 085c18ab2a
2 changed files with 14 additions and 0 deletions

@ -17,6 +17,8 @@ DFHack 0.40.19-r1
New scripts:
remove-stress [all]: set selected or all units unit to -1,000,000 stress
this script replaces removebadthoughts.rb
gui/stockpiles: an in-game interface for saving and loading stockpile
settings files.
Misc improvements:
cmd-prompt can now access selected items, units, and buildings
autolabor plugin: add an optional talent pool parameter

@ -311,6 +311,9 @@ Toggle between displaying/not displaying liquid depth as numbers.
stockpile settings management
-----------------------------
Save and load stockpile settings. See the gui/stockpiles for an in-game GUI to
this plugin.
copystock
~~~~~~~~~
@ -2195,6 +2198,15 @@ directory.
A graphical interface for creating items.
* gui/stockpiles
Load and save stockpile settings from the 'q' menu.
Usage:
gui/stockpiles -save to save the current stockpile
gui/stockpiles -load to load settings into the current stockpile
gui/stockpiles -dir <path> set the default directory to save settings into
gui/stockpiles -help to see this message
binpatch
========