]> git.mxchange.org Git - flightgear.git/log
flightgear.git
23 years agoAdded code to put aircraft at the end of the runway closest to the desired
curt [Wed, 16 Aug 2000 00:09:03 +0000 (00:09 +0000)]
Added code to put aircraft at the end of the runway closest to the desired
heading.  Only changed for initial position right now.

23 years agoUpdates and tweaks for Oliver's multi-player networking code.
curt [Mon, 14 Aug 2000 20:12:17 +0000 (20:12 +0000)]
Updates and tweaks for Oliver's multi-player networking code.

23 years agoFixed a problem with the sound hack ... code was using a value that was never
curt [Fri, 11 Aug 2000 20:25:30 +0000 (20:25 +0000)]
Fixed a problem with the sound hack ... code was using a value that was never
initialized or updated ... switched to a different value that was both
initialized and updated ... :-)

23 years agoNorman's changes to make the current scenery normal available.
curt [Wed, 9 Aug 2000 21:35:17 +0000 (21:35 +0000)]
Norman's changes to make the current scenery normal available.

23 years agoUpdates to use new SGMagVar class from simgear.
curt [Tue, 8 Aug 2000 00:39:52 +0000 (00:39 +0000)]
Updates to use new SGMagVar class from simgear.

23 years agoFixes to jsbsim.
curt [Fri, 4 Aug 2000 16:08:55 +0000 (16:08 +0000)]
Fixes to jsbsim.

23 years ago20000803 updates.
curt [Fri, 4 Aug 2000 03:20:09 +0000 (03:20 +0000)]
20000803 updates.

23 years agoFix to time initialization (based on position) code
curt [Mon, 31 Jul 2000 15:05:46 +0000 (15:05 +0000)]
Fix to time initialization (based on position) code

23 years agoUpdates to JSBSim.
curt [Mon, 31 Jul 2000 15:05:08 +0000 (15:05 +0000)]
Updates to JSBSim.

23 years agoJSBSim updates.
curt [Tue, 25 Jul 2000 21:41:59 +0000 (21:41 +0000)]
JSBSim updates.
Updates to put more internal JSBSim values on the "bus".

23 years agoRenamed JSBsim to JSBSim ...
curt [Mon, 24 Jul 2000 17:27:12 +0000 (17:27 +0000)]
Renamed JSBsim to JSBSim ...

23 years agoSync the JSBSim code with the Jon & Tony's devel version.
curt [Mon, 24 Jul 2000 17:26:05 +0000 (17:26 +0000)]
Sync the JSBSim code with the Jon & Tony's devel version.
Renamed JSBsim -> the official JSBSim.

23 years agoUpdates to move scenery initialization earlier in the initialization
curt [Sun, 23 Jul 2000 21:32:59 +0000 (21:32 +0000)]
Updates to move scenery initialization earlier in the initialization
sequence so that the FDM can know the current ground altitude when it is
initialized.

23 years agoDavid Megginson's changes:
curt [Sun, 23 Jul 2000 00:11:04 +0000 (00:11 +0000)]
David Megginson's changes:

src/Cockpit/radiostack.cxx
- extended VOR ranges to make them slightly more usable (pending some
  real radio code)

src/Cockpit/sp_panel.cxx
- fixed heading bug on gyro compass (sort-of -- the AP still doesn't
  work quite as expected)
- skid ball moves the right direction
- moved whiskey compass more to the co-pilot's side, as suggested by
  Alex a while back

src/Joystick/joystick.cxx
- included Norm's Windows patches
- renamed brake properties (see bfi.cxx, below)

src/Main/bfi.cxx
src/Main/bfi.hxx
- renamed getBrake and setBrake to getBrakes and setBrakes
- added getCenterBrake and setCenterBrake
- added getAPHeading (without mag correction, needed for the panel)
- renamed property /controls/brake to /controls/brakes/all
- renamed property /controls/left-brake to /controls/brakes/left (as
  requested by Alex)
- renamed property /controls/right-brake to /controls/brakes/right (as
  requested by Alex)
- added property /controls/brakes/center
- added property /autopilot/settings/heading
- fixed bug in setAltitude so that altitude will be property restored
  from a save file
