]> git.mxchange.org Git - flightgear.git/log
flightgear.git
13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Torsten Dreyer [Tue, 26 Oct 2010 19:20:54 +0000 (21:20 +0200)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years ago resurrection of /sim/rendering/draw-otw
Torsten Dreyer [Tue, 26 Oct 2010 19:20:01 +0000 (21:20 +0200)]
 resurrection of /sim/rendering/draw-otw

13 years agoFix VC90 build for JSBSim update
James Turner [Tue, 26 Oct 2010 09:12:05 +0000 (10:12 +0100)]
Fix VC90 build for JSBSim update

13 years agoSync with JSBSim cvs + Anders' patch to get it working with FlightGear.
Erik Hofman [Tue, 26 Oct 2010 07:48:56 +0000 (09:48 +0200)]
Sync with JSBSim cvs + Anders' patch to get it working with FlightGear.

13 years agoDocument changes to effect files syntax: adding mipmap-control
Frederic Bouvier [Mon, 25 Oct 2010 21:16:37 +0000 (23:16 +0200)]
Document changes to effect files syntax: adding mipmap-control

13 years agoCompile again, replace clib strXXX with std::string
Torsten Dreyer [Mon, 25 Oct 2010 12:48:56 +0000 (14:48 +0200)]
Compile again, replace clib strXXX with std::string

13 years agoMerge commit 'refs/merge-requests/9' of git://gitorious.org/fg/flightgear into integr...
James Turner [Mon, 25 Oct 2010 08:12:21 +0000 (09:12 +0100)]
Merge commit 'refs/merge-requests/9' of git://gitorious.org/fg/flightgear into integration/merge9

Conflicts:
src/GUI/new_gui.cxx

13 years agoFix occasional start-up crash when reading GUI XMLs.
ThorstenB [Sun, 24 Oct 2010 19:36:15 +0000 (21:36 +0200)]
Fix occasional start-up crash when reading GUI XMLs.
_dialog_props holds SGSharedPtrs (pointers managed by reference counters).
Explicitly casting the object to an unmanaged SGPropertyNode* and deleting it
may cause heap corruption, since the following assignment "_dialog_props[..] = ..."
also tries to delete the (already deleted) object.

13 years agosrc/Network/jpg-httpd.cxx: Include C++ C headers instead of plain C headers.
Anders Gidenstam [Sun, 24 Oct 2010 13:21:26 +0000 (15:21 +0200)]
src/Network/jpg-httpd.cxx: Include C++ C headers instead of plain C headers.

13 years agoAutomake build fixes for PLIB net/ul removal.
James Turner [Sun, 24 Oct 2010 10:04:14 +0000 (11:04 +0100)]
Automake build fixes for PLIB net/ul removal.

13 years agoConvert nasal directory() helper to use simgear::Dir
James Turner [Sun, 24 Oct 2010 06:09:05 +0000 (07:09 +0100)]
Convert nasal directory() helper to use simgear::Dir

13 years agoRemove direct uses of PLIB ulXXX functions
James Turner [Sun, 24 Oct 2010 00:09:06 +0000 (01:09 +0100)]
Remove direct uses of PLIB ulXXX functions

13 years agoPLIB net removed from FlightGear
James Turner [Sat, 23 Oct 2010 19:37:26 +0000 (20:37 +0100)]
PLIB net removed from FlightGear

13 years agoMake v2 HUD a top-level subsystem, so it can be reinit()ed correctly.
James Turner [Sun, 24 Oct 2010 06:10:02 +0000 (07:10 +0100)]
Make v2 HUD a top-level subsystem, so it can be reinit()ed correctly.

13 years agoInvestigating an intermittent shutdown crash; fix deletion of AIManager.
James Turner [Sat, 23 Oct 2010 18:09:08 +0000 (19:09 +0100)]
Investigating an intermittent shutdown crash; fix deletion of AIManager.

13 years agoUpdate Vs2010 projects
Frederic Bouvier [Sat, 23 Oct 2010 15:14:01 +0000 (17:14 +0200)]
Update Vs2010 projects

13 years agoMake the v2 HUD support reinit(), so HUDs can be reloaded at runtime.
James Turner [Fri, 22 Oct 2010 18:11:24 +0000 (19:11 +0100)]
Make the v2 HUD support reinit(), so HUDs can be reloaded at runtime.

13 years agoMove three more subsystems into the init + update scheme - fixes some crashes found...
James Turner [Fri, 22 Oct 2010 11:22:00 +0000 (12:22 +0100)]
Move three more subsystems into the init + update scheme - fixes some crashes found by papillion.

13 years agoRemove references to old (unused) airways code
James Turner [Wed, 20 Oct 2010 16:54:16 +0000 (17:54 +0100)]
Remove references to old (unused) airways code

13 years agoFix Win32 compilation - avoid SID name clash with windows.h
James Turner [Wed, 20 Oct 2010 12:13:05 +0000 (13:13 +0100)]
Fix Win32 compilation - avoid SID name clash with windows.h

13 years agoAutomake build fixes for airways commit.
James Turner [Wed, 20 Oct 2010 10:48:06 +0000 (11:48 +0100)]
Automake build fixes for airways commit.

13 years agoVS2008 project updates.
James Turner [Wed, 20 Oct 2010 08:09:29 +0000 (09:09 +0100)]
VS2008 project updates.

13 years agoAirways/procedures code - add new data structures to store waypoints and
James Turner [Sun, 11 Oct 2009 11:37:13 +0000 (12:37 +0100)]
Airways/procedures code - add new data structures to store waypoints and
procedures, and routing algorithms, and modify the GPS, route manager and
WaypointList to use the new objects.

13 years agoSearch aircraft dirs when loading AI models. Thanks to Thorsten Brehm for the catch.
James Turner [Tue, 19 Oct 2010 23:07:54 +0000 (00:07 +0100)]
Search aircraft dirs when loading AI models. Thanks to Thorsten Brehm for the catch.

13 years agoMerge commit 'refs/merge-requests/7' of git://gitorious.org/fg/flightgear into topics...
James Turner [Tue, 19 Oct 2010 08:05:51 +0000 (09:05 +0100)]
Merge commit 'refs/merge-requests/7' of git://gitorious.org/fg/flightgear into topics/merge7

13 years agoUse a property listener on the root, to observe property creation, and thus lazily...
James Turner [Sun, 17 Oct 2010 23:58:35 +0000 (00:58 +0100)]
Use a property listener on the root, to observe property creation, and thus lazily update the MP property map. Fixes bug 164, and probably many latent MP missing-property issues.

13 years agoremove leftover debugging stuff
Torsten Dreyer [Tue, 12 Oct 2010 13:26:00 +0000 (15:26 +0200)]
remove leftover debugging stuff

13 years agoFix timing issue on startup for auto runway selection
Torsten Dreyer [Mon, 11 Oct 2010 19:21:53 +0000 (21:21 +0200)]
Fix timing issue on startup for auto runway selection

The automatic runway selection code in startup.nas depends
on a valid metar before /sim/signals/nasal-dir-initialized
is fired. If the METAR arrives after that signal, no automatic
runway selection is performed. This patch waits for a METAR
on the first update() loop of the subsystem.

13 years agoMerge commit 'refs/merge-requests/8' of git://gitorious.org/fg/flightgear into merge...
Torsten Dreyer [Sat, 9 Oct 2010 14:06:18 +0000 (16:06 +0200)]
Merge commit 'refs/merge-requests/8' of git://gitorious.org/fg/flightgear into merge-predictor-fix

13 years agoreplace GLU functions with OSG functionality
Tim Moore [Fri, 8 Oct 2010 21:46:38 +0000 (23:46 +0200)]
replace GLU functions with OSG functionality

13 years agoFixed autopilot/Predictor.
Thorsten Brehm [Fri, 8 Oct 2010 19:41:09 +0000 (21:41 +0200)]
Fixed autopilot/Predictor.
Signature of Predictor::configure must match AnalogComponent::configure,
otherwise the inherited method isn't overridden.
=> predictor couldn't be configured.
=> speed predictor rules in "generic-autopilot-helper.xml" weren't working.

13 years agoRemove uneccessary explicit update of FGLight
James Turner [Mon, 4 Oct 2010 08:13:26 +0000 (09:13 +0100)]
Remove uneccessary explicit update of FGLight

13 years agoMake MultiPlayer a well-behaved subsystem.
James Turner [Sat, 2 Oct 2010 22:40:38 +0000 (23:40 +0100)]
Make MultiPlayer a well-behaved subsystem.

13 years agoMake FGAircraftModel behave like a standarrd subsystem.
James Turner [Sat, 2 Oct 2010 15:09:02 +0000 (16:09 +0100)]
Make FGAircraftModel behave like a standarrd subsystem.

13 years agoAnother GPWS fix: terrain clearance filter must be reset on reset/reposition.
Thorsten Brehm [Tue, 5 Oct 2010 20:34:23 +0000 (22:34 +0200)]
Another GPWS fix: terrain clearance filter must be reset on reset/reposition.
Queue of recent altitude samples must be cleared on reset/reposition to avoid nuisance alerts...

13 years agoFixed navradio when shutting down/restarting nav receiver.
Thorsten Brehm [Tue, 5 Oct 2010 20:34:08 +0000 (22:34 +0200)]
Fixed navradio when shutting down/restarting nav receiver.
"nav-loc" and "has_gs" properties were not updated when nav receiver was rebooted.

Shutting down the nav receiver clears all nav outputs (including "nav-loc" and "has_gs").
=> When nav receiver is powered again, all outputs must be updated.
=> "nav-loc" and "has_gs" are only updated when active nav station changes.
=> old nav station must be cleared on shutdown to enforce update on nav reboot...

13 years agoAutopilot: fix initialization of digital filters
Torsten Dreyer [Tue, 5 Oct 2010 12:29:36 +0000 (14:29 +0200)]
Autopilot: fix initialization of digital filters

13 years agoThorsten Brem's patches for bug 122
Tim Moore [Sat, 2 Oct 2010 21:03:27 +0000 (23:03 +0200)]
Thorsten Brem's patches for bug 122

Fixes teleporting problems and disappearing tiles.

13 years agoMerge commit 'refs/merge-requests/6' of git://gitorious.org/fg/flightgear into torste...
James Turner [Sat, 2 Oct 2010 18:16:48 +0000 (19:16 +0100)]
Merge commit 'refs/merge-requests/6' of git://gitorious.org/fg/flightgear into torsten/mkviii

13 years agoFix wxradar to use path resolution
Thorsten Brehm [Fri, 1 Oct 2010 22:40:24 +0000 (00:40 +0200)]
Fix wxradar to use path resolution
make it work with the new "multiple aircraft dir" feature

13 years agoMake the tile-manager a well-behaved SGSubsystem
James Turner [Fri, 1 Oct 2010 18:09:19 +0000 (19:09 +0100)]
Make the tile-manager a well-behaved SGSubsystem

13 years agoKill off the general.hxx header
James Turner [Fri, 1 Oct 2010 08:35:37 +0000 (09:35 +0100)]
Kill off the general.hxx header

13 years agoGet rid of FGGeneral; expose equivlanet values via properties.
James Turner [Fri, 1 Oct 2010 08:33:31 +0000 (09:33 +0100)]
Get rid of FGGeneral; expose equivlanet values via properties.

13 years agoKill off fgRequestRedraw
James Turner [Wed, 29 Sep 2010 21:03:57 +0000 (22:03 +0100)]
Kill off fgRequestRedraw

13 years agoRefactor exit code, so the osgViewer gets 'done'.
James Turner [Wed, 29 Sep 2010 20:04:11 +0000 (21:04 +0100)]
Refactor exit code, so the osgViewer gets 'done'.

13 years agoTidy new_gui header
James Turner [Thu, 30 Sep 2010 17:58:01 +0000 (18:58 +0100)]
Tidy new_gui header

13 years agoTidy fg_commands header.
James Turner [Wed, 29 Sep 2010 21:27:27 +0000 (22:27 +0100)]
Tidy fg_commands header.

13 years agoMerge commit 'refs/merge-requests/5' of git://gitorious.org/fg/flightgear into next
Csaba Halasz [Thu, 30 Sep 2010 21:54:35 +0000 (23:54 +0200)]
Merge commit 'refs/merge-requests/5' of git://gitorious.org/fg/flightgear into next

13 years ago- Fixed mk-viii sound sample loader: missing "/".
Thorsten Brehm [Thu, 30 Sep 2010 21:18:13 +0000 (23:18 +0200)]
- Fixed mk-viii sound sample loader: missing "/".
- Fixed triggering of debug assertion "altitude_callout_voice != NULL" when
  altitude callouts were delayed by higher priority warnings.
- Fixed performance bug: MK_VIII::IOHandler::TerrainClearanceFilter::update
  sucked CPU time (top #12 in profiler), due to complex "moving average"
  calculation on a queue of hundreds/thousands of altitude samples.
  Also, pausing the sim caused this queue to grow excessively (by one sample
  per update loop) => resuming the sim after pausing it for a long time
  resulted in the TerrainClearanceFilter sucking even more CPU time...
  => Number of altitude samples is now limited to 5 samples/sim-time-second
  (still more than enough to calculate a stable average).

13 years agoAdd missing initializer in AIBallistic.cxx
Csaba Halasz [Thu, 30 Sep 2010 11:07:42 +0000 (13:07 +0200)]
Add missing initializer in AIBallistic.cxx

13 years agoRationalize methods.
Vivian Meazza [Tue, 28 Sep 2010 19:52:04 +0000 (20:52 +0100)]
Rationalize methods.

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years agoAdd coefficients configurable at runtime, and bugfix.
Vivian Meazza [Tue, 28 Sep 2010 19:46:02 +0000 (20:46 +0100)]
Add coefficients configurable at runtime, and bugfix.

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years agoRemove unneeded variable.
Vivian Meazza [Tue, 28 Sep 2010 19:43:47 +0000 (20:43 +0100)]
Remove unneeded variable.

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years agoMerged commit from Vivian Meazza: Rationalize methods (ea85e50c2093942164bbc02f371a0c...
Csaba Halasz [Wed, 29 Sep 2010 23:05:04 +0000 (01:05 +0200)]
Merged commit from Vivian Meazza: Rationalize methods (ea85e50c2093942164bbc02f371a0c05b259f9f4)

13 years agoMerge branch 'next' into vivian
Csaba Halasz [Wed, 29 Sep 2010 22:45:13 +0000 (00:45 +0200)]
Merge branch 'next' into vivian

Conflicts:

src/AIModel/AIBallistic.cxx
src/AIModel/AIBase.cxx

13 years agoAdd join manoeuvre/command to AIWingman. Rationalize more methods. Fix some more...
Vivian Meazza [Mon, 27 Sep 2010 22:50:44 +0000 (23:50 +0100)]
Add join manoeuvre/command to AIWingman. Rationalize more methods. Fix some more bugs

13 years agoSimplified pointer-aliasing patch.
Thorsten Brehm [Tue, 28 Sep 2010 06:50:54 +0000 (08:50 +0200)]
Simplified pointer-aliasing patch.

Removed introduction of a new union and reused existing one.

13 years agoFixed all type-casts violating the strict-aliasing rule.
Thorsten Brehm [Mon, 27 Sep 2010 21:48:20 +0000 (23:48 +0200)]
Fixed all type-casts violating the strict-aliasing rule.
=> Removes compiler warnings and optimization problems.

13 years agoIgnore outdated METAR for realwx
Torsten Dreyer [Mon, 27 Sep 2010 16:59:26 +0000 (18:59 +0200)]
Ignore outdated METAR for realwx

13 years ago- Fix compiler warnings.
Durk Talsma [Mon, 27 Sep 2010 15:48:38 +0000 (17:48 +0200)]
- Fix compiler warnings.

13 years agoThorsten Brehm:
James Turner [Mon, 20 Sep 2010 08:06:30 +0000 (09:06 +0100)]
Thorsten Brehm:
* Fixed segfault when GPWS finds a matching airport but no suitable runway.
* Fixed several sim deadlocks when GPWS alerts trigger at "strange"
heights (e.g. initial alert height is -5ft or 1e-29...).
* Avoid repitition of GPWS alerts below 30ft, i.e. avoid excessive
repitition when plane becomes airborne at bumpy landings.

13 years agoUpdate MSVC 10 project
Frederic Bouvier [Sun, 19 Sep 2010 14:46:18 +0000 (16:46 +0200)]
Update MSVC 10 project

13 years agoUpdate MSVC 10 project
Frederic Bouvier [Sun, 19 Sep 2010 12:48:49 +0000 (14:48 +0200)]
Update MSVC 10 project

13 years agoUpdate MSVC 9 project
Frederic Bouvier [Sun, 19 Sep 2010 12:36:28 +0000 (14:36 +0200)]
Update MSVC 9 project

13 years agoSync. with JSBSim CVS
Erik Hofman [Sun, 19 Sep 2010 09:18:13 +0000 (11:18 +0200)]
Sync. with JSBSim CVS

13 years agoSync. with JSBSim CVS
Erik Hofman [Sun, 19 Sep 2010 09:16:29 +0000 (11:16 +0200)]
Sync. with JSBSim CVS

13 years agoRestored src/AIModel/AIShip.hxx to unix line endings. The last step of
Anders Gidenstam [Fri, 17 Sep 2010 20:00:38 +0000 (22:00 +0200)]
Restored src/AIModel/AIShip.hxx to unix line endings. The last step of
rebasing merge-request #6 for inclusion.

13 years agoBugfix - untie property.
Vivian Meazza [Sun, 12 Sep 2010 09:16:53 +0000 (10:16 +0100)]
Bugfix - untie property.

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years agoAdd <name> tag so that AIWingman or other suitable AI Object can be attached.
Vivian Meazza [Sun, 12 Sep 2010 09:16:14 +0000 (10:16 +0100)]
Add <name> tag so that AIWingman or other suitable AI Object can be attached.

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years agoMake AI Objects of type Wingman, Escort, and GroundVehicle able to be stationed or...
Vivian Meazza [Fri, 10 Sep 2010 22:51:25 +0000 (23:51 +0100)]
Make AI Objects of type Wingman, Escort, and GroundVehicle able to be stationed or formated to any AI Object type which can be named - Carrier, Ship, Tanker, Wingman etc.

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years agoRemove debugging statement.
Vivian Meazza [Thu, 9 Sep 2010 20:38:49 +0000 (21:38 +0100)]
Remove debugging statement.

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years agoAssociate submodels with parent AI Objects.
Vivian Meazza [Wed, 8 Sep 2010 17:09:03 +0000 (18:09 +0100)]
Associate submodels with parent AI Objects.

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years agoUse AIBase method setParentNode() vice the local method.
Vivian Meazza [Wed, 8 Sep 2010 16:47:28 +0000 (17:47 +0100)]
Use AIBase method setParentNode() vice the local method.

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years agoAdd callsign for consitency.
Vivian Meazza [Wed, 8 Sep 2010 16:39:56 +0000 (17:39 +0100)]
Add callsign for consitency.

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years agoMove methods "setParentNode()" etc. to make them available to all AI Objects.
Vivian Meazza [Wed, 8 Sep 2010 16:38:35 +0000 (17:38 +0100)]
Move methods "setParentNode()" etc. to make them available to all AI Objects.

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years agoEnable Ballistic objects to be slaved to any AI Object.
Vivian Meazza [Wed, 8 Sep 2010 16:34:17 +0000 (17:34 +0100)]
Enable Ballistic objects to be slaved to any AI Object.

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years agoFix mean nasal bug when calling setprop("foo")
Torsten Dreyer [Mon, 13 Sep 2010 20:15:50 +0000 (22:15 +0200)]
Fix mean nasal bug when calling setprop("foo")

Reported on the forum from Thorsten Renk and analyzed by
Hooray, fixes this issue:
var x="/test/X";
var y="/test/Y";

setprop(x,100); # sets x=100
setprop(y); # sets x=0

setprop(x,100);
setprop(200); # sets x=200

by checking for at least 2 parameters for setprop

13 years agoFix static initialization order trouble on OSX
Torsten Dreyer [Mon, 13 Sep 2010 19:21:10 +0000 (21:21 +0200)]
Fix static initialization order trouble on OSX

13 years agoAllow for scenery de-saturation
Erik Hofman [Sun, 12 Sep 2010 09:06:14 +0000 (11:06 +0200)]
Allow for scenery de-saturation

13 years agoFix MSVC 100 project files updated by hand
Frederic Bouvier [Sat, 11 Sep 2010 21:31:01 +0000 (23:31 +0200)]
Fix MSVC 100 project files updated by hand

13 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Frederic Bouvier [Sat, 11 Sep 2010 20:14:07 +0000 (22:14 +0200)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

13 years agoBe a bit more descriptive on "PT_vs_hpt: ran out of layers"
Torsten Dreyer [Sat, 11 Sep 2010 19:33:17 +0000 (21:33 +0200)]
Be a bit more descriptive on "PT_vs_hpt: ran out of layers"
Please enter the commit message for your changes. Lines starting

13 years agoEnvironment bugfix: don't write unchanged cloud coverages
Torsten Dreyer [Sat, 11 Sep 2010 19:23:11 +0000 (21:23 +0200)]
Environment bugfix: don't write unchanged cloud coverages

Only write out changes of the cloud layer to avoid regeneration
of the cloud layers if nothing has changed

13 years agoEnvironment overhaul: add terrainsampler to the vc projects
Torsten Dreyer [Sat, 11 Sep 2010 19:05:06 +0000 (21:05 +0200)]
Environment overhaul: add terrainsampler to the vc projects

13 years agoKeep MSVC happy with the Environment updates
Torsten Dreyer [Sat, 11 Sep 2010 18:32:37 +0000 (20:32 +0200)]
Keep MSVC happy with the Environment updates

13 years agoEnvironment controller overhaul
Torsten Dreyer [Sat, 11 Sep 2010 14:11:35 +0000 (16:11 +0200)]
Environment controller overhaul

This is the initial commit for a reworked environment controller.
The main intention is to decouple the individual modules like
metar fetch, metar properties, environment interpolation etc.
to make it easier for other weather module developers to modify
environment settings.
As a side effect, the dialogs for weather-scenario, weather-conditions,
clouds and precipitations have been merged into a single dialog

13 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Frederic Bouvier [Thu, 9 Sep 2010 17:54:44 +0000 (19:54 +0200)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

13 years agoMerge commit 'refs/merge-requests/1552' of git@gitorious.org:fg/flightgear into next
Csaba Halasz [Wed, 8 Sep 2010 22:48:17 +0000 (00:48 +0200)]
Merge commit 'refs/merge-requests/1552' of git@gitorious.org:fg/flightgear into next

Conflicts:

src/MultiPlayer/multiplaymgr.cxx

13 years agoDon't expect an 'Aircraft' sub-directory within each aircraft-dir.
James Turner [Wed, 8 Sep 2010 10:01:26 +0000 (11:01 +0100)]
Don't expect an 'Aircraft' sub-directory within each aircraft-dir.

13 years agoRegister the aircraft resource provider.
James Turner [Mon, 6 Sep 2010 21:57:48 +0000 (22:57 +0100)]
Register the aircraft resource provider.

13 years agoFix one more place to use path resolution
James Turner [Mon, 6 Sep 2010 15:10:58 +0000 (16:10 +0100)]
Fix one more place to use path resolution
(and hence work with multiple aircraft dirs)
Thanks to Jentron for the catch.

13 years agoPass current-dir into XMLSound
James Turner [Mon, 6 Sep 2010 08:28:28 +0000 (09:28 +0100)]
Pass current-dir into XMLSound
(and update to revised SGSoundSample ctor)

13 years agoUse the new Simgear ResourceManager to resolve paths.
James Turner [Mon, 6 Sep 2010 08:13:10 +0000 (09:13 +0100)]
Use the new Simgear ResourceManager to resolve paths.

13 years agoFix submodel code to work with multiple aircraft dirs.
James Turner [Mon, 6 Sep 2010 08:12:25 +0000 (09:12 +0100)]
Fix submodel code to work with multiple aircraft dirs.

13 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Frederic Bouvier [Sun, 5 Sep 2010 14:59:26 +0000 (16:59 +0200)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

13 years agoExpose some OSG DisplaySettings to the property tree
Torsten Dreyer [Sun, 5 Sep 2010 09:56:38 +0000 (11:56 +0200)]
Expose some OSG DisplaySettings to the property tree

13 years agoIssue a warning when finding duplicate tail numbers. Note that this is far from a...
Durk Talsma [Fri, 3 Sep 2010 10:32:55 +0000 (12:32 +0200)]
Issue a warning when finding duplicate tail numbers. Note that this is far from a fatal error, but does interfere with the startup heuristics data collection mechanism.

13 years agoMerge branch 'next' of git@gitorious.org:fg/flightgear into next
Durk Talsma [Fri, 3 Sep 2010 08:57:27 +0000 (10:57 +0200)]
Merge branch 'next' of git@gitorious.org:fg/flightgear into next

13 years ago* A few new features to allow database management and traffic pattern developement:
Durk Talsma [Fri, 3 Sep 2010 08:47:05 +0000 (10:47 +0200)]
* A few new features to allow database management and traffic pattern developement:
  --prop:/sim/traffic-manager/dumpdata=true: dumps the currently loaded datafile to the console for inspection.
  --prop:/sim/traffic-manager/datafile=/path/to/somefile.xml: Skips autoscanning and reads traffic only from the specified xml file.
  --prop:/sim/traffic-manager/datafile=/path/to/somefile.conf: Slips autoscanning and reads traffic from a plain text file, as described on the forum/wiki

* Removed the use of pointers for heuristics calculations, as urged by Frederic Bouvier
* Fixed domain error in proportion calculation during loading, resulting in random skipping of aircraft, as reported by Jorg van der Venne.

13 years agoRestored line endings in src/MultiPlayer/multiplaymgr.cxx.
Anders Gidenstam [Thu, 2 Sep 2010 18:07:34 +0000 (20:07 +0200)]
Restored line endings in src/MultiPlayer/multiplaymgr.cxx.

Please check that the line endings are not messed up before mergeing.