Update NEWS(-dev) and scripts (add fix/tile-occupancy)

develop
lethosor 2016-12-28 22:12:22 -05:00
parent c99780aafd
commit 408dba9da7
3 changed files with 29 additions and 2 deletions

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

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

@ -1 +1 @@
Subproject commit 619d5b3116061fdfffa06b9e7cd266367bb42c0a
Subproject commit 1cbbced78fe8433f78cd2b236c9d4e53e6493e60