- fixed getBrakes to return the highest of the three brake settings

src/Main/save.cxx
- call FGBFI::getBrakes instead of FGBFI::getBrake

23 years agoUpdates for 0.7.5
curt [Sat, 22 Jul 2000 23:34:28 +0000 (23:34 +0000)]
Updates for 0.7.5

23 years agoActivated gyro drift ... look out!
curt [Sat, 22 Jul 2000 23:25:49 +0000 (23:25 +0000)]
Activated gyro drift ... look out!
Cleaned a bit of cruft out of gui.[ch]xx
Cleaned up win_ratio() and fov code to make more sense and be a bit more
consistant and robust and less buggy and less susceptible to screw ups.
Panel is activated now by default, HUD is off by default.

23 years agoTry to set initial position in a bit more intelligent way (and earlier in
curt [Fri, 21 Jul 2000 22:54:14 +0000 (22:54 +0000)]
Try to set initial position in a bit more intelligent way (and earlier in
the process so time initialization can have a chance to work.)

23 years agoReady for 0.7.4
curt [Thu, 20 Jul 2000 04:54:27 +0000 (04:54 +0000)]
Ready for 0.7.4

23 years agoUse more common joystick mappings for default.
curt [Thu, 20 Jul 2000 04:26:50 +0000 (04:26 +0000)]
Use more common joystick mappings for default.

23 years agoMerged some of Alex's code changes.
curt [Thu, 20 Jul 2000 04:16:59 +0000 (04:16 +0000)]
Merged some of Alex's code changes.
Updates for better windows support in the Joystick module.

23 years agoFix to a nagging portability problem.
curt [Mon, 17 Jul 2000 18:24:33 +0000 (18:24 +0000)]
Fix to a nagging portability problem.

24 years agoRenamed the property manager stuff from fg* to sg*
curt [Fri, 14 Jul 2000 23:34:21 +0000 (23:34 +0000)]
Renamed the property manager stuff from fg* to sg*

24 years agoAutopilot altitude increment fixes.
curt [Fri, 14 Jul 2000 21:19:18 +0000 (21:19 +0000)]
Autopilot altitude increment fixes.
Screen snapshot fixes.
$FG_SCENERY fixes
FGIOChannel api tweaks.

24 years agoAdded support for $FG_SCENERY and --fg-scenery=path
curt [Fri, 14 Jul 2000 16:57:55 +0000 (16:57 +0000)]
Added support for $FG_SCENERY and --fg-scenery=path

24 years agoTweaks to build with newest gcc under Irix contributed by Erik Hofman.
curt [Fri, 14 Jul 2000 16:08:46 +0000 (16:08 +0000)]
Tweaks to build with newest gcc under Irix contributed by Erik Hofman.

24 years agoJoystick updates from David Megginson to add the beginnings of button support.
curt [Fri, 14 Jul 2000 15:46:27 +0000 (15:46 +0000)]
Joystick updates from David Megginson to add the beginnings of button support.

24 years agoTweaks to go along with changes in SGSocket.
curt [Fri, 14 Jul 2000 00:50:56 +0000 (00:50 +0000)]
Tweaks to go along with changes in SGSocket.

24 years agoMoved iochannel stuff over into SimGear.
curt [Tue, 11 Jul 2000 20:40:12 +0000 (20:40 +0000)]
Moved iochannel stuff over into SimGear.

24 years agoSGTime tweaks.
curt [Sat, 8 Jul 2000 22:11:00 +0000 (22:11 +0000)]
SGTime tweaks.

24 years agoFix up simulator freeze functionality.
curt [Sat, 8 Jul 2000 06:29:19 +0000 (06:29 +0000)]
Fix up simulator freeze functionality.

24 years agoTidying up the SGEphemeris class.
curt [Sat, 8 Jul 2000 05:09:24 +0000 (05:09 +0000)]
Tidying up the SGEphemeris class.

24 years agoMore tidying up of SGTime.
curt [Fri, 7 Jul 2000 23:56:43 +0000 (23:56 +0000)]
More tidying up of SGTime.

24 years agoHopefully final time cleanups.
curt [Fri, 7 Jul 2000 21:52:45 +0000 (21:52 +0000)]
Hopefully final time cleanups.

24 years agoMore SGTime tidying.
curt [Fri, 7 Jul 2000 20:28:51 +0000 (20:28 +0000)]
More SGTime tidying.

24 years agoInitial revision.
curt [Fri, 7 Jul 2000 17:27:53 +0000 (17:27 +0000)]
Initial revision.

24 years agoUpdates to go along with SGTime tweaks in SimGear.
curt [Fri, 7 Jul 2000 17:27:37 +0000 (17:27 +0000)]
Updates to go along with SGTime tweaks in SimGear.

24 years agoUpdates to JSBsim from Jon's CVS.
curt [Thu, 6 Jul 2000 22:13:24 +0000 (22:13 +0000)]
Updates to JSBsim from Jon's CVS.
Massaging some names inside of SimGear.

24 years agoUpdates from Jon's official CVS tree.
curt [Thu, 6 Jul 2000 21:02:46 +0000 (21:02 +0000)]
Updates from Jon's official CVS tree.

24 years agoRewrite from David Megginson to use property registry to allow the joystick
curt [Thu, 6 Jul 2000 16:26:56 +0000 (16:26 +0000)]
Rewrite from David Megginson to use property registry to allow the joystick
to be runtime configurable.

24 years agoInitial revision.
curt [Wed, 5 Jul 2000 17:04:08 +0000 (17:04 +0000)]
Initial revision.

24 years agoA lot of code reorganization relating to moving some core code from
curt [Wed, 5 Jul 2000 02:39:30 +0000 (02:39 +0000)]
A lot of code reorganization relating to moving some core code from
FlightGear into SimGear so it can be used by other projects.

24 years agoMoved sky code over to simgear.
curt [Mon, 3 Jul 2000 20:09:56 +0000 (20:09 +0000)]
Moved sky code over to simgear.
Added David Megginsons property manager.

24 years agoInitial revision.
curt [Mon, 3 Jul 2000 17:09:51 +0000 (17:09 +0000)]
Initial revision.

24 years agoOops, a couple more sky tweaks.
curt [Fri, 30 Jun 2000 23:51:11 +0000 (23:51 +0000)]
Oops, a couple more sky tweaks.

24 years agoVarious odds and ends tweaks.
curt [Fri, 30 Jun 2000 21:46:41 +0000 (21:46 +0000)]
Various odds and ends tweaks.

24 years agoUpdates to cloud code to add different basic cloud types. This isn't the
curt [Fri, 23 Jun 2000 04:55:55 +0000 (04:55 +0000)]
Updates to cloud code to add different basic cloud types.  This isn't the
final list of cloud types, but servers as an example / template for someone
who wants to tweak this out and do it right.

24 years agoRewrites of material.[ch]xx and materialmgr.[ch]xx
curt [Fri, 23 Jun 2000 02:59:03 +0000 (02:59 +0000)]
Rewrites of material.[ch]xx and materialmgr.[ch]xx

24 years agoCleaned up all the old fragment and material_mgr stuff which originated
curt [Fri, 23 Jun 2000 00:30:04 +0000 (00:30 +0000)]
Cleaned up all the old fragment and material_mgr stuff which originated
from the pre-ssg / render everything ourselves days.  Replaced with a
material library manager that is much better suited for working in the
context of ssg.  This simplified and cleaned up a ton of old junk.

24 years agoA couple more cloud tweaks.
curt [Tue, 20 Jun 2000 23:44:03 +0000 (23:44 +0000)]
A couple more cloud tweaks.

24 years agoUpdating cloud code.
curt [Tue, 20 Jun 2000 22:31:47 +0000 (22:31 +0000)]
Updating cloud code.

24 years agoLighting tweaks.
curt [Tue, 20 Jun 2000 04:50:00 +0000 (04:50 +0000)]
Lighting tweaks.

24 years agoFix for reset/reloading tiles.
curt [Tue, 20 Jun 2000 04:48:12 +0000 (04:48 +0000)]
Fix for reset/reloading tiles.

24 years agoUpdates to search for mk4.h rather than gdbm.h
curt [Tue, 20 Jun 2000 04:47:40 +0000 (04:47 +0000)]
Updates to search for mk4.h rather than gdbm.h

24 years agoRearranging some code.
curt [Tue, 20 Jun 2000 02:29:58 +0000 (02:29 +0000)]
Rearranging some code.

24 years agoChanging the way clouds are handled.
curt [Tue, 20 Jun 2000 02:29:31 +0000 (02:29 +0000)]
Changing the way clouds are handled.

24 years agoUpdates from David Megginson to add DG control.
curt [Tue, 20 Jun 2000 02:29:01 +0000 (02:29 +0000)]
Updates from David Megginson to add DG control.

24 years agoNew base patch.
curt [Tue, 20 Jun 2000 02:28:38 +0000 (02:28 +0000)]
New base patch.

24 years agoUpdates from David Megginson:
curt [Sat, 17 Jun 2000 03:41:03 +0000 (03:41 +0000)]
Updates from David Megginson:

1. I've modified src/Time/fg_time.cxx so that the --start-date-gmt
option works correctly, at least on my system.

2. I've modified src/Main/bfi.cxx to return the correct time from
FGBFI::getTimeGMT(), so that saving and reloading now keeps the time set
correctly again.

3. I've modified src/Main/main.cxx so that the engine still makes a
noise when it's idling (it sounded very strange when the engine simply
turned off at idle then magically turned on again with a little
throttle).

