From 408dba9da7ab2c04f983b6ee08d1df5807373d9b Mon Sep 17 00:00:00 2001 From: lethosor Date: Wed, 28 Dec 2016 22:12:22 -0500 Subject: [PATCH] Update NEWS(-dev) and scripts (add fix/tile-occupancy) --- NEWS.rst | 7 ++++++- docs/NEWS-dev.rst | 22 ++++++++++++++++++++++ scripts | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index 1c7517adf..2fdbfc561 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -55,6 +55,7 @@ Lua - ``df.new()`` supports more types: ``char``, ``intptr_t``, ``uintptr_t``, ``long``, ``unsigned long`` - String representations of vectors and a few other containers now include their lengths +- Added a ``tile-material`` module Ruby ---- @@ -69,6 +70,7 @@ New Plugins New Scripts ----------- +- `fix/tile-occupancy`: Clears bad occupancy flags on the selected tile. - `load-save`: loads a save non-interactively - `modtools/change-build-menu`: Edit the build mode sidebar menus - `modtools/if-entity`: Run a command if the current entity matches a given ID @@ -81,7 +83,10 @@ Fixes - `add-thought`: fixed support for emotion names - `autofarm`: Made surface farms detect local biome - `devel/find-offsets`: fixed a crash when vtables used by globals aren't available -- `manipulator`: Fixed crash when selecting a profession from an empty list +- `manipulator`: + + - Fixed crash when selecting a profession from an empty list + - Custom professions are now sorted alphabetically more reliably Misc Improvements ----------------- diff --git a/docs/NEWS-dev.rst b/docs/NEWS-dev.rst index 6a247294b..1ff96f7bb 100644 --- a/docs/NEWS-dev.rst +++ b/docs/NEWS-dev.rst @@ -37,6 +37,28 @@ Development Changelog .. contents:: :depth: 2 +DFHack 0.43.05-alpha4 +===================== + +Fixes +----- +- Fixed an issue with uninitialized bitfields that was causing several issues + (disappearing buildings in `buildingplan`'s planning mode, strange behavior in + the extended `stocks` screen, and likely other problems). This issue was + introduced in 0.43.05-alpha3. +- `stockflow`: Fixed an "integer expected" error + +Additions/Removals +------------------ +- Added `fix/tile-occupancy`: Clears bad occupancy flags on the selected tile. + Useful for fixing blocked tiles introduced by the above buildingplan issue. +- Added a Lua ``tile-material`` module + +Other Changes +------------- +- `labormanager`: Add support for shell crafts +- `manipulator`: Custom professions are now sorted alphabetically more reliably + DFHack 0.43.05-alpha3 ===================== diff --git a/scripts b/scripts index 619d5b311..1cbbced78 160000 --- a/scripts +++ b/scripts @@ -1 +1 @@ -Subproject commit 619d5b3116061fdfffa06b9e7cd266367bb42c0a +Subproject commit 1cbbced78fe8433f78cd2b236c9d4e53e6493e60