]> git.mxchange.org Git - flightgear.git/log
flightgear.git
13 years agoUpdate MSVC build procedure
Frederic Bouvier [Sun, 29 Aug 2010 16:26:44 +0000 (18:26 +0200)]
Update MSVC build procedure

13 years agofix double binding bug in autopilotgroup and naming error
Torsten Dreyer [Thu, 26 Aug 2010 16:51:46 +0000 (18:51 +0200)]
fix double binding bug in autopilotgroup and naming error

13 years agoDowngrade two autopilot SG_LOG alerts to warnings
Torsten Dreyer [Wed, 25 Aug 2010 18:43:43 +0000 (20:43 +0200)]
Downgrade two autopilot SG_LOG alerts to warnings

13 years agoDon't segfault on missing boundary table
Torsten Dreyer [Tue, 24 Aug 2010 18:32:41 +0000 (20:32 +0200)]
Don't segfault on missing boundary table

13 years agoproperty-rules might be read from fg-root
Torsten Dreyer [Mon, 23 Aug 2010 20:27:39 +0000 (22:27 +0200)]
property-rules might be read from fg-root

13 years agoOups - terrainsamplers header was modified, too
Torsten Dreyer [Mon, 23 Aug 2010 15:52:19 +0000 (17:52 +0200)]
Oups - terrainsamplers header was modified, too

13 years agoSome terrainsampler improvements
Torsten Dreyer [Mon, 23 Aug 2010 15:47:57 +0000 (17:47 +0200)]
Some terrainsampler improvements

- use max. computation time instead of max computations per frame
- restart computation of an area only after significant movememt
- let the area move with a heading and a speed

13 years agoMerge commit 'refs/merge-requests/1551' of git://gitorious.org/fg/flightgear into...
Frederic Bouvier [Sat, 21 Aug 2010 12:54:08 +0000 (14:54 +0200)]
Merge commit 'refs/merge-requests/1551' of git://gitorious.org/fg/flightgear into stuartb/modelcallsign

13 years agoLine endings ?
Frederic Bouvier [Sat, 21 Aug 2010 12:53:03 +0000 (14:53 +0200)]
Line endings ?

13 years agoUpdate to MSVC10 project files
Frederic Bouvier [Sat, 21 Aug 2010 12:52:20 +0000 (14:52 +0200)]
Update to MSVC10 project files

13 years agoAutopilot is more than just an autopilot: Introducing: "property rule"
Torsten Dreyer [Wed, 18 Aug 2010 16:50:07 +0000 (18:50 +0200)]
Autopilot is more than just an autopilot: Introducing: "property rule"

The autopilot has grown beyond being just an autopilot. It's
components, filters and controllers could be used to set property
values based on complex rules and driven from other property values.
That's why I chose to give it the name "property-rule".
This patch allows to define an arbitrary number of property rules under
a/sim/property-rule[n]/path
using the same syntax as autopilot configurations.

13 years agoFix crashes (activating the route-manager) with a default GPS.
James Turner [Mon, 16 Aug 2010 16:10:12 +0000 (17:10 +0100)]
Fix crashes (activating the route-manager) with a default GPS.