24 years agoInitial revision.
curt [Fri, 16 Jun 2000 02:15:08 +0000 (02:15 +0000)]
Initial revision.

24 years agoUpdates, optimizations, and restructures from Norman Vine.
curt [Thu, 15 Jun 2000 22:32:26 +0000 (22:32 +0000)]
Updates, optimizations, and restructures from Norman Vine.

24 years agoPatch from Oliver.
curt [Thu, 15 Jun 2000 22:31:57 +0000 (22:31 +0000)]
Patch from Oliver.

24 years agoUpdates from Alex for his motion chair project.
curt [Thu, 15 Jun 2000 22:31:40 +0000 (22:31 +0000)]
Updates from Alex for his motion chair project.

24 years agoView code simplifications and optimizations contributed by Norman Vine.
curt [Thu, 15 Jun 2000 22:31:20 +0000 (22:31 +0000)]
View code simplifications and optimizations contributed by Norman Vine.

24 years agoStubbed in some radio settings for Alex.
curt [Thu, 15 Jun 2000 22:30:48 +0000 (22:30 +0000)]
Stubbed in some radio settings for Alex.

24 years agoStart of a ascii-file configurable joystick module.
curt [Thu, 15 Jun 2000 18:49:42 +0000 (18:49 +0000)]
Start of a ascii-file configurable joystick module.

