Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Commit 495305f

Browse files
committed
Release 2.15.3
1 parent 9bdbe25 commit 495305f

File tree

3 files changed

+24
-16
lines changed

3 files changed

+24
-16
lines changed

README

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Seven Kingdoms: Ancient Adversaries
22
-----------------------------------
33

4-
Release version 2.15.3-dev
4+
Release version 2.15.3
55
Project website: www.7kfans.com
66

77
This is a GPL release of the Seven Kingdoms: Ancient Adversaries thanks to
@@ -11,21 +11,28 @@ details of the license. We are indebted to Enlight for making the 7kfans
1111
project possible and giving a new chance to build a community for fans
1212
of the game.
1313

14-
Summary of changes from 2.15.1 to 2.15.2
14+
Summary of changes from 2.15.2 to 2.15.3
1515
---------
16-
* Fixed queue buttons in the Harbor and War Factory, and in the tutor dialog for the non-blocking button code.
17-
* Fixed AI crash when trying to use a skilled unit that has been deleted.
18-
* Added German, Portugese, and Spanish translations.
19-
* Correct mobilizing other nations spies in firms under your control.
20-
* Fixed AI crash when fort being used to attack has been deleted.
21-
* Fixed crashes on bullets hitting targets due to not being attributed correctly.
22-
* Fixed crash when a seat of power is destroyed at the same time the greater being casts magic.
23-
* Fixed AI use of uninitialized memory when defending a general or king, which can cause a desync.
24-
* Added mouse wheel support for map scrolling on touchpads. (sraboy)
25-
* Added scenario completion tracking. (sraboy)
26-
* Fixed crash in automated attack helping where one unit selects a target, the target unit enters a building (or deleted), and the local team then tries to assist, but the target unit is not longer on the map.
27-
* Added advanced config file support. This will allow changing more aspects of the game without recompile.
28-
* Enabled sync checking in replay mode.
16+
* Fixed corrupt characters and fields in various in game messages.
17+
* Improved translation support.
18+
* Updated translations.
19+
* Added some UI improvements.
20+
* Fixed some crashing issues related to spies.
21+
* Standardized on FPU code generation for better cross-platform compatibility.
22+
* Added more advanced config options.
23+
* Improved manual.
24+
* Added key binding support.
25+
* Prevented chat keystrokes registering as a hotkey too.
26+
* Fixed sometimes hiring wrong unit in the inn.
27+
* Added scenario advanced config presets to restore default scenario game play to original game design parameters.
28+
* Ensure screen redraw when dropping spy identity.
29+
* Improved alternate font set.
30+
* Added scroll button for long tutor messages.
31+
* Removed gong sound for unsent AI diplomatic messages.
32+
* Re-enabled AI ability to request direct military aid; expect allied AI to work together on defending now.
33+
* Removed uninitialized parameter in Caravan CRC check.
34+
* Removed improper variable-size cast, causing incorrect action processing on 64-bit platforms.
35+
* Correct replay initialization for weather sync.
2936

3037

3138
System Requirements

include/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
#define SKVERMED 15
3333
#define SKVERMIN 3
3434

35-
#define DEV_VERSION
35+
//#define DEV_VERSION
3636

3737
#endif

packaging/windows/install.nsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ Section "Uninstall"
224224
Delete "$SMPROGRAMS\$StartMenuFolder\Uninstall.lnk"
225225
Delete "$SMPROGRAMS\$StartMenuFolder\Seven Kingdoms AA.lnk"
226226
Delete "$SMPROGRAMS\$StartMenuFolder\Manual.lnk"
227+
Delete "$SMPROGRAMS\$StartMenuFolder\Hotkeys.lnk"
227228

228229
; Remove directories if empty
229230
RMDir "$SMPROGRAMS\$StartMenuFolder"

0 commit comments

Comments
 (0)