]> git.mxchange.org Git - flightgear.git/log
flightgear.git
21 years agoAdd "spring" and "damp" tunables to gear objects.
andy [Sat, 9 Nov 2002 21:08:10 +0000 (21:08 +0000)]
Add "spring" and "damp" tunables to gear objects.

21 years agoRobert Deters:
curt [Fri, 8 Nov 2002 17:05:56 +0000 (17:05 +0000)]
Robert Deters:

Attached is more UIUC revisions.  Actually it is only an updated
uiuc_wrapper.cpp.  Thanks

21 years agoRobert Deters:
curt [Fri, 8 Nov 2002 17:03:49 +0000 (17:03 +0000)]
Robert Deters:

Latest revisions of the UIUC code.

21 years agoMoved command information into user data.
david [Fri, 8 Nov 2002 16:33:00 +0000 (16:33 +0000)]
Moved command information into user data.

21 years agoSeparated out GUIWidget class to manage a top-level widget.
david [Fri, 8 Nov 2002 15:24:14 +0000 (15:24 +0000)]
Separated out GUIWidget class to manage a top-level widget.

21 years agoInstead of reading $FG_ROOT/gui.xml, recursively read all files under
david [Fri, 8 Nov 2002 02:03:56 +0000 (02:03 +0000)]
Instead of reading $FG_ROOT/gui.xml, recursively read all files under
the $FG_ROOT/gui/ directory; that way, each dialog can have a separate
configuration file, and management should be simpler.

21 years agoAdded button actions so that property fields can be applied or
david [Thu, 7 Nov 2002 22:59:46 +0000 (22:59 +0000)]
Added button actions so that property fields can be applied or
updated.

21 years agoStarted new, XML-configurable GUI subsystem.
david [Thu, 7 Nov 2002 16:27:47 +0000 (16:27 +0000)]
Started new, XML-configurable GUI subsystem.

21 years agoAdded fgLoadProps to load properties from a path relative to FG_ROOT.
david [Wed, 6 Nov 2002 18:57:31 +0000 (18:57 +0000)]
Added fgLoadProps to load properties from a path relative to FG_ROOT.

21 years agoFixed bug in timed update cycling.
david [Wed, 6 Nov 2002 16:04:04 +0000 (16:04 +0000)]
Fixed bug in timed update cycling.

21 years agoAdded a new TimedAnimation, using the type "timed" and the property
david [Wed, 6 Nov 2002 15:47:40 +0000 (15:47 +0000)]
Added a new TimedAnimation, using the type "timed" and the property
duration-sec.  This animation may have any number of child objects,
and each one will be displayed for the requested duration before
moving on to the next one.

Added Animation::init for initialization after children have been
added to an animation.

Added a default implementation of Animation::update, and removed all
of the empty ones in derived classes.

Removed tabs from model.cxx.

21 years agoBlindingly stupid ground effect bug. It interpolated in the wrong direction
andy [Tue, 5 Nov 2002 21:36:47 +0000 (21:36 +0000)]
Blindingly stupid ground effect bug.  It interpolated in the wrong direction
(zero at ground, maximum at 1-span!)

21 years agoPatch from Andy Ross:
david [Tue, 5 Nov 2002 02:28:07 +0000 (02:28 +0000)]
Patch from Andy Ross:

Indeed, there was no check for panel visibility in the input code.  I
guess we've never noticed because nothing was fighting for the same
real estate in the past.  This one-liner appears to fix the problem.

[also converted all tabs to spaces for Norm Vine]

21 years agoCleaned up some debugging output.
curt [Mon, 4 Nov 2002 16:58:54 +0000 (16:58 +0000)]
Cleaned up some debugging output.

21 years agoAdd support for drawing ODALS approach lighting.
curt [Mon, 4 Nov 2002 16:34:42 +0000 (16:34 +0000)]
Add support for drawing ODALS approach lighting.