24 years agoPatches and tweaks from Alex.
curt [Thu, 15 Jun 2000 18:36:13 +0000 (18:36 +0000)]
Patches and tweaks from Alex.

24 years agoTony Peden: fixed Mach number for LaRCsim.
curt [Wed, 14 Jun 2000 21:52:22 +0000 (21:52 +0000)]
Tony Peden: fixed Mach number for LaRCsim.

24 years agoUpdates from David Megginson:
curt [Wed, 14 Jun 2000 20:59:51 +0000 (20:59 +0000)]
Updates from David Megginson:

I've done some substantial reengineering of the 2D panel: except for the
radios, the whole panel is built from a large table now.  I'd be
grateful if you could add these changes to the main distribution.

Since I always like to provide some eye-candy with my updates, I've
fixed the ADF gauge to be more usable by slimming the needle and adding
markings every 45 deg (you'll need to use the attached textures).

24 years agoAdded differential braking (Alex and David).
curt [Mon, 12 Jun 2000 20:52:36 +0000 (20:52 +0000)]
Added differential braking (Alex and David).

24 years agoAdded support back in for raw triangle faces in the object file.
curt [Tue, 6 Jun 2000 00:33:30 +0000 (00:33 +0000)]
Added support back in for raw triangle faces in the object file.

24 years agoA few enhancements to allow object definitions to reference new textures
curt [Fri, 2 Jun 2000 23:37:40 +0000 (23:37 +0000)]
A few enhancements to allow object definitions to reference new textures
on the fly.

24 years agoMinor fiddling with material properties *trying* to chase down a visual bug
curt [Thu, 1 Jun 2000 21:14:06 +0000 (21:14 +0000)]
Minor fiddling with material properties *trying* to chase down a visual bug
where the scene get's brighter or dimmer depending on whether or not the sun
or moon is in the field of view.

24 years agoAdded a get_type() to the iochannel class so the protocol code can optionally
curt [Thu, 1 Jun 2000 21:13:26 +0000 (21:13 +0000)]
Added a get_type() to the iochannel class so the protocol code can optionally
impliment different behavior depending on the channel that's being used.

24 years agoReplaced Durk's mymath.* with plib/sg.h (contributed by Durk).
curt [Tue, 30 May 2000 20:51:47 +0000 (20:51 +0000)]
Replaced Durk's mymath.* with plib/sg.h (contributed by Durk).

24 years agoSwapped throttle and rudder axes.
curt [Tue, 30 May 2000 17:23:57 +0000 (17:23 +0000)]
Swapped throttle and rudder axes.

24 years agoFixed a credit for Norman Vine.
curt [Tue, 30 May 2000 17:04:44 +0000 (17:04 +0000)]
Fixed a credit for Norman Vine.

24 years agoAlex Perry has added support for Ray Woodworth's motion chair which has
curt [Tue, 30 May 2000 17:01:09 +0000 (17:01 +0000)]
Alex Perry has added support for Ray Woodworth's motion chair which has
3-5 axes installed.

24 years agoUpdates [hack] from David Megginson so VOR reception range scales with
curt [Tue, 30 May 2000 16:49:44 +0000 (16:49 +0000)]
Updates [hack] from David Megginson so VOR reception range scales with
altitude.

24 years ago05/30/2000 updates from Jon Berdnt. Landing gear code now is beginning to
curt [Tue, 30 May 2000 16:48:52 +0000 (16:48 +0000)]
05/30/2000 updates from Jon Berdnt.  Landing gear code now is beginning to
work.

24 years agoFirst quick hack at panel shading.
curt [Sat, 27 May 2000 06:40:55 +0000 (06:40 +0000)]
First quick hack at panel shading.

24 years agoReplaced gdbm with metakit. Involves a new simgear version and a new database
curt [Sat, 27 May 2000 05:54:02 +0000 (05:54 +0000)]
Replaced gdbm with metakit.  Involves a new simgear version and a new database
format for the airports in the base package.

24 years ago5/26/2000 updated from Jon and Tony.
curt [Sat, 27 May 2000 05:48:14 +0000 (05:48 +0000)]
5/26/2000 updated from Jon and Tony.

24 years agoMSVC5 portability changes contributed by Bruce Finney.
curt [Wed, 24 May 2000 06:10:01 +0000 (06:10 +0000)]
MSVC5 portability changes contributed by Bruce Finney.

24 years agoMSVC5 Compatibility tweaks.
curt [Wed, 24 May 2000 04:27:28 +0000 (04:27 +0000)]
MSVC5 Compatibility tweaks.

24 years agoFixes to uiuc includes and initialization.
curt [Tue, 23 May 2000 22:08:00 +0000 (22:08 +0000)]
Fixes to uiuc includes and initialization.
Fixes to fg_io.cxx periodic scheduler.

24 years agoFrom Tony Peden:
curt [Fri, 19 May 2000 16:29:23 +0000 (16:29 +0000)]
From Tony Peden:

This set of changes cleans up my previous ones quite a bit:
[tony@valkyrie FlightGear]$ tar -ztf tp_changes.tgz
src/Controls/controls.cxx
src/Controls/controls.hxx
src/FDM/JSBsim.cxx
src/Main/fg_init.cxx
src/Main/options.cxx
src/Main/options.hxx
src/Joystick/joystick.cxx

controls.[ch]xx:  removed the trimmed_throttle stuff.  This undoes the
                  changes I submitted last time.

JSBsim.cxx:       updates for the removal of the trimmed_throttle stuff

fg_init.cxx:      removed the autothrottle logic.  The autothrottle is now
off
                  by default.

options.[ch]xx:   Sets trim_mode to false by default.  It is enabled only
                  when --notrim is not used and JSBsim is the FDM.

joystick.cxx:     Added logic for syncing the throttle lever.  This is
                  only enabled when trim_mode is enabled.   The way I
                  did it is, I hope, a good way of going about it.

I tested:
fgfs --fdm=larcsim
fgfs --fdm=jsb --aircraft=c172 --vc=100 --altitude=500
fgfs --notrim --fdm=jsb --aircraft=c172 --vc=100 --altitude=500

All work as intended, at least for me.

Make sure your joystick is calibrated and give:
fgfs --fdm=jsb --aircraft=c172 --vc=100 --altitude=500
a try, I think you just might be impressed.

I am. ;-)

