|
|
|
@ -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)
|
|
|
|
|