4.2.17 last minute changes.

This commit is contained in:
Markus Armbruster 2004-08-16 16:24:56 +00:00
parent 20199b2236
commit 9f226fe05f
2 changed files with 6 additions and 8 deletions

View file

@ -1,11 +1,10 @@
Changes to Empire 4.2.17 - Sat Aug 14 19:53:12 UTC 2004
Changes to Empire 4.2.17 - Mon Aug 16 16:21:53 UTC 2004
* Fix seeding of PRNG under Windows. The bug made updates occur at
a predictable time in the update window. From Ron Koenderink.
* Close major loophole in drop that allowed players to determine
whether an arbitrary sector is sea, allied land, or other land.
* fly could fly civilians into occupied or allied sectors. drop
could drop them into allied sectors. For consistency with other
means to move around stuff, both is no longer possible.
* fly could fly civilians into occupied sectors. For consistency
with other means to move around stuff, this is no longer possible.
* Don't allow flying to a carrier that doesn't have space for the
planes. Previously, planes that did this were teleported home,
which could be abused.

View file

@ -7,14 +7,13 @@ new Empire4 Server. This outlines the various changes and how they
will affect you, the player. These were coded as the Wolfpack project,
and bug-reports should be sent to <wolfpack@wolfpackempire.com>.
.NF
Changes to Empire 4.2.17 - Sat Aug 14 19:53:12 UTC 2004
Changes to Empire 4.2.17 - Mon Aug 16 16:21:53 UTC 2004
* Fix seeding of PRNG under Windows. The bug made updates occur at
a predictable time in the update window. From Ron Koenderink.
* Close major loophole in drop that allowed players to determine
whether an arbitrary sector is sea, allied land, or other land.
* fly could fly civilians into occupied or allied sectors. drop
could drop them into allied sectors. For consistency with other
means to move around stuff, both is no longer possible.
* fly could fly civilians into occupied sectors. For consistency
with other means to move around stuff, this is no longer possible.
* Don't allow flying to a carrier that doesn't have space for the
planes. Previously, planes that did this were teleported home,
which could be abused.