From 7047c8f58134c264da1cf8f60857394a3cd42ee2 Mon Sep 17 00:00:00 2001 From: pentarctagon Date: Mon, 21 Oct 2024 12:02:37 -0500 Subject: [PATCH] changelog_entries --- changelog.md | 24 +++++++++++++++++++ ...alignment]_[attack_alignment]_changelog.md | 2 -- .../corpse-soulless-arcane-resist.md | 3 --- .../ei-drowned-plains-redesign.md | 2 -- .../gui2-theme-support-in-addons.md | 5 ---- .../highlight-reachable-hexes.md | 2 -- changelog_entries/macos-option-key-label.md | 2 -- .../non-ascii-case-insensitve-filtering.md | 2 -- changelog_entries/remove_experiemental.md | 2 -- .../removed-formula-side-index-getters.md | 2 -- 10 files changed, 24 insertions(+), 22 deletions(-) delete mode 100644 changelog_entries/[unit_alignment]_[attack_alignment]_changelog.md delete mode 100644 changelog_entries/corpse-soulless-arcane-resist.md delete mode 100644 changelog_entries/ei-drowned-plains-redesign.md delete mode 100644 changelog_entries/gui2-theme-support-in-addons.md delete mode 100644 changelog_entries/highlight-reachable-hexes.md delete mode 100644 changelog_entries/macos-option-key-label.md delete mode 100644 changelog_entries/non-ascii-case-insensitve-filtering.md delete mode 100644 changelog_entries/remove_experiemental.md delete mode 100644 changelog_entries/removed-formula-side-index-getters.md diff --git a/changelog.md b/changelog.md index 26b2619784b..38285f18639 100644 --- a/changelog.md +++ b/changelog.md @@ -2,9 +2,12 @@ ### Add-ons client ### Add-ons server ### Campaigns + * Eastern Invasion: "Drowned Plains" drastically shortened in length. Objective now involves gathering gold, not killing enemy leaders. ### Editor + * Fixed a crash in some cases after setting which direction a unit is facing. ### Multiplayer ### Lua API + * Added new function gui.switch_theme() to allow switching to another gui2 theme from inside a scenario. ### Packaging ### Terrain * Improved handling of bluffs/gulch transitions with mountains and frozen terrain @@ -12,9 +15,30 @@ ### Translations * Updated translations: Bengali, British English, Chinese (Simplified), Czech, Finnish, Italian, Japanese, Turkish ### Units + * Walking Corpse: arcane vulnerability reduced from 40% to 20%. + * Soulless: arcane vulnerability reduced from 40% to 20%. + * Skeletal Dragon stats were changed: + * hitpoints from 171 to 98 + * cost from 288 to 160 + * fire resistance from -20% to 20% + * jaw attack from 17x4 to 15x3 + * claw attack from 24x3 to 27x2 ### User interface + * GUI2 themes can be loaded from add-ons. Requires a `gui-theme.cfg` file in add-on root with a `[gui]` tag that acts as the entry point for the theme. + * Hovering over units and selecting units now highlights reachable hexes instead of obscuring unreachable ones. + * Option key is now identified as such instead of Alt in the Hotkeys preferences section on macOS builds + * Search filter should now be case-insensitive for more than just ASCII characters (#9328) + * Added attack and defend animations for the Orcish Warrior, standing and attack animations for the Goblin Pillager, and an alternate attack animation for the Orcish Warlord. + * Fixed the displayed team name not always matching the actual teams that players are on. ### WML Engine + * Removed properties `unit.side` and `terrain.owner`. Use `unit.side_number` and `terrain.owner_side` instead. + * rechange [experimental_filter_ability/active] and [experimental_filter_specials] to [filter_ability/active] and [filter_specials] and make "experimental_" deprecated. + * Add alignment in [attack] to specify the alignment of an attack independent of the unit's alignment. + * GUI2 themes can now be provided by add-ons. + * When using `sub` in a weapon special to decrease the number of attacks a unit has, going below zero is now treated as still being 0. ### Miscellaneous and Bug Fixes + * A variety of issues have been fixed in the rewritten in-game Help browser. + * Fixed the editor saving plain maps in a different folder than the game creation screen expects. ## Version 1.19.4 ### Lua API diff --git a/changelog_entries/[unit_alignment]_[attack_alignment]_changelog.md b/changelog_entries/[unit_alignment]_[attack_alignment]_changelog.md deleted file mode 100644 index a06a8dc2df1..00000000000 --- a/changelog_entries/[unit_alignment]_[attack_alignment]_changelog.md +++ /dev/null @@ -1,2 +0,0 @@ -### WML Engine - * Add alignment in [attack] to specify the alignment of an attack independent of the unit's alignment. \ No newline at end of file diff --git a/changelog_entries/corpse-soulless-arcane-resist.md b/changelog_entries/corpse-soulless-arcane-resist.md deleted file mode 100644 index 0e214ff91a8..00000000000 --- a/changelog_entries/corpse-soulless-arcane-resist.md +++ /dev/null @@ -1,3 +0,0 @@ -### Units - * Walking Corpse: arcane vulnerability reduced from 40% to 20%. - * Soulless: arcane vulnerability reduced from 40% to 20%. diff --git a/changelog_entries/ei-drowned-plains-redesign.md b/changelog_entries/ei-drowned-plains-redesign.md deleted file mode 100644 index 2a8a255b790..00000000000 --- a/changelog_entries/ei-drowned-plains-redesign.md +++ /dev/null @@ -1,2 +0,0 @@ -### Campaigns - * Eastern Invasion: "Drowned Plains" drastically shortened in length. Objective now involves gathering gold, not killing enemy leaders. diff --git a/changelog_entries/gui2-theme-support-in-addons.md b/changelog_entries/gui2-theme-support-in-addons.md deleted file mode 100644 index cfed4544b3c..00000000000 --- a/changelog_entries/gui2-theme-support-in-addons.md +++ /dev/null @@ -1,5 +0,0 @@ - ### User interface - GUI2 themes can be loaded from add-ons. Requires a `gui-theme.cfg` file in add-on root with a `[gui]` tag that acts as the entry point for the theme. - - ### Lua API - Added new function gui.switch_theme() to allow switching to another gui2 theme from inside a scenario. diff --git a/changelog_entries/highlight-reachable-hexes.md b/changelog_entries/highlight-reachable-hexes.md deleted file mode 100644 index 0cf8536f8cb..00000000000 --- a/changelog_entries/highlight-reachable-hexes.md +++ /dev/null @@ -1,2 +0,0 @@ - ### User interface - * Hovering over units and selecting units now highlights reachable hexes instead of obscuring unreachable ones. diff --git a/changelog_entries/macos-option-key-label.md b/changelog_entries/macos-option-key-label.md deleted file mode 100644 index 7e7d110afa4..00000000000 --- a/changelog_entries/macos-option-key-label.md +++ /dev/null @@ -1,2 +0,0 @@ - ### User interface - * Option key is now identified as such instead of Alt in the Hotkeys preferences section on macOS builds diff --git a/changelog_entries/non-ascii-case-insensitve-filtering.md b/changelog_entries/non-ascii-case-insensitve-filtering.md deleted file mode 100644 index fe95d47c4b2..00000000000 --- a/changelog_entries/non-ascii-case-insensitve-filtering.md +++ /dev/null @@ -1,2 +0,0 @@ - ### User interface - * Search filter should now be case-insensitive for more than just ASCII characters (#9328) diff --git a/changelog_entries/remove_experiemental.md b/changelog_entries/remove_experiemental.md deleted file mode 100644 index fde1a9056ea..00000000000 --- a/changelog_entries/remove_experiemental.md +++ /dev/null @@ -1,2 +0,0 @@ -### WML Engine - * rechange [experimental_filter_ability/active] and [experimental_filter_specials] to [filter_ability/active] and [filter_specials] and make "experimental_" deprecated. \ No newline at end of file diff --git a/changelog_entries/removed-formula-side-index-getters.md b/changelog_entries/removed-formula-side-index-getters.md deleted file mode 100644 index 69231f69aa2..00000000000 --- a/changelog_entries/removed-formula-side-index-getters.md +++ /dev/null @@ -1,2 +0,0 @@ -### Formula API - * Removed properties `unit.side` and `terrain.owner`. Use `unit.side_number` and `terrain.owner_side` instead.