Update for 4.2.23.

This commit is contained in:
Markus Armbruster 2005-10-21 05:58:30 +00:00
parent 9180b23cfa
commit c1ab03dd5e
3 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,8 @@
Changes to Empire 4.2.23 - Fri Oct 21 05:47:17 UTC 2005
* The change to conv in 4.2.22 could crash or compute incorrect
maximum population.
* Code cleanups.
Changes to Empire 4.2.22 - Tue Oct 11 20:23:51 UTC 2005 Changes to Empire 4.2.22 - Tue Oct 11 20:23:51 UTC 2005
* Log player login, logout and session kill. * Log player login, logout and session kill.
* Close loophole in assembly point rules that allowed players to find * Close loophole in assembly point rules that allowed players to find

View file

@ -38,10 +38,10 @@
#define EMP_VERS_MAJOR 4 #define EMP_VERS_MAJOR 4
#define EMP_VERS_MINOR 2 #define EMP_VERS_MINOR 2
#define EMP_VERS_PATCH 22 #define EMP_VERS_PATCH 23
#define KSU_DIST 1.04 #define KSU_DIST 1.04
#define CHAINSAW_DIST 4.00 #define CHAINSAW_DIST 4.00
#define WOLFPACK_DIST 2.22 #define WOLFPACK_DIST 2.23
#endif /* _VERSION_H_ */ #endif /* _VERSION_H_ */

View file

@ -7,6 +7,11 @@ new Empire4 Server. This outlines the various changes and how they
will affect you, the player. These were coded as the Wolfpack project, will affect you, the player. These were coded as the Wolfpack project,
and bug-reports should be sent to <wolfpack@wolfpackempire.com>. and bug-reports should be sent to <wolfpack@wolfpackempire.com>.
.NF .NF
Changes to Empire 4.2.23 - Fri Oct 21 05:47:17 UTC 2005
* The change to conv in 4.2.22 could crash or compute incorrect
maximum population.
* Code cleanups.
Changes to Empire 4.2.22 - Tue Oct 11 20:23:51 UTC 2005 Changes to Empire 4.2.22 - Tue Oct 11 20:23:51 UTC 2005
* Log player login, logout and session kill. * Log player login, logout and session kill.
* Close loophole in assembly point rules that allowed players to find * Close loophole in assembly point rules that allowed players to find