Update NEWS.

develop
expwnent 2015-09-15 02:33:11 -04:00
parent fdca83e17a
commit 5d40b4d274
1 changed files with 3 additions and 0 deletions

@ -17,10 +17,13 @@ DFHack Future
fix-ster: changes fertility/sterility of animals or dwarves
view-item-info: adds information and customisable descriptions to item viewscreens
warn-starving: check for starving, thirsty, or very drowsy units and pause with warning if any are found
modtools/create-unit: create new units from nothing
modtools/equip-item: a script to equip items on units
New tweaks
kitchen-keys: Fixes DF kitchen meal keybindings
kitchen-prefs-color: Changes color of enabled items to green in kitchen preferences
kitchen-prefs-empty: Fixes a layout issue with empty kitchen tabs
modtools/create-item: arguments are named more clearly, and you can specify the creator to be the unit with id df.global.unit_next_id-1 (useful in conjunction with modtools/create-unit)
Fixes
Plugins with vmethod hooks can now be reloaded on OS X
Lua's os.system() now works on OS X