4.2.14 last minute changes.

This commit is contained in:
Markus Armbruster 2004-03-22 09:21:24 +00:00
parent d6a2519342
commit 16264e6ebe
2 changed files with 22 additions and 8 deletions

View 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. * Options NEWPOWER, NEW_STARVE and NEW_WORK are no longer optional.
* Gripe about unknown options in econfig. * Gripe about unknown options in econfig.
* Remove option GRAB_THINGS. * Remove option GRAB_THINGS.
* Utility program files takes new option -f. * Utility program files takes new option -f.
* Remove utility programs land, ore and perfect, which don't compile * Remove utility programs land, ore and perfect, which don't compile
since 4.2.0 (Oct '98). 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 * Fallout code could claim destruction of more items than actually
existed. existed.
* Fix recursive resupply (resupply from supply land unit triggering a * 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. outbreaks silently deleting deliveries.
* Remove disabled commands dissolve and mult. Remove configuration * Remove disabled commands dissolve and mult. Remove configuration
parameters minmult and maxmult. 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. display the plague as commodity. Fix.
* New make goal interix. Contributed by Ron Koenderink. * New make goal interix. Contributed by Ron Koenderink.
* The type selector now prefers an exact match to a partial match. * 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 players as '?'. Radar commands now display all wilderness and
plains as '?'. plains as '?'.
* Fix power timestamp for Windows. Contributed by Ron Koenderink. * Fix power timestamp for Windows. Contributed by Ron Koenderink.
* Do the right thing for Windows so ^C aborts to the current command, * Make client abort the current command on ^C under Windows, as
as it should. Contributed by Ron Koenderink. everywhere else. Contributed by Ron Koenderink.
* Command line parser interpreted trailing whitespace as an another * Command line parser interpreted trailing whitespace as an another
(empty) argument. Ignore it instead. (empty) argument. Ignore it instead.
* Properly declare stuff in headers, include proper system headers. * 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). * Fix payoff (was broken in 4.2.13).
* Capability fish didn't work together with capability oil. * Capability fish didn't work together with capability oil.
* Fix and clarify plague outbreak chance in info Plague. * 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. * 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. * Various small info file fixes.
* Many fixes in the troff macro package for info files. * Many fixes in the troff macro package for info files.
* Many fixes for translating info files to HTML. * Many fixes for translating info files to HTML.

View 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, 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.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. * Options NEWPOWER, NEW_STARVE and NEW_WORK are no longer optional.
* Gripe about unknown options in econfig. * Gripe about unknown options in econfig.
* Remove option GRAB_THINGS. * Remove option GRAB_THINGS.
* Utility program files takes new option -f. * Utility program files takes new option -f.
* Remove utility programs land, ore and perfect, which don't compile * Remove utility programs land, ore and perfect, which don't compile
since 4.2.0 (Oct '98). 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 * Fallout code could claim destruction of more items than actually
existed. existed.
* Fix recursive resupply (resupply from supply land unit triggering a * 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. outbreaks silently deleting deliveries.
* Remove disabled commands dissolve and mult. Remove configuration * Remove disabled commands dissolve and mult. Remove configuration
parameters minmult and maxmult. 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. display the plague as commodity. Fix.
* New make goal interix. Contributed by Ron Koenderink. * New make goal interix. Contributed by Ron Koenderink.
* The type selector now prefers an exact match to a partial match. * 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 players as '?'. Radar commands now display all wilderness and
plains as '?'. plains as '?'.
* Fix power timestamp for Windows. Contributed by Ron Koenderink. * Fix power timestamp for Windows. Contributed by Ron Koenderink.
* Do the right thing for Windows so ^C aborts to the current command, * Make client abort the current command on ^C under Windows, as
as it should. Contributed by Ron Koenderink. everywhere else. Contributed by Ron Koenderink.
* Command line parser interpreted trailing whitespace as an another * Command line parser interpreted trailing whitespace as an another
(empty) argument. Ignore it instead. (empty) argument. Ignore it instead.
* Properly declare stuff in headers, include proper system headers. * 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). * Fix payoff (was broken in 4.2.13).
* Capability fish didn't work together with capability oil. * Capability fish didn't work together with capability oil.
* Fix and clarify plague outbreak chance in info Plague. * 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. * 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. * Various small info file fixes.
* Many fixes in the troff macro package for info files. * Many fixes in the troff macro package for info files.
* Many fixes for translating info files to HTML. * Many fixes for translating info files to HTML.