Update NEWS

develop
lethosor 2014-06-18 15:47:17 -04:00
parent ef69522d93
commit d599fa414f
1 changed files with 1 additions and 0 deletions

@ -2,6 +2,7 @@ DFHack future
Internals:
- support for calling a lua function via a protobuf request (demonstrated by dfhack-run --lua).
- support for basic filesystem operations (e.g. chdir, mkdir, rmdir, stat) in C++ and Lua
- Lua API for listing files in directory. Needed for mod-manager.
- Lua API for creating unit combat reports and writing to gamelog.
- Lua API for running arbitrary DFHack commands