]> git.mxchange.org Git - flightgear.git/log
flightgear.git
22 years agoAdded base package changes.
curt [Fri, 13 Jul 2001 22:40:10 +0000 (22:40 +0000)]
Added base package changes.

22 years agoPrepairing for 0.7.8 release.
curt [Fri, 13 Jul 2001 22:11:01 +0000 (22:11 +0000)]
Prepairing for 0.7.8 release.

22 years agoUpdated so load/save will work.
curt [Fri, 13 Jul 2001 21:45:48 +0000 (21:45 +0000)]
Updated so load/save will work.

22 years agoUpdated config file from Bernie.
curt [Fri, 13 Jul 2001 17:05:29 +0000 (17:05 +0000)]
Updated config file from Bernie.

22 years agoMore work on the external view panning.
curt [Fri, 13 Jul 2001 16:50:35 +0000 (16:50 +0000)]
More work on the external view panning.

22 years agoUpdates ...
curt [Fri, 13 Jul 2001 16:41:49 +0000 (16:41 +0000)]
Updates ...

22 years agoSynced with latest JSBSim.
curt [Fri, 13 Jul 2001 16:41:23 +0000 (16:41 +0000)]
Synced with latest JSBSim.

22 years agoNuked the segfault on exit bug everyone was seeing. The material lib could
curt [Fri, 13 Jul 2001 05:15:29 +0000 (05:15 +0000)]
Nuked the segfault on exit bug everyone was seeing.  The material lib could
have multiple ptrs to individual entries (aliases) but the destructor was
trying to delete every ptr so it would delete already freed memory for aliases.
I implimented a simple ref counting scheme (similar to the plib mechanism) to
track references to material lib entries and only "delete" them when the last
reference is removed.

22 years agoMost recent changes blew up LaRCsim so we are reverting to a previous
curt [Fri, 13 Jul 2001 05:13:29 +0000 (05:13 +0000)]
Most recent changes blew up LaRCsim so we are reverting to a previous
version.

22 years agoFix a comment.
curt [Fri, 13 Jul 2001 05:12:53 +0000 (05:12 +0000)]
Fix a comment.

22 years agoWe check if the ptr is NULL before deleting it, so set it to NULL after
curt [Fri, 13 Jul 2001 05:12:30 +0000 (05:12 +0000)]
We check if the ptr is NULL before deleting it, so set it to NULL after
deleting it.

22 years agoJust being a tad more careful with setting the ptr to NULL after deleting
curt [Fri, 13 Jul 2001 05:11:46 +0000 (05:11 +0000)]
Just being a tad more careful with setting the ptr to NULL after deleting
it.

22 years agoLeave view as is when leaving mouse pans view mode.
curt [Thu, 12 Jul 2001 23:36:31 +0000 (23:36 +0000)]
Leave view as is when leaving mouse pans view mode.

22 years ago- added full doc comments for all functions
curt [Thu, 12 Jul 2001 23:36:04 +0000 (23:36 +0000)]
- added full doc comments for all functions
- added fgSetArchivable, fgSetReadable, and fgSetWritable functions

22 years agoMade the following properties archivable:
curt [Thu, 12 Jul 2001 23:35:56 +0000 (23:35 +0000)]
Made the following properties archivable:
- /sim/time/gmt
- /sim/view/offset-deg
- /sim/view/goal-offset-deg
- /sim/field-of-view
- /consumables/fuel/tank[0]/level-gal_us
- /consumables/fuel/tank[1]/level-gal_us
- /autopilot/locks/altitude
- /autopilot/settings/altitude-ft
- /autopilot/locks/glide-slope
- /autopilot/locks/terrain
- /autopilot/settings/climb-rate-fpm
- /autopilot/locks/heading
- /autopilot/settings/heading-bug-deg
- /autopilot/locks/wing-leveler
- /autopilot/locks/nav[0]
- /autopilot/locks/auto-throttle
- /autopilot/control-overrides/rudder
- /autopilot/control-overrides/elevator
- /autopilot/control-overrides/throttle
- /environment/visibility-m
- /environment/wind-north-fps
- /environment/wind-east-fps
- /environment/wind-down-fps

22 years ago- modified set_V_(north|east|down) to use set_Velocities_Local, so
curt [Thu, 12 Jul 2001 23:35:36 +0000 (23:35 +0000)]
- modified set_V_(north|east|down) to use set_Velocities_Local, so
  that overrides in JSBSim will work (i.e. properties can be set)
- modified set_(u|v|w)Body to use set_Velocities_Wind_Body, so
  that overrides in JSBSim will work (i.e. properties can be set)

22 years agoMade the following properties archivable:
curt [Thu, 12 Jul 2001 23:35:18 +0000 (23:35 +0000)]
Made the following properties archivable:
- /position/latitude-deg
- /position/longitude-deg
- /position/altitude-ft
- /orientation/roll-deg
- /orientation/pitch-deg
- /orientation/heading-deg
- /velocities/speed-north-fps
- /velocities/speed-east-fps
- /velocities/speed-down-fps
(TODO: add rotational velocities)

22 years ago- removed /controls/brakes/all property (no longer needed, since we
curt [Thu, 12 Jul 2001 23:34:57 +0000 (23:34 +0000)]
- removed /controls/brakes/all property (no longer needed, since we
  can bind a single input to multiple properties)
Made the following properties archivable:
- /controls/aileron
- /controls/elevator
- /controls/elevator-trim
- /controls/rudder
- /controls/flaps
- /controls/throttle[*]
- /controls/mixture[*]
- /controls/propellor-pitch[*]
- /controls/brakes[*]

22 years agoMade the following properties archivable:
curt [Thu, 12 Jul 2001 23:34:38 +0000 (23:34 +0000)]
Made the following properties archivable:
- /steam/airspeed-kt
- /steam/altitude-ft
- /steam/altimeter-datum-mb
- /steam/turn-rate
- /steam/slip-skid
- /steam/vertical-speed-fpm
- /steam/gyro-compass-deg
- /steam/adf-deg
- /steam/gyro-compass-error-deg
- /steam/mag-compass-deg

22 years agoMade the following properties archivable:
curt [Thu, 12 Jul 2001 23:34:27 +0000 (23:34 +0000)]
Made the following properties archivable:
- /radios/nav[0]/frequencies/selected-mhz
- /radios/nav[0]/standby-mhz
- /radios/nav[0]/radials/selected-deg
- /radios/nav[0]/volume
- /radios/nav[0]/ident
- /radios/nav[1]/frequencies/selected-mhz
- /radios/nav[1]/standby-mhz
- /radios/nav[1]/radials/selected-deg
- /radios/nav[1]/volume
- /radios/nav[1]/ident
- /radios/adf/frequencies/selected-khz
- /radios/adf/frequencies/standby-khz
- /radios/adf/rotation-deg
- /radios/adf/volume
- /radios/adf/ident

22 years agoMade the following properties archivable:
curt [Thu, 12 Jul 2001 23:34:16 +0000 (23:34 +0000)]
Made the following properties archivable:
- /sim/panel/visibility
- /sim/panel/x-offset
- /sim/panel/y-offset

22 years ago"Fix a bug" in mouse-pans-external view mode.
curt [Thu, 12 Jul 2001 20:03:37 +0000 (20:03 +0000)]
"Fix a bug" in mouse-pans-external view mode.

22 years agoMSVC tweaks.
curt [Thu, 12 Jul 2001 17:55:44 +0000 (17:55 +0000)]
MSVC tweaks.

22 years agosync with latest JSBSim ...
curt [Thu, 12 Jul 2001 17:55:27 +0000 (17:55 +0000)]
sync with latest JSBSim ...

22 years agoUpdates ...
curt [Thu, 12 Jul 2001 17:48:57 +0000 (17:48 +0000)]
Updates ...

22 years agoBegin stubbing in some wrapper code in preparation for runway lighting.
curt [Thu, 12 Jul 2001 15:03:49 +0000 (15:03 +0000)]
Begin stubbing in some wrapper code in preparation for runway lighting.

22 years agoRestructured code a bit to split out the bits that create objects on the
curt [Thu, 12 Jul 2001 15:03:09 +0000 (15:03 +0000)]
Restructured code a bit to split out the bits that create objects on the
fly.  More work needs to be done.
Added apt_signs.[ch]xx

22 years agoRemoved FGControls.{cpp,h}
curt [Wed, 11 Jul 2001 23:53:45 +0000 (23:53 +0000)]
Removed FGControls.{cpp,h}

22 years agoFix a dialog box cancel problem.
curt [Wed, 11 Jul 2001 23:51:31 +0000 (23:51 +0000)]
Fix a dialog box cancel problem.

22 years ago- move data structure allocation into constructor (it doesn't belong
curt [Wed, 11 Jul 2001 18:54:50 +0000 (18:54 +0000)]
- move data structure allocation into constructor (it doesn't belong
  in init)
- free data structures in destructor
- ensure that interpolation tables are allocated before any searching
  is done; otherwise, starting at some locations (such as CYYZ) causes
  a segfault

22 years agoShuffled around and restructured the terrain elevation interesection code
curt [Wed, 11 Jul 2001 15:51:21 +0000 (15:51 +0000)]
Shuffled around and restructured the terrain elevation interesection code
to make it usable by the threaded tile loader for placing objects at ground
level at load time.

22 years agoAttempt to fix a segfault on exit, although I don't think this quite
curt [Wed, 11 Jul 2001 15:50:18 +0000 (15:50 +0000)]
Attempt to fix a segfault on exit, although I don't think this quite
does it.  We'll have to dig deeper.

22 years agoRestructured the audio initialization order and don't attempt to continue
curt [Wed, 11 Jul 2001 06:01:55 +0000 (06:01 +0000)]
Restructured the audio initialization order and don't attempt to continue
loading while intro music is being played.

22 years agoFixed a problem with recentering/snaping the view direction to forward so
curt [Wed, 11 Jul 2001 06:00:55 +0000 (06:00 +0000)]
Fixed a problem with recentering/snaping the view direction to forward so
the panel can come back.

22 years ago20010710 sync with JSBSim.
curt [Tue, 10 Jul 2001 15:56:38 +0000 (15:56 +0000)]
20010710 sync with JSBSim.

22 years ago- /sim/model/h-rotation renamed to /sim/model/heading-offset-deg
curt [Mon, 9 Jul 2001 16:17:28 +0000 (16:17 +0000)]
- /sim/model/h-rotation renamed to /sim/model/heading-offset-deg
- /sim/model/p-rotation renamed to /sim/model/roll-offset-deg
- /sim/model/r-rotation renamed to /sim/model/pitch-offset-deg
- /sim/model/x-offset += "-m"
- /sim/model/y-offset += "-m"
- /sim/model/z-offset += "-m"

22 years ago- modified to take advantage of SGCommandState to cache property nodes
curt [Mon, 9 Jul 2001 16:17:20 +0000 (16:17 +0000)]
- modified to take advantage of SGCommandState to cache property nodes
  and other information and avoid expensive lookups in the main loop.

22 years agoFixed a typo, tank2 -> tank[1]
curt [Mon, 9 Jul 2001 15:50:36 +0000 (15:50 +0000)]
Fixed a typo, tank2 -> tank[1]

22 years agoFixed a typo ...
curt [Mon, 9 Jul 2001 12:58:08 +0000 (12:58 +0000)]
Fixed a typo ...

22 years agoFix a bug with old-style binary scenery compatibilty where no ground lighting
curt [Sun, 8 Jul 2001 23:38:56 +0000 (23:38 +0000)]
Fix a bug with old-style binary scenery compatibilty where no ground lighting
was generated.

22 years agoVarious cleanups, jettison plib-1.2.0 support, remove a potential memory
curt [Sun, 8 Jul 2001 23:38:16 +0000 (23:38 +0000)]
Various cleanups, jettison plib-1.2.0 support, remove a potential memory
leak.

22 years agoAllow other routines to increment/decrement goal_view_offset while keeping it
curt [Sun, 8 Jul 2001 23:37:14 +0000 (23:37 +0000)]
Allow other routines to increment/decrement goal_view_offset while keeping it
in the allowable 0-360 range.

22 years agoUntweak my button tweak.
curt [Sun, 8 Jul 2001 23:30:44 +0000 (23:30 +0000)]
Untweak my button tweak.

22 years agoAdded "/sim/startup/browser-app" as a property.
curt [Sun, 8 Jul 2001 23:30:17 +0000 (23:30 +0000)]
Added "/sim/startup/browser-app" as a property.
Added auto coordination to the --help output.

22 years agoAdded "/sim/startup/browser-app" as a property.
curt [Sun, 8 Jul 2001 23:29:48 +0000 (23:29 +0000)]
Added "/sim/startup/browser-app" as a property.

22 years agoUpdated to work with current property naming convention.
curt [Fri, 6 Jul 2001 21:38:28 +0000 (21:38 +0000)]
Updated to work with current property naming convention.

22 years agoUse the new plib-1.4.1 sound interface to set a maximum of 6 concurrent
curt [Tue, 3 Jul 2001 23:07:57 +0000 (23:07 +0000)]
Use the new plib-1.4.1 sound interface to set a maximum of 6 concurrent
sounds (rather than the default 3).

22 years agogcc-3.0 fixes.
curt [Tue, 3 Jul 2001 22:39:16 +0000 (22:39 +0000)]
gcc-3.0 fixes.

22 years agoRather than create an SGTime structure and trigger a spurious
curt [Tue, 3 Jul 2001 16:45:34 +0000 (16:45 +0000)]
Rather than create an SGTime structure and trigger a spurious
"*** NO TIMEZONE" error message, just grab the modified julian date
directly.

22 years agoUpgraded to handle new default.apt.gz file.
curt [Tue, 3 Jul 2001 16:44:37 +0000 (16:44 +0000)]
Upgraded to handle new default.apt.gz file.

22 years agoAdd a link library needed by Irix.
curt [Mon, 2 Jul 2001 22:55:32 +0000 (22:55 +0000)]
Add a link library needed by Irix.

22 years agoAdd a library needed by Irix.
curt [Mon, 2 Jul 2001 22:55:16 +0000 (22:55 +0000)]
Add a library needed by Irix.

22 years agoUpdated by Erik Hofman.
curt [Mon, 2 Jul 2001 22:41:38 +0000 (22:41 +0000)]
Updated by Erik Hofman.

22 years ago** Properties Renamed
curt [Mon, 2 Jul 2001 22:27:24 +0000 (22:27 +0000)]
** Properties Renamed
- /autopilot/locks/nav1 => /autopilot/locks/nav[0]
- /autopilot/settings/altitude += "-ft"
- /autopilot/settings/climb-rate += "-fpm"
- /autopilot/settings/heading-bug += "-deg"
- /consumables/fuel/tank1/level => /consumables/fuel/tank[0]/level-gal_us
- /consumables/fuel/tank2/level => /consumables/fuel/tank[1]/level-gal_us
- /engines/engine0/cht => /engines/engine[0]/cht-degf
- /engines/engine0/egt => /engines/engine[0]/egt-degf
- /engines/engine0/fuel-flow => /engines/engine[0]/fuel-flow-gph
- /engines/engine0/mp => /engines/engine[0]/mp-osi
- /engines/engine0/rpm => /engines/engine[0]/rpm
- /environment/clouds/altitude += "-ft"
- /environment/magnetic-dip += "-deg"
- /environment/magnetic-varation += "-deg"
- /environment/visibility += "-m"
- /environment/wind-down += "-fps"
- /environment/wind-east += "-fps"
- /environment/wind-north += "-fps"
- /orientation/heading += "-deg"
- /orientation/heading-magnetic += "-deg"
- /orientation/pitch += "-deg"
- /orientation/roll += "-deg"
- /position/altitude += "-ft"
- /position/altitude-agl += "-ft"
- /position/latitude += "-deg"
- /position/longitude += "-deg"
- /radios/adf/frequencies/selected += "-khz"
- /radios/adf/frequencies/standby += "-khz"
- /radios/adf/rotation += "-deg"
- /radios/nav1/* => /radios/nav[0]/*
- /radios/nav2/* => /radios/nav[1]/*
- /radios/nav[*]/dme/distance += "-nm"
- /radios/nav[*]/frequencies/selected += "-mhz"
- /radios/nav[*]/frequencies/standby += "-mhz"
- /radios/nav[*]/radials/actual += "-deg"
- /radios/nav[*]/radials/selected += "-deg"
- /sim/view/goal-offset += "-deg"
- /sim/view/offset += "-deg"
- /steam/adf += "-deg"
- /steam/airspeed += "-kt"
- /steam/altitude += "-ft"
- /steam/gyro-compass += "-deg"
- /steam/gyro-compass-error += "-deg"
- /steam/mag-compass += "-deg"
- /steam/vertical-speed += "-fpm"
- /velocities/airspeed += "-kt"
- /velocities/side-slip += "-rad"
- /velocities/speed-down += "-fps"
- /velocities/speed-east += "-fps"
- /velocities/speed-north += "-fps"
- /velocities/uBody += "-fps"
- /velocities/vBody += "-fps"
- /velocities/wBody += "-fps"
- /velocities/vertical-speed += "-fps"

22 years ago- fixed doubled bindings for joystick buttons
curt [Mon, 2 Jul 2001 22:26:19 +0000 (22:26 +0000)]
- fixed doubled bindings for joystick buttons

22 years agoOops, typo.
curt [Mon, 2 Jul 2001 22:14:09 +0000 (22:14 +0000)]
Oops, typo.

22 years agoTweaks.
curt [Mon, 2 Jul 2001 22:12:22 +0000 (22:12 +0000)]
Tweaks.

22 years agoUpdated bug fix to make hopefully more thread safe.
curt [Mon, 2 Jul 2001 22:11:56 +0000 (22:11 +0000)]
Updated bug fix to make hopefully more thread safe.

22 years agoUpdates.
curt [Mon, 2 Jul 2001 22:11:36 +0000 (22:11 +0000)]
Updates.

22 years agoUpdated to latest revision.
curt [Mon, 2 Jul 2001 16:52:08 +0000 (16:52 +0000)]
Updated to latest revision.

22 years agoFixed a bug with warp variable initialization. fgTie() was nuking out the
curt [Mon, 2 Jul 2001 16:44:02 +0000 (16:44 +0000)]
Fixed a bug with warp variable initialization.  fgTie() was nuking out the
initial value.

22 years agoFix what looks like it could potentially cause a problem with accessing
curt [Sat, 30 Jun 2001 00:27:13 +0000 (00:27 +0000)]
Fix what looks like it could potentially cause a problem with accessing
previously free'd memory.

22 years agoInitial revision.
curt [Fri, 29 Jun 2001 20:34:47 +0000 (20:34 +0000)]
Initial revision.

22 years agoRemoved/depricated.
curt [Fri, 29 Jun 2001 20:20:30 +0000 (20:20 +0000)]
Removed/depricated.

22 years agoUpdated for the latest version of Cygwin.
curt [Fri, 29 Jun 2001 20:20:01 +0000 (20:20 +0000)]
Updated for the latest version of Cygwin.

22 years agoUpdated by Jon.
curt [Fri, 29 Jun 2001 20:15:24 +0000 (20:15 +0000)]
Updated by Jon.

22 years agoVarioius changes and updates to the docs-mini files.
curt [Fri, 29 Jun 2001 17:06:15 +0000 (17:06 +0000)]
Varioius changes and updates to the docs-mini files.

22 years agoInitial version ... needs to be updated.
curt [Fri, 29 Jun 2001 16:54:24 +0000 (16:54 +0000)]
Initial version ... needs to be updated.

22 years agoRenamed README.JSBsim -> README.JSBSim.
curt [Fri, 29 Jun 2001 16:44:21 +0000 (16:44 +0000)]
Renamed README.JSBsim -> README.JSBSim.

22 years ago- changed SGPropertyNode::UNKNOWN to SGPropertyNode::UNSPECIFIED
curt [Fri, 29 Jun 2001 03:47:55 +0000 (03:47 +0000)]
- changed SGPropertyNode::UNKNOWN to SGPropertyNode::UNSPECIFIED

22 years ago- modified to support new prototype for command functions, with extra
curt [Fri, 29 Jun 2001 03:47:39 +0000 (03:47 +0000)]
- modified to support new prototype for command functions, with extra
  SGCommandState parameter
- changed SGPropertyNode::UNKNOWN to SGPropertyNode::UNSPECIFIED

22 years ago- added variable support for the saved command state and for the local
curt [Fri, 29 Jun 2001 03:47:19 +0000 (03:47 +0000)]
- added variable support for the saved command state and for the local
  argument copy in FGBinding
- removed redundant FGBinding::_fire internal method
- declared copy constructor for FGBinding

22 years ago- modified FGBinding to keep a local copy of the argument property
curt [Fri, 29 Jun 2001 03:47:07 +0000 (03:47 +0000)]
- modified FGBinding to keep a local copy of the argument property
  node, and to modify that directly for scaling events: that will make
  handling joystick axes much more efficient
- modified FGBinding to work with the new command state, so that
  commands can save their state (i.e. compiled arguments) from the last
  pass
- removed FGBinding::_fire implementation
- implemented FGBinding copy constructor

22 years agoFix a JSBSim airport elevation bug.
curt [Tue, 26 Jun 2001 22:16:02 +0000 (22:16 +0000)]
Fix a JSBSim airport elevation bug.

22 years agoinput.cxx: cleaned up some warnings.
curt [Tue, 26 Jun 2001 22:05:11 +0000 (22:05 +0000)]
input.cxx: cleaned up some warnings.
fg_props.cxx: fixed a type "if (axisLong = 0) {" ...

22 years ago- added declaration for method get_step
curt [Tue, 26 Jun 2001 22:00:31 +0000 (22:00 +0000)]
- added declaration for method get_step

22 years ago- added implementation for method get_step
curt [Tue, 26 Jun 2001 22:00:21 +0000 (22:00 +0000)]
- added implementation for method get_step

22 years ago- modified to use the new /sim/freeze property
curt [Tue, 26 Jun 2001 22:00:10 +0000 (22:00 +0000)]
- modified to use the new /sim/freeze property

22 years ago- /autopilot/locks/altitude now returns true only for FG_ALTITUDE_LOCK
curt [Tue, 26 Jun 2001 21:59:59 +0000 (21:59 +0000)]
- /autopilot/locks/altitude now returns true only for FG_ALTITUDE_LOCK
- added /autopilot/locks/terrain (bool)
- added /sim/time/warp and /sim/time/warp-delta (both long)
- added /sim/freeze property (bool)
- added /sim/rendering/textures property (bool)

22 years ago- added property-multiply command with argument 'factor'
curt [Tue, 26 Jun 2001 21:59:49 +0000 (21:59 +0000)]
- added property-multiply command with argument 'factor'
- added confirm dialog for exit command
- added tile-cache-reload command
- added lighting-update command

22 years ago- removed hard-coded bindings for ^G, ^T, ESC, M, T, X, Z, m, p, t, x,
curt [Tue, 26 Jun 2001 21:59:35 +0000 (21:59 +0000)]
- removed hard-coded bindings for ^G, ^T, ESC, M, T, X, Z, m, p, t, x,
  z, F2, F4, and F9 (see keyboard.xml for replacements)
- no longer dump position report to log when paused (CLO: Argh! Gasp! I use
  that!)

22 years agoUpdated a bit.
curt [Tue, 26 Jun 2001 21:44:16 +0000 (21:44 +0000)]
Updated a bit.

22 years agoRemoved NetworkOLK/features.[ch]xx
curt [Tue, 26 Jun 2001 20:41:26 +0000 (20:41 +0000)]
Removed NetworkOLK/features.[ch]xx

22 years agoMakefile.am: distribute irix-hack.sh rather than irix-hack.pl
curt [Tue, 26 Jun 2001 20:41:03 +0000 (20:41 +0000)]
Makefile.am: distribute irix-hack.sh rather than irix-hack.pl
Thanks: Updated Norman Vine's entry
configure.in: require simgear-0.0.16

22 years agoMoved DEFAULT_AP_HEADING_LOCK to newauto.hxx
curt [Tue, 26 Jun 2001 20:14:13 +0000 (20:14 +0000)]
Moved DEFAULT_AP_HEADING_LOCK to newauto.hxx
it was defined in both fg_props.cxx and newauto.cxx
This is I believe where it belongs.  (NHV)

22 years agoPatches contributed by Norman Vine to do ultra-hires tiled screen dumps.
curt [Tue, 26 Jun 2001 18:23:07 +0000 (18:23 +0000)]
Patches contributed by Norman Vine to do ultra-hires tiled screen dumps.

22 years agoNew FAQ.
curt [Tue, 26 Jun 2001 16:42:35 +0000 (16:42 +0000)]
New FAQ.

23 years agoUpdated records for John Check and Dave Cornish.
curt [Sat, 23 Jun 2001 22:31:04 +0000 (22:31 +0000)]
Updated records for John Check and Dave Cornish.

23 years agoUpdated to read new scenery configuration files.
curt [Fri, 22 Jun 2001 20:35:39 +0000 (20:35 +0000)]
Updated to read new scenery configuration files.

23 years agoUpdates for 0.7.8
curt [Fri, 22 Jun 2001 20:35:17 +0000 (20:35 +0000)]
Updates for 0.7.8

23 years agoPreempt Erik for an Irix fix.
curt [Thu, 21 Jun 2001 23:56:48 +0000 (23:56 +0000)]
Preempt Erik for an Irix fix.

23 years agoSynced to latest version of JSBSim which [hopefully] includes all of Erik's
curt [Wed, 20 Jun 2001 22:29:31 +0000 (22:29 +0000)]
Synced to latest version of JSBSim which [hopefully] includes all of Erik's
Irix patches.

23 years ago- fixed an initialization order bug that prevented reading correct
curt [Wed, 20 Jun 2001 22:22:26 +0000 (22:22 +0000)]
- fixed an initialization order bug that prevented reading correct
  ground elevation at start-up

23 years ago- added SG_USING_STD(cout) and SG_USING_STD(endl) for ANSI C++
curt [Wed, 20 Jun 2001 22:22:04 +0000 (22:22 +0000)]
- added SG_USING_STD(cout) and SG_USING_STD(endl) for ANSI C++
  compliance

23 years ago- added Alex Perry's patch to support more sophisticated hat switches
curt [Wed, 20 Jun 2001 20:52:10 +0000 (20:52 +0000)]
- added Alex Perry's patch to support more sophisticated hat switches
  for the view axes

23 years ago- adjusted for no-value constructor for FGPanel
curt [Wed, 20 Jun 2001 20:51:45 +0000 (20:51 +0000)]
- adjusted for no-value constructor for FGPanel
- removed unused DefaultPanel, DefaultInstrument, classes
- removed unused defaultTexture

23 years ago- changed to no-value constructor for FGPanel
curt [Wed, 20 Jun 2001 20:51:34 +0000 (20:51 +0000)]
- changed to no-value constructor for FGPanel
- removed update method with args

23 years ago- added Melchior's patches to allow a joystick axis to act as a pair
curt [Wed, 20 Jun 2001 20:51:15 +0000 (20:51 +0000)]
- added Melchior's patches to allow a joystick axis to act as a pair
  of buttons (by adding "high" or "low" to the path before "binding")

23 years ago- changed to favour height over width when the aspect is less than
curt [Wed, 20 Jun 2001 20:50:49 +0000 (20:50 +0000)]
- changed to favour height over width when the aspect is less than
  4:3, to avoid a gap on top (suggested by Norm Vine)

23 years agoVarious last minute tweaks.
curt [Wed, 20 Jun 2001 17:08:27 +0000 (17:08 +0000)]
Various last minute tweaks.