13 years agoExpose aircraft-dirs under /sim (read-only, for security)
James Turner [Mon, 16 Aug 2010 10:00:54 +0000 (11:00 +0100)]
Expose aircraft-dirs under /sim (read-only, for security)

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Torsten Dreyer [Sun, 15 Aug 2010 18:35:14 +0000 (20:35 +0200)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoDowngrade the ridgelift to a subsystem of environment
Torsten Dreyer [Sun, 15 Aug 2010 18:33:29 +0000 (20:33 +0200)]
Downgrade the ridgelift to a subsystem of environment

13 years agoExpose path resolver to Nasal.
James Turner [Sun, 15 Aug 2010 10:02:27 +0000 (11:02 +0100)]
Expose path resolver to Nasal.

13 years agoSupport relative paths in 'loadxml' command
James Turner [Sun, 15 Aug 2010 10:02:15 +0000 (11:02 +0100)]
Support relative paths in 'loadxml' command
(relative to FG_ROOT or an aircraft dir)

13 years agoFirst step into implementing the local-weather system
Torsten Dreyer [Sat, 14 Aug 2010 20:42:31 +0000 (22:42 +0200)]
First step into implementing the local-weather system

This is the first part of the local-weather implementation
of Thorsten Renk, currently written entirly in Nasal. Here
comes the terrain-sampling subsystem as a first step. It is
not (yet) included in the build process which will be
performed when the system has a little matured.

13 years agoMake ident/name searches on FGPositioned case-insensitive (for the GPS, especially)
James Turner [Sat, 14 Aug 2010 19:24:30 +0000 (20:24 +0100)]
Make ident/name searches on FGPositioned case-insensitive (for the GPS, especially)

13 years agoFix issue identified by AndersG - don't load 2.5D panels for MP aircraft, only the...
James Turner [Sat, 14 Aug 2010 18:50:22 +0000 (19:50 +0100)]
Fix issue identified by AndersG - don't load 2.5D panels for MP aircraft, only the main aircraft.

13 years agoReally fix bug 146 - angle units confusiuon.
James Turner [Sat, 14 Aug 2010 18:29:02 +0000 (19:29 +0100)]
Really fix bug 146 - angle units confusiuon.

13 years agoCandidate fix for bug 146, view_direction computed incorrectly.
James Turner [Sat, 14 Aug 2010 18:24:48 +0000 (19:24 +0100)]
Candidate fix for bug 146, view_direction computed incorrectly.

13 years agoMerge branch 'topics/bug150' into next
James Turner [Sat, 14 Aug 2010 18:17:23 +0000 (19:17 +0100)]
Merge branch 'topics/bug150' into next

13 years agoFix bug 150 (airports not found in GPS search)
James Turner [Sat, 14 Aug 2010 18:16:28 +0000 (19:16 +0100)]
Fix bug 150 (airports not found in GPS search)
Overhaul and simplify the GPS search logic based
on experience and testing with the API. Also fix
search-by-name, which was broken.

13 years agosync again
Erik Hofman [Sat, 14 Aug 2010 12:09:58 +0000 (14:09 +0200)]
sync again

13 years agoThorsten Brehm: GPWS: Fixed permanent blocking of lower prio warnings
James Turner [Sat, 14 Aug 2010 09:23:13 +0000 (10:23 +0100)]
Thorsten Brehm: GPWS: Fixed permanent blocking of lower prio warnings
Only block callouts which were actually issued to the pilot. When
multiple callouts trigger at the same time, allow lower prio warnings
to be issued once the higher prio ones are resolved.
=> Gear/flap warnings are now working reliably (no longer blocked
permanently when altitude callouts are enabled).

13 years agouse simgear::strutils::rpad() instead of strncpy()
Torsten Dreyer [Thu, 12 Aug 2010 11:03:26 +0000 (13:03 +0200)]
use simgear::strutils::rpad() instead of strncpy()

13 years agoEven more std::string fixes.
James Turner [Mon, 9 Aug 2010 08:40:20 +0000 (09:40 +0100)]
Even more std::string fixes.

13 years agoOne more std::string fixup.
James Turner [Mon, 9 Aug 2010 08:16:28 +0000 (09:16 +0100)]
One more std::string fixup.

13 years agoFix 'using std::' abuses
James Turner [Mon, 9 Aug 2010 07:36:20 +0000 (08:36 +0100)]
Fix 'using std::' abuses

13 years agoUpdate MSVC10 project files
Frederic Bouvier [Sun, 8 Aug 2010 09:31:47 +0000 (11:31 +0200)]
Update MSVC10 project files

13 years agoEven more imlicit includes becoming explicit.
James Turner [Sat, 7 Aug 2010 13:07:17 +0000 (14:07 +0100)]
Even more imlicit includes becoming explicit.

13 years agoMake even more implict includes explicit.
James Turner [Sat, 7 Aug 2010 12:00:33 +0000 (13:00 +0100)]
Make even more implict includes explicit.

13 years agoInterpret environment variables and hostname on Windows
Torsten Dreyer [Fri, 6 Aug 2010 07:06:32 +0000 (09:06 +0200)]
Interpret environment variables and hostname on Windows

- Point the homedir variable to %APPDATA%/flightgear.org. This
enables .fgfsrc in this path for windows users.
- Evaluate the returncode of gethostname() to not strdup() bogus
characters on failure. Also mainly on windows.

13 years agoFix segfault on invalid command line arguments
Torsten Dreyer [Fri, 6 Aug 2010 06:44:34 +0000 (08:44 +0200)]
Fix segfault on invalid command line arguments

If FlightGear terminated before the FDM was instantiated it crashed.

13 years agoFix a startup offset problem
Erik Hofman [Wed, 4 Aug 2010 08:22:26 +0000 (10:22 +0200)]
Fix a startup offset problem

13 years agoCreate TimeManager subsystem, and collect the time related code out of main.cxx and...
James Turner [Tue, 13 Jul 2010 20:50:44 +0000 (21:50 +0100)]
Create TimeManager subsystem, and collect the time related code out of main.cxx and fg_init.cxx into it.
Remove the unfortunately named 'tmp.[cxx|hxx]', pushing the remaining code in FGLight.
(second try, with init bug fixed)

13 years agosrc/Model/panelnode.cxx: Do not leave dangling pointers behind.
Anders Gidenstam [Tue, 3 Aug 2010 18:56:48 +0000 (20:56 +0200)]
src/Model/panelnode.cxx: Do not leave dangling pointers behind.

13 years agoSync. with JSBSim CVS.
Erik Hofman [Tue, 3 Aug 2010 07:51:13 +0000 (09:51 +0200)]
Sync. with JSBSim CVS.

13 years agoMerge commit 'refs/merge-requests/1552' of git://gitorious.org/fg/flightgear into...
Frederic Bouvier [Tue, 3 Aug 2010 06:27:57 +0000 (08:27 +0200)]
Merge commit 'refs/merge-requests/1552' of git://gitorious.org/fg/flightgear into vivian/contrails

13 years agoRemove old AI system
David Luff [Mon, 2 Aug 2010 23:21:56 +0000 (00:21 +0100)]
Remove old AI system

13 years agoMerge branch 'next' of D:\Git_New\flightgear into next
Vivian Meazza [Mon, 2 Aug 2010 08:04:40 +0000 (09:04 +0100)]
Merge branch 'next' of D:\Git_New\flightgear into next

13 years agoRevert "Create TimeManager subsystem" - not quite ready for prime-time yet!
James Turner [Sun, 1 Aug 2010 23:23:36 +0000 (00:23 +0100)]
Revert "Create TimeManager subsystem" - not quite ready for prime-time yet!

This reverts commit 50eb95dcadaf39d892212f2c5c6fe2459b190719.

13 years agoOnce again, I forgot that we bind() subsystems *before* init().
James Turner [Sun, 1 Aug 2010 22:50:52 +0000 (23:50 +0100)]
Once again, I forgot that we bind() subsystems *before* init().

13 years agoMerge branch 'next' of D:\Git_New\flightgear into next
Vivian Meazza [Sun, 1 Aug 2010 22:25:55 +0000 (23:25 +0100)]
Merge branch 'next' of D:\Git_New\flightgear into next

13 years agoCreate TimeManager subsystem, and collect the time related code out of main.cxx and...
James Turner [Tue, 13 Jul 2010 20:50:44 +0000 (21:50 +0100)]
Create TimeManager subsystem, and collect the time related code out of main.cxx and fg_init.cxx into it.
Remove the unfortunately named 'tmp.[cxx|hxx]', pushing the remaining code in FGLight.

13 years agoReset - instruments can be re-inited now (reloads XML files)
James Turner [Sun, 4 Jul 2010 22:03:05 +0000 (23:03 +0100)]
Reset - instruments can be re-inited now (reloads XML files)

13 years agoMake saveInitialProperties smarter, and hence simplify the reset code path.
James Turner [Sun, 4 Jul 2010 11:53:51 +0000 (12:53 +0100)]
Make saveInitialProperties smarter, and hence simplify the reset code path.

13 years agoFix MSVC 10 compilation
Frederic Bouvier [Sun, 1 Aug 2010 16:43:41 +0000 (18:43 +0200)]
Fix MSVC 10 compilation

13 years agoFix MSVC compilation
Frederic Bouvier [Sun, 1 Aug 2010 16:43:28 +0000 (18:43 +0200)]
Fix MSVC compilation

13 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Durk Talsma [Sun, 1 Aug 2010 16:10:25 +0000 (18:10 +0200)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

13 years agoFix MSVC compilation (hopefully).
Durk Talsma [Sun, 1 Aug 2010 16:08:53 +0000 (18:08 +0200)]
Fix MSVC compilation (hopefully).

13 years agoMSVC 10 build: use Boost 1.43 for VC10
Frederic Bouvier [Sun, 1 Aug 2010 16:05:35 +0000 (18:05 +0200)]
MSVC 10 build: use Boost 1.43 for VC10

13 years agoIgnore msbuild cache
Frederic Bouvier [Mon, 10 May 2010 06:36:19 +0000 (08:36 +0200)]
Ignore msbuild cache

13 years agoUpdate project to use VC100 OSG and Boost 1.42.0
Frederic Bouvier [Mon, 10 May 2010 06:34:47 +0000 (08:34 +0200)]
Update project to use VC100 OSG and Boost 1.42.0

13 years agoCompile with MSVC10
Frederic Bouvier [Sat, 8 May 2010 15:36:32 +0000 (17:36 +0200)]
Compile with MSVC10

13 years agoAdd VS2010 project files
Frederic Bouvier [Sat, 8 May 2010 15:36:11 +0000 (17:36 +0200)]
Add VS2010 project files

13 years agoBecause the new code is a stub, it really ought to be doing nothing, not even print...
Durk Talsma [Sun, 1 Aug 2010 14:24:11 +0000 (16:24 +0200)]
Because the new code is a stub, it really ought to be doing nothing, not even print debug information. :-)

13 years agoAdded some stubs in the flightgear main code to eventually add a full, FGSubsystems...
Durk Talsma [Sun, 1 Aug 2010 14:16:33 +0000 (16:16 +0200)]
Added some stubs in the flightgear main code to eventually add a full, FGSubsystems based ATIS system that will serve as a replacement for the ATCDCL code.

13 years agoSilence a debug message that was accidentally left open.
Durk Talsma [Sun, 1 Aug 2010 14:13:52 +0000 (16:13 +0200)]
Silence a debug message that was accidentally left open.

13 years agoMore tidying
Vivian Meazza [Sun, 1 Aug 2010 13:50:03 +0000 (14:50 +0100)]
More tidying

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years agoMerge branch 'next' of D:\Git_New\flightgear into next
Vivian Meazza [Sun, 1 Aug 2010 13:48:18 +0000 (14:48 +0100)]
Merge branch 'next' of D:\Git_New\flightgear into next

13 years agoTidy up for commit
Vivian Meazza [Sun, 1 Aug 2010 09:47:40 +0000 (10:47 +0100)]
Tidy up for commit

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years agoFix up Win32 GUI code after simgear/screen cleanup; deprecated dialog code going...
James Turner [Sat, 31 Jul 2010 15:54:37 +0000 (16:54 +0100)]
Fix up Win32 GUI code after simgear/screen cleanup; deprecated dialog code going away.

13 years agoRemove use of simgear/screen/extensions.h.
James Turner [Fri, 30 Jul 2010 18:48:36 +0000 (19:48 +0100)]
Remove use of simgear/screen/extensions.h.

13 years agoProperly compile kln89 code without reliance on ATCDCL.
Durk Talsma [Sat, 31 Jul 2010 11:35:22 +0000 (13:35 +0200)]
Properly compile kln89 code without reliance on ATCDCL.

13 years agoDisable ATCDCL and fix replacement layer
Frederic Bouvier [Sat, 31 Jul 2010 07:25:17 +0000 (09:25 +0200)]
Disable ATCDCL and fix replacement layer

13 years agoDisable a test built entirely on Point3D and PLIB/SG
James Turner [Fri, 30 Jul 2010 09:49:58 +0000 (10:49 +0100)]
Disable a test built entirely on Point3D and PLIB/SG

13 years agoThorsten: EGPWS fixes!
James Turner [Fri, 30 Jul 2010 08:20:36 +0000 (09:20 +0100)]
Thorsten: EGPWS fixes!
* Fix issue #139, uninitialized variable causing sim deadlock in MK_VIII::Mode5Handler::get_soft_bias
* Fix more uninitialized variables sometimes causing warnings not to work.
* Fix some warnings only working on a single approach (missing reset).
* EGPWS self-test can now be triggered more than once (missing reset).
* Implement configuration options for attitude and altitude input selection.

13 years agoRemoves some references (in comments / disabled code) to Point3D
James Turner [Fri, 30 Jul 2010 08:07:24 +0000 (09:07 +0100)]
Removes some references (in comments / disabled code) to Point3D

13 years agoSet the key SGModelLib callback to make aircraft-dir OSG loading work.
James Turner [Thu, 29 Jul 2010 00:07:32 +0000 (01:07 +0100)]
Set the key SGModelLib callback to make aircraft-dir OSG loading work.

13 years agoMerge branch 'work4' into next
Vivian Meazza [Wed, 28 Jul 2010 21:39:07 +0000 (22:39 +0100)]
Merge branch 'work4' into next

Conflicts:
src/Environment/environment_mgr.cxx

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years agoExperimental bugfix for particle wind
Vivian Meazza [Wed, 28 Jul 2010 21:22:04 +0000 (22:22 +0100)]
Experimental bugfix for particle wind

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years agoAdd "expiry" parameter and other changes to implement persistent contrails using...
Vivian Meazza [Wed, 28 Jul 2010 21:20:50 +0000 (22:20 +0100)]
Add "expiry" parameter and other changes to implement persistent contrails using Ballistic objects

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years agoAdd --fg-aircraft option, and aircraft dir path list. Partial support in places that...
James Turner [Sun, 18 Jul 2010 12:21:30 +0000 (13:21 +0100)]
Add --fg-aircraft option, and aircraft dir path list. Partial support in places that load files, for respecting the setting.

Add helper to look for an aircraft branch path in multiple candidate locations.
Update the main subsystems to use the helper, and hence load from any aircraft dir.

13 years agoMake various implicit includes (via PLIB) explicit.
James Turner [Tue, 27 Jul 2010 07:31:10 +0000 (08:31 +0100)]
Make various implicit includes (via PLIB) explicit.

13 years agoChange default status of atcdcl compilation from 'enabled' to 'disabled'.
Durk Talsma [Tue, 27 Jul 2010 18:31:32 +0000 (20:31 +0200)]
Change default status of atcdcl compilation from 'enabled' to 'disabled'.

13 years agoMerge branch 'next' of git@gitorious.org:fg/flightgear into next
Durk Talsma [Tue, 27 Jul 2010 18:21:31 +0000 (20:21 +0200)]
Merge branch 'next' of git@gitorious.org:fg/flightgear into next

13 years ago(Re)allow duplicate names for A/P stages
Torsten Dreyer [Sat, 24 Jul 2010 15:17:33 +0000 (17:17 +0200)]
(Re)allow duplicate names for A/P stages

Don't ignore autpilot stages with duplicate names but rename
the dups to a unique name by adding '_' plus a sequence number.

13 years agoMerge branch 'next' of git@gitorious.org:fg/flightgear into next
Durk Talsma [Sat, 24 Jul 2010 07:21:06 +0000 (09:21 +0200)]
Merge branch 'next' of git@gitorious.org:fg/flightgear into next

13 years ago- Trying to improve waypoint following.
Durk Talsma [Sat, 24 Jul 2010 07:19:37 +0000 (09:19 +0200)]
- Trying to improve waypoint following.

13 years agoCall the new particle wind setting function with wind direction and speed.
Cutis L. Olson [Fri, 23 Jul 2010 17:37:17 +0000 (12:37 -0500)]
Call the new particle wind setting function with wind direction and speed.

The particle wind setting method then takes care of whatever logic and
transformations are requred to convert to the proper OSG coordinate system.

13 years agoRemove all (2) uses of simgear/math/vector.h from FlightGear.
James Turner [Fri, 23 Jul 2010 12:26:07 +0000 (13:26 +0100)]
Remove all (2) uses of simgear/math/vector.h from FlightGear.

13 years agoFix issues exposed by PLIB-free SimGear.
James Turner [Fri, 23 Jul 2010 08:41:37 +0000 (09:41 +0100)]
Fix issues exposed by PLIB-free SimGear.

13 years agoClean up names in --show-aircraft; avoid -set.xml suffixes.
James Turner [Thu, 22 Jul 2010 00:36:32 +0000 (01:36 +0100)]
Clean up names in --show-aircraft; avoid -set.xml suffixes.

13 years agoThorsten: work around crashes when re-positioning, in the ATC-DCL code.
James Turner [Wed, 21 Jul 2010 23:31:29 +0000 (00:31 +0100)]
Thorsten: work around crashes when re-positioning, in the ATC-DCL code.

13 years agoBugfix: set temp and dewpoint from the gui
Torsten Dreyer [Tue, 20 Jul 2010 20:56:15 +0000 (22:56 +0200)]
Bugfix: set temp and dewpoint from the gui

This fix (re)enables the setting of temperature and
dewpoint from the weather-conditions dialog and other
sources for various altitude layers. These temperatures
are reduced to the corresponding sea level temperatures
according to ICAO standard atmosphere which is the inverse
function of the calculation of temperature at altitude based
on sea-level-temperature.
Note: this only works for the troposphere.

13 years agoMerge branch 'next' of git@gitorious.org:fg/flightgear into next
Durk Talsma [Sun, 18 Jul 2010 13:46:38 +0000 (15:46 +0200)]
Merge branch 'next' of git@gitorious.org:fg/flightgear into next

13 years agoBugfix: wrong interpolation of winds aloft
Torsten Dreyer [Sat, 17 Jul 2010 16:49:31 +0000 (18:49 +0200)]
Bugfix: wrong interpolation of winds aloft

Fix a bug reported by Jacob Burbach.
Environment interpolation did not work above layer 1
A potential division by zero is also included

13 years agoRewrite --show-aircraft and --aircraft handling to share directory search code.
James Turner [Tue, 6 Jul 2010 20:06:50 +0000 (21:06 +0100)]
Rewrite --show-aircraft and --aircraft handling to share directory search code.
As a bonus, sort the --show-aircraft list case-insensitively.

13 years agoConvert scenery path setup to use simgear::Dir
James Turner [Mon, 5 Jul 2010 07:31:09 +0000 (08:31 +0100)]
Convert scenery path setup to use simgear::Dir

13 years agoConvert --show-aircraft to use simgear::Dir
James Turner [Mon, 5 Jul 2010 07:03:29 +0000 (08:03 +0100)]
Convert --show-aircraft to use simgear::Dir

13 years agoadjust gamma based on time of day
Erik Hofman [Sat, 17 Jul 2010 13:02:06 +0000 (15:02 +0200)]
adjust gamma based on time of day

13 years agoRemove range criteria, add sub-submodels to any depth, and add expiry criteria
Vivian Meazza [Fri, 16 Jul 2010 22:05:05 +0000 (23:05 +0100)]
Remove range criteria, add sub-submodels to any depth, and add expiry criteria

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Torsten Dreyer [Fri, 16 Jul 2010 14:50:11 +0000 (16:50 +0200)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoKeep the windows users happy with the new JSBSim merge
Torsten Dreyer [Fri, 16 Jul 2010 14:49:24 +0000 (16:49 +0200)]
Keep the windows users happy with the new JSBSim merge

Added FGRungeKutta to the project

13 years agodon't forget to update the Makefile
Erik Hofman [Fri, 16 Jul 2010 10:31:59 +0000 (12:31 +0200)]
don't forget to update the Makefile

13 years agoSync with JSBSim CVS
Erik Hofman [Fri, 16 Jul 2010 09:05:59 +0000 (11:05 +0200)]
Sync with JSBSim CVS

13 years agoSync with JSBSim CVS
Erik Hofman [Fri, 16 Jul 2010 06:00:21 +0000 (08:00 +0200)]
Sync with JSBSim CVS

13 years agoMerge branch 'topics/bug141' into next
James Turner [Tue, 13 Jul 2010 19:50:17 +0000 (20:50 +0100)]
Merge branch 'topics/bug141' into next