21 years agoPatch from Jim Wilson:
david [Mon, 4 Nov 2002 02:17:13 +0000 (02:17 +0000)]
Patch from Jim Wilson:

That's a little too small to resolve differences at 16bpp. Try the
patch below.  It decreases the lifting substantially.  You will see
a slight increase in z-buffer flickering but it isn't bad.  Note
that we removed the "distance" component the other day,  the purpose
of it was to lift the lights higher when viewed at shallow viewing
angles.  The distance component is critical for the street lights that
can be very long distances away.

But with the distances we're working with here it really doesn't
do all that much.  The factor used in this patch is about as shallow
a lift as can be used when looking straight down at the airport.  At
24bpp there's no effect from incorporating a distance component.

The choice is to reintroduce a distance component...one that works (and
only for 16bpp), or alter the factor used in the patch below to strike an
acceptable balance between different viewing angles when in 16bpp mode.

21 years agoRemoved debug print statements.
david [Sun, 3 Nov 2002 15:48:08 +0000 (15:48 +0000)]
Removed debug print statements.

Added ability to set a name for an animation and refer to it in
subsequent animations.

21 years agoStreamline to create fewer branch nodes. This involves moving some
david [Sun, 3 Nov 2002 15:42:11 +0000 (15:42 +0000)]
Streamline to create fewer branch nodes.  This involves moving some
objects around when an animation specifies more than one object.

21 years agoEliminate dependency of flight.hxx on model.hxx, to avoid unnecessary
david [Sun, 3 Nov 2002 15:41:30 +0000 (15:41 +0000)]
Eliminate dependency of flight.hxx on model.hxx, to avoid unnecessary
rebuilding.

21 years agoModified /sim/current-view/axes/long and /sim/current-view/axes/lat to
david [Sat, 2 Nov 2002 21:43:15 +0000 (21:43 +0000)]
Modified /sim/current-view/axes/long and /sim/current-view/axes/lat to
use the user-configurable view defaults.

21 years agoPut taxiway lights in their own scene graph so we can adjust their brightness
curt [Fri, 1 Nov 2002 21:56:48 +0000 (21:56 +0000)]
Put taxiway lights in their own scene graph so we can adjust their brightness
(or fog punch through) independently from the ground or runway lighting.

21 years agoFix a couple oversights in the runway light lifting formula.
curt [Wed, 30 Oct 2002 22:56:22 +0000 (22:56 +0000)]
Fix a couple oversights in the runway light lifting formula.

21 years agoRemove distance component from runway lifting function. Only use the AGL
curt [Wed, 30 Oct 2002 21:59:05 +0000 (21:59 +0000)]
Remove distance component from runway lifting function.  Only use the AGL
component.  This seems to work pretty well and simplifies things a fair bit.

21 years agoAndy Ross:
curt [Tue, 29 Oct 2002 19:44:03 +0000 (19:44 +0000)]
Andy Ross:

The biggest and coolest patch adds mouse sensitivity to the 3D
cockpits, so we can finally work the radios.  This ended up requiring
significant modifications outside of the 3D cockpit code.  Stuff folks
will want to look at:

+ The list of all "3D" cockpits is stored statically in the
   panelnode.cxx file.  This is clumsy, and won't migrate well to a
   multiple-aircraft feature.  Really, there should be a per-model list
   of 3D panels, but I couldn't find a clean place to put this.  The
   only handle you get back after parsing a model is a generic ssg
   node, to which I obviously can't add panel-specific methods.

+ The aircraft model is parsed *very* early in the initialization
   order.  Earlier, in fact, than the static list of allowable command
   bindings is built in fgInitCommands().  This is bad, as it means
   that mouse bindings on the instruments can't work yet.  I moved the
   call to fgInitCommands, but someone should look carefully to see
   that I picked the right place.  There's a lot of initialization
   code, and I got a little lost in there... :)

