diff --git a/doc/CHANGES4.X b/doc/CHANGES4.X index d2068092..2625888a 100644 --- a/doc/CHANGES4.X +++ b/doc/CHANGES4.X @@ -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. * explore command could generate a bogus `lost' record when it 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 the edited unit. Deities can still delete a units by setting the 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 required avail. * 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. * Rewrite info survey. Document ability to survey properties other than items and resources. + * Rewrite info build, since it was inaccurate and poorly structured. * Fix info fire on required military. * New fairland argument -R to set the PRNG seed. Print the seed. This allows you to recreate the same world again. diff --git a/info/Server/Empire4.t b/info/Server/Empire4.t index 47bbb790..ddc00d76 100644 --- a/info/Server/Empire4.t +++ b/info/Server/Empire4.t @@ -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, and bug-reports should be sent to . .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. * explore command could generate a bogus `lost' record when it 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 the edited unit. Deities can still delete a units by setting the 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 required avail. * 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. * Rewrite info survey. Document ability to survey properties other than items and resources. + * Rewrite info build, since it was inaccurate and poorly structured. * Fix info fire on required military. * New fairland argument -R to set the PRNG seed. Print the seed. This allows you to recreate the same world again.