4.2.15 last minute changes.

This commit is contained in:
Markus Armbruster 2004-05-26 17:57:40 +00:00
parent 73ad7c07eb
commit b4381d0218
2 changed files with 12 additions and 2 deletions

View file

@ -1,4 +1,4 @@
Changes to Empire 4.2.15 - Sun May 16 14:56:03 UTC 2004 Changes to Empire 4.2.15 - Wed May 26 17:55:58 UTC 2004
* test command no longer asks whether to abandon the sector. * test command no longer asks whether to abandon the sector.
* explore command could generate a bogus `lost' record when it * explore command could generate a bogus `lost' record when it
regains an abandoned start sector. regains an abandoned start sector.
@ -8,6 +8,10 @@ Changes to Empire 4.2.15 - Sun May 16 14:56:03 UTC 2004
* edit command no longer accepts efficiency values that would destroy * edit command no longer accepts efficiency values that would destroy
the edited unit. Deities can still delete a units by setting the the edited unit. Deities can still delete a units by setting the
owner to zero. owner to zero.
* upgrade command used to charge an amount of avail that didn't match
info upgrade. Neither the implemented nor the documented amount
made much sense. Change it to 15% of the full build cost. Rewrite
info upgrade.
* Commands upgrade and build could be off by one when reporting * Commands upgrade and build could be off by one when reporting
required avail. required avail.
* upgrade command reported rounded cost but charged unrounded * upgrade command reported rounded cost but charged unrounded
@ -54,6 +58,7 @@ Changes to Empire 4.2.15 - Sun May 16 14:56:03 UTC 2004
it displays hundreds only for values that can be large. it displays hundreds only for values that can be large.
* Rewrite info survey. Document ability to survey properties other * Rewrite info survey. Document ability to survey properties other
than items and resources. than items and resources.
* Rewrite info build, since it was inaccurate and poorly structured.
* Fix info fire on required military. * Fix info fire on required military.
* New fairland argument -R to set the PRNG seed. Print the seed. * New fairland argument -R to set the PRNG seed. Print the seed.
This allows you to recreate the same world again. This allows you to recreate the same world again.

View file

@ -7,7 +7,7 @@ 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.15 - Sun May 16 14:56:03 UTC 2004 Changes to Empire 4.2.15 - Wed May 26 17:55:58 UTC 2004
* test command no longer asks whether to abandon the sector. * test command no longer asks whether to abandon the sector.
* explore command could generate a bogus `lost' record when it * explore command could generate a bogus `lost' record when it
regains an abandoned start sector. regains an abandoned start sector.
@ -17,6 +17,10 @@ Changes to Empire 4.2.15 - Sun May 16 14:56:03 UTC 2004
* edit command no longer accepts efficiency values that would destroy * edit command no longer accepts efficiency values that would destroy
the edited unit. Deities can still delete a units by setting the the edited unit. Deities can still delete a units by setting the
owner to zero. owner to zero.
* upgrade command used to charge an amount of avail that didn't match
info upgrade. Neither the implemented nor the documented amount
made much sense. Change it to 15% of the full build cost. Rewrite
info upgrade.
* Commands upgrade and build could be off by one when reporting * Commands upgrade and build could be off by one when reporting
required avail. required avail.
* upgrade command reported rounded cost but charged unrounded * upgrade command reported rounded cost but charged unrounded
@ -63,6 +67,7 @@ Changes to Empire 4.2.15 - Sun May 16 14:56:03 UTC 2004
it displays hundreds only for values that can be large. it displays hundreds only for values that can be large.
* Rewrite info survey. Document ability to survey properties other * Rewrite info survey. Document ability to survey properties other
than items and resources. than items and resources.
* Rewrite info build, since it was inaccurate and poorly structured.
* Fix info fire on required military. * Fix info fire on required military.
* New fairland argument -R to set the PRNG seed. Print the seed. * New fairland argument -R to set the PRNG seed. Print the seed.
This allows you to recreate the same world again. This allows you to recreate the same world again.