]> git.pond.sub.org Git - empserver/blob - info/Server/Empire4.t
Update for 4.2.20.
[empserver] / info / Server / Empire4.t
1 .TH Server "Empire4 Changes"
2 .NA Empire4 "Changes from the Empire3 server to the Empire4 Server"
3 .LV Expert
4 .s1
5 There have been several changes/fixes made to the Empire3 code in the
6 new Empire4 Server.  This outlines the various changes and how they
7 will affect you, the player.  These were coded as the Wolfpack project,
8 and bug-reports should be sent to <wolfpack@wolfpackempire.com>.
9 .NF
10 Changes to Empire 4.2.20 - Thu Mar 17 21:34:13 UTC 2005
11  * Log and abort when LWP stack check detects stack smash.  Server
12    option -s no longer implies -p.
13  * The native Windows build now supports -p and -s.
14  * The native Windows build now properly deals with ^C when running in
15    the foreground.  It no longer prompts for a quit command on the
16    terminal.
17  * The meaning of server option -D in presence of -e is unclear.
18    Other programs only support -e.  Remove option -D.  Use -e
19    DIR/econfig instead of -D DIR.
20  * New server option -v shows version information.
21  * Fix the server's exit status with -h broken in 4.2.19.
22  * The linux-pthreads build failed to shut down on signals.
23  * Fix threading bugs in the native Windows build that made shutdown
24    unsafe and screwed up update aborting commands.
25  * New econfig key pre_update_hook to allow automatic, safe backup
26    right before the update.  See scripts/backup for an example.
27  * The server now prints log messages to stderr as well when running
28    in the foreground.
29  * Fix potential buffer overflows in logerror() and lwpStatus().
30  * Server now requires POSIX signals.  It no longer catches SIGUSR1.
31  * Remove support for ancient versions of HP-UX.
32  * Fix seeding of PRNG broken in 4.2.19.
33  * Don't reseed the PRNG in commands, it hurts randomness and could be
34    abused by crafty players.
35  * The server now makes the data directory its working directory.
36    This also gets rid of a bug that changed the file name of the
37    sector, power, nation and lostitems file unless econfig could not
38    be read.
39  * The server now writes a pid file.  Thanks to Daniel O'Connor.
40  * More user friendly server startup: more errors are detected while
41    the server still runs in the foreground, which makes it possible to
42    complain to stderr and to exit unsuccessfully.
43  * Early log messages went to the log file in the default data
44    directory, even though econfig specifies another data directory.
45  * Specifying an econfig file on the command line that can't be read
46    is now fatal.
47  * Errors in econfig are now fatal.
48  * The server now refuses to start when it can't open data files.
49  * News are now sorted and expire sanely.
50  * Conditionals can now compare strings as well.
51  * Corrupted down and motd files could cause buffer overflows.
52  * Fix recon to let player abort at the flight path prompt.
53  * power no longer rounds worldwide numbers for deities.
54  * power command failed to recognize deities with non-zero country
55    number.
56  * Change output of production command so that columns are aligned
57    even for large values.  Replace column wkfc by more useful column
58    avail.
59  * neweff and production miscalculated work when mil exceeded
60    population limit.
61  * neweff miscalculated work when the population limit exceeded 999.
62  * Fix capping of avail when a big city is torn down.
63  * Fix a bug in fire that allowed players to find all submarine uids.
64  * Maximum sector population is no longer hardcoded, and now covered
65    by xdump.  Option RES_POP now affects mountains and plains as
66    well.  From Ray Hyatt.
67  * Fix fina and news not to ignore errors in conditions.
68  * The native Windows build now requires Windows Sockets 2.
69  * The native Windows build now supports multiple instances of the
70    service.  The ability to supply additional startup parameters to
71    the service has been removed.
72  * Implement fairland command line parsing under Windows.
73  * Improved fairland and emp_server usage message.
74  * Code cleanups.
75  * Minor info file and documentation fixes.
76  * Much of the above was contributed by Ron Koenderink.  Many thanks!
77
78 Changes to Empire 4.2.19 - Thu Dec 23 20:24:24 UTC 2004
79  * Fix order not to unload into full sectors.
80  * Fix scrap not to dump stuff into full sectors.  Excess stuff is now
81    destroyed.
82  * Fix distribute not to conjure up a civilian when importing
83    civilians from a dist center that doesn't have any.
84  * Fix flak to resupply no more shells than actually needed.
85  * Fix rounding error in shoot that could result in more people shot
86    than actually there.
87  * Fix info and apro error handling.  In particular, do not leak
88    potentially sensitive information on the server to players.
89  * info no longer shows a random matching page when the topic argument
90    is ambiguous.  Instead, it lists all matching topics.
91  * Embarked land units and overflying planes no longer spot each
92    other.
93  * Fix show command to show only sectors that players can designate
94    (was broken in 4.2.18).
95  * Fix a rounding error in production command column `max'.
96  * Fix production command for overpopulated mountains and plains.
97  * Fix tradeship ally cut to match documentation.
98  * Fix plague, which was was broken in 4.2.14: it got stuck in stage I.
99  * Fix a bug in aerial sonar where ships could mask submarines with
100    the same number modulo 256.
101  * Don't allow bombing of subs that were not detected.
102  * MOTD and the game down message are now entirely separate: use `turn
103    motd' for the MOTD, and `turn on' and `turn off' for the game down
104    message.  `turn on' no longer lets you edit the MOTD.
105  * Remove option NUKEFAILDETONATE.
106  * Option ORBIT is no longer optional.
107  * New option GUINEA_PIGS to control experimental stuff not ready for
108    prime time.  If your deity enables this in a serious game, run!
109  * Many xdump fixes.  xdump is now enabled by option GUINEA_PIGS.
110  * New ship and land selectors rflags, rpath.
111  * New ship selectors for order: xstart. xend, ystart, yend,
112    cargostart, cargend, amtstart, amtend
113  * New ship selectors for sail: mobquota, path, follow.
114  * New news selector uid.
115  * Implement command line parsing under Windows where it was missing.
116  * emp_server and and files print a usage message on command line
117    syntax errors.
118  * Fix how emp_server exits after being panicked by a signal.  It can
119    now dump core when this happens.
120  * Fix bug in client that could crash it when a line of input starts
121    with '?'.
122  * Client now gets user name from environment variable LOGNAME if set,
123    else from system.
124  * The native Windows build can now run as a service.
125  * Redirecting client input now works under Windows.
126  * Code cleanups.
127  * Don't confuse work with loyalty in info Citizens.
128  * Minor info file and manual page fixes.
129  * Much of the above was contributed by Ron Koenderink and Marc
130    Olzheim.  Many thanks!
131
132 Changes to Empire 4.2.18 - Tue Sep  7 14:08:59 UTC 2004
133  * Fix info to accept abbreviated arguments under Windows.  From Ron
134    Koenderink.
135  * Buying planes or land units loaded on something didn't work when
136    that something moved.
137  * Fix a bug that could produce update cascades with update policy
138    UDP_TIMES.
139  * Fix delivery and distribution to grant packing bonus only to
140    efficient sectors, just like move.  Previously, delivery ignored
141    efficiency, and distribution behaved as if it were an efficient
142    sector without special bonuses.
143  * New sector selectors loyal, access; ship selectors radius, access,
144    xbuilt, ybuilt, builder, name; plane selectors radius, access,
145    theta; land unit selectors radius, react, nland, access; lost
146    selector id.
147  * Fix sector selectors che, che_target; plane selectors att, def;
148    nuke selector types; treaty selector exp; news selector time;
149    commodity selectors type, xbuy, ybuy.
150  * Option PLANENAMES is no longer optional.
151  * Ensure config parameter variables and their description in
152    configkeys[] are consistent.  Inconsistencies there caused bugs in
153    the past.  From Marc Olzheim.
154  * Complain if econfig file can't be read.
155  * Better messages for errors in econfig file.
156  * Remove unused econfig keys hard_tech and last_demand_update.
157  * New econfig key news_keep_days to configure news expiry.
158  * New econfig key anno_keep_days to configure announcement expiry.
159  * Fix announcement expiry.  It leaked file descriptors and memory,
160    and could corrupt the anno file.  From Ron Koenderink.
161  * New command xdump: experimental extended dump.  Disabled for now.
162  * Bankers no longer round down debts, and they collect interest for
163    the time debtors are idling at sub-prompts.
164  * Loan interest calculation was broken at the due date and after a
165    last payment made at the due date.  With luck, debtors could abuse
166    this to repay loans cheap (they couldn't gain cash, though), sharks
167    to purchase loans cheap, and creditors to collect excessively.
168  * Fix major bug in transport that allowed two cooperating countries
169    to duplicate items.
170  * Don't report interdiction damage twice when transporting planes.
171  * Fix message for attempting to transport a plane in a sector not
172    owned by the player.
173  * Fix confusing diagnostics when refusing to improve defense because
174    option DEFENSE_INFRA is off.
175  * Simplify confusing code in budget.
176  * Fix spacing in output of budget and show.
177  * Change one-way plane sorties to match ordinary sorties: offer
178    carriers regardless of the sector they're in, require carriers to
179    be efficient.
180  * Allow `realm #'.
181  * Don't print owner of incoming missile twice when intercepting it.
182  * Simplify constituent storage in product characteristics.
183  * Replace remaining `variables' leftovers; mainly in unit
184    characteristics.
185  * Remove leading spaces in deity unit dumps.
186  * Replace inappropriate uses of compile time constant ETUS by 60.
187    Deities don't change ETUS, they change etu_per_update by editing
188    econfig.  This nonsense dates back at least to chainsaw 3.31.
189  * Change ship production (fishing and drilling for oil) to match
190    sector production.  Ship efficiency and tech are now relevant, and
191    all people on board work.  From Ron Koenderink.
192  * Code cleanups.
193  * Minor info file fixes.
194
195 Changes to Empire 4.2.17 - Mon Aug 16 16:21:53 UTC 2004
196  * Fix seeding of PRNG under Windows.  The bug made updates occur at
197    a predictable time in the update window.  From Ron Koenderink.
198  * Close major loophole in drop that allowed players to determine
199    whether an arbitrary sector is sea, allied land, or other land.
200  * fly could fly civilians into occupied sectors.  For consistency
201    with other means to move around stuff, this is no longer possible.
202  * Don't allow flying to a carrier that doesn't have space for the
203    planes.  Previously, planes that did this were teleported home,
204    which could be abused.
205  * Close loophole in bomb that allowed players to find all
206    sanctuaries.
207  * Fix move and explore not to crash when moving civilians to a sector
208    without civilians, and interdiction destroys them all.  Found and
209    debugged by Jeff Cotter.
210  * Fix printing of messages entered with turn command.  '%' characters
211    could cause havoc, even crashes.
212  * Use sector's actual maximum population to compute chance of plague
213    outbreak.  Previously, code used 9999 for big cities and 999 for
214    other sectors, and info Plague said 999.  This makes all crowded
215    sectors equally vulnerable, even mountains, plains, and inefficient
216    big cities.
217  * Oil derricks no longer drill and deplete more oil than they can
218    hold.  From Ron Koenderink.
219  * Version 4.2.15's coordinate and list parsing fixes reject trailing
220    junk.  That's too strict.  Silently ignore trailing junk as long as
221    it starts with whitespace.
222  * Version 4.2.15's selector rewrite broke some type literals,
223    e.g. `?des=n' was interpreted as `?des=newdes'.  Change to prefer
224    type literals to selectors.
225  * Nightly build patches game to get repeatable PRNG results.  From
226    Marc Olzheim.
227
228 Changes to Empire 4.2.16 - Wed Jun 16 18:56:16 UTC 2004
229  * Previous version broke sector production when part of the work is
230    used for sector construction.  Fix courtesy Jeff Cotter.
231  * Add rudimentary tests to nightly build.  From Marc Olzheim.
232
233 Changes to Empire 4.2.15 - Wed May 26 17:55:58 UTC 2004
234  * test command no longer asks whether to abandon the sector.
235  * explore command could generate a bogus `lost' record when it
236    regains an abandoned start sector.
237  * edit command now properly updates stats when editing tech level of
238    ships, planes or land units.  A few of these stats can be edited
239    separately, which doesn't make much sense, and is now deprecated.
240  * edit command no longer accepts efficiency values that would destroy
241    the edited unit.  Deities can still delete units by setting the
242    owner to zero.
243  * upgrade command used to charge an amount of avail that didn't match
244    info upgrade.  Neither the implemented nor the documented amount
245    made much sense.  Change it to 15% of the full build cost.  Rewrite
246    info upgrade.
247  * Commands upgrade and build could be off by one when reporting
248    required avail.
249  * upgrade command reported rounded cost but charged unrounded
250    cost.  Round cost of upgrade down to match behavior of build.
251  * Upgrading planes now preserves range when it is less than the
252    maximum range.  It used to set it to the new maximum range.
253  * show bridge and show tower no longer claim bridge building requires
254    `workers' (whatever that is), since it doesn't.
255  * Replace option ROLLOVER_AVAIL by econfig parameter
256    rollover_avail_max, which is the maximum amount of avail that rolls
257    over.  Previously, avail was limited after rollover, and even when
258    ROLLOVER_AVAIL was off.  Fix that.
259  * Ships weren't always charged mobility for firing with option
260    NOMOBCOST off.
261  * Fix shell use of return torpedoes.
262  * designate no longer complains twice about deity only designations.
263  * Ensure designate zaps efficiency only when sector type really
264    changes.
265  * Fix strength to always report mines to deities.
266  * Remove option SHIP_DECAY.
267  * Fix bug in sonar that could crash or yield unpredictable results
268    near the true origin.
269  * Fix buffer overflow in flash and wall.
270  * Fix wall not to strip out first word of message.
271  * Change market and order to use item types instead of mnemo
272    characters internally.
273  * Market now reports sales with full item names instead of single
274    letter codes.
275  * buy now requires first argument to be an item name, as documented.
276  * production command handled production backlog incorrectly, failed
277    to limit production for production efficiency greater than one,
278    e.g. agribusiness, and incorrectly limited raw material
279    consumption.  Also fix a rounding error.  With help from Ron
280    Koenderink.
281  * Sector work was accidentally truncated to even.
282  * Fix coordinate parsing for large numbers when WORLD_X or WORLD_Y
283    don't divide SHRT_MAX+1.
284  * Properly diagnose over-long unit lists.
285  * Rewrite selector code.  Old code let players smash the stack by
286    supplying too many conditions.  New code properly rejects ambiguous
287    abbreviations and prefers exact matches.  Selectors with names that
288    collide with types, like land units' rad and spy, now work.  Selectors with
289    non-integral values, like land units' att, now work.
290  * survey used to display hundreds for everything but variables.  Now
291    it displays hundreds only for values that can be large.
292  * Rewrite info survey.  Document ability to survey properties other
293    than items and resources.
294  * Rewrite info build, since it was inaccurate and poorly structured.
295  * Fix info fire on required military.  From Marc Olzheim.
296  * New fairland argument -R to set the PRNG seed.  Print the seed.
297    This allows you to recreate the same world again.
298  * New facilities to deal with internal errors.  These crash when the
299    server is started with -d, which is appropriate for debugging, and
300    potentially disastrous for running a real game.
301  * Automated nightly builds.
302  * Code cleanups.
303
304 Changes to Empire 4.2.14 - Mon Mar 22 09:04:12 UTC 2004
305  * Options NEWPOWER, NEW_STARVE and NEW_WORK are no longer optional.
306  * Gripe about unknown options in econfig.
307  * Remove option GRAB_THINGS.
308  * Utility program files takes new option -f.
309  * Remove utility programs land, ore and perfect, which don't compile
310    since 4.2.0 (Oct '98).
311  * fairland no longer warns when it added resources, but when it
312    didn't.
313  * Fallout code could claim destruction of more items than actually
314    existed.
315  * Fix recursive resupply (resupply from supply land unit triggering a
316    resupply of the land unit) when just testing for how much can be
317    resupplied.  The bug could have led to insufficient resupply.
318  * Fix recursive resupply not to consume all fuel in supply units.  No
319    supply units consuming fuel exist in the stock game.
320  * Limit delivery and distribution thresholds to ITEM_MAX (9999).
321    Distribution threshold were previously limited to 10000, and
322    delivery thresholds to 65528.
323  * Limit items in sectors to ITEM_MAX (9999).  Commands give and buy
324    used to limit to 9990.  Market transactions and commands explore,
325    move, drop and fly to 32767.  Limiting in autonav code (order
326    command) didn't work.  Item delivery used to stop at 9990,
327    distribution at 9999.  Food growing and sector production used to
328    stop at 9999.  Grind, assault lunchboxes, demobilization, mine
329    sweeping and che liberating uw could theoretically attempt to
330    increase items beyond 65535, which would have been ignored
331    (destroying the increase).
332  * Properly saturate fallout at FALLOUT_MAX (9999).  Previously,
333    fallout increases behaved inconsistently.  Increases beyond 65535
334    could get ignored, or fallout could saturate at 9999, or it could
335    overflow at 65536 (that would take quite some nuking, though).
336  * Properly saturate mines at MINES_MAX (65535).  Previously, a mining
337    operation that would have gone beyond 65535 was ignored.
338  * Fix `are we loading or unloading' tests for load, unload, lload and
339    lunload.
340  * Fix editing of land unit attack and defense values.  Implement
341    editing of ship defense values.  Contributed by Ron Koenderink.
342  * edit now edits che number and target separately.
343  * Fix edit to properly extend unit files.  Contributed by Ron
344    Koenderink.
345  * Major internal reorganisation: Sectors need space for items,
346    deliveries and distribution thresholds.  To save space, the
347    ancients invented `variables': a collection of key-value pairs,
348    missing means zero value, space for `enough' keys.  This
349    complicates the code, as assigning to a `variable' can fail for
350    lack of space.  Over time, `enough' increased, and for quite some
351    time now `variables' have been *wasting* space.  Replace them,
352    except in unit characteristics, where they are read-only, and will
353    be replaced later.  This also removes misfeatures like plague
354    outbreaks silently deleting deliveries.
355  * Remove disabled commands dissolve and mult.  Remove configuration
356    parameters minmult and maxmult.
357  * trade command indexed an array out of bounds when attempting to
358    display the plague as commodity.  Fix.
359  * New make goal interix.  Contributed by Ron Koenderink.
360  * The type selector now prefers an exact match to a partial match.
361    ?type=sb now selects sb, not sbc, even when sbc happens to be found
362    first.
363  * Value of selector sell was always zero, remove it.
364  * Clean up selector code.
365  * satellite now displays all sectors owned by other players, and none
366    else.  It used to display all but sea, mountains, sanctuaries,
367    wasteland and wilderness.
368  * map commands now display wilderness and plains owned by other
369    players as '?'.  Radar commands now display all wilderness and
370    plains as '?'.
371  * Fix power timestamp for Windows.  Contributed by Ron Koenderink.
372  * Make client abort the current command on ^C under Windows, as
373    everywhere else.  Contributed by Ron Koenderink.
374  * Command line parser interpreted trailing whitespace as an another
375    (empty) argument.  Ignore it instead.
376  * Properly declare stuff in headers, include proper system headers.
377    Remove all nested external declarations.  Source code is now fully
378    prototyped.  Enable appropriate gcc warnings.
379  * Fix several type errors.  Some may have been show-stoppers on big
380    endian machines where sizeof(long) != sizeof(int).
381  * Remove pre-ISO C compatibility cruft (hey, it's been only fifteen
382    years).
383  * Various portability fixes.  Some bugs may have been show-stoppers
384    when sizeof(long) != sizeof(int).  With help from Marc Olzheim and
385    Ron Koenderink.
386  * Move some code to more logical places.  Remove some unused code,
387    some of which was hard to port.
388  * The files program could print error messages to a log file in some
389    circumstances.  Make it print to stderr.
390  * deliver can now change direction without changing the threshold.
391  * deliver now provides appropriate context when prompting for
392    thresholds.
393  * Login command play no longer ignores up to two arguments if there
394    isn't a third one.
395  * Fix payoff (was broken in 4.2.13).
396  * Capability fish didn't work together with capability oil.
397  * Fix and clarify plague outbreak chance in info Plague.
398  * Fix RES_POP maximum population in info Research.
399  * Fix info telegram and info announce on ~ escapes.
400  * Update info Selector to match code.
401  * Document all undocumented unit capabilities and stats.
402  * Document submarines' ability to carry landspies.
403  * Fix info shoot on security units.
404  * Various small info file fixes.
405  * Many fixes in the troff macro package for info files.
406  * Many fixes for translating info files to HTML.
407  * Many info file markup fixes.
408
409 Changes to Empire 4.2.13 - Fri Feb 13 22:12:36 UTC 2004
410  * Source code reindented and cleaned up somewhat.
411  * Various small info file fixes.
412  * Fixed change requiring 254 BTUs even when not charging any
413    (BLITZ).
414  * Fixed tactical non-marine missile crash.
415  * Fixed spy unit detection chance for eff<100.
416  * Fixed output of sorder.
417  * `edit' can now work non-interactively.  Contributed by Ron
418    Koenderink.
419  * Fixed and extended edit for sectors.
420  * Fixed use of errno.
421  * Minor security fix: doconfig now writes example auth entry as
422    comment.
423  * Fixed reading of country name and password in client for Windows.
424  * Replace use of some obsolete non-portable library functions by
425    portable equivalents.
426  * designate now warns about redesignated capital only when it
427    succeeds in redesignating the capital.
428  * attack could be off by one when reporting required unit mobility.
429  * Fixed command matching.  Unique prefixes were not always
430    recognized, and junk suffixes were ignored.
431  * Removed bestdistpath.  bestpath yields the same results.
432  * Renamed lstats to lstat for consistency and to match info page.
433  * Fixed non-portable fd_set * arguments of select().
434  * New `map' flag `h' to highlight own sectors.  Contributed by Marc
435    Olzheim.
436  * Fixed `sabo' reporting damage to player in deity coordinates.
437  * New option ROLLOVER_AVAIL.  Contributed by Drake Diedrich.
438  * Fix Windows server shutdown on reading "quit" from stdin.
439  * Land units now fortify automatically at the update using excess
440    mobility.  With code from Marc Olzheim.
441  * Wandering che are less predictable.
442  * Land units no longer regenerate mobility faster while it is
443    negative.
444  * Fixed emp_client -k.
445  * No longer allow pirates to ferret out where a ship was built.
446  * Fixed map commands to reject bmap flags `t' and `r' instead of
447    turning into bmap.
448  * Fixed lmine shell resupply.
449  * News no longer call all sub-launched missiles nuclear.
450  * Incoming missiles are now reported with coordinates.
451  * Removed some code that served no purpose except crashing on
452    Windows. 
453  * Fixed Mac OSX and AIX build problems.
454  * Don't resolve player IP addresses for now, because it can crash
455    with certain versions of GNU libc.
456  * Fixed recording of lost nukes.
457
458 Changes to Empire 4.2.12 - Mon Aug 18 16:54:21 MDT 2003
459  * Corrected contact information for Wolfpack.
460  * Sector isn't abandoned until move or explore is complete.
461  * Fixed multiple cases where return value of getstarg() was
462    used without being checked which crashed the server.
463  * Used stdarg.h instead of varargs.h.
464  * Call only_subs and save result before mission frees attacker
465    list.  Call with free list could cause server crash.
466  * Fixed spy sat map for units on opposite side of world wrap.
467  * Don't sleep in main thread when called from signal handler.
468  * Fixed error checking in pthreads.
469  * Properly detach pthreads.
470  * Pass unlocked mutex to pthread_mutex_unlock.
471  * Cope with interrupted sleep in pthread empth_sleep to prevent
472    double update.
473  * Added server configurable update window.
474  * Initialized variables passed to setsockopt in accept.c.
475  * Fixed bug where sharing bmap with uncontacted country crashes
476    server.
477
478 Changes to Empire 4.2.11 - Sun Sep  1 09:54:59 MDT 2002
479  * Added compile option for the Mac OSX architecture.
480  * Fixed bug in cargo where unit array was indexed by shp_maxno
481    instead of lnd_maxno.
482  * Fixed bug in reject where aborting the command crashes the
483    server.
484  * Can't buy land units into enemy headquarters.
485  * Added sabotage command and commando unit.
486  * Spies moving by themselves will not trigger interdiction.
487  * Fixed error in map distance calculation that caused errant
488    interdiction.
489  * Ships going under -127 mobility will be set to -127 mob and
490    not roll over to positive mobility.
491  * Corrected plane cost in info Maintenance.
492  * Changed error message for loans rejected for being too big.
493  * Land units will take casualty damage proportional to their
494    ability to carry mil.
495  * Fixed bug where "route i *" crashes server.
496  * Cannot upgrade planes in orbit.
497  * Fixed bug in declare with deity aborting command at last
498    prompt crashes the server.
499  * Coastwatch notify works with NO_FORT_FIRE option.
500  * Thread that kills idle connection will charge player for
501    minutes the player was logged on.
502  * Removed separate sendeof at end of execute from emp_client
503    that logged players off on certain platforms.
504  * Updated player idle counter during read prompt so players
505    wouldn't be kicked off during long flashes or writing telegrams.
506  * LOSE_CONTACT will work as advertised.
507  * Allied units marching through 0 mobility conquered sectors
508    are charged at least LND_MINMOBCOST.
509
510 Changes to Empire 4.2.10 - Mon Aug 13 14:34:39 MDT 2001
511  * Assault can reinforce own sector when SLOW_WAR is enabled.
512  * emp_client no longer converts lines into tags but still verifies executes,
513    pipes, and file redirect match players input.
514  * Added pboard command to capture enemy planes in your territory.
515  * Declaring war when at Sitzkrieg won't return relations to Mobilizing.
516  * Declaring war won't charge money if you're already Mobilizing.
517  * Added multiple territory fields.
518  * "show nuke build" displays the proper avail.
519  * retreating land units will only retreat to sectors owned by the player
520    that owns the unit.
521  * added hard cap of "250 + easy" to limit_level.
522  * education p.e. calculation divides edu constant by etu per update.
523  * Added patch for Linux for the PowerPC.
524
525 Changes to Empire 4.2.9 - Sun Jan  7 15:49:13 PST 2001
526  * Fixed data corruption when bogus target gets fired upon.
527  * Increased size of ancillary stacks to prevent stack overflow.
528  * Changed all references to empire.cx.
529  * Ships, planes, and land units lost to lack of maintenance will now be
530    lost.
531  * No longer allowed to sack deity's capital.
532  * Accuracy calculation in land unit support was backwards.
533  * Corrected formula for likelihood of plague in info Plague.
534  * Fixed files to correctly size map and bmap files from econfig file.
535  * No longer allowed to add country 0.  It corrupts deity country.
536
537 Changes to Empire 4.2.8 - Mon Oct  9 17:35:35 MDT 2000
538  * Fixed range in radar.t and Sector-types.t.  Maximum range at infinite
539    tech is 16.
540  * Changed so that player can't drop civilians into occupied sectors.
541  * Fixed bug that crashes update if etus/update is less than 8.
542  * Fixed sometimes not reporting overflights
543  * Fixing flak for units/ships to be in all sectors as they should be
544  * Updated order of firing flak in Flak.t.
545  * Fixed 80% efficient planes on ships must be maintained.
546  * Fixed initial MOB_ACCESS check thread sleep time was set by an uninitialized
547    variable. 
548  * Removed "TEMPORARILY DISABLED" message from mission command for escort
549    missions.  Escort missions have been re-enabled since 4.0.15.
550  * Using sonar from the navigate command will print the sonar map.
551  * Eliminated annoying error messages when using navigate with conditionals.
552  * Fixed Technology.t to correctly add 1 before taking the logarithm.
553  * Fixed bug that allowed players to steal opponents maps.
554  * Put time limit for bidding on market and trade in econfig file.
555  * Moved hours file information into econfig file.
556  * Added comments on setting update policy in econfig file.
557  * Added logging of cases where write extends data file by more than one id.
558  * Option MARKET is turned off by default.
559
560 Changes to Empire 4.2.7 - Fri Mar 10 18:41:04 PST 2000
561  * Added new NF_SACKED flag to indicate when a country has had it's
562    capital sacked.  This flag is only cleared when the country actively
563    redesignates it's capital using the "capital" command, and changed
564    capital.t to reflect this (no more re-sacking after an update if the
565    country doesn't reset and repeating until they are out of cash.)
566  * Added land unit to edit command for planes.
567  * Added nuketype to edit command for planes.
568  * Changed so that if the leader of a group of units is a train, the
569    railways are used for bestpath instead of roadways.
570  * Changed mission command to also print reaction radius of reserve
571    missions when set for land units.
572  * Changed Flak.t to reflect guns having to be loaded onto a land unit
573    for flak to fire.
574  * Changed so that visitor countries cannot change their name or password.
575  * Changed so that you cannot upgrade deity planes, ships or units.
576  * Changed so that you know where missions are flown from.
577  * Changed so that the airport owner you fly a mission from is informed.
578  * Changed so that preperations for takeoff are reported to the owner of
579    the sector, ship or unit a plane is taking off from if it is not owned
580    by the owner of the plane.
581  * Changed so that when a sector reverts during a guerrilla revolt, the
582    mobility is not reset.  When MOB_ACCESS is not enabled, this used to mean
583    you would always get at least an updates worth of mobility.  With
584    MOB_ACCESS, sectors that reverted during the update were useless, since you
585    got no mobility for a long time.  This fixes that problem, and makes che
586    more useful as well.
587  * Changed so that air defense missions don't always send up every plane in the
588    area, but instead always send up at most two times the number of incoming
589    planes (for each interdicting country.) This helps to stop 1 plane from
590    stripping the mobility from 25 air defense planes all at once, but doesn't
591    limit it to n+1 as there is for regular interception.
592  * Clarified deity reversion of sectors in Sector-ownership.t
593  * Clarified production efficiency and added pointer to "show sector cap"
594    in Product.t
595  * Clarified nuketype selector for planes in Selector.t
596  * Clarified that fortifying units does not affect mission status in info
597    pages for mission and fortify.
598  * Clarified fuel syntax upon error in fuel command in empmod.c.
599  * Cleaned up comments causing minor complaints in some builds.
600  * Fixed bug in loans where you could collect on proposed loans.
601  * Fixed production command to be more accurate (though it *still* has some
602    rounding errors, it's better.)
603  * Fixed potential memory leak in air defense missions.
604  * Fixed bug where you couldn't pinbomb some commodities if other commodities
605    didn't already exist in the sector.
606  * Fixed bug where you couldn't build 0 crew planes without military in the
607    sector.  (This is different from needing at least 1 military to build all
608    planes that need a crew which introduced another related bug earlier.)
609  * Fixed bug where scrapping land unit 0 could cause erroneous transfer
610    messages to be displayed for deity owned planes.
611  * Fixed bug where land units on ships in a sector taken over were blown
612    up or captured.
613  * Fixed bug where planes on ships in a sector taken over were blown up
614    or captured.
615  * Fixed bug in sdump printing origx and origy in deity coordinates.
616  * Fixed bug in satellites showing wrong sectors (sometimes) when using the
617    optional arguments.
618  * Fixed bug in launch showing wrong satellite target (showed asat instead
619    of the target satellite.)
620  * Fixed bug where you could gain information not normally available using
621    the "fire" command to determine sector type information.
622  * Fixed bug in market/trade creating extra money when loans are taken out.
623  * Fixed problem with land units not being reported sunk after being sunk
624    on a ship that was nuked or wastelanded in a sector.
625  * Fixed problem with Spies.t using "llook" instead of "llookout".
626  * Fixed problem in lwp/arch.c including jmp_buf.h instead of setjmp.h
627    on some Linux boxes.
628  * Fixed problem with plague infection being way too high in cities when
629    the BIG_CITY option is enabled.
630  * Fixed bug in edit command getting confused with arguments.
631  * Fixed bug in ask_move_in_off asking you to move in a negative number of
632    troops (hey, it could happen. :) )
633  * Fixed bug in add command not keeping flags or relations initially correct.
634  * Fixed bug in torpedo command sometimes telling victim about torpedo
635    sightings even when way out of range.
636  * Fixed bug in spy command not reporting planes in adjacent sectors, as well
637    as not formatting them properly when reporting them.
638  * Fixed bug in satellite with noisy transmission causing a potential
639    crash of the server with non-100% efficient satellites.
640  * Fixed potential crashing of the server during satellite display when not
641    calculating distances to ships and units correctly.
642  * Fixed bug where planes in non-allied sectors, ships and units could be
643    used on missions.
644  * Fixed bug where planes on the trading block could be used on missions.
645  * Fixed bug where planes and units that get traded don't have mobility set
646    correctly when using MOB_ACCESS option.
647  * Fixed bug which made security units virtually useless.
648  * Fixed access times and mobility not being set right when building planes,
649    ships, units, bridges and bridge towers when MOB_ACCESS is enabled.
650  * Fixed minor formatting problem with launch of satellites.
651  * Fixed minor formatting problem with planes with greater than 999 tech.
652  * Fixed minor formatting problem with ships with greater than 999 tech.
653  * Fixed problem with "llook" showing up in TOP info file.
654  * Fixed problem with lwp Makefile choking on NT builds with clean target.
655  * General cleanup of potentially ambiguous statements.
656
657 Changes to Empire 4.2.6 - Fri Jun  4 05:55:20 PDT 1999
658  * Added "TECH_POP" as an option where technology costs more to make
659    as your population grows past 50K civilians.  It is disabled by
660    default.
661  * Changed "produce" command to accurately print what the true p.e. is.
662  * Changed "update" command to display if mobility updating is enabled for
663    MOB_ACCESS option.
664  * Fixed bug where toggling off the coastwatch flag also turned off
665    forts firing on hostile ships coming into range.
666  * Fixed bug where assaulting your own land would violate any treaties
667    you have where assaults are a violation.
668  * Fixed bug where all planes (even those without need for a crew, such
669    as missiles) needed at least 1 military to build.
670  * Fixed bug where when a ship sinks during the update due to lack of maint,
671    land units and planes on it were left stranded.
672  * Fixed bug where when a land unit dies during the update due to lack of
673    maint, land units and planes on it were left stranded on it.
674  * Fixed bug where nukes could be lost due to MOB_ACCESS updating mobility
675    while arming.
676  * Fixed bug in "show sector capabilities" not showing products correctly.
677  * Fixed bug in "show tower build" printing "bridges" instead of "bridge
678    towers".
679  * Fixed bug in sectors that don't revolt not showing up as lost items.
680  * Fixed bug where maps with an X of exactly 200 is not drawing third line.
681  * Fixed bug where MOB_ACCESS was not updating the mobility just before
682    the update. 
683  * Fixed bug in the way treaties are examined and sometimes produce
684    wrong results.
685  * Fixed edit to allow creating negative mobility for sectors.
686  * Fixed setsector to allow creating negative mobility for sectors.
687  * Fixed bug where when writing out the value of a sector that had
688    negative mobility and was damaged in combat, mobility was being
689    set back to 0.
690  * Fixed Taxes.t info page to reflect that captured civvies only pay
691    1/4 taxes.
692  * Fixed Technology.t info page to reflect TECH_POP option.
693  * Fixed navigate.t info page to reflect that only ships in the fleet
694    in the same sector that are fired upon have damage divided up.
695  * Made techlists toggle on by default (so things are shown in order of
696    technological advances.)
697
698 Changes to Empire 4.2.5 - Mon Mar  1 06:42:24 PST 1999
699  * Added optimization to increasing mobility to check if an object is
700    already at max mob, just return since it can't be increased.
701  * Added "-ltermcap" for client libs for hp build (it was already in
702    hpux build.)
703  * Added clearing of telegram flags after the update so that the next
704    telegram is flagged as new and not part of the update.
705  * Fixed Update-sequence.t to reflect MOB_ACCESS.
706  * Fixed bug where fortification amount was not being limited to
707    maximum mobility for land units (land_mob_max).
708  * Fixed bug where land unit fortification strength was being calculated
709    by using 127 instead of land_mob_max.
710  * Fixed bug where scrapping land units was creating military.
711  * Fixed description of sect_mob_neg_factor in econfig file.
712  * Increased speed of PT boats.
713         
714 Changes to Empire 4.2.4 - Tue Feb  2 05:47:44 PST 1999
715  * Added check to make military values match up correctly for land
716    units.
717  * Fixed bug in doconfig not putting ipglob.c in the right place.
718  * Fixed bug where attacking deity sectors will violate a treaty.
719  * Fixed newspaper.t information file.
720  * Fixed potential bug in fixing up timestamp information when restarting a
721    game with MOB_ACCESS turned on.
722  * Fixed bug in explore command not setting mobility to correct
723    value when MOB_ACCESS was enabled.
724  * Fixed bug in enlist setting mobility incorrectly sometimes.
725  * Added doc/backup file for deities which recommends how backups and 
726    restores of the data directory should be done.
727
728 Changes to Empire 4.2.3 - Wed Jan 13 06:02:35 PST 1999
729  * Added linux-pthreads target and build for using pthreads under Linux.
730  * Added NO_FORT_FIRE option which disables the ability of forts to
731    fire when enabled.
732  * Added more error checking and recovery for corrupt data files.
733  * Changed alphapos target to alpha-pthreads for better clarity.
734  * Changed fairland to allow 0 sector distance to other islands and
735    continents (James Risner)
736  * Changed "frg" and "dam" land unit stats to "rng" and "fir" so they
737    match the way ships are described (since this is how they really work.)
738  * Changed Unit-types.t to now describe "rng" as firing range of a unit,
739    and "fir" as the number of guns that a land unit fires.
740  * Cleaned up misc. build warnings.
741  * Changed artillery damage to be 5 + d6 per gun firing from just d6
742    per gun firing and updated Damage.t to reflect this change.
743  * Changed artillery firing ranges to be like ships ranges - divided
744    by two, and modified them to make more sense.
745  * Changed artillery units to be "slightly" :) more powerful.
746  * Changed "cavalry" unit to tech 30 and lowered mil content to 20.
747  * Changed "artillery" unit to tech 35.
748  * Changed so that guns are no longer required to build units, and
749    that guns must be loaded onto artillery units for them to fire.
750    Client developers note: the show command has not changed yet to
751    remove the 'guns' column (since guns are no longer required) but
752    will in a future revision (possibly 4.2.4) so "be prepared" for
753    "show land build" to change. :)
754  * Fixed landunitgun to handle all the damage calculations like it should.
755  * Fixed bug sinking planes when the ship they are on sinks.
756  * Fixed bug destroying planes when the land unit they are on is destroyed.
757  * Fixed bug where land units could fire support without enough military.
758  * Fixed bug in abandoning sectors by marching out a land unit where it
759    would not let you sometimes (uninitialized variable problem.)
760  * Fixed gets problem in files.c (James Risner)
761  * Fixed bug in determinig operations range of a ship.
762  * Fixed bug in building planes where you could manufacture military.
763  * Fixed warnings in threading package(s).
764  * Fixed fire.t to reflect new firing changes.
765  * Fixed lstat.t to reflect new firing changes.
766  * Fixed sstat.t to reflect the way things really work.
767  * Fixed Ship-types.t to reflect the way things really work.
768  * Fixed the way shutdowns work to hopefully better protect data files.
769  * Fixed bug in attacking when sector mobility is less than 0 and it would
770    prompt for attacking with a negative amount of military.
771  * Fixed typo in fire.t stating wrong parameters for firing from a sector.
772  * Fixed bug in client when it prompts for country name it was putting
773    an extraneous end of line on the end that needed to be stripped off.
774  * Fixed problems running on Linux running on an Alpha machine.  Thanks
775    to Rocky Mountain Internet and Jeremy A. Cunningham for giving us time
776    on a machine to work out the bugs.  (Note that the only build that
777    works on Linux/Alpha is the linux-pthreads)
778
779 Changes to Empire 4.2.2 - Sun Dec 27 12:46:34 PST 1998
780  * Added some code optimizations into the update code when building paths.
781  * Added some new cacheing for building paths to help speed up updates.
782  * Added so that you can use "name" and "password" with the change command
783    as well as "country" and "representative".
784  * Added flag to power command so that if you are a deity and enter
785    a negative number of countries you want to see, you see the power chart
786    for that many countries without power numbers on the next line.  Only
787    useful for deities that want to see the chart un-broken up by that line.
788  * Added new functionality to fortify command.  You can now use a negative
789    fortification value to cause the unit to be fortified and leave at
790    least that much mobility on the unit. I.E. "fort * -67" will fortify
791    all units and make sure the mobility of each unit doesn't go below
792    67.  If the mobility is already below that level (or equal) the unit
793    is left unchanged.
794  * Added that the realm command prints "Realm #n is x:x,y:y" after
795    you set a new realm.
796  * Added TREATIES option and enabled it by default.
797  * Added "no depth-charging subs" and "no new land units" treaty
798    clauses.
799  * Added Trannie Carter's basic client fix to use fgets instead of gets.
800  * Changed market and command to only print the lowest priced lot of
801     each given commodity by default.  If you specify "all" it shows
802     all lots on the market, and if you specify a specific item, it shows
803     all lots of that item type.
804  * Changed start command to only write out sector if it changed.
805  * Changed stop command to only write out sector if it changed.
806  * Changed how plane names were changed on server startup if the
807    PLANENAMES option was enabled.
808  * Changed move command to use standard askyn function for abandoning
809    sector prompt.
810  * Changed plane overlight sightings to take stealth into account,
811    and if the planes managed to evade all flak and interceptors, they
812    are not marked as "spotted" over enemy sectors.
813  * Changed all units with the supply flag to have their marching speeds
814    based on efficiency since that is their purpose.  What this means is
815    that supply units and trains are more effective at 100% than at 10%
816    (just as fighting units are more effective at 100% than at 10%, but
817     their effectiveness is determined by how well they fight, not how well
818     they "run away, run away!" :) )
819  * Changed so that flash toggle is on by default for POGO at setup
820    time.
821  * Changed so that when a sector is taken, all land units owned by the
822    current owner are treated as planes are during takeovers (i.e. there
823    is a pretty good chance they are blown up, and if not, they change owner
824    to the attacker and are beat up pretty good.)
825  * Fixed treaties to work again.
826  * Fixed bug in taking over land units not using correct pointer (can
827    cause a crash or data corruption.)
828  * Fixed collect command to wipe deliver and distribution information
829    correctly.
830  * Fixed potential bug in bmap not working when destination bmap has
831    blank spaces in it.
832  * Fixed bug in shark command not getting right nation structure.
833  * Fixed bug in server where empty commands (for example, all spaces
834    or tabs) were being reported as bogus commands.  They are now just
835    ignored.
836  * Fixed bug in scrap not dropping land units off of scrapped units carrying
837    them.
838  * Fixed bug in news where boarding of land units was reported backwards.
839  * Fixed bug in calculating new people when growing them during an update.
840  * Fixed missing -ltermcap in HP/UX build.
841  * Fixed setsector to limit mobility to 127 not 255 (255 was being caught
842    later and being reset to 0 anyway)
843  * Fixed Sector-types.t to show a '\' instead of a '/' for wasteland,
844    since that is what it really is.
845  * Fixed retreat.t documentation to reflect the "retreat upon failed
846    boarding" flag.
847  * Fixed bug where satellites were not orbiting the world during the
848    update.
849  * Fixed bug in torpedos being too smart.  They knew how to jump over
850    land! :)  Now the "line_of_sight" routine is used to determine if a 
851    torpedo has a straight path to the destination.  If it doesn't, the
852    torpedo no longer jumps over land, but instead slams into it.  This was
853    an interesting bug because you could torp ships on the other side of
854    a very skinny island as long as they were in range, even if there was
855    no sea route possible.
856  * Fixed bug when pinbombing and you run out of an object to pinbomb (land
857    units for example) but you still have to pick something to bomb.  For
858    ships it worked ok (just aborted that it couldn't find any more ships)
859    and this was fixed for land units and planes.
860  * Fixed server crashing bug when flying a plane and not carrying
861    any cargo.
862  * Fixed bug in move losing commodities when it runs out of room in the
863    destination sector.  Goods are now attempted to be returned to the
864    start sector, and apporpriate steps taken if the start sector is no
865    longer available.
866  * Fixed march to prompt you before you abandon a sector you own by 
867    marching out the last land unit.
868  * Fixed check functions to only check the relevant portions of the structure 
869    and not the timestamp info that doesn't affect how the object functions.
870  * Fixed bug in spy command that always told you if a spy unit was in a
871    non-owned sector.
872  * Fixed bug in displaying of land unit missions not showing correct land
873    unit range.
874  * Fixed bug in wire command where new announcements that you read at
875    the last second don't get wiped out properly.
876  * Fixed bug where announcement file could be corrupted by very long lines.
877  * Fixed bug where bmap was not set when player was told what kind of
878    sector they were attacking (this was an old abusable bug that was
879    removed long ago to fix the abuse, and it's been fixed in a non-abusable
880    way finally.)
881  * Fixed bug where change command would warn you about monetary and
882    BTU costs, but not prompt you to break out if you didn't want to really
883    change your country name.
884  * Fixed bug in sub-launched nukes that are intercepted being reported in
885    the news incorrectly.
886  * Fixed bug in load where you could abandon a sector and not know it by
887    loading your last civilians or military onto a ship.
888  * Fixed potential memory leak in autonav code.
889  * Fixed potential bug where you could possibly determine if a sector is
890    owned or not using one way plane missions.
891  * Fixed Damage.t info page to properly show damages for planes and
892    land unit shelling.
893  * Fixed deliver.t to include syntax for command.
894  * Fixed country.t to include syntax for command.
895  * Fixed bug where ships on orders were not adding radar information to
896    the bmap during an update.
897  * Fixed bug where ships on sail were not adding radar information to
898    the bmap during an update.
899  * Fixed bestownedpath code to use the bmap properly.  Note this is a very
900    important bug fix.  When navigating a ship, players are no longer given
901    free information that they would not normally know.  For example, if you
902    try sailing your ship off into uncharted areas of your bmap, the bestpath
903    code will only use as much information as you have on-hand (i.e. your
904    bmap) to plan out your path for you.  If you have no information on an
905    area, it just keeps forging on, until bumping into something.  Of course,
906    after the initial exploration through an area, the bmap will be set and
907    used for all future sailings through that area.  Harbors and bridges
908    are still checked for construction worthiness if you know where they
909    are (i.e. they are on your bmap.) (Overall, what happened before
910    was that the bestpath code would route your ship around islands that
911    you didn't even know were there, and you could use various commands
912    to see how that ship was going to sail during the update and thus you
913    gained information that you wouldn't normally know.)
914  * Merged bestpath and bestownedpath and wrote new wrappers, "BestShipPath"
915    and "BestAirPath" to use it properly.  It is also good to note that
916    bestownedpath is used to determine paths for ships and for planes, 
917    and that best_path (which uses the A* algorithm) is used for all land
918    based paths, and that the two are never interchanged.
919  * Removed "jet recon" plane (it slipped in during the PLANENAMES conversion,
920    and RECON was never used before.)
921  * Removed extraneous "resnoise" and "resbenefit" functions and combined
922    the two for setresource and setsector commands.
923
924 Changes to Empire 4.2.1 - Tue Nov  3 12:56:20 PST 1998
925  * Fixed problem with global/plane.c not defining last structure element
926    properly, and thus causing crashes when accessing certain plane
927    routines.  This happened during the move to make the PLANENAMES option
928    run-time configurable.
929         
930 Changes to Empire 4.2.0 - Thu Oct 29 06:27:15 PST 1998
931  * Bumped rev to 4.2.0 since this is a major release (the server is now
932    run-time configurable for just about everything and is released under
933    the GNU GPL.)
934  * Put in official licensing information.
935  * Re-arranged and commented the econfig (Empire Configuration) file.  The
936    auto-generated "data/econfig" file is now pumped out chock full of
937    comments (which may or may not be useful.)  Since the server is
938    pretty much fully run-time configurable (MAXNOC is not, but it gets
939    a default of 99 anyway) deities will probably be spending more time
940    in the config file.
941  * Added server support for building under NT, including mods from
942    Doug Hay and Steve McClure to get the server building and running
943    under NT. (This was built using MSVC++ 5.0 on NT 4.0 and command
944    line "nmake nt")
945  * Added Doug Hay's ntthread.c implementation for NT threading.
946  * Added max pop column to "show sector stats" output.
947  * Added lboard command for boarding land units from sectors.  Only raw
948    mil can board land units, and only mil and land units aboard the unit
949    being boarded fight back.
950  * Added GODNEWS option.  When enabled, the deity giving people stuff
951    is shown in the news.
952  * Added bridge tower sector ('@')
953  * Added BRIDGETOWERS option.  When enabled you can build bridge towers
954    from a bridge span.  You can then build bridge spans from the tower.
955    If the tower is destroyed ( <20% eff) bridges connected fall unless
956    supported on the other side.  You can only build bridge towers in open
957    water not adjacent to land and other towers.  Expensive.
958  * Added plains sector ('~') - Max pop is 1/40th regular sectors, and
959    it is deity creatable only (can't redesignate unless you wasteland it
960    with a nuke :) )
961  * Changed "info all" to no longer use printdir, instead it just uses the "all"
962    info page which contains this information.
963  * Changed so you can now load up to 2 spy units onto non-land unit carrying
964    submarines if the LANDSPIES option is enabled.  Useful for sneaking up
965    to shore and spying on your neighbors.
966  * Changed so spies unloaded from ships are not given as gifts, they are just
967    unloaded quietly.
968  * Changed build command to handle building towers ("build t")
969  * Changed show command to show tower stats ("show t b")
970  * Changed reject so you can now reject things from any country except
971    deity countries (this now includes sanctuary countries and visitor
972    countries you don't want to deal with)
973  * Changed ndump to dump nuclear stockpile ID as well.
974  * Changed flash so that if someone allied to you is either not logged on or
975    not accepting flashes, you are notified.  This is info you could gain
976    otherwise since you can see other countries that are allied to you via
977    players.
978  * Fixed bug in news command when HIDDEN mods are enabled.
979  * Fixed distribute command to only write out to the database if we
980    actually changed the sector (i.e. if we really moved the dist
981    center, we write.  Otherwise, it makes no point.)
982  * Fixed threshold command to only write out to the database if
983    we actually changed the sector (i.e. if we really changed the
984    threshold, we write.  Otherwise, it makes no point.)
985  * Fixed - population growth and truncation in "Update-sequence.t" info
986    file is now clearer
987  * Fixed the way fortify takes mobility away from a land unit if
988    engineers are present.
989  * Fixed bug in buying commodities at the last minute not resetting the
990    time correctly in all situations.
991  * Fixed bug in building nukes where it would always ask if you tried
992    building more than one at a time.
993  * Fixed bug where if you put (either by building or by transporting)
994    more than 127 of one type of nuke in a sector, they all got lost. A
995    negative wrapover sort of thing.
996  * Fixed ndump to print # of stockpiles dumped.
997  * Fixed ndump.t to reflect changes
998  * Fixed bug in build command that didn't account for EOL characters.
999  * Fixed bug where you could use planes to drop conquered populace
1000  * Fixed bug in distribute command in how it checked for current distribution
1001    sector.
1002  * Fixed pr_flash and pr_inform to no longer send messages if the player
1003    is still in the process of logging in (i.e. not in the PLAYING state)
1004  * Fixed report command output for deities.
1005  * Fixed bug in nuclear damage either taking out submarines when it
1006    shouldn't, or not taking them out when it should.
1007  * Fixed bug in loading units that are carrying units onto other units
1008    (note that it doesn't happen since only HEAVY units can carry other
1009    units and that check works, but that might change some day, and we
1010    don't want units carrying units to be carried by other units, etc. :) )
1011  * Fixed info pages to reflect new sector types.
1012  * Fixed info pages to reflect new spy unit capabilities.
1013  * Fixed show commands to only show trade ships if the TRADESHIPS option
1014    is enabled.
1015  * Fixed build command to only allow building of trade ships if the
1016    TRADESHIPS options is enabled.
1017  * Fixed up some definitions located in many places used for checking
1018    sectors for navigation rights.
1019  * Fixed power.t to correctly describe NEW_POWER formula.
1020  * Made HIDDEN option run time configurable.
1021  * Made LOSE_CONTACT option run time configurable.
1022  * Made ORBIT option run time configurable.
1023  * Made SAIL option run time configurable.
1024  * Made MOB_ACCESS option run time configurable.
1025  * Made FALLOUT option run time configurable.
1026  * Made SLOW_WAR option run time configurable.
1027  * Made SNEAK_ATTACK option run time configurable.
1028  * Made WORLD_X and WORLD_Y run time configurable.
1029  * Made MARKET option run time configurable.
1030  * Made LOANS option run time configurable.
1031  * Made BIG_CITY option run time configurable.
1032  * Made TRADESHIPS option run time configurable.
1033  * Made SHIPNAMES option run time configurable.
1034  * Made DEMANDUPDATE option run time configurable.
1035  * Made UPDATESCHED option run time configurable.
1036  * Made LANDSPIES option run time configurable.
1037  * Made NONUKES option run time configurable.
1038  * Made PLANENAMES option run time configurable.
1039  * Removed SMALL_SERVER stuff (unused baggage)
1040  * Removed trading post sector ('v')
1041
1042 Changes to Empire 4.0.18 - Thu Sep 24 06:54:27 PDT 1998
1043  * Fixed bug in aircombat where planes in flight could intercept air
1044    defense planes and take no damage (i.e. they got to fight twice,
1045    once for free.)
1046  * Fixed bug in freeing memory after performing missions that could crash
1047    the server (it mainly happened after an interdiction mission using
1048    planes and escorts, where some escorts came from airports that didn't have
1049    bombers going up.  Freeing the leftover escorts was crashing the server.)
1050  * Fixed bug where you could load non-existant units if you were allied
1051    with country #0.
1052  * Fixed bug where you could pin-bomb a plane with itself.
1053  * Fixed bug where satellites over a bridge may get killed if the bridge
1054    is sunk.
1055  * Fixed bug where land units on a ship in the same sector as a bridge
1056    that is splashed may get sunk.
1057  * Fixed bug where planes on a ship in the same sector as a bridge
1058    that is splashed may get sunk.
1059  * Fixed doconfig with correct empire site text.
1060  * Fixed major problem with abms not firing, and sometimes crashing
1061    server.
1062  * Fixed bug in land units counting up loaded units wrong.
1063  * Fixed doconfig makefile to have doconfig.c as a dependency.
1064  * Fixed bug in resetting commodities (the comm_uid was not being
1065    properly set.)
1066  * Fixed bug in repaying loans not working correctly (the l_uid was not
1067    being properly set.)
1068  * Fixed bug in buying items from the trading block not allowing you
1069    to due to a perceived change in item status.
1070  * Fixed bug in mfir.c where a bogus input to a target could crash
1071    the server.
1072  * Fixed bug that after you read telegrams new telegrams may not send
1073    an inform message (the old telegram flags were not cleared.)
1074  * Fixed bug where fort support distance calculations are calculated
1075    twice instead of just once.  This bug caused a lower percentage
1076    of support fire than designed.
1077  * Fixed bomb.t to reflect land unit changes.
1078  * Put in some integrity checking for planes returing from bombing runs.
1079  * Added ability to edit land unit that a land unit is loaded on in
1080    edit command.
1081  * Consolidated bridgefall code into "knockdown" function (this code
1082    existed in at least 3 places, and was different in all of them.)
1083  * Subs returning fire are no longer reported in the news.
1084  * Visitor countries can now use the 'motd' command.
1085  * When trying to use a visitor country, if it is in use, you are not told
1086    by whom, just that it is in use.
1087  * Optimized (slightly) support fire from forts not getting supply and
1088    shells if not needed (out of range)
1089  * Updated Education.t
1090  * Modified (increased) chances of hitting mines slightly.
1091  * Removed unused variables from shp_check_mines.
1092         
1093 Changes to Empire 4.0.17 - Fri Jul 31 06:12:21 PDT 1998
1094  * Added ability in edit to change coastal flag for sectors.
1095  * Added ability in edit to edit plague values for ships.
1096  * Added ability for "spy" to report all units/planes not owned by you
1097    that exist in the sector you are spying from.
1098  * Modified naval planes and anti-sub planes.
1099  * Changed so that missiles and bombs that miss their targets cause
1100    collateral damage in the target sector (they have to land somewhere!)
1101  * Changed llook so that non-spy units are required to have at least 1
1102    military personnel on board to see anything.
1103  * Fixed "llookout.t" to reflect change for military requirement.
1104  * Updated Plague.t
1105  * Updated upgrade.t
1106  * Added "lmine" flag for deities to see what sectors have mines in them
1107    (works for sea and land mines, used "lmine" to distinguish it from "min"
1108    which determines mineral (iron) content of a sector.)
1109  * No longer able to pin bomb land units on a ship.
1110  * Land units are required to have at least one military loaded to perform 
1111    a mission.
1112  * Firing land units are required to have at least on military loaded to
1113    be able to fire (or return fire.)
1114  * Spies are not always seen when being pinbombed.  You have to look very
1115    carefully for them (as you usually would.)
1116  * Fixed typo in "Spies.t"
1117  * Added new info about spy ability to spy.t.
1118  * Updated tax information in Innards.t and Update-sequence.t
1119  * Fixed typo in fire.t information about units firing on ships.
1120  * Loading military onto land units now resets fortification.  (You gotta
1121    re-fortify the new guys.)
1122  * Fixed bug where planes that were mine capable could not drop mines if
1123    they were not cargo capable.
1124  * Fixed bug in potentially crashing in update code for nations tech/research.
1125  * Fixed bug in execute putting you into execute mode incorrectly.
1126  * Fixed bug in board not allowing land units to board from 0 mobility 
1127    sectors.
1128  * Fixed bug where interdicted land units that were missed displayed
1129    a "SPLASH! Bombs miss your ships" message.
1130  * Fixed bug in minesweeping sectors where, even with mobility or
1131    having the sweep ability, ships would get hit by mines for doing
1132    nothing.
1133  * Fixed bug in count_land_planes always writing out land units unnecessarily.
1134  * Fixed bug in count_planes always writing out ships unnecessarily.
1135  * Fixed bug in lnd_count_units always writing out land units unnecessarily.
1136  * Fixed bug in count_units always writing out ships unnecessarily.
1137  * Fixed bug in llook that reported units on ships.
1138  * Fixed bug in llook that reported satellites launched over the unit.
1139  * Fixed bug in llook that always reported spies (it should be a 10-100%
1140    chance)
1141  * Fixed bug in anti possibly not saving lost items correctly.
1142  * Fixed bug in planes getting extended range when on missions and the
1143    op center is not where the plane is located.
1144  * Fixed bug in land unit defensive strength not being based on the eff of
1145    the unit when calculating odds of a battle.
1146  * Fixed bug in board not reporting consistant information.
1147  * Fixed bug in the way land unit casualties were being taken.
1148  * Fixed bug where land units on ships could return fire.
1149  * Fixed bug where land units on other land units could return fire.
1150  * Fixed bug where land units on other land units could fire.
1151  * Fixed bug in attacks/assaults/boardings spreading plague incorrectly.
1152  * Fixed bug in updating plague for ships.
1153  * Fixed bug in updating plague for land units.
1154  * Fixed bug in updating plague for attacking/defending land units.
1155  * Fixed bug where you couldn't pin-bomb land units that were < 20% eff.
1156  * Fixed bug which revealed the owner of torping subs when on a mission.
1157
1158 Changes to Empire 4.0.16 - Fri Jun 12 08:52:06 EDT 1998
1159  * Added patches sent in by Steve McClure, Sverker Wiberg and Curtis
1160    Larsen.  They are described with other changes below.
1161  * Fixed bugs in the following commands that allowed two cooperating
1162    countries to create infinite numbers of any commodity and/or cash
1163    at any time (race conditions in the server): build, board, deliver,
1164    designate, distribute, explore, fuel, improve, load, ltend, mobquota,
1165    move, name, order, reset, sail, sell, set, tend, territory, test,
1166    threshold, torpedo, transport, unload
1167  * Fixed bug in board command giving out too much information about a
1168    non-owned sector when it shouldn't be.
1169  * Fixed bug in board command when firing on a sector in defense before
1170    checking mobility.
1171  * Fixed bug in rangeedit allowing plane(s) to possibly be stored wrong.
1172  * Fixed bug in launch allowing plane to possibly be stored wrong after
1173    launch.
1174  * Fixed bug in lrangeedit allowing land unit(s) to possibly be stored wrong.
1175  * Fixed bug in morale allowing land unit(s) to possibly be stored wrong.
1176  * Fixed bug in arm/disarm allowing a plane to possibly be stored wrong.
1177  * Fixed bug in loan sometimes not writing database correctly.
1178  * Fixed bug in collect.
1179  * Fixed bug in dropping mines from land units.
1180  * Fixed crashing bug in sector_strength routine when oceans take
1181    collateral damage.
1182  * Fixed bug in transport possibly decrementing too much mobility when
1183    moving a nuke.
1184  * Fixed some little warning type messages building with gcc -Wall.
1185  * Fixed problem compiling lwp threads with glibc6 under Linux.
1186  * Changed flash so that players can always flash deities.
1187  * Changed players command to always show deities and visitor countries
1188    that are logged on, and only show allied countries for normal player
1189    countries.
1190  * Fixed bug in anti command not stopping sectors when they revolt.
1191  * Fixed bug in set_coastal function not counting bridge spans as
1192    water based sectors (after all, the land is still a coastal sector,
1193    even if next to a bridge span.)
1194  * "flash" and "players" is re-enabled for visitor accounts.
1195  * Fixed bug in bleeding of technology and research to other players.
1196  * Fixed bug in explore not spreading plague correctly.
1197  * Fixed bug in move not spreading plague correctly.
1198  * Fixed bug in deliver not spreading plague correctly.
1199  * Fixed bug in distribute not spreading plague.
1200  * Included "postresults" script in the scripts directory which can be
1201    used to auto-post daily power chart/announcements to rec.games.empire.
1202  * Updated Plague.t
1203  * Updated Innards.t
1204  * Removed OVCONFIG from build.conf, and patched doconfig to match.
1205  * doconfig is only run if needed
1206  * emp_client and emp_server are only linked if needed
1207  * Added list of disabled options to the version command.
1208  * Fixed bug in survey allowing you to see hidden variables.
1209  * Re-enabled escort missions due to above bug fix most likely the problem.
1210  * Changed one instance of "restrict" to "restricted" in bestpath.c.  For
1211    some reason, this was causing a problem on one of the Linux builds (??).
1212  * Added "show sector capabilities" functionality (this didn't exist
1213    before.)
1214  * Fixed bug in neweff not reporting stopped sectors.  It now (correctly)
1215    reports them as not changing eff.
1216         
1217 Changes to Empire 4.0.15 - Wed May 20 12:35:53 EDT 1998
1218  * Fixed the spelling of Markus' name in CHANGES4.0 files.
1219  * Added Markus' patches/fixes.  Some are detailed below.
1220  * Added 'mipsultrix.gxx' build target.
1221  * Fixed doconfig to write ipglob.c in the correct target area.
1222  * Fixed a bunch of type casting that needed to be done correctly.
1223  * Only print out last connect by for non-visitor accounts.
1224  * 'players' command is only useable by non-visitor accounts.
1225  * Fixed ask_off in attsub.c to not print out allied sector mil counts
1226    when attacking from neighboring sectors.
1227  * Fixed targetting of che when taking over sectors.
1228  * 'anti' command only fights che that are targetted at you.
1229  * Fixed update not updating timestamps of objects (ships, planes, land
1230    units, sectors.)
1231  * Fixed bug delivering conquered populace.
1232  * Fixed potential bug scuttling ship with land units on it.
1233  * Moved heavy bombers to tech 90.
1234  * Fixed bug in setsector telling the deity coordinates of sectors being
1235    granted/taken away.
1236  * Fixed bug in setting budget of enlistment sectors to 0.
1237         
1238 Changes to Empire 4.0.14 - Wed Apr  8 08:47:54 EDT 1998
1239  * Fixed time_t problem in common/log.c
1240  * Fixed bug in headlines
1241  * Replaced vaxultrix build flags with proper vanilla ones.
1242  * Fixed bug in update/prepare.c (sometimes not getting charged for
1243    mil on units and ships)
1244  * Fixed bug in printing of "No ship(s)" twice in cargo command when no
1245    ships were selected.
1246  * Temporarily disabled escort missions until a fix is found. They are
1247    randomly crashing the server.  
1248  * Fixed morale.t to reflect that retreat percentage is based off of
1249    morale_base and not 75.
1250  * Fixed bug in bridgefall where planes and units on ship in a sector
1251    that has a bridge collapse are being sunk.
1252  * Fixed bug in update/produce.c when a sector overflows it's capacity
1253    on production.
1254  * Fixed bug in produce command reporting incorrect costs (sometimes).
1255  * Land units on ships will now try to draw supply from the ship they
1256    are on.
1257         
1258 Changes to Empire 4.0.13 - Mon Mar  2 11:04:28 EST 1998
1259  * Fixed bug in distribute when world sizes are other than 64x32
1260  * Fixed bug in getcommand (not really a bug, just made it work like
1261    it used to so that the players command is useful for deities
1262    again)
1263  * Fixed building of POSIX threads on Alpha running Digital Unix.
1264  * Fixed line_of_sight prototype in sona.c
1265  * Fixed fairland not to conuse stupid C++ compilers.
1266         
1267 Changes to Empire 4.0.12 - Tue Feb 24 11:27:31 EST 1998
1268  * Fixed client build on linux (whoops)
1269         
1270 Changes to Empire 4.0.11 - Tue Feb 10 10:53:10 EST 1998
1271  * AIX build seems to only work with gcc right now (but at least that works)
1272  * Vax Ultrix (vaxultrix) build should work now (hopefully) out of the box.
1273  * Took out autosupply of airports when bombing or dropping shells.
1274     (This was the only commodity this was done for, and it was creating
1275     problems since supply is still somewhat broken somewhere)
1276  * Included Curtis Larsen's, Markus Armbruster's and Sverker Wiberg's
1277     submitted patches, which collectively included cleaning up most
1278     of the server prototypes and bogus declarations.  Many thanks.
1279  * Increased incoming command buffer to 1024 from 512 bytes
1280  * Increased the # of parsed arguments from 64 to 100
1281  * Fixed bug where spies were not dying when damaged.
1282  * Fixed bug in HIDDEN mods in declare command not printing country # of
1283     uncontacted country correctly (or at all as a matter of fact)
1284         
1285 Changes to Empire 4.0.10 - Mon Aug 18 12:34:58 EDT 1997
1286  * Fixed bug where fleets were being interdicted but the damage was being
1287     spread to ships not in the same sectors.
1288  * Fixed but in market when buying goods without enough cash.
1289  * Planes in orbit over airports are no longer fixed up during updates.
1290  * Planes in orbit are no longer damaged when the sectors they are over
1291     are damaged.
1292  * Planes on ships are no longer damaged when the sectors they are in are
1293     damaged, unless the ship is damaged.
1294  * Fixed problem with no newline after partisan activity telegram in
1295     anti.c
1296  * Fixed problem in chan.c printing out change costs incorrectly.
1297  * Fixed problem in dispatch.c screwing things up on redirection.
1298  * financial should now handle 6 and 7 digit loans.
1299  * Planes on ships that are in sectors that revolt are no longer taken
1300     over.
1301  * Fixed bug in powe.c where the power report was mis-calculating the
1302     efficiency of planes.
1303  * Fixed doconfig.c to use STDC instead of multi-level #ifdefs.
1304  * Fixed bug in parse.c that was screwing up double quotes in conditional
1305     arguments.
1306  * Military in a sector now only produce up to maxpop, just like civvies
1307     and uw's.  No more stuffing 6K mil into a mountain to max it out.  You
1308     can still hold more mil there over the updates, but the extras just
1309     won't produce anymore.
1310  * Fixed bug in shark that allowed you to shark up loans even if you couldn't
1311     cover the debt.
1312  * Fixed bug in day of week calculation for server up time in common/keyword.c
1313     that is used for gamedays.
1314  * Documented what happens to standing military in collect.t when you collect
1315     a sector.
1316  * Documented mountains only holding and using 1/10th of the normal sector
1317     population in Sector-types.t.
1318  * Fixed documentation on ship's firing ranges in fire.t to be less 
1319     ambiguous.
1320  * Updated nukes in nuke.t
1321  * Added apropos command (thanks to Mike Wise)
1322  * Added case-insensitivity to the info command (thanks to Mike Wise).  If
1323     there are two files of the same name, and you don't get a complete match,
1324     then whichever file is found first in the directory is used.
1325  * Changed documentation in wantupd.h
1326         
1327 Changes to Empire 4.0.9 - Sat Apr 19 23:01:51 EDT 1997
1328  * Fixed dump info pages that were getting formatted funny.
1329  * Fixed improve info page.
1330  * Fixed bug in allied planes/units not moving when the carriers move.
1331  * Fixed bug in satellite output for <100% satellites.
1332  * Fixed bug in load/unload not putting a newline after some unloadings
1333     in allied sectors.
1334  * Fixed bug in harden not printing correct values.
1335  * Fixed bug in creating/moving/etc. nuclear stockpiles.
1336  * Fixed bug where subs were trying to torp commodities moving on land when
1337     on interdiction.  (This was funny ;-) )
1338  * Fixed bug in "move" where you could keep a sector even after someone else
1339     took it from you.
1340  * Budget now correctly reports the # of units being built.
1341  * Mil on units & ships are now reported as normal military costs, not
1342     ship or unit maintainence costs in budget.
1343  * Fixed bug in update code where taxes could potentially be initialized
1344     incorrectly (affected budgets too.)
1345  * Fixed bug in nat.h header so that it uses SCT_MAXDEF instead of a fixed
1346     number (that was incorrect.)
1347  * Fixed bug with trains - they needed the xlight flag to carry planes.
1348  * Revamped and improved flak.
1349  * Added "Flak" info page.
1350  * Added "Fallout" info page.
1351  * Fixed repay/offer/consider to all need a capital to be used.
1352  * Fixed bug with air defense missions not running when not AT WAR.  They now
1353     fly when HOSTILE.
1354  * plane/ship/unit short names are all now 4 characters, padded if needed.
1355  * pdump/sdump/ldump/ndump now just print the short name for the type.
1356  * sdump now has ship name at very end in quotes.
1357     These were done at the request of some client developers for ease of use.
1358  * Fixed extra space in the dump output.
1359  * Fixed fallout - not quite so nasty anymore.
1360  * Fixed fallout - things on ships/units are damaged now.
1361  * Fixed and balanced planes/ships/units/nukes in conjunction with each other.
1362  * Fixed bug in doconfig.c calculating wrong s_p_etu sometimes.
1363  * Fixed bug where harbors weren't being used to resupply.
1364  * Fixed bug where selling units loaded with planes and units wouldn't take
1365     the loaded planes or units - they are now dropped.
1366  * Fixed bug in arm/disarm where you could arm/disarm planes on the trading
1367     block.
1368  * Deities can now remove things from the trading block/market.
1369  * Fixed bug in "work" not charging engineers enough mob.
1370  * Fixed bug in "work" not adding teardown and buildup avail costs together.
1371  * Subs no longer need mobility to return fire when fired upon.
1372  * Fixed "reset".
1373  * Fixed bug in "trade" allowing 2 players to pay for the same item, but only
1374     the last player gets it.
1375  * Fixed bug where you couldn't launch missiles from allied ships or sectors.
1376  * Fixed bombing so that pin-bombing can cause collateral damage too.
1377  * Fixed sector damage to damage planes there too.
1378  * Fixed flag in lload so that it doesn't always print if not needed.
1379  * Fixed "sell.t" info page.
1380  * Fixed bug in "buy" where not entering the price correctly could cause
1381     a crash.
1382  * Fixed "sell" so that at least 1 mobility is required to sell goods.  Keeps
1383     the midnight "raid and sell" abuse down. :)
1384  * Fixed "show plane cap" to move the last column over 1 more where it should
1385     be.
1386  * Fixed timestamps to be updated for units/planes on ships/units that move,
1387     since those units/planes move too.
1388
1389 Changes to Empire 4.0.8 - Wed Feb 26 23:00:51 EST 1997
1390  * Fixed bug in nstr_exec that was wiping out the previous conditional.
1391     This was major because it affected timestamp values which are more
1392     than 65535.
1393  * Fixed bug in sdump.c for typo in reporting the trade ships origin.
1394         
1395 Changes to Empire 4.0.7 - Mon Feb 24 22:48:54 EST 1997
1396  * Fixed bug in aircombat.c when calculating the air combat odds.  Negative
1397     numbers were screwing things up good...
1398  * Fort sector's coordinates are no longer printed when auto-firing at
1399     ships.
1400  * Subs can now surface and fire deck guns (again)  They can also be
1401     hit by return fire when doing so.
1402  * Fixed bug in setting of plane attack and defensive values so that
1403     negative numbers don't keep going further negative.
1404  * Fixed incorrect military control calculation in the sell command.
1405  * Trading posts are no longer required to sell goods from.  You can sell
1406     from harbors and warehouses now too.
1407  * Spy now prints out the owner of land units you see when spying.  Before
1408     this was assumed to be sector owner, which is no longer true.
1409  * Loading land units now prints out what was loaded onto each unit,
1410     just as loading ships do.
1411  * Added fallout, coast, c_del, m_del, c_cut and m_cut to dump output.
1412  * Added "GO_RENEW" option.  This option means that gold and oil resources
1413     are renewable.
1414  * Added "lost_items_timeout" config variable, and set the default to
1415     48 hours.  This determines how long lost items stay in the lost items
1416     database.
1417  * Fixed land unit names to be more consistent.
1418  * Fixed mission.t info page.
1419  * Fixed bug in that if mission_mob_cost was set to 0, even negative
1420     mob units should be able to be put on missions.
1421  * Removed restriction on things needing to be at least 60% to be put
1422     on a mission.  Note that while you can put them on missions at < 60%
1423     now, when trying to do the mission, it still checks the eff.  This
1424     is to help in automatic setup (build, put on mission, forget) instead
1425     of having to come back repeatedly.
1426  * Spies caught in Neutral or Friendly countries cause the Neutral or
1427     Friendly country to go Hostile towards the owner of the spy.
1428  * Tweaked ammunition numbers for artillery units.
1429  * No more automatic declarations of War should be made.  You will go 
1430     hostile, but since going to war doesn't increase your countries
1431     defenses, and is purely political, it is left to the player to go
1432     that final step.
1433  * Fixed bug in trade that wasn't incrementing the time if last second bidding.
1434  * Fixed bug in "lmine" that was crashing the server if the land unit was
1435     out of mobility.
1436  * Fixed buy so that if you specify a product, you can only bid on that
1437     type of product.
1438  * Added "lost.t" info page.
1439  * Added "lost items" database (EF_LOST)
1440  * Fixed bug where you could move in allied forces after an attack if they
1441     bordered the victim area.
1442  * Fixed nstr_comp to deal with values > 16 bits coming in from
1443     client for comparisons.
1444  * Changed last minute market/trade timers to increment 5 minutes.  2 minutes
1445     was too quick.
1446  * Fixed decode in lib/common/nstr_subs.c to deal with NSC_TIME better.
1447  * Commented out the logging of the market checking in server/marketup.c,
1448     lib/commands/buy.c and lib/commands/trad.c  It was generating lots of
1449     pretty much useless data that made parsing the server.log file more
1450     more difficult than it needed to be.
1451  * Fixed crashing bug in ldump.
1452  * sdump, ldump, ndump, pdump and dump now print out the current
1453     timestamp on the "DUMP XXX" line.
1454  * Fixed denial of service bug in lib/player/accept.c in
1455     player_find_other function.
1456  * Fixed bug in shark reporting incorrect buyer of the loan.
1457  * Fixed bug in sdump.c (case 0 should have been case 10)
1458  * ldump and sdump now always print the fuel column if asked for,
1459     even if opt_FUEL is turned off.  In the case that it is turned
1460     off, the fuel is listed as 0.
1461  * Added "timestamp" field, which is updated every time an item is
1462     changed.
1463  * Fixed up the Clients.t info page.
1464  * sdump now prints trade ship building origin.
1465  * sdump now always prints name even if SHIPNAMES isn't defined.  If
1466     it is not defined, then the name is empty.
1467  * Added "timestamp" to info/Concepts/Selector.t
1468  * Added some more relevant info to info/Server/Empire4.t
1469  * Fixed Infrastructure.t info page to reflect the fact that infrastructure
1470     is no longer torn down when a sector is re-designated.
1471  * Fixed sell.t to more accurately reflect the time-delay market.
1472  * Fixed read.t and wire.t to reference accept and reject.
1473  * Fixed reject.t not referencing accept command.
1474  * Fixed collect.t to more accurately reflect what goes on when collecting
1475     sectors.
1476  * Fixed financial.t to reflect defaulted loans.
1477  * Fixed dump.t, sdump.t, ldump.t, ndump.t, pdump.t to reflect new
1478     timestamp info.
1479  * Fixed "census.t" (had incorrect reference to "info syntax" instead
1480     of "info Syntax".
1481
1482 Changes to Empire 4.0.6 - Thu Jan 16 11:33 EST 1997
1483  * Increased damage from depthcharges because on increased damage from
1484     torpedos.  Sub frange decreased to be more balanced with destroyer frange.
1485  * Intelligence reports (spy) on units will now report the estimated number
1486     of mil on the unit.
1487  * Fixed equation for ship visibility so it will drop as tech increases.
1488  * Added new commands sdump, ldump, pdump, and ndump to dump data on ships,
1489     land units, planes, and nukes.
1490  * If fields are provided, dump will only supply those fields requested.
1491  * Decreased speed of subs.
1492  * When options NO_LCMS or NO_HCMS are set, those commodities are no longer
1493     required for infrastructure improvements.
1494  * Units that lose an assault or a boarding attempt from a ship will no
1495     longer swim back to the ship they came from.
1496  * Units that take extra casualties will no longer lose all their mil at
1497     once.
1498  * Infrastucture is retained when redesignating a sector.
1499  * Dieing spies will no longer crash the server.
1500  * Units, planes, and ships must have mobility to perform missions.
1501  * Units on ship being scrapped are transferred to harbor.
1502  * Food is no longer autoloaded onto units when they are built.
1503  * Fixed show plane stat to show correct range.
1504  * Infantries now take damage at same rate as casualties.
1505  * Fixed bug with hap_fact.  Having more happiness now helps with fighting
1506     che.
1507  * Fixed anti to write back target country so che will continue to fight
1508     when they survive.
1509  * Fixed llookout to show correct estimate on number of mil on unit.
1510  * Added buildable architecture "hp".  This type will build the server on
1511     a HP/UX machine using the standard compiler instead of gcc.
1512
1513 Changes to Empire 4.0.5 - Thu Dec 12 10:28:48 EST 1996
1514  * Fixed bug in update/distribute.c where pathcost was not being called with
1515     the MOB_ROAD argument (and thus distribution costs could be GREATLY
1516     affected.) - Thanks Ice!
1517
1518 Changes to Empire 4.0.4 - Mon Dec  9 11:00:00 EST 1996
1519  * Fixed Solaris port using gcc.
1520  * Fixed doconfig.c to create directories with right modes.
1521  * Fixed install macros in makefiles to move binaries to the right
1522     places.
1523         
1524 Changes to Empire 4.0.3 - Wed Dec  4 22:46:53 EST 1996
1525  * Added HP/UX port.
1526  * Fixed doconfig.c (put exit(0) at the end of main.)
1527  * Fixed improve.c (moved the prompt[] string outside the fcn.)
1528
1529 Changes to Empire 4.0.2 - Mon Oct 14 12:26:40 EDT 1996
1530  * Put in LND_MINMOBCOST in land.h
1531  * Put in change in lnd_mobcost in lndsub.c
1532  * Put in new nuke costs in nuke.c
1533  * Put in fix so that total work can only be done by the max pop. No more extra
1534     civvies tossed in will do it anymore in human.c.
1535  * Put in fix for src/util/Makefile - beefed it up.
1536  * Put in fix to show where your ship is when it gets shelled in mfir.c.
1537  * Changed infrastructure of roads from .040 to .020 (122 instead of 150 in
1538     common/move.c)
1539  * Fixed Update-sequence.t.
1540  * Put in fix for mobcost bonus for 0% highways.
1541  * Fixed stop.t
1542  * Fixed commodity.t
1543  * Spruced up torpedo damage somewhat. :) :)
1544  * Fixed "assault bmap bug" in attsub.c
1545  * Fixed Produce.t (bars cost)
1546  * Changed mountains to get an automatic "2" for defensive bonus in attsub.c
1547  * Fixed consider.t
1548  * Fixed repay.t
1549  * Fixed offer.t
1550  * Fixed "offer" and "consider" not being legal commands in player/empmod.c
1551  * Fixed Damage.t
1552  * Fixed sstat.t
1553  * Fixed lstat.c, pstat.c and sstat.c
1554  * Fixed cutoff command in cuto.c
1555  * Fixed attack value in attack_val in lndsub.c
1556  * Fixed lload in commands/load.c
1557  * Fixed defense_val in lndsub.c - Made it a minimum of 1, so that units will
1558     always fight until dead or retreating.  0 makes them get stuck. 
1559  * Fixed update/deliver.c - no delivery of non-oldowned civvies (or anything
1560     else for that matter.)
1561  * Fixed llook in commands/look.c
1562  * Fixed che bug in subs/nstr.c
1563  * Fixed bug in strv.c by overcompensating by 1 food per sector (minute amounts
1564     of people would starve.)
1565  * Fixed update/human.c - feed_people rounding problems (I hope.)
1566  * Fixed morale problem in update/land.c
1567  * Fixed count_bodies in attsub.c
1568  * Fixed lnd_mobcost.
1569  * Fixed subs/land,plane,ship.c to handle sunken units and planes correctly.
1570  * Fixed interest rate in commands/offe.c
1571  * Fixed bug in buy.c.
1572  * Put in DEFENSE_INFRA soption o you can turn on/off the use of the defensive
1573     infrastructure.  When off, the defensive infrastructure is the same
1574     as the sector efficiency, and you can't improve it.  This is OFF by
1575     default.
1576  * Fixed Empire4.t
1577  * Added Wolfpack.t
1578  * Land units are now built with a default reaction radius of 0.
1579  * Changed name of lt artilleries to "lat" from "lart" so you can now build
1580     "lar"s again.
1581  * Lowered the speed and firing range of pt boats.
1582  * Lowered the initial att strength of cavs from 1.5 to 1.3 (they were TOO
1583     powerful.)
1584  * Changed the max mob gain defaults of units/planes to 1.0 and ships to 1.5
1585     (This is * ETU_RATE, so it is equal to ETU_RATE for units/planes and
1586      1.5 * ETU_RATE for ships.)
1587  * Conquered civvies only pay 1/4 taxes.
1588  * Railways don't get torn down when you rebuild sectors anymore (but roads
1589     and defenses do (if enabled.)
1590
1591 Changes to Empire 4.0.1 - Wed Aug 28 11:35:40 EDT 1996
1592  * Added "extern double tradetax" to check_trade in trad.c
1593  * Improved description of data directory in build.conf
1594  * Fixed bug in attacking land units that retreat so they now get
1595     charged mobility for attacking.
1596  * Fixed dump to report road, rail and defense of a sector at the end.
1597  * Fixed doconfig bug in not checking the right directory to see if the
1598     "data" directory existed or not before trying to create it.
1599  * "change" now works for sanctuary countries.
1600  * Fixed the description of "sinfrastructure".
1601  * Added more info to "Infrastructure".
1602  * Units/planes are no longer reduced to 75% when bought from the trading
1603     block.
1604  * Supply units were slowed down to the speed of infantry units.
1605  * Trade-ship payoffs have been lowered to 2.5, 3.5 and 5.0
1606  * Bars interest is up to $250 per 1K again.
1607  * Civ taxes were raised back up to a 10:1 mil/civ tax ratio (was 20:1)
1608  * Fixed various info pages.
1609  * Fixed bug in people not getting truncated when broke (this was thought
1610     to be fixed, but wasn't. Now it is, dammit!)
1611  * Fixed bug with units marching across oceans (scuba gear not included. ;-) )
1612  * Market/trade taxes and trade ship payoff figures were added to version.
1613  * "cede" has been removed as a default command.
1614  * Makefile rule was fixed for depend build.
1615  * Fixed bug in mapdist not taking world edges into account nicely enough.
1616  * Added a "scuttle" order for autoscuttling trade ships.  Makes using them
1617     easier.  Cleaned up scuttle code while in there.
1618  * Fixed bug with scuttling a ship with units on it not scuttling the units
1619     too.
1620
1621 Changes to Empire 4.0.0 - Initial release
1622  * Initial Wolfpack release - Long live the Wolfpack!!!!
1623  * Cleaned up the build environment.  Now all that is needed is to edit the
1624     build.conf file, answer the questions there and type "make <arch>" to
1625     build for a specific architecture.  Thus, no more reliance on gnumake
1626     or special shell scripts.
1627  * We are now shipping the pre-built info pages with the server for those who
1628     Don't want to build them.  You can also still just type "make" and have
1629     the info pages build, but it doesn't completely work (i.e. rebuild new
1630     Subjects) if you don't have perl5 installed.
1631  * Put in the "help" command that does the same thing as "info".
1632  * Removed C_SYNC.  This is done for 2 reasons.  1) None of us like it or
1633     wish to support it.  2) We envision a better scheme for doing similar
1634     things will come along.
1635  * Put in MOB_ACCESS - This allows real-time updating of mobility.
1636  * Put in MARKET - This is the time-based market (yes, still teleports,
1637     but it's not as bad as it was.)
1638  * Lots of the documenation has been updated, but there is more to do.
1639  * Added NO_LCMS, NO_HCMS and NO_OIL options.  When any of these options are
1640     enabled, you don't need any of that type of material to build things.
1641     If NO_HCMS is enabled, you don't need HCMS to build bridges, you need
1642     lcms.  If both NO_HCMS and NO_LCMS are enabled, then you don't need 
1643     any materials to build a bridge.
1644  * There is no mobility cost for assigning missions.  But, there is also
1645     no longer any benefit for being on a mission either.
1646  * Damage is the same for all commodities (people too.)  This means you
1647     can deity shell/bomb sectors again.
1648  * Units are now dependant on tech.  What this means is that their statistics
1649     now increase with tech.  In addition, there is only 1 type of each basic
1650     unit now (i.e. just "cavalry" instead of "cavalry 1", "cavalry 2", etc.)
1651     This reflects the idea that as you learn more, you learn how to not only
1652     build better units, but you learn to build units better. :)  This also
1653     opens the door for a "lupgrade" command along the same lines as the
1654     "upgrade" command for ships.
1655  * Units now have a minimum mob cost for attacking a sector.  Marching
1656     mob costs have not changed.
1657  * Starting units have been removed.  This means that at the beginning, people
1658     may live a little longer since their neighbor can't come visiting quite
1659     as quick.
1660  * Shells are no longer required to build units.
1661  * Mil are no longer required to build units.
1662  * Mil are no longer an intrinsic part of a unit.  They are now a loadable
1663     commodity.  The way a unit's defense/att bonuses work now are
1664         attack = (att * mil * eff)
1665         defense = (def * mil * eff)
1666     In addition, when a unit takes damage, both the eff and the mil go
1667     down.  You can quickly toss in new hacks, but you need to wait to repair
1668     the unit at the update.  Thus, you can now look at unit's efficiency
1669     as their training.
1670  * You need at least 1 mil on a unit to march it (spies are the exception.)
1671  * Units always react if in range and they have the mobility, no matter
1672     what their efficency.
1673  * Units may now march anywhere - in your own sectors, deity owned sectors
1674     or allied sectors, with 1 exception, spies.  Also, your units can get
1675     trapped if your ally declares non-alliance with you while your units
1676     are still in his country.)
1677  * Units always march at their speed, efficiency doesn't matter.
1678  * LANDSPIES was added - This creates land unit based spies.  Spies may march
1679     anywhere, with a chance of getting caught (except in allied territory.)
1680     See "info Spies" for more info on them.
1681  * Planes may now be based out of allied airports.  Landing planes on
1682     ships/sectors you do not own no longer changes thier owner.  You can only
1683     land on owned/allied sectors/ships, and you may only
1684     fly/bomb/para/recon/drop from owned/allied sectors.  So, if a country
1685     you are allied with goes hostile at you, your planes are now stuck there.
1686     Note that if you are using an allied airport, their commodities get
1687     sucked up, not yours (obviously.)
1688  * Planes are now tech-based.  Their statistics increase as their tech
1689     increases.  Deleted extraneous planes.
1690  * There is a new toggle, "techlists", which allows you to see what you
1691     can build/stats/capabilities sorted by tech instead of groupings.
1692  * Ships are now tech-based.  Their statistics increase as their tech
1693     increases.  Deleted extraneous ships.
1694  * Che can now be lessened by making happiness.  If you have more happiness
1695     than your conquered populace, they don't fight as hard or recruit as
1696     much.  If you have less than them, they fight harder and recruit more.
1697     It's not much though - it ranges from 2.0 in your favor to only 0.8 
1698     against you (whereas it was always 1.0 before.)  So, it definitely
1699     favors the attackers to make lots of happy now.
1700  * Bridgeheads can only be built on coasts.
1701  * Players command was fixed so you only see allies, and don't get
1702     approx #'s of players anymore.
1703  * POSIX threads support has been added.
1704  * The attack bmap bug has been fixed.
1705  * BTUs regenerate 3 times faster now.
1706  * GRAB_THINGS is off by default.
1707  * Big nuclear bombs are back, and FALLOUT has been fixed and enabled
1708     as a default (you couldn't make wasteland before with FALLOUT, now
1709     you can.)
1710  * You can now deliver military and civilians.
1711  * Added SHIP_DECAY option - off by default (turns off ships decaying out
1712     at sea if not enough mil.)
1713  * The reverting owner bug has been fixed in territory, thresh, dist
1714     and deliver.  There are probably more, and when found, will be fixed.
1715  * The "sectors don't starve when stopped or broke" bug has been fixed.
1716  * The "people never get truncated" bug has been fixed.
1717  * Added infrastructure to sectors.  What this means is that a sector
1718     can now have it's mobility improved by building both roads and
1719     railways.  It also means that a sectors defense is now based on the
1720     defensive infrastructure you build into the sector (no more intrinsic
1721     better defenses based on the sector, you determine which sectors are
1722     defended heavily, and which aren't.)
1723  * The defensive value of a sector no longer relies on the efficiency of
1724     the sector. Instead, it relies on the defensive efficiency of the sector.
1725     Thus, the "production" and "defensive" aspects of sectors have been
1726     separated.
1727  * "show sect stats" now shows the maximum defensive value for sectors.
1728  * Changed sector structure to take floats for off/def values so we can use
1729     a base of 1 instead of 2.
1730  * Added "improve" and "sinfrastructure" to support the infrastructure
1731     concepts.
1732  * Added L_TRAIN units which can only travel along railways.  Very fast on
1733     efficient railways, slow on non-efficient ones.
1734  * Added the ability for units to carry other units.
1735  * Fixed census (shortened up "fallout" and "coast" to "fall" and "coa".)
1736  * Forts only cost $500 to build and 100 hcms now (since they don't get any
1737     better defenses automagically.)
1738  * Modified "show sect build" to show the costs for building up the
1739     infrastructure of a sector.
1740  * Changed "spy" and the satellite recon stuff (which shows sector stuff for
1741     spyplanes too) to show the new infrastructure stuff, rounded of course.
1742  * Added Drake's info->html scripts, with some modifications, so you can
1743     now type "make html" and have your info pages built as html files too.
1744     This adds a new directory, "info.html", to the build tree.
1745  * Modified upgrade so that planes and land units may now be upgraded.
1746  * Added pstat command to list the statistics of your planes.
1747  * Added lstat command to list the statistics of your land units.
1748  * Added sstat command to list the statistics of your ships.
1749  * Added nmap command to show a map of your sectors after their new
1750     designations have taken place.
1751
1752 .FI
1753 .s1
1754 .SA "Clients, Server, Infrastructure, Sectors, LandUnits, Planes, Ships"