diff --git a/NEWS b/NEWS index 75c751900..04ea1a1a4 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ DFHack future - support for calling a lua function via a protobuf request (demonstrated by dfhack-run --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 - support for multiple raw/init.d/*.lua init scripts in one save. - eventful now has a more friendly way of making custom sidebars - new plugin: building-hacks. Allows to add custom functionality and/or animations to buildings. @@ -26,10 +27,12 @@ DFHack future New tweaks: - craft-age-wear: make crafted items wear out with time like in old versions (bug 6003) - adamantine-cloth-wear: stop adamantine clothing from wearing out (bug 6481) + - confirm-embark: adds a prompt before embarking (on the "prepare carefully" screen) New plugins: - rendermax: replace the renderer with something else. Most interesting is "rendermax light"- a lighting engine for df. - stockflow (by eswald): queues manager jobs of the configured type based on the state of a stockpile. + - embark-tools: implementations of Embark Anywhere, Nano Embark, and a few other embark-related utilities Misc improvements: - digfort: improved csv parsing, add start() comment handling diff --git a/Readme.html b/Readme.html index f03522734..6d3b28aa8 100644 --- a/Readme.html +++ b/Readme.html @@ -519,79 +519,80 @@ access DF memory and allow for easier development of new tools.

  • Other
  • -
  • Scripts