From f8dd215012534a8d6527bc01772f2365a4048fdf Mon Sep 17 00:00:00 2001 From: lethosor Date: Thu, 27 Dec 2018 17:57:55 -0500 Subject: [PATCH] Update scripts and related changelog entries --- docs/changelog.txt | 29 ++++++++++++++++++++++++++++- scripts | 2 +- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index d6853be31..d99eabb7f 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -41,11 +41,25 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - `debug`: manages runtime debug print category filtering - `nestboxes`: automatically scan for and forbid fertile eggs incubating in a nestbox +## New Scripts +- `devel/query`: searches for field names in DF objects +- `extinguish`: puts out fires +- `tame`: sets tamed/trained status of animals + ## Fixes - `building-hacks`: fixed error when dealing with custom animation tables - `devel/test-perlin`: fixed Lua error (``math.pow()``) - `embark-assistant`: fixed crash when entering finder with a 16x16 embark selected, and added 16 to dimension choices - `embark-skills`: fixed missing ``skill_points_remaining`` field +- `full-heal`: + - stopped wagon resurrection + - fixed a minor issue with post-resurrection hostility +- `gui/companion-order`: + - fixed issues with printing coordinates + - fixed issues with move command + - fixed cheat commands (and removed "Power up", which was broken) +- `gui/gm-editor`: fixed reinterpret cast (``r``) +- `gui/pathable`: fixed error when sidebar is hidden with ``Tab`` - `labormanager`: - stopped assigning labors to ineligible dwarves, pets, etc. - stopped assigning invalid labors @@ -55,12 +69,25 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - `tweak`: fixed ``hotkey-clear`` ## Misc Improvements -- `devel/export-dt-ini`: added viewscreen offsets for DT 40.1.2 +- `armoks-blessing`: improved documentation to list all available arguments +- `devel/export-dt-ini`: + - added viewscreen offsets for DT 40.1.2 + - added item base flags offset + - added needs offsets - `embark-assistant`: - added match indicator display on the right ("World") map - changed 'c'ancel to abort find if it's under way and clear results if not, allowing use of partial surveys. - added Coal as a search criterion, as well as a coal indication as current embark selection info. +- `full-heal`: + - added ``-all``, ``-all_civ`` and ``-all_citizens`` arguments + - added module support + - now removes historical figure death dates and ghost data +- `growcrops`: added ``all`` argument to grow all crops +- `gui/load-screen`: improved documentation - `labormanager`: now takes nature value into account when assigning jobs +- `open-legends`: added warning about risk of save corruption and improved related documentation +- `points`: added support when in ``viewscreen_setupdwarfgamest`` and improved error messages +- `siren`: removed break handling (relevant ``misc_trait_type`` was no longer used - see "Structures" section) ## Internals - Linux/macOS: changed recommended build backend from Make to Ninja (Make builds will be significantly slower now) diff --git a/scripts b/scripts index 7deb13c68..a242a7cd8 160000 --- a/scripts +++ b/scripts @@ -1 +1 @@ -Subproject commit 7deb13c681b011d9a87782b9cdf9eec6e6acf7c1 +Subproject commit a242a7cd81ae7046146f86c3103360449e1d9ca8