+ I added yet another "update" hook to the fgRenderFrame routine to
   hook the updates for the 3D panels.  This is only required for
   "mouse press delay", and it's a fairly clumsy mechanism based on
   frame rate instead of real time.  There appears to be delay handling
   already in place in the Input stuff, and there's a discussion going
   on about different mouse behavior right now.  Maybe this is a good
   time to unify these two (now three) approaches?

21 years agoAndy Ross:
curt [Tue, 29 Oct 2002 19:27:05 +0000 (19:27 +0000)]
Andy Ross:

Make rotational rate FDM values available from the property tree.
This is required for some cool stuff I've been doing with the Harrier.

21 years agoFixed jump around the north indication.
david [Sun, 27 Oct 2002 20:32:34 +0000 (20:32 +0000)]
Fixed jump around the north indication.

21 years agoFix coordinate conventions for reporting pilot acceleration. Add a few
andy [Sun, 27 Oct 2002 04:30:34 +0000 (04:30 +0000)]
Fix coordinate conventions for reporting pilot acceleration.  Add a few
digits to the c.g. report.

21 years agoModified for simpler command-manager interface.
david [Sat, 26 Oct 2002 01:19:23 +0000 (01:19 +0000)]
Modified for simpler command-manager interface.

21 years agoDocumentation on adding new built-in commands to FlightGear.
david [Sat, 26 Oct 2002 01:18:52 +0000 (01:18 +0000)]
Documentation on adding new built-in commands to FlightGear.

21 years agoMajor code simplification.
david [Fri, 25 Oct 2002 22:19:51 +0000 (22:19 +0000)]
Major code simplification.

21 years agoDefault to experimental point lighting disabled.
curt [Thu, 24 Oct 2002 14:05:40 +0000 (14:05 +0000)]
Default to experimental point lighting disabled.

21 years agoErik Hofman: Irix build fixes.
curt [Thu, 24 Oct 2002 14:02:19 +0000 (14:02 +0000)]
Erik Hofman: Irix build fixes.

21 years agoTweak red and blue runway light colors a bit more.
curt [Thu, 24 Oct 2002 14:02:06 +0000 (14:02 +0000)]
Tweak red and blue runway light colors a bit more.

21 years agoRemoved some left over debugging output.
curt [Thu, 24 Oct 2002 12:12:14 +0000 (12:12 +0000)]
Removed some left over debugging output.

21 years agoWhite space tweak ...
curt [Thu, 24 Oct 2002 12:11:55 +0000 (12:11 +0000)]
White space tweak ...

21 years agoFix a subtle bug in the partial ssg tree deleter which was leaving some
curt [Thu, 24 Oct 2002 03:38:14 +0000 (03:38 +0000)]
Fix a subtle bug in the partial ssg tree deleter which was leaving some
parts of the tree left over at the end which the failsafe was catching, but
this could impose a huge framerate hit if the missed portion of the tree
was large enough (and it very often was.)

21 years agoTweak lighting colors a bit. Add a slight yellow tint to "white" lights.
curt [Wed, 23 Oct 2002 16:29:53 +0000 (16:29 +0000)]
Tweak lighting colors a bit.  Add a slight yellow tint to "white" lights.
Add a slight orange tint to "yellow" lights.  Brighten the blue lights a bit
to make them more visible.

21 years agoFixed the DG heading bug hold to work with the new DG instrumentation.
curt [Wed, 23 Oct 2002 16:27:30 +0000 (16:27 +0000)]
Fixed the DG heading bug hold to work with the new DG instrumentation.
It was slightly goofed up before by about the amount of the magnetic
variation.

21 years agoUpdates to how we structure runway lighting in the scene graph so we can get
curt [Tue, 22 Oct 2002 20:47:14 +0000 (20:47 +0000)]
Updates to how we structure runway lighting in the scene graph so we can get
the range selector to work on a per runway (or per lighting group) basis.

21 years agoTone down the relative intensity of the taxiway lights.
curt [Tue, 22 Oct 2002 04:12:33 +0000 (04:12 +0000)]
Tone down the relative intensity of the taxiway lights.

