Update NEWS (separate some Lua-related changes)

develop
lethosor 2015-03-10 16:35:24 -04:00
parent e28aabaaa0
commit c8200abffb
1 changed files with 4 additions and 2 deletions

@ -1,9 +1,11 @@
DFHack Future
Internals
Lua scripts will only be reloaded if necessary
Ruby library now included on OS X - ruby scripts should work on OS X 10.10
Added support for onLoadMap/onUnloadMap.init scripts
Added df2console() wrapper, useful for printing DF (CP437-encoded) text to the console in a portable way
Lua
Lua scripts will only be reloaded if necessary
Added a df2console() wrapper, useful for printing DF (CP437-encoded) text to the console in a portable way
Added a strerror() wrapper
New internal commands:
hide/show: hide and show the console on Windows
sc-script: Allows additional scripts to be run when certain events occur (similar to onLoad*.init scripts)