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

Commit

Permalink
Release 2.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
the3dfxdude committed Sep 22, 2023
1 parent 3c1f7da commit 22ad185
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 4 deletions.
36 changes: 35 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Seven Kingdoms: Ancient Adversaries

Release version 2.15.6
Project website: www.7kfans.com
Downloads and source repo: sourceforge.net/projects/skfans

This is a GPL release of the Seven Kingdoms: Ancient Adversaries thanks to
Enlight Software which granted the ability to license the game under a
Expand All @@ -13,6 +14,39 @@ of the game.

Summary of changes from 2.15.5 to 2.15.6
---------
* Fixed bugs related to rebelling
* Improved AI on handling rebellions
* Fixed several crash bugs
* Fixed small graphic update bugs
* Fixed bug when assigning to ship
* Fixed AI declare war bug
* Fixed AI give tribute bug
* Greatly improved AI sea based missions
* Improved AI on training and recruiting
* Cleaned up some deinit code
* Improved handling of town migration with workers
* Improved AI to be move aggressive in attack missions
* Improved validation of attack actions
* Added display of the land mass size in the F10 menu
* Enabled town peasant migration
* Created button for markets to control stocking type -- thanks MicroVirus and
sraboy
* Added Phoenix vision on fryhtan lairs
* Improved AI at building harbors
* Fixed bugs related to AI surrenders
* Improved locale code
* Made English the default language on Windows
* Increased the max number of raw resource sites to 10
* Fixed bug on trade ship docking and exiting
* Reduced penalty on trade unit destruction
* Improved distance calculating so placing buildings and towns on any side is
treated the same
* Fixed some path finding issues
* Enabled the ability for AI to scout the map
* Fixed screen edge mouse handling bug
* Fixed exploit when spying on an enemy nation report
* Improved AI handling on granting money to towns and recruiting
* Increased the speed of speed level 9


System Requirements
Expand Down Expand Up @@ -41,7 +75,7 @@ configure their system -- you are expected to know how to use your tools.

Required dependencies
* GCC 4.6+ C++11 compliant compiler
* SDL 2.0.8
* SDL 2.24.0+
* enet 1.3.xx Reliable UDP networking library
* OpenAL-soft or equivalent driver

Expand Down
2 changes: 1 addition & 1 deletion include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
#define SKVERMED 15
#define SKVERMIN 6

#define DEV_VERSION
//#define DEV_VERSION

#endif
4 changes: 2 additions & 2 deletions packaging/windows/install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ SetCompressor /SOLID lzma
;--------------------------------
;Pages

!insertmacro MUI_PAGE_LICENSE "COPYING"
!insertmacro MUI_PAGE_LICENSE "COPYING-Music.txt"
;!insertmacro MUI_PAGE_LICENSE "COPYING"
;!insertmacro MUI_PAGE_LICENSE "COPYING-Music.txt"
!insertmacro MUI_PAGE_COMPONENTS
!insertmacro MUI_PAGE_DIRECTORY

Expand Down

0 comments on commit 22ad185

Please sign in to comment.