From c097b6e8b99710920fa41f3c800ea2b574a572d4 Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Tue, 31 Jan 2023 15:40:53 +0200 Subject: [PATCH 1/3] Added changelog for 1.1.1 --- ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/ChangeLog b/ChangeLog index 458aaf000..c37d9e80b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +# 1.1.0 -> 1.1.1 + +### GENERAL: +* Fixed missing sound in Polish version from gog.com +* Fixed positioning of main menu buttons in localized versions of H3 +* Fixed crash on transferring artifact to commander +* Fixed game freeze on receiving multiple artifact assembly dialogs after combat +* Fixed potential game freeze on end of music playback + +### ADVENTURE MAP: +* Fixed hero movement lag in single-player games +* Fixed number of drowned troops on visiting Sirens to match H3 + +### TOWNS: +* Fixed displaying growth bonus from Statue of Legion +* Growth bonus tooltip ordering now matches H3 +* Buy All Units dialog will now buy units starting from the highest level + +### LAUNCHER: +* Local mods can be disabled or uninstalled +* Fixed styling of Launcher interface + +### MAP EDITOR: +* Fixed saving of roads and rivers + 1.0.0 -> 1.1.0 GENERAL: From 5d6a16efd8a0dd47e80034105b20391f26b31561 Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Tue, 31 Jan 2023 16:39:43 +0200 Subject: [PATCH 2/3] Updated 1.1.1 changelog Co-authored-by: Andrey Filipenkov --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index c37d9e80b..1af48f4d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,10 +6,12 @@ * Fixed crash on transferring artifact to commander * Fixed game freeze on receiving multiple artifact assembly dialogs after combat * Fixed potential game freeze on end of music playback +* macOS/iOS: fixed sound glitches ### ADVENTURE MAP: * Fixed hero movement lag in single-player games * Fixed number of drowned troops on visiting Sirens to match H3 +* iOS: pinch gesture visits current object (Spacebar behavior) instead of activating in-game console ### TOWNS: * Fixed displaying growth bonus from Statue of Legion From 0c3b75597cf619776fd5311ea0c7772d4d6a35ac Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Tue, 31 Jan 2023 19:52:26 +0200 Subject: [PATCH 3/3] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1af48f4d2..b3685cf28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,9 @@ * Fixed game freeze on receiving multiple artifact assembly dialogs after combat * Fixed potential game freeze on end of music playback * macOS/iOS: fixed sound glitches +* Android: upgraded version of SDL library +* Android: reworked right click gesture and relative pointer mode +* Improved map loading speed ### ADVENTURE MAP: * Fixed hero movement lag in single-player games