]> git.pond.sub.org Git - empserver/commitdiff
4.2.14 last minute changes.
authorMarkus Armbruster <armbru@pond.sub.org>
Mon, 22 Mar 2004 09:21:24 +0000 (09:21 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Mon, 22 Mar 2004 09:21:24 +0000 (09:21 +0000)
doc/CHANGES4.X
info/Server/Empire4.t

index 5e31211bb19216efb6e361d438495a86719df030..1d212ef341e5d8eb2ca293e3ec63e15eb96bb590 100644 (file)
@@ -1,10 +1,12 @@
-Changes to Empire 4.2.14 - Wed Mar 17 07:31:30 UTC 2004
+Changes to Empire 4.2.14 - Mon Mar 22 09:04:12 UTC 2004
  * Options NEWPOWER, NEW_STARVE and NEW_WORK are no longer optional.
  * Gripe about unknown options in econfig.
  * Remove option GRAB_THINGS.
  * Utility program files takes new option -f.
  * Remove utility programs land, ore and perfect, which don't compile
    since 4.2.0 (Oct '98).
+ * fairland no longer warns when it added resources, but when it
+   didn't.
  * Fallout code could claim destruction of more items than actually
    existed.
  * Fix recursive resupply (resupply from supply land unit triggering a
@@ -49,7 +51,7 @@ Changes to Empire 4.2.14 - Wed Mar 17 07:31:30 UTC 2004
    outbreaks silently deleting deliveries.
  * Remove disabled commands dissolve and mult.  Remove configuration
    parameters minmult and maxmult.
- * Trade command indexed an array out of bounds when attempting to
+ * trade command indexed an array out of bounds when attempting to
    display the plague as commodity.  Fix.
  * New make goal interix.  Contributed by Ron Koenderink.
  * The type selector now prefers an exact match to a partial match.
@@ -64,8 +66,8 @@ Changes to Empire 4.2.14 - Wed Mar 17 07:31:30 UTC 2004
    players as '?'.  Radar commands now display all wilderness and
    plains as '?'.
  * Fix power timestamp for Windows.  Contributed by Ron Koenderink.
- * Do the right thing for Windows so ^C aborts to the current command,
-   as it should.  Contributed by Ron Koenderink.
+ * Make client abort the current command on ^C under Windows, as
+   everywhere else.  Contributed by Ron Koenderink.
  * Command line parser interpreted trailing whitespace as an another
    (empty) argument.  Ignore it instead.
  * Properly declare stuff in headers, include proper system headers.
@@ -90,7 +92,12 @@ Changes to Empire 4.2.14 - Wed Mar 17 07:31:30 UTC 2004
  * Fix payoff (was broken in 4.2.13).
  * Capability fish didn't work together with capability oil.
  * Fix and clarify plague outbreak chance in info Plague.
+ * Fix RES_POP maximum population in info Research.
  * Fix info telegram and info announce on ~ escapes.
+ * Update info Selector to match code.
+ * Document all undocumented unit capabilities and stats.
+ * Document submarines' ability to carry landspies.
+ * Fix info shoot on security units.
  * Various small info file fixes.
  * Many fixes in the troff macro package for info files.
  * Many fixes for translating info files to HTML.
index 59be4f8d4269459127deb988a73d6bea53b69312..4534f53fc5bce2bbf7b6b4c4d14e52b7c6a1c131 100644 (file)
@@ -7,13 +7,15 @@ 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.14 - Wed Mar 17 07:31:30 UTC 2004
+Changes to Empire 4.2.14 - Mon Mar 22 09:04:12 UTC 2004
  * Options NEWPOWER, NEW_STARVE and NEW_WORK are no longer optional.
  * Gripe about unknown options in econfig.
  * Remove option GRAB_THINGS.
  * Utility program files takes new option -f.
  * Remove utility programs land, ore and perfect, which don't compile
    since 4.2.0 (Oct '98).
+ * fairland no longer warns when it added resources, but when it
+   didn't.
  * Fallout code could claim destruction of more items than actually
    existed.
  * Fix recursive resupply (resupply from supply land unit triggering a
@@ -58,7 +60,7 @@ Changes to Empire 4.2.14 - Wed Mar 17 07:31:30 UTC 2004
    outbreaks silently deleting deliveries.
  * Remove disabled commands dissolve and mult.  Remove configuration
    parameters minmult and maxmult.
- * Trade command indexed an array out of bounds when attempting to
+ * trade command indexed an array out of bounds when attempting to
    display the plague as commodity.  Fix.
  * New make goal interix.  Contributed by Ron Koenderink.
  * The type selector now prefers an exact match to a partial match.
@@ -73,8 +75,8 @@ Changes to Empire 4.2.14 - Wed Mar 17 07:31:30 UTC 2004
    players as '?'.  Radar commands now display all wilderness and
    plains as '?'.
  * Fix power timestamp for Windows.  Contributed by Ron Koenderink.
- * Do the right thing for Windows so ^C aborts to the current command,
-   as it should.  Contributed by Ron Koenderink.
+ * Make client abort the current command on ^C under Windows, as
+   everywhere else.  Contributed by Ron Koenderink.
  * Command line parser interpreted trailing whitespace as an another
    (empty) argument.  Ignore it instead.
  * Properly declare stuff in headers, include proper system headers.
@@ -99,7 +101,12 @@ Changes to Empire 4.2.14 - Wed Mar 17 07:31:30 UTC 2004
  * Fix payoff (was broken in 4.2.13).
  * Capability fish didn't work together with capability oil.
  * Fix and clarify plague outbreak chance in info Plague.
+ * Fix RES_POP maximum population in info Research.
  * Fix info telegram and info announce on ~ escapes.
+ * Update info Selector to match code.
+ * Document all undocumented unit capabilities and stats.
+ * Document submarines' ability to carry landspies.
+ * Fix info shoot on security units.
  * Various small info file fixes.
  * Many fixes in the troff macro package for info files.
  * Many fixes for translating info files to HTML.