21 years agoAdded support for taxiway lights that are much more visible from the size
curt [Tue, 22 Oct 2002 03:57:32 +0000 (03:57 +0000)]
Added support for taxiway lights that are much more visible from the size
than from above.

21 years agoMake runway lighting LOD work correctly.
curt [Mon, 21 Oct 2002 19:45:21 +0000 (19:45 +0000)]
Make runway lighting LOD work correctly.

21 years agoMisc clean ups.
curt [Mon, 21 Oct 2002 16:26:48 +0000 (16:26 +0000)]
Misc clean ups.

21 years agoPreallocate proper ssg list sizes when building list structures so plib
curt [Mon, 21 Oct 2002 16:26:34 +0000 (16:26 +0000)]
Preallocate proper ssg list sizes when building list structures so plib
doesn't need to waste time extending it's list sizes.

21 years agoFix a bug with rabbit light creation.
curt [Mon, 21 Oct 2002 16:09:11 +0000 (16:09 +0000)]
Fix a bug with rabbit light creation.

21 years agoMinor tweak to avoid some compile errors people are seeing with the
curt [Mon, 21 Oct 2002 03:22:27 +0000 (03:22 +0000)]
Minor tweak to avoid some compile errors people are seeing with the
glPointParameterExt.

21 years agoPut cout and endl in std:: namespace.
david [Sat, 19 Oct 2002 10:27:52 +0000 (10:27 +0000)]
Put cout and endl in std:: namespace.

21 years agoAdd a pre/post draw call back to strobe lights so we can make them bigger
curt [Fri, 18 Oct 2002 18:43:50 +0000 (18:43 +0000)]
Add a pre/post draw call back to strobe lights so we can make them bigger
so they will stand out from everything else.