24 years agoFixes from David Megginson for save/restore.
curt [Fri, 19 May 2000 16:14:37 +0000 (16:14 +0000)]
Fixes from David Megginson for save/restore.

24 years agoUpdates for version 0.7.4
curt [Thu, 18 May 2000 23:05:30 +0000 (23:05 +0000)]
Updates for version 0.7.4

24 years agoUpdated for 0.7.3
curt [Thu, 18 May 2000 19:08:57 +0000 (19:08 +0000)]
Updated for 0.7.3

24 years agoFix so that we don't attempt a phantom trim on the larcsim flight model at
curt [Wed, 17 May 2000 03:53:36 +0000 (03:53 +0000)]
Fix so that we don't attempt a phantom trim on the larcsim flight model at
startup.

24 years agoFixes to magnetic compass.
curt [Tue, 16 May 2000 23:00:31 +0000 (23:00 +0000)]
Fixes to magnetic compass.
Fixed a typo in disabling autothrottle.

24 years agoUpdates from Jon (addendum to previous changes).
curt [Tue, 16 May 2000 22:43:58 +0000 (22:43 +0000)]
Updates from Jon (addendum to previous changes).

24 years agoUpdates from the Jon and Tony show.
curt [Tue, 16 May 2000 21:35:11 +0000 (21:35 +0000)]
Updates from the Jon and Tony show.

