]> git.mxchange.org Git - flightgear.git/log
flightgear.git
12 years agoBundle more OSG plugins in nightly builds[D
Frederic Bouvier [Mon, 20 Jun 2011 21:31:22 +0000 (23:31 +0200)]
Bundle more OSG plugins in nightly builds[D

12 years ago#346 related: missing status message for property server
ThorstenB [Mon, 20 Jun 2011 20:50:07 +0000 (22:50 +0200)]
#346 related: missing status message for property server
Provide same start-up status message as for other protocols.

12 years agoRemoved useless divisions - As a side effect, it removes the risk of divisions by...
Erik Hofman [Sun, 19 Jun 2011 08:34:21 +0000 (10:34 +0200)]
Removed useless divisions - As a side effect, it removes the risk of divisions by zero

12 years agoUpdate 3rdparty files for win32/x64
Frederic Bouvier [Sat, 18 Jun 2011 21:34:57 +0000 (23:34 +0200)]
Update 3rdparty files for win32/x64

12 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Frederic Bouvier [Sat, 18 Jun 2011 19:24:31 +0000 (21:24 +0200)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

12 years agoBundle DDS plugin too
Frederic Bouvier [Sat, 18 Jun 2011 19:23:54 +0000 (21:23 +0200)]
Bundle DDS plugin too

12 years agoImproved the calcs during trimming after a suggestion from Dennis
Erik Hofman [Sat, 18 Jun 2011 15:50:47 +0000 (17:50 +0200)]
Improved the calcs during trimming after a suggestion from Dennis

12 years agoFixed switch parsing and message
Erik Hofman [Fri, 17 Jun 2011 12:16:49 +0000 (14:16 +0200)]
Fixed switch parsing and message

12 years agosync with JSBSim CVS
Erik Hofman [Fri, 17 Jun 2011 07:26:52 +0000 (09:26 +0200)]
sync with JSBSim CVS

13 years agoLink built-in svn in MSVC if 32-bit target is selected
Frederic Bouvier [Wed, 15 Jun 2011 06:27:56 +0000 (08:27 +0200)]
Link built-in svn in MSVC if 32-bit target is selected

13 years agoissue #127: make screen shots work with OSG multi-threading
ThorstenB [Mon, 13 Jun 2011 18:31:27 +0000 (20:31 +0200)]
issue #127: make screen shots work with OSG multi-threading
Make sure actual snap shot is executed in graphics context.
(Revert the revert :) - since the basic issue in simgear is solved now)
(patch requires simgear+fgdata update!)

13 years agoRevert "issue #127: make screen shots work with OSG multi-threading"
ThorstenB [Sun, 12 Jun 2011 22:52:43 +0000 (00:52 +0200)]
Revert "issue #127: make screen shots work with OSG multi-threading"

This reverts commit b4d90150c50094ac25f2e9ed7ea8302a3ef148d2.

13 years agoMartin Spott: Fix special FDM define for CMake.
ThorstenB [Sun, 12 Jun 2011 22:46:50 +0000 (00:46 +0200)]
Martin Spott: Fix special FDM define for CMake.

13 years agoMartin Spott: Add CMake DBus support for event driven input.
ThorstenB [Sun, 12 Jun 2011 22:45:40 +0000 (00:45 +0200)]
Martin Spott: Add CMake DBus support for event driven input.
Tested on Linux only, please improve if you see fit.

13 years agoMartin Spott: CMake DBus module, credit goes to the KDE project
ThorstenB [Sun, 12 Jun 2011 22:44:22 +0000 (00:44 +0200)]
Martin Spott: CMake DBus module, credit goes to the KDE project
from whom the file was copied.

13 years agoBetrand Coconnier: fix for issue #220 for JSBSim a/c
ThorstenB [Sun, 12 Jun 2011 19:04:16 +0000 (21:04 +0200)]
Betrand Coconnier: fix for issue #220 for JSBSim a/c
Modifying /position/altitude-ft did not change a/c position

13 years agoIntroduce "PRESERVE" flag to protect properties on sim reset.
ThorstenB [Sun, 12 Jun 2011 18:31:56 +0000 (20:31 +0200)]
Introduce "PRESERVE" flag to protect properties on sim reset.
Some specific properties need protection and shouldn't be restored to their
original values on sim-reset.

13 years agoMartin Spott: fixed sh-like variable in CMakeLists.txt
ThorstenB [Sun, 12 Jun 2011 13:17:03 +0000 (15:17 +0200)]
Martin Spott: fixed sh-like variable in CMakeLists.txt

13 years agoDo not reset persistent properties on sim-reset.
ThorstenB [Sun, 12 Jun 2011 11:53:14 +0000 (13:53 +0200)]
Do not reset persistent properties on sim-reset.
Fixed ugly sim-reset issue: Persistent properties (USERARCHIVE attribute)
are retained across sim sessions (when restarting the sim). So they should
also be retained on sim-resets (without the need to first exit/restart
the sim to make them really persistent).
Also, avoid warning due to read-only properties.

13 years agoAvoid compiler warning.
ThorstenB [Sun, 12 Jun 2011 11:45:10 +0000 (13:45 +0200)]
Avoid compiler warning.

13 years agoFix linking with -lsgtsync with cmake.
Mathias Froehlich [Sun, 12 Jun 2011 06:29:49 +0000 (08:29 +0200)]
Fix linking with -lsgtsync with cmake.

13 years agoIntroduce terrasync subsystem.
ThorstenB [Sat, 11 Jun 2011 22:44:07 +0000 (00:44 +0200)]
Introduce terrasync subsystem.
Fix tile reloading issue.

13 years agogit ignore debug directory
ThorstenB [Sat, 11 Jun 2011 22:12:39 +0000 (00:12 +0200)]
git ignore debug directory

13 years agoissue #61: built-in svn broken for automake builds
ThorstenB [Sat, 11 Jun 2011 13:29:50 +0000 (15:29 +0200)]
issue #61: built-in svn broken for automake builds
Thanks to "j...@flygarna.se"

13 years agoUse computed gravity instead of hardcoded value
Torsten Dreyer [Wed, 8 Jun 2011 18:17:40 +0000 (20:17 +0200)]
Use computed gravity instead of hardcoded value

13 years agoMerge commit 'refs/merge-requests/11' of git://gitorious.org/fg/flightgear into vivian
Torsten Dreyer [Wed, 8 Jun 2011 18:12:53 +0000 (20:12 +0200)]
Merge commit 'refs/merge-requests/11' of git://gitorious.org/fg/flightgear into vivian

13 years agoChange SimGear library order for fgadmin
Torsten Dreyer [Wed, 8 Jun 2011 14:02:07 +0000 (16:02 +0200)]
Change SimGear library order for fgadmin

13 years agoMake fgadmin compile under linux
Torsten Dreyer [Wed, 8 Jun 2011 14:01:23 +0000 (16:01 +0200)]
Make fgadmin compile under linux

missing string.h for str(n)cmp

13 years agoRemove stray space
ThorstenB [Mon, 6 Jun 2011 17:53:21 +0000 (19:53 +0200)]
Remove stray space
Thanks to Vivian - make MSVC9 happy again.

13 years agoBugfix: set life timer to 0 on instantiation and when ballistic object dies.
Vivian Meazza [Mon, 6 Jun 2011 08:32:00 +0000 (09:32 +0100)]
Bugfix: set life timer to 0 on instantiation and when ballistic object dies.

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years agoMerge branch 'next' of D:\Git_New\flightgear into next
Vivian Meazza [Mon, 6 Jun 2011 08:16:39 +0000 (09:16 +0100)]
Merge branch 'next' of D:\Git_New\flightgear into next

13 years agoMerge branch 'next' of D:\Git_New\flightgear into next
Vivian Meazza [Sun, 5 Jun 2011 21:25:10 +0000 (22:25 +0100)]
Merge branch 'next' of D:\Git_New\flightgear into next

13 years agocmake: check for SimGear 2.3.0
Torsten Dreyer [Sun, 5 Jun 2011 19:38:44 +0000 (21:38 +0200)]
cmake: check for SimGear 2.3.0

13 years agoMake cmake for fgpanel work under linux
Torsten Dreyer [Sun, 5 Jun 2011 19:08:44 +0000 (21:08 +0200)]
Make cmake for fgpanel work under linux

13 years agoFix a data type mismatch
Torsten Dreyer [Sun, 5 Jun 2011 15:10:04 +0000 (17:10 +0200)]
Fix a data type mismatch

13 years agoInitial commit to add fgpanel to cmake build system
Torsten Dreyer [Sun, 5 Jun 2011 15:04:41 +0000 (17:04 +0200)]
Initial commit to add fgpanel to cmake build system

Most likely only works on OSX, other OSes will follow later

13 years agoAvoid crashing in hla initialization failure.
Mathias Froehlich [Sun, 5 Jun 2011 11:44:37 +0000 (13:44 +0200)]
Avoid crashing in hla initialization failure.

13 years agoadd a sanity check for the overcast property
Erik Hofman [Sun, 5 Jun 2011 08:26:55 +0000 (10:26 +0200)]
add a sanity check for the overcast property

13 years agoAdd a /rendering/scene/overcast option to color the skydome gray in case of overcast
Erik Hofman [Sun, 5 Jun 2011 08:20:16 +0000 (10:20 +0200)]
Add a /rendering/scene/overcast option to color the skydome gray in case of overcast

13 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Torsten Dreyer [Sat, 4 Jun 2011 19:30:46 +0000 (21:30 +0200)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

13 years agofgpanel: fix compile for OSX
Torsten Dreyer [Sat, 4 Jun 2011 19:27:04 +0000 (21:27 +0200)]
fgpanel: fix compile for OSX

13 years agoMinor error message formatting.
ThorstenB [Sat, 4 Jun 2011 15:55:37 +0000 (17:55 +0200)]
Minor error message formatting.

13 years agoFix crash when display/screen number invalid
ThorstenB [Sat, 4 Jun 2011 15:55:12 +0000 (17:55 +0200)]
Fix crash when display/screen number invalid
getScreenResolution shouldn't be called before the safety check.
Fixes commit ba7d8b8155731c95acf43f5e5a5a007cc6e96cdc

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Torsten Dreyer [Sat, 4 Jun 2011 13:58:54 +0000 (15:58 +0200)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoAnticipating v2.4.0 - bump fgdata version to 2.3.0
Torsten Dreyer [Sat, 4 Jun 2011 13:53:38 +0000 (15:53 +0200)]
Anticipating v2.4.0 - bump fgdata version to 2.3.0

13 years agoAs torten explains: it is probably not a good idea to ti /environment/relative-humidi...
Erik Hofman [Sat, 4 Jun 2011 13:39:45 +0000 (15:39 +0200)]
As torten explains: it is probably not a good idea to ti /environment/relative-humidity since the FGEnvironment ties to this property too

13 years agoAdd the /rendering/scene/scattering property to allow the weather system to contoll...
Erik Hofman [Sat, 4 Jun 2011 11:11:56 +0000 (13:11 +0200)]
Add the /rendering/scene/scattering property to allow the weather system to contoll the amount of light scattering (or absorption) of the fog

13 years agoFix bug#333 2D clouds sometimes not visible with material shaders are disabled
Torsten Dreyer [Fri, 3 Jun 2011 20:05:43 +0000 (22:05 +0200)]
Fix bug#333 2D clouds sometimes not visible with material shaders are disabled

Only draw 3d clouds if enabled and shader-effects are true.
Remove the property-tie for 3dclouds-enabled and use a change listener
instead which also listens for changes of the shader-effects property.

13 years agoPush some of the ATIS logic into AirportDynamics, in preparation for ATIS being owned...
James Turner [Thu, 2 Jun 2011 22:28:40 +0000 (23:28 +0100)]
Push some of the ATIS logic into AirportDynamics, in preparation for ATIS being owned by the airport

13 years agoFix for bug 331, cmake was missing mkfifo() check. Thanks to Olaf Flebbe for the...
James Turner [Thu, 2 Jun 2011 22:01:17 +0000 (23:01 +0100)]
Fix for bug 331, cmake was missing mkfifo() check. Thanks to Olaf Flebbe for the catch!

13 years agoOlaf Flebbe: #332, Improve Nasal's "systime" method
ThorstenB [Thu, 2 Jun 2011 21:53:42 +0000 (23:53 +0200)]
Olaf Flebbe: #332, Improve Nasal's "systime" method
Use gettimeofday for determine time, rather than time() and gettimeofday()

13 years agoMinor tweaks to positioned find commands.
James Turner [Wed, 1 Jun 2011 23:33:47 +0000 (00:33 +0100)]
Minor tweaks to positioned find commands.

13 years agoImprovements to exposing FGPositioned via commands - support frequency searches.
James Turner [Wed, 1 Jun 2011 22:55:04 +0000 (23:55 +0100)]
Improvements to exposing FGPositioned via commands - support frequency searches.

13 years agoEnsure window position is 0,0 for multi-display setups with fullscreen mode
ThorstenB [Wed, 1 Jun 2011 19:31:48 +0000 (21:31 +0200)]
Ensure window position is 0,0 for multi-display setups with fullscreen mode
Fix an issue introduced by commit 863551a932e21f3d4315c0ceb51005929acc9f20
for multi-display setups.
Some code clean-up.

13 years agoFix Linux build (automake)
ThorstenB [Wed, 1 Jun 2011 19:01:50 +0000 (21:01 +0200)]
Fix Linux build (automake)
CMake guys: please don't forget automake (yet)! ;-)

13 years agoFix Linux build
Frederic Bouvier [Wed, 1 Jun 2011 18:28:31 +0000 (20:28 +0200)]
Fix Linux build

13 years agoFix win32 build
Frederic Bouvier [Wed, 1 Jun 2011 18:25:53 +0000 (20:25 +0200)]
Fix win32 build

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Curtis L. Olson [Wed, 1 Jun 2011 17:04:59 +0000 (12:04 -0500)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoExpose FGPositioned data via property tree, and make comm-stations a real FGPositione...
James Turner [Wed, 25 May 2011 06:50:15 +0000 (07:50 +0100)]
Expose FGPositioned data via property tree, and make comm-stations a real FGPositioned subclass.

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Curtis L. Olson [Wed, 1 Jun 2011 16:19:19 +0000 (11:19 -0500)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoMake basic route-manager commands be real SGCommands
James Turner [Sun, 29 May 2011 22:43:40 +0000 (23:43 +0100)]
Make basic route-manager commands be real SGCommands

13 years agoRemove some unused code
Torsten Dreyer [Tue, 31 May 2011 18:58:22 +0000 (20:58 +0200)]
Remove some unused code

13 years agoremove inclusion of useless stdio.h
Torsten Dreyer [Tue, 31 May 2011 18:39:32 +0000 (20:39 +0200)]
remove inclusion of useless stdio.h

13 years agoCompute gravitational acceleration
Torsten Dreyer [Tue, 31 May 2011 13:28:32 +0000 (15:28 +0200)]
Compute gravitational acceleration

Compute gravitational acceleration based on the formula of
Somigliana corrected for altitude and provide the value
in property /environment/gravitational-acceleration-mps2

13 years agoDon't declare static functions in header file
Torsten Dreyer [Tue, 31 May 2011 08:35:42 +0000 (10:35 +0200)]
Don't declare static functions in header file

13 years agoRemove 'using namespace std' directive
Torsten Dreyer [Tue, 31 May 2011 08:12:07 +0000 (10:12 +0200)]
Remove 'using namespace std' directive

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Curtis L. Olson [Mon, 30 May 2011 18:08:59 +0000 (13:08 -0500)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agofix #142: initial window position
ThorstenB [Sun, 29 May 2011 16:46:11 +0000 (18:46 +0200)]
fix #142: initial window position
Be (at least a bit) smarter with initial x/y position
Also some minor type/comment issues.

13 years agoDeterministic loading sequence for Nasal scripts
ThorstenB [Sun, 29 May 2011 16:44:15 +0000 (18:44 +0200)]
Deterministic loading sequence for Nasal scripts
Avoid loading Nasal scripts in (random) file system order

13 years agoFix linux build - auto_ptr<> needs <memory>
Frederic Bouvier [Sun, 29 May 2011 07:34:56 +0000 (09:34 +0200)]
Fix linux build - auto_ptr<> needs <memory>

13 years agoMove all MP code in src/MultiPlayer.
James Turner [Sat, 13 Nov 2010 14:38:35 +0000 (14:38 +0000)]
Move all MP code in src/MultiPlayer.
Allow the subsystem to be (re-)inited at runtime.

13 years agoBertrand Coconnier: bug fix for #184, JSBSim: command line arguments
ThorstenB [Sat, 28 May 2011 22:05:33 +0000 (00:05 +0200)]
Bertrand Coconnier: bug fix for #184, JSBSim: command line arguments
1. The atmospheric properties of FG are not yet initialized when
JSBSim is initialized.
-> patch is quite basic and there may exist smarter ways to initialize
properly the environment before the FDM.
2. The Euler angles were initialized after the velocities.
3. The glide slope and rate of climb were ignored. Fixes all FDMs (YASim,
UIUC, JSBSim, etc.)
4. Some properties were instructed to re-use their previous value while
they should not.
5. Some bugs existed in JSBSim trim code. -> This bug has already been
fixed in JSBSim but the corresponding patch has not yet been applied to FG.

13 years agoMerge branch 'next' of D:\Git_New\flightgear into next
Vivian Meazza [Sat, 28 May 2011 21:53:50 +0000 (22:53 +0100)]
Merge branch 'next' of D:\Git_New\flightgear into next

13 years agoissue #127: make screen shots work with OSG multi-threading
ThorstenB [Sat, 28 May 2011 21:27:46 +0000 (23:27 +0200)]
issue #127: make screen shots work with OSG multi-threading
Make sure actual snap shot is executed in graphics context.
(patch requires simgear+fgdata update!)

13 years agoFix yet another subtle resize problem I introduced, which upset PUI. This code is...
James Turner [Sat, 28 May 2011 20:20:06 +0000 (21:20 +0100)]
Fix yet another subtle resize problem I introduced, which upset PUI. This code is terribly fragile - yuck. Thanks to papillion 81 for tracking down the issue,

13 years ago"Straighten" VC90 fgpanel project and add it to the solution
Frederic Bouvier [Sat, 28 May 2011 16:24:58 +0000 (18:24 +0200)]
"Straighten" VC90 fgpanel project and add it to the solution

13 years agofixed #308: "Reload input" did not respect joysticks.xml
ThorstenB [Sat, 28 May 2011 09:16:03 +0000 (11:16 +0200)]
fixed #308: "Reload input" did not respect joysticks.xml
Predefined joystick information must be maintained on "reload input".

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Curtis L. Olson [Fri, 27 May 2011 20:14:42 +0000 (15:14 -0500)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoProvide a vc90 project file for fgpanel
Torsten Dreyer [Fri, 27 May 2011 19:15:49 +0000 (21:15 +0200)]
Provide a vc90 project file for fgpanel

13 years agolet fgpanel compile under vc90
Torsten Dreyer [Fri, 27 May 2011 18:53:16 +0000 (20:53 +0200)]
let fgpanel compile under vc90

13 years agoMerge branch 'next' of D:\Git_New\flightgear into next
Vivian Meazza [Fri, 27 May 2011 08:52:29 +0000 (09:52 +0100)]
Merge branch 'next' of D:\Git_New\flightgear into next

13 years agoUsed the simgear strutils helper, fixing a corner-case ThorstenB spotted.
James Turner [Thu, 26 May 2011 19:18:27 +0000 (20:18 +0100)]
Used the simgear strutils helper, fixing a corner-case ThorstenB spotted.

13 years agoUnfortunately, the view code relies on resize being called each frame ... bah. Fixes...
James Turner [Wed, 25 May 2011 11:18:07 +0000 (12:18 +0100)]
Unfortunately, the view code relies on resize being called each frame ... bah. Fixes startup aspect ratio for the moment.

13 years agoFactor timeofday command into the TimeManager
James Turner [Wed, 25 May 2011 07:23:11 +0000 (08:23 +0100)]
Factor timeofday command into the TimeManager

13 years agoMerge branch 'refs/heads/topics/loadfp' into next
James Turner [Wed, 25 May 2011 10:51:33 +0000 (11:51 +0100)]
Merge branch 'refs/heads/topics/loadfp' into next

13 years agoMake --flight-plan option delegate to the route-manager loadRoute code, and hence...
James Turner [Wed, 25 May 2011 07:21:45 +0000 (08:21 +0100)]
Make --flight-plan option delegate to the route-manager loadRoute code, and hence support XML flight-plans.

13 years agoFirst attempt at support for loading airport XML files via a command
James Turner [Tue, 24 May 2011 23:03:51 +0000 (00:03 +0100)]
First attempt at support for loading airport XML files via a command

13 years agoMinor cleanup of resize() handler, while tracing down an OS-X Windowing issue.
James Turner [Tue, 24 May 2011 22:56:44 +0000 (23:56 +0100)]
Minor cleanup of resize() handler, while tracing down an OS-X Windowing issue.

13 years agoMerge branch 'next' of D:\Git_New\flightgear into next
Vivian Meazza [Tue, 24 May 2011 21:40:23 +0000 (22:40 +0100)]
Merge branch 'next' of D:\Git_New\flightgear into next

13 years agoAdd the capability of switching slaved objects at runtime.
Vivian Meazza [Sat, 21 May 2011 16:08:36 +0000 (17:08 +0100)]
Add the capability of switching slaved objects at runtime.

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years ago#323: Bad init sequence could segfault
ThorstenB [Sun, 22 May 2011 20:56:51 +0000 (22:56 +0200)]
#323: Bad init sequence could segfault
Oops, early window event callbacks could trigger issues on some systems.
Fixes an issue caused by my commit 473d1447c330780ecac8a12a2d0b35c4eebdde41

13 years agoSome minor splash screen status improvements.
ThorstenB [Sun, 22 May 2011 16:28:42 +0000 (18:28 +0200)]
Some minor splash screen status improvements.

13 years agoBugfix for #106: main view port aspect-ratio broken when 2D panels are moved
ThorstenB [Sun, 22 May 2011 16:18:39 +0000 (18:18 +0200)]
Bugfix for #106: main view port aspect-ratio  broken when 2D panels are moved
Seems the hack was necessary for the pre-OSG display only. Or the feature
is broken since OSG port altogether. But it caused issues for 3D and 2D
cockpits when /sim/virtual-cockpit wasn't enabled. => Removing for now.

13 years agoRemove remaining use of fabsf() from the code, avoid an OSG header issue on OS-X.
James Turner [Sun, 22 May 2011 15:30:18 +0000 (16:30 +0100)]
Remove remaining use of fabsf() from the code, avoid an OSG header issue on OS-X.

13 years agoFix #109: Seg faults caused by wxradar with ARC display mode (aerostar700)
ThorstenB [Sun, 22 May 2011 09:02:15 +0000 (11:02 +0200)]
Fix #109: Seg faults caused by wxradar with ARC display mode (aerostar700)
Fixes an ugly issue with OSG overwriting memory/stack. wxradar triggered
the issue in display mode "ARC" - since it configured a display mask (12
vertices) but all vertices were immediately removed again ("_vertices->clear()").
Issue is fixed, mask now working - however the mask wasn't even properly
aligned for the display (probably never worked since OSG port). The display
mask is only really required for weather display - so disabling for now.

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Curtis L. Olson [Sat, 21 May 2011 16:15:06 +0000 (11:15 -0500)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoMerge branch 'next' of D:\Git_New\flightgear into next
Vivian Meazza [Sat, 21 May 2011 16:10:47 +0000 (17:10 +0100)]
Merge branch 'next' of D:\Git_New\flightgear into next

13 years agoAdd the capability of switching slaved objects at runtime.
Vivian Meazza [Sat, 21 May 2011 16:08:36 +0000 (17:08 +0100)]
Add the capability of switching slaved objects at runtime.

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years agoFixed blocked splash-screen on sim reset
ThorstenB [Sat, 21 May 2011 15:12:37 +0000 (17:12 +0200)]
Fixed blocked splash-screen on sim reset
Fixes Commit 9a3fb418e4a358b65135d1e6d05d870cfc584b55

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Curtis L. Olson [Sat, 21 May 2011 15:05:47 +0000 (10:05 -0500)]
Merge branch 'next' of gitorious.org:fg/flightgear into next