21 years agoThere are some problems with ssgTimedSelector's but shorter strings of
curt [Fri, 18 Oct 2002 03:36:56 +0000 (03:36 +0000)]
There are some problems with ssgTimedSelector's but shorter strings of
rabbit lights appear to almost work except the last light or two is never
included in the animation and longer strings of lights are drawn as all
light on ... :-(

21 years agoSome restructuring to optimize the light point portion of the scene graph.
curt [Thu, 17 Oct 2002 23:17:16 +0000 (23:17 +0000)]
Some restructuring to optimize the light point portion of the scene graph.
There's no point in having a separate leaf for each light.

21 years agoFix a bug in ground elevation measuring for the first frame after we cross
curt [Thu, 17 Oct 2002 15:54:31 +0000 (15:54 +0000)]
Fix a bug in ground elevation measuring for the first frame after we cross
a tile boundary.  (Potentially imposes a slight performance penalty, but
getting the correct answer needs to be higher priority than getting the
wrong answer really quickly.)

21 years agoSupport green directional lights.
curt [Thu, 17 Oct 2002 15:52:32 +0000 (15:52 +0000)]
Support green directional lights.

21 years agoPlaying with glPointParameterfEXT.
curt [Thu, 17 Oct 2002 04:34:32 +0000 (04:34 +0000)]
Playing with glPointParameterfEXT.

21 years agoCleaned some cruft.
curt [Thu, 17 Oct 2002 03:11:10 +0000 (03:11 +0000)]
Cleaned some cruft.

21 years agoAdd support for generating REIL approach light animations.
curt [Thu, 17 Oct 2002 03:08:46 +0000 (03:08 +0000)]
Add support for generating REIL approach light animations.

21 years agoAdd support for additional runway light colors and intensities.
curt [Wed, 16 Oct 2002 22:39:08 +0000 (22:39 +0000)]
Add support for additional runway light colors and intensities.

21 years agoFixed so that ASI will indicate correctly (or at least, more
david [Wed, 16 Oct 2002 22:09:26 +0000 (22:09 +0000)]
Fixed so that ASI will indicate correctly (or at least, more
correctly) in winds.

21 years agoAdd support for wind speed/direction and freezes.
curt [Wed, 16 Oct 2002 03:46:24 +0000 (03:46 +0000)]
Add support for wind speed/direction and freezes.

21 years agoThrottle was being scaled with mixture config values.
curt [Wed, 16 Oct 2002 03:46:05 +0000 (03:46 +0000)]
Throttle was being scaled with mixture config values.
Cleaned up some old cruft.

21 years agoPlaying with point lighting effects.
curt [Wed, 16 Oct 2002 03:44:44 +0000 (03:44 +0000)]
Playing with point lighting effects.

21 years agoCleaned up some old cruft.
curt [Wed, 16 Oct 2002 03:44:19 +0000 (03:44 +0000)]
Cleaned up some old cruft.

21 years agoAdded support for passing wind speed/direction.
curt [Wed, 16 Oct 2002 03:43:52 +0000 (03:43 +0000)]
Added support for passing wind speed/direction.
Added support for passing various freeze commands to fdm.
Initial support for in-air starts.

21 years agoNorman Vine:
curt [Wed, 16 Oct 2002 02:06:42 +0000 (02:06 +0000)]
Norman Vine:

Updates to the autopilot to allow it to run off of 'non-cooked' altitude
and heading values (as a compile time option.)

21 years agoFix an init order bug and do some minor cleanups.
curt [Wed, 16 Oct 2002 02:02:39 +0000 (02:02 +0000)]
Fix an init order bug and do some minor cleanups.

21 years agoUse default visibility instead of modified sky visibility when 2D
david [Sun, 13 Oct 2002 10:46:37 +0000 (10:46 +0000)]
Use default visibility instead of modified sky visibility when 2D
clouds are disabled.

21 years agoPatch from Frederic Bouvier:
david [Sun, 13 Oct 2002 10:43:57 +0000 (10:43 +0000)]
Patch from Frederic Bouvier:

I noticed that textures for scenery static objects are not loaded
anymore for a few weeks.  Static objects have absolute path while
random objects and aircraft have relative path but fgLoad3DModel
unconditionally prepend fg_root to the model path. This patch test the
beginning of the model path to choose if fg_root has to be prepended
to the model path.

21 years agoFixed init-order bug that caused c172-set.xml defaults always to be
david [Thu, 10 Oct 2002 18:39:52 +0000 (18:39 +0000)]
Fixed init-order bug that caused c172-set.xml defaults always to be
used unless explicitly overwritten.  Now, the options are parsed
twice, and only the *-set.xml file for the *last* aircraft specified
is loaded.

21 years agoPatch from Alex Perry:
david [Thu, 10 Oct 2002 18:15:22 +0000 (18:15 +0000)]
Patch from Alex Perry:

Ok, I found the problem.  You're computing the dynamic pressure in
"psf" and adding it to the static pressure in "inHg" to form the
total pressure.  The attached patch is the simple fix to the source.

With that fix, failing the pitot while in cruise at 3k' will cause
the airspeed to indicate beyond redline during climb ... well before 4k'.
Thus, a pitot problem can be detected on any IFR altitude change.

Similarly, failing the static (with working pitot) while cruising 4k'
causes the airspeed to indicate beyond redline during a descent
well before reaching 3k' (during which, of course, the ALT looks fine).
Thus, a static failure can be detected before the aircraft breaks out
of the pilot tolerance range and is blatantly conspicuous soon after.

21 years agoEric Hofman:
curt [Thu, 10 Oct 2002 15:02:50 +0000 (15:02 +0000)]
Eric Hofman:

Now the options can be localized as well. This adds a slight problem for
the --language options, but not that much (worst case, the strings are
loaded twice consuming some more memory). I tried to be as accurate as
posiible when copying the options texts, but there might be some
mostakes left.

21 years agoFix a potential crash with William Riley's scenery build.
curt [Wed, 9 Oct 2002 14:29:42 +0000 (14:29 +0000)]
Fix a potential crash with William Riley's scenery build.

21 years agomisc tweaks.
curt [Wed, 9 Oct 2002 14:15:08 +0000 (14:15 +0000)]
misc tweaks.

21 years agoBegin work on improving runway lighting infrastructure.
curt [Wed, 9 Oct 2002 03:40:23 +0000 (03:40 +0000)]
Begin work on improving runway lighting infrastructure.

21 years agoOops, I had my lighting tris wound the wrong way.
curt [Tue, 8 Oct 2002 22:25:41 +0000 (22:25 +0000)]
Oops, I had my lighting tris wound the wrong way.

21 years agoErik Hofman:
curt [Mon, 7 Oct 2002 15:45:00 +0000 (15:45 +0000)]
Erik Hofman:

This adds supports for a language specific font, defined in locale.xml
I've also moved the fgInitLocale() routine from main.cxx to fg_init.cxx
to prevent an ungly extern definition in options.cxx.

21 years agoMisc clean ups.
curt [Sun, 6 Oct 2002 04:27:24 +0000 (04:27 +0000)]
Misc clean ups.

21 years agoBegin work on rendering runway lights using environment maps. The basics
curt [Sun, 6 Oct 2002 03:53:19 +0000 (03:53 +0000)]
Begin work on rendering runway lights using environment maps.  The basics
are now working.  A runway light is defined by a point and a direction.  The
point and direction are combined with the local up vector to create a small
triangle orthogonal to the direction.  The two ficticous corners of the
triangle are given an alpha value of zero, the orignal corner is given an
alpha of one.  The triangle is drawn in glPolygonMode(GL_FRONT, GL_POINT)
mode which means only the corner points are drawn, and since two have alpha=0
only the original point is drawn.  This is a long way to go to draw a point,
but it ensures that the point is only visible within 90 degrees of the light
direction, behind the light it is not visible.  This is still a long way
to get to drawing a point, but we use an environement map, with the direction
vector as the normal to mimic a light that is brightest when viewed head
on and dimmest when viewed perpendicularly or disappears when viewed from
behind.

- warning, there is a bug in how the current runway light direction vector
  is calculated which will adversely effect runway lighting.  The airports
  should be regenerated in order to fix this problem.

21 years agoFrederic Bouvier:
curt [Fri, 4 Oct 2002 20:57:18 +0000 (20:57 +0000)]
Frederic Bouvier:
The FGGlobals constructor does not initialise the locale pointer.
Under MSVC, uninitialized pointer have a value of 0xcdcdcdcd, not
0, so a test in mainLoop fails and the program segfault.

This patch set un initial value to locale.

21 years agoErik Hofman:
curt [Fri, 4 Oct 2002 15:19:07 +0000 (15:19 +0000)]
Erik Hofman:

This patch fixes some bugs for correctly reporting un-updated
configuration files, and adds support for a --language=<code>
commandline option, overriding the language specified by the OS.

21 years agoEliminated current_input and added FGInput to the subsystems managed
david [Fri, 4 Oct 2002 13:20:53 +0000 (13:20 +0000)]
Eliminated current_input and added FGInput to the subsystems managed
by FGSubsystemMgr.

21 years agoDecrease the error (slightly) from a power glide.
david [Fri, 4 Oct 2002 01:04:20 +0000 (01:04 +0000)]
Decrease the error (slightly) from a power glide.

21 years agoTurn the runway lights on during the day when visibility is less than
david [Fri, 4 Oct 2002 00:23:40 +0000 (00:23 +0000)]
Turn the runway lights on during the day when visibility is less than
5000m (about 3SM).

21 years agoHave update check that sound is enabled.
david [Thu, 3 Oct 2002 21:21:44 +0000 (21:21 +0000)]
Have update check that sound is enabled.

21 years agoFirst draft of subsystem manager; moved some subsystems into it.
david [Thu, 3 Oct 2002 21:20:56 +0000 (21:20 +0000)]
First draft of subsystem manager; moved some subsystems into it.

21 years agoIgnore generated files.
david [Thu, 3 Oct 2002 16:59:32 +0000 (16:59 +0000)]
Ignore generated files.

21 years agoBetter internationalization infrastructure. We now supports the "LANG"
curt [Thu, 3 Oct 2002 14:39:37 +0000 (14:39 +0000)]
Better internationalization infrastructure.  We now supports the "LANG"
environment variable.

21 years agoInit 3d clouds at starting location.
curt [Thu, 3 Oct 2002 03:19:35 +0000 (03:19 +0000)]
Init 3d clouds at starting location.

21 years agoPreliminary support for AI planes from Dave Luff. This works only at
david [Wed, 2 Oct 2002 15:27:49 +0000 (15:27 +0000)]
Preliminary support for AI planes from Dave Luff.  This works only at
KEMT (w120n30 scenery), and you will have to set the property
/sim/ai-traffic/enabled to 'true' to see the other plane (and tune
comm1 to 121.2 to hear the other plane's radio calls).

21 years agoSupport Dave Luff's AI plane if /sim/ai-traffic/enabled is set to
david [Wed, 2 Oct 2002 15:25:58 +0000 (15:25 +0000)]
Support Dave Luff's AI plane if /sim/ai-traffic/enabled is set to
true.

21 years agoRemoved print statements accidentally committed.
david [Tue, 1 Oct 2002 23:35:33 +0000 (23:35 +0000)]
Removed print statements accidentally committed.

21 years agoCorrected so that deflections are reversed on ILS backcourse.
david [Tue, 1 Oct 2002 23:28:17 +0000 (23:28 +0000)]
Corrected so that deflections are reversed on ILS backcourse.

21 years agoGet rid of some debugging output.
curt [Tue, 1 Oct 2002 18:39:49 +0000 (18:39 +0000)]
Get rid of some debugging output.

21 years agoRead menu titles indirectly from specified property names so we can support
curt [Tue, 1 Oct 2002 18:38:34 +0000 (18:38 +0000)]
Read menu titles indirectly from specified property names so we can support
translations.

21 years agoAllow for a user specified timeout when waiting for a response from the
curt [Tue, 1 Oct 2002 16:44:38 +0000 (16:44 +0000)]
Allow for a user specified timeout when waiting for a response from the
remote fdm command server (http server.)

21 years agoPass data needed to make David's new ASI model work correctly.
curt [Tue, 1 Oct 2002 15:26:15 +0000 (15:26 +0000)]
Pass data needed to make David's new ASI model work correctly.

21 years agoErik Hofman:
curt [Mon, 30 Sep 2002 18:45:09 +0000 (18:45 +0000)]
Erik Hofman:

This is a small patch which resets the delay counter if the sound
doesn't need to be stopped. Also the code is reorganiozed a bit to fix
sume "bugs".

21 years agoPut gyro spin into a property so that it can be restored after a save.
david [Sun, 29 Sep 2002 18:26:24 +0000 (18:26 +0000)]
Put gyro spin into a property so that it can be restored after a save.

21 years agoInclude gravity in pilot accel calc when Vt < 1
tony [Sun, 29 Sep 2002 14:13:39 +0000 (14:13 +0000)]
Include gravity in pilot accel calc when Vt < 1

21 years agoLatest JSBSim updates -- includes fix for control surface animations.
tony [Sun, 29 Sep 2002 13:33:53 +0000 (13:33 +0000)]
Latest JSBSim updates -- includes fix for control surface animations.

21 years agoRemoved delete of dangling pointer -- fixes seg fault on reset
tony [Sat, 28 Sep 2002 22:48:21 +0000 (22:48 +0000)]
Removed delete of dangling pointer -- fixes seg fault on reset

21 years agoRenamed raw_ctrls.hxx -> net_ctrls.hxx which makes more sense and matches
curt [Sat, 28 Sep 2002 22:10:49 +0000 (22:10 +0000)]
Renamed raw_ctrls.hxx -> net_ctrls.hxx which makes more sense and matches
net_fdm.hxx.