Tony submitted:

JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow

c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now

FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine.  Note that the X-15 will not trim.
  This is not a model or trimming routine deficiency, just the
  nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default.  --notrim will turn it off.
Added --vc, --mach, and --notrim switches
      (vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.

24 years agoChanges by David Megginson.
curt [Tue, 16 May 2000 18:21:08 +0000 (18:21 +0000)]
Changes by David Megginson.

24 years agoAdded cur_radius (radius in meters from the center of the earth) to the
curt [Mon, 15 May 2000 18:19:17 +0000 (18:19 +0000)]
Added cur_radius (radius in meters from the center of the earth) to the
current terrain elevation structure.

24 years agoUpdated hud controls a bit:
curt [Mon, 15 May 2000 17:47:50 +0000 (17:47 +0000)]
Updated hud controls a bit:

"h" toggles between day/night/off
"H" cycles through black/dark/medium/light intensities.

24 years agoInstrument panel updates from David Megginson.
curt [Mon, 15 May 2000 16:33:42 +0000 (16:33 +0000)]
Instrument panel updates from David Megginson.

- the panel uses much, much less texture memory, and draws much
  faster, at least on my hardware

- there is a wet (magnetic) compass at the top of the panel

- the gyro compass shows true heading again, but don't get used to it:
  we're going to set it up to drift soon

- there are TO/FROM flags on NAV1 and NAV2 (but no GS flag yet)

- the ADF looks a little more realistic (if you can forgive the ugly
  needle)

- when the HUD is not open, the framerate is moved to the right side
  of the screen so that it won't be obscured by the mag compass

24 years agoHeading bug (and bfi) now deals with magnetic compass heading rather than
curt [Sun, 14 May 2000 04:18:12 +0000 (04:18 +0000)]
Heading bug (and bfi) now deals with magnetic compass heading rather than
true heading.  Internally, the sim (and the autopilot) still runs off of
true heading.

24 years agoFixed a typo rich messed up vor range calculations.
curt [Sun, 14 May 2000 01:41:11 +0000 (01:41 +0000)]
Fixed a typo rich messed up vor range calculations.

24 years agoHUD updates/cleanups from Norman Vine.
curt [Sat, 13 May 2000 00:02:43 +0000 (00:02 +0000)]
HUD updates/cleanups from Norman Vine.