From 3c2bfb6f4768c64f940a2f764d75cec9d63939b8 Mon Sep 17 00:00:00 2001 From: lethosor Date: Thu, 28 Jun 2018 13:31:56 -0400 Subject: [PATCH] Bump to 0.44.11-alpha1, update changelog, xml --- CMakeLists.txt | 2 +- docs/changelog.txt | 20 ++++++++++++++++++++ library/xml | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4cc292b0cc..a92071f3bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -149,7 +149,7 @@ endif() # set up versioning. set(DF_VERSION "0.44.11") -set(DFHACK_RELEASE "alpha0") +set(DFHACK_RELEASE "alpha1") set(DFHACK_PRERELEASE TRUE) set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}") diff --git a/docs/changelog.txt b/docs/changelog.txt index 6cc39da656..056bb52e87 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -37,6 +37,26 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: ================================================================================ # Future +# 0.44.11-alpha1 + +## Structures +- Dropped 0.44.10 support +- Added support for automatically sizing arrays indexed with an enum +- Removed stale generated CSV files and DT layouts from pre-0.43.05 +- ``announcement_type``: new in 0.44.11: ``NEW_HOLDING``, ``NEW_MARKET_LINK`` +- ``breath_attack_type``: added ``OTHER`` +- ``historical_figure_info.relationships.list``: added ``unk_3a``-``unk_3c`` fields at end +- ``interface_key``: added bindings new in 0.44.11 +- ``occupation_type``: new in 0.44.11: ``MESSENGER`` +- ``profession``: new in 0.44.11: ``MESSENGER`` +- ``ui_sidebar_menus``: + - ``unit.in_squad``: renamed to ``unit.squad_list_opened``, fixed location + - ``unit``: added ``expel_error`` and other unknown fields new in 0.44.11 + - ``hospital``: added, new in 0.44.11 + - ``num_speech_tokens``, ``unk_17d8``: moved out of ``command_line`` to fix layout on x64 +- ``viewscreen_civlistst``: added a few new fields (incomplete) +- ``viewscreen_locationsst``: identified ``edit_input`` + # 0.44.10-r2 ## New Plugins diff --git a/library/xml b/library/xml index ade2db4da4..853bd16127 160000 --- a/library/xml +++ b/library/xml @@ -1 +1 @@ -Subproject commit ade2db4da4f728947a71d5db58d158fafd25af3a +Subproject commit 853bd161270f50b21fe4b751de339458f78f56d6