Update change log for 4.3.13

This commit is contained in:
Markus Armbruster 2008-04-06 22:00:25 +02:00
parent a291e6dd23
commit 8e354e56c0
2 changed files with 14 additions and 2 deletions

View file

@ -1,3 +1,9 @@
Changes to Empire 4.3.13 - Sun Apr 6 19:56:59 UTC 2008
* New selector maxnoc for xdump version.
* Fix initialization of realms in newcap. Broken in 4.3.12.
* Fix add for status arguments active, god, delete. Broken in
4.3.12.
Changes to Empire 4.3.12 - Wed Apr 2 05:35:06 UTC 2008 Changes to Empire 4.3.12 - Wed Apr 2 05:35:06 UTC 2008
* Fix rounding error in update that could result in more babies than * Fix rounding error in update that could result in more babies than
food permits, and negative food. food permits, and negative food.
@ -49,7 +55,7 @@ Changes to Empire 4.3.12 - Wed Apr 2 05:35:06 UTC 2008
* Plane, ship and land unit stats are no longer stored as game state, * Plane, ship and land unit stats are no longer stored as game state,
but recomputed from tech and base stats as needed. but recomputed from tech and base stats as needed.
* xdump ver is no longer a special case. Syntax "xdump ver" is now * xdump ver is no longer a special case. Syntax "xdump ver" is now
deprecated. Use "xdump ver *". deprecated. Use "xdump version *".
* Fire and torpedo cleanup and bug hunt: * Fire and torpedo cleanup and bug hunt:
- Plug memory leak in fire command. - Plug memory leak in fire command.
- Fix ammunition use when returning fire: resupply could lose - Fix ammunition use when returning fire: resupply could lose

View file

@ -7,6 +7,12 @@ 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.3.13 - Sun Apr 6 19:56:59 UTC 2008
* New selector maxnoc for xdump version.
* Fix initialization of realms in newcap. Broken in 4.3.12.
* Fix add for status arguments active, god, delete. Broken in
4.3.12.
Changes to Empire 4.3.12 - Wed Apr 2 05:35:06 UTC 2008 Changes to Empire 4.3.12 - Wed Apr 2 05:35:06 UTC 2008
* Fix rounding error in update that could result in more babies than * Fix rounding error in update that could result in more babies than
food permits, and negative food. food permits, and negative food.
@ -58,7 +64,7 @@ Changes to Empire 4.3.12 - Wed Apr 2 05:35:06 UTC 2008
* Plane, ship and land unit stats are no longer stored as game state, * Plane, ship and land unit stats are no longer stored as game state,
but recomputed from tech and base stats as needed. but recomputed from tech and base stats as needed.
* xdump ver is no longer a special case. Syntax "xdump ver" is now * xdump ver is no longer a special case. Syntax "xdump ver" is now
deprecated. Use "xdump ver *". deprecated. Use "xdump version *".
* Fire and torpedo cleanup and bug hunt: * Fire and torpedo cleanup and bug hunt:
- Plug memory leak in fire command. - Plug memory leak in fire command.
- Fix ammunition use when returning fire: resupply could lose - Fix ammunition use when returning fire: resupply could lose