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