]> git.pond.sub.org Git - empserver/commitdiff
4.2.15 last minute changes. v4.2.15
authorMarkus Armbruster <armbru@pond.sub.org>
Wed, 26 May 2004 17:57:40 +0000 (17:57 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 26 May 2004 17:57:40 +0000 (17:57 +0000)
doc/CHANGES4.X
info/Server/Empire4.t

index d20680921720c004ab32b59e3db5581518fe8a98..2625888a6191ea2d4114c4e8187d53727d26d8e8 100644 (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.
  * 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.
index 47bbb790565c524db3e8285f21748d50d578cb48..ddc00d7654f1b18aa6ccbd897410ad7e54d0df87 100644 (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,
 and bug-reports should be sent to <wolfpack@wolfpackempire.com>.
 .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.