]> git.mxchange.org Git - flightgear.git/log
flightgear.git
23 years agoUpdated by Erik Hofman.
curt [Mon, 2 Jul 2001 22:41:38 +0000 (22:41 +0000)]
Updated by Erik Hofman.

23 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"

23 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

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

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

23 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.

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

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

23 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.

23 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.

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

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

23 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.

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

23 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.

23 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.

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

23 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

23 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

23 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

23 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

23 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.

23 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) {" ...

23 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

23 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

23 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

23 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)

23 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

23 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!)

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

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

23 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

23 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)

23 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.

23 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.

23 years agoUpdated for 0.7.7
curt [Tue, 19 Jun 2001 04:46:22 +0000 (04:46 +0000)]
Updated for 0.7.7

23 years agoUpdated ...
curt [Mon, 18 Jun 2001 22:25:59 +0000 (22:25 +0000)]
Updated ...

23 years agoRemoved unused file.
curt [Mon, 18 Jun 2001 22:18:29 +0000 (22:18 +0000)]
Removed unused file.

23 years agoChanged help message to --config= rather than --file=
curt [Mon, 18 Jun 2001 20:17:43 +0000 (20:17 +0000)]
Changed help message to --config= rather than --file=

23 years agoOoops, fixed a typo ...
curt [Mon, 18 Jun 2001 20:13:23 +0000 (20:13 +0000)]
Ooops, fixed a typo ...

23 years agoRemove fgjs from the makefile for the 0.7.7 release.
curt [Mon, 18 Jun 2001 18:09:47 +0000 (18:09 +0000)]
Remove fgjs from the makefile for the 0.7.7 release.

23 years agoAdd *.h files to Makefile.am so they get included in the .tar.gz
curt [Thu, 14 Jun 2001 22:23:58 +0000 (22:23 +0000)]
Add *.h files to Makefile.am so they get included in the .tar.gz

23 years agoCleaned up various warning messages.
curt [Thu, 14 Jun 2001 22:18:01 +0000 (22:18 +0000)]
Cleaned up various warning messages.

23 years agoFixed various warnings.
curt [Thu, 14 Jun 2001 22:10:29 +0000 (22:10 +0000)]
Fixed various warnings.

23 years agoCleaned up various warnings.
curt [Thu, 14 Jun 2001 22:07:19 +0000 (22:07 +0000)]
Cleaned up various warnings.

23 years agoCleaned up various warning messages.
curt [Thu, 14 Jun 2001 22:02:38 +0000 (22:02 +0000)]
Cleaned up various warning messages.

23 years ago- check for null property before trying to copy properties
curt [Thu, 14 Jun 2001 20:25:39 +0000 (20:25 +0000)]
- check for null property before trying to copy properties

23 years agoFixed a couple items for Norman's large resolution print routines.
curt [Wed, 13 Jun 2001 20:31:49 +0000 (20:31 +0000)]
Fixed a couple items for Norman's large resolution print routines.

23 years agoCheck for a NULL current_panel before shelling out mouse actions to a panel
curt [Wed, 13 Jun 2001 16:41:02 +0000 (16:41 +0000)]
Check for a NULL current_panel before shelling out mouse actions to a panel
method.

23 years agoFixed some warnings, updated whitespace.
curt [Tue, 12 Jun 2001 23:37:29 +0000 (23:37 +0000)]
Fixed some warnings, updated whitespace.

23 years agoCygwin fixes contributed by Norman Vine.
curt [Tue, 12 Jun 2001 23:15:16 +0000 (23:15 +0000)]
Cygwin fixes contributed by Norman Vine.

23 years agoOops, fixed a bug introduced in the previous round that munged many
curt [Tue, 12 Jun 2001 22:24:52 +0000 (22:24 +0000)]
Oops, fixed a bug introduced in the previous round that munged many
runway textures.

23 years agoFixed panel edge artifacts (due to forced wrapping of background texture)
curt [Tue, 12 Jun 2001 19:07:13 +0000 (19:07 +0000)]
Fixed panel edge artifacts (due to forced wrapping of background texture)

23 years agoFixed an data initialization problem that was causing MSVC grief.
curt [Tue, 12 Jun 2001 18:45:23 +0000 (18:45 +0000)]
Fixed an data initialization problem that was causing MSVC grief.

23 years agoThere was a typo in the $fgbase/materials file where an alias was
curt [Tue, 12 Jun 2001 17:52:09 +0000 (17:52 +0000)]
There was a typo in the $fgbase/materials file where an alias was
pointing to a non-existant material name.  (This has been fixed.)

The alias code didn't check to see if this condition would occur so it
was putting a 'NULL' entry in the material library which was causing
the crash.  It now checks for and skips bad aliases and prints a
warning message.

23 years agoAdded David's 'real' patch rather than my guess at it.
curt [Tue, 12 Jun 2001 16:25:36 +0000 (16:25 +0000)]
Added David's 'real' patch rather than my guess at it.

23 years agoProperty node patches by David Megginson.
curt [Tue, 12 Jun 2001 05:18:43 +0000 (05:18 +0000)]
Property node patches by David Megginson.

23 years ago- changed SGValue::Type references to SGPropertyNode::Type
curt [Tue, 12 Jun 2001 05:18:15 +0000 (05:18 +0000)]
- changed SGValue::Type references to SGPropertyNode::Type
- added "long" to list of known types

23 years agoremoved fgHasValue
curt [Tue, 12 Jun 2001 05:17:49 +0000 (05:17 +0000)]
removed fgHasValue
removed fgGetValue
added fgHasNode

23 years agochanged SGValue::Type references to SGPropertyNode::Type
curt [Tue, 12 Jun 2001 05:17:33 +0000 (05:17 +0000)]
changed SGValue::Type references to SGPropertyNode::Type

23 years agoreplaced 'static const int' with enum, as suggested by Christian
curt [Tue, 12 Jun 2001 05:16:57 +0000 (05:16 +0000)]
replaced 'static const int' with enum, as suggested by Christian
Meyer, to work around yet more MSVC bugs

23 years agoreplaced dynamically-sized arrays with statically-sized ones, to
curt [Tue, 12 Jun 2001 05:16:38 +0000 (05:16 +0000)]
replaced dynamically-sized arrays with statically-sized ones, to
work around MSVC bugs.

23 years agoreplaced SGValue with SGPropertyNode throughout.
curt [Tue, 12 Jun 2001 05:15:48 +0000 (05:15 +0000)]
replaced SGValue with SGPropertyNode throughout.

23 years agoUpdated to work with David's new property naming conventions.
curt [Fri, 8 Jun 2001 05:49:32 +0000 (05:49 +0000)]
Updated to work with David's new property naming conventions.

23 years agoIrix Mips compiler tweaks.
curt [Wed, 6 Jun 2001 23:31:48 +0000 (23:31 +0000)]
Irix Mips compiler tweaks.

23 years agoMore property node optimizations.
curt [Wed, 6 Jun 2001 19:12:24 +0000 (19:12 +0000)]
More property node optimizations.

23 years agoOptimized property node accesses.
curt [Wed, 6 Jun 2001 17:43:16 +0000 (17:43 +0000)]
Optimized property node accesses.

23 years agoOptimized key property node accesses.
curt [Wed, 6 Jun 2001 17:21:34 +0000 (17:21 +0000)]
Optimized key property node accesses.

23 years agoDebugging output.
curt [Wed, 6 Jun 2001 17:11:35 +0000 (17:11 +0000)]
Debugging output.

23 years agoWhite space tweaks.
curt [Wed, 6 Jun 2001 17:02:39 +0000 (17:02 +0000)]
White space tweaks.

23 years agoOptimized property manager accesses.
curt [Wed, 6 Jun 2001 17:02:25 +0000 (17:02 +0000)]
Optimized property manager accesses.
Fixed a creep in bug in the altitude hold autopilot.

23 years agoam2dsp.pl tweaks.
curt [Wed, 6 Jun 2001 17:01:29 +0000 (17:01 +0000)]
am2dsp.pl tweaks.

23 years agoPart of David's command binding updates.
curt [Tue, 5 Jun 2001 22:13:26 +0000 (22:13 +0000)]
Part of David's command binding updates.

23 years agoJSBSim tweaks.
curt [Tue, 5 Jun 2001 22:12:57 +0000 (22:12 +0000)]
JSBSim tweaks.

23 years ago- replace FGBFI::update with fgUpdateProps
curt [Tue, 5 Jun 2001 22:12:28 +0000 (22:12 +0000)]
- replace FGBFI::update with fgUpdateProps
- switched to properties for calculating RPM for model selector
- no longer includes bfi.hxx
- no longer includes keyboard.hxx

23 years ago- added load and save commands
curt [Tue, 5 Jun 2001 22:12:17 +0000 (22:12 +0000)]
- added load and save commands
- added panel-load command
- added preferences-load command

23 years ago- removed all reference to BFI; use fgInitProps instead
curt [Tue, 5 Jun 2001 22:12:08 +0000 (22:12 +0000)]
- removed all reference to BFI; use fgInitProps instead

23 years agoFile no longer used.
curt [Tue, 5 Jun 2001 22:11:56 +0000 (22:11 +0000)]
File no longer used.

23 years ago- removed bfi.cxx and bfi.hxx
curt [Tue, 5 Jun 2001 22:11:37 +0000 (22:11 +0000)]
- removed bfi.cxx and bfi.hxx
- removed keyboard.cxx and keyboard.hxx

23 years ago- moved declarations of GLUTkey, GLUTkeyup, GLUTspecialkey, and
curt [Tue, 5 Jun 2001 22:11:25 +0000 (22:11 +0000)]
- moved declarations of GLUTkey, GLUTkeyup, GLUTspecialkey, and
  GLUTspecialkeyup from obsolete keyboard.hxx to here

23 years ago- moved shift-F1 and shift-F2 (load/save) bindings to XML
curt [Tue, 5 Jun 2001 22:11:16 +0000 (22:11 +0000)]
- moved shift-F1 and shift-F2 (load/save) bindings to XML
- moved shift-F3 (reload panel) bindings to XML
- moved shift-F4 (reload prefs) bindings to XML
- moved shift-F5, shift-F6, shift-F7, and shift-F8 (scroll panel) to
  XML
- no longer includes Main/bfi.hxx
- added implementations of GLUTkey, GLUTkeyup, GLUTspecialkey, and
  GLUTspecialkeyup

23 years ago- removed unused reference to bfi.hxx
curt [Tue, 5 Jun 2001 22:11:00 +0000 (22:11 +0000)]
- removed unused reference to bfi.hxx

23 years ago- eliminated all references to BFI; use properties instead
curt [Tue, 5 Jun 2001 22:10:33 +0000 (22:10 +0000)]
- eliminated all references to BFI; use properties instead
- copied DEFAULT_AP_HEADING_LOCK over from old BFI

23 years ago- eliminated all references to BFI; use properties instead
curt [Tue, 5 Jun 2001 22:10:25 +0000 (22:10 +0000)]
- eliminated all references to BFI; use properties instead

23 years agoSynced with latest JSBSim as of June 5, 2001.
curt [Tue, 5 Jun 2001 20:58:48 +0000 (20:58 +0000)]
Synced with latest JSBSim as of June 5, 2001.

23 years agoRemoved 'x' from the xgl* calls.
curt [Tue, 5 Jun 2001 19:50:36 +0000 (19:50 +0000)]
Removed 'x' from the xgl* calls.

23 years agoIrix/MIPS compiler fixes.
curt [Mon, 4 Jun 2001 21:47:48 +0000 (21:47 +0000)]
Irix/MIPS compiler fixes.