]> git.mxchange.org Git - flightgear.git/log
flightgear.git
12 years agoMinor FDM shell performance improvement
ThorstenB [Sun, 9 Oct 2011 10:24:16 +0000 (12:24 +0200)]
Minor FDM shell performance improvement
Don't resolve all properties at run-time.

12 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Durk Talsma [Sat, 8 Oct 2011 22:31:47 +0000 (00:31 +0200)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

12 years agoSeveral Bugfixes:
Durk Talsma [Sat, 8 Oct 2011 22:25:04 +0000 (00:25 +0200)]
Several Bugfixes:
 * Landing AIAircraft now land properly!!!
 * Fixed problems with takeoff scheduling.
 * Untangled several vertical speed calculation algorithms.
 * No more bent-over-backwards and jump-in-the-air AI aircraft initializations.
 * Fixed intermixed target speed and target altitude during climb phase.
 * Implemented beginnings of a "line up and wait" procedure.
 * Tried to use actual runway elevation for calculating the decent profile.

12 years agoFix win32 fgpanel build
Frederic Bouvier [Sat, 8 Oct 2011 11:41:32 +0000 (13:41 +0200)]
Fix win32 fgpanel build

12 years agofgpanel: improved path handling
ThorstenB [Sat, 8 Oct 2011 09:28:28 +0000 (11:28 +0200)]
fgpanel: improved path handling
- Allow relative paths for panels.
- Set FGROOT as resource manager base path, so absolute
  XML includes can be resolved

12 years agoFurther NavDisplay hacking, symbol binding is working more sanely now.
James Turner [Fri, 7 Oct 2011 07:34:56 +0000 (08:34 +0100)]
Further NavDisplay hacking, symbol binding is working more sanely now.

12 years agoRevert back to the version from sept 4. Vertical speed calculations of decending...
Durk Talsma [Wed, 5 Oct 2011 19:40:47 +0000 (21:40 +0200)]
Revert back to the version from sept 4. Vertical speed calculations of decending AI aircraft were messed up.

12 years agoIntroducing: The new navradio code (WIP)
Torsten Dreyer [Wed, 5 Oct 2011 13:26:41 +0000 (15:26 +0200)]
Introducing: The new navradio code (WIP)

Here comes the work-in-progres code for a new navradio
implementation. Once completed, it will replace the
old/current navradio implementation.
The new code can be activated by setting
/instrumentation/use-new-navradio=true
at startup. This disables the old navradio implementation.

Current state:
- VOR works pretty good including the new
functionality 'code of confusion'.
- LOC and GS basically work
- backward compatibility (many properties) is to be implemented

12 years agohla: Avoid explicit attribute update request. Is already done by simgear.
Mathias Froehlich [Tue, 4 Oct 2011 18:57:15 +0000 (20:57 +0200)]
hla: Avoid explicit attribute update request. Is already done by simgear.

12 years agoAdjust cursor-setting code, for better compatibility with Cocoa-Viewer (OSG patch...
James Turner [Tue, 4 Oct 2011 08:17:56 +0000 (09:17 +0100)]
Adjust cursor-setting code, for better compatibility with Cocoa-Viewer (OSG patch still required, unfortunately)

12 years agoMac: Work-around for OSG3's Cocoa Viewer interacting badly with PUI
James Turner [Tue, 4 Oct 2011 08:14:15 +0000 (09:14 +0100)]
Mac: Work-around for OSG3's Cocoa Viewer interacting badly with PUI

12 years agoWork on the NavDisplay instrument.
James Turner [Tue, 4 Oct 2011 07:58:09 +0000 (08:58 +0100)]
Work on the NavDisplay instrument.

12 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Torsten Dreyer [Mon, 3 Oct 2011 20:29:48 +0000 (22:29 +0200)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

12 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Durk Talsma [Mon, 3 Oct 2011 18:57:32 +0000 (20:57 +0200)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

12 years ago* A new algorithm for determining hold position instructions. This version still...
Durk Talsma [Mon, 3 Oct 2011 18:54:58 +0000 (20:54 +0200)]
* A new algorithm for determining hold position instructions. This version still needs some finetuning, but already appears to be more solid than the old version.
* Some tweaks to the traffic scheduling algorithm.
* Misc cleanup.

12 years agohla: use the property based interface from the property data element.
Mathias Froehlich [Mon, 3 Oct 2011 10:59:51 +0000 (12:59 +0200)]
hla: use the property based interface from the property data element.

12 years agoMake LOD properties of AI/MP aircraft run-time configurable.
ThorstenB [Mon, 3 Oct 2011 10:01:58 +0000 (12:01 +0200)]
Make LOD properties of AI/MP aircraft run-time configurable.

12 years agoImprove magnetic heading handling in MapWidget - following some testing at NZCH
James Turner [Sun, 2 Oct 2011 13:30:06 +0000 (14:30 +0100)]
Improve magnetic heading handling in MapWidget - following some testing at NZCH

12 years agohla: use the new HLAFederate::processMessages() call.
Mathias Froehlich [Sun, 2 Oct 2011 13:13:55 +0000 (15:13 +0200)]
hla: use the new HLAFederate::processMessages() call.

12 years agoadf: fix "in-range" node
ThorstenB [Sun, 2 Oct 2011 11:24:12 +0000 (13:24 +0200)]
adf: fix "in-range" node
"in-range" should also be false when no station is available

12 years agomultiplay manager: option to disable freeze-on-replay feature
ThorstenB [Sun, 2 Oct 2011 11:23:31 +0000 (13:23 +0200)]
multiplay manager: option to disable freeze-on-replay feature

12 years agoATCMGR: fix minor output formatting issue
ThorstenB [Sun, 2 Oct 2011 11:22:09 +0000 (13:22 +0200)]
ATCMGR: fix minor output formatting issue

12 years agoReplay upgrade, part II: Integrate flight recorder, update replay system.
ThorstenB [Sat, 1 Oct 2011 20:58:40 +0000 (22:58 +0200)]
Replay upgrade, part II: Integrate flight recorder, update replay system.
Drop hard-coded replay property logic, cut ties to net_ctrls, net_fdm.
Improve replay system controls and status information.

12 years agoReplay upgrade, part I: Add new flight recorder.
ThorstenB [Sat, 1 Oct 2011 20:41:53 +0000 (22:41 +0200)]
Replay upgrade, part I: Add new flight recorder.

12 years agohla: make use of createJoin/resignDestroy.
Mathias Froehlich [Sat, 1 Oct 2011 16:37:55 +0000 (18:37 +0200)]
hla: make use of createJoin/resignDestroy.

12 years agoFix glx shutdown to only apply on Unix & !Mac (but we should really add a proper...
James Turner [Sat, 1 Oct 2011 09:05:01 +0000 (10:05 +0100)]
Fix glx shutdown to only apply on Unix & !Mac (but we should really add a proper ifdef for GLX)

12 years agoUgly workaround for a crash on exit with multiple screens
Mathias Froehlich [Sat, 1 Oct 2011 07:50:34 +0000 (09:50 +0200)]
Ugly workaround for a crash on exit with multiple screens

12 years agoclouds: remove unused bump mapping flag.
Mathias Froehlich [Sun, 18 Sep 2011 06:11:33 +0000 (08:11 +0200)]
clouds: remove unused bump mapping flag.

12 years agoAdded /scenery/events as a new MP enabled property for sharing scenery events.
Anders Gidenstam [Fri, 30 Sep 2011 21:40:55 +0000 (23:40 +0200)]
Added /scenery/events as a new MP enabled property for sharing scenery events.

12 years agoMerge commit 'refs/merge-requests/1553' of git://gitorious.org/fg/flightgear into...
ThorstenB [Fri, 30 Sep 2011 20:43:42 +0000 (22:43 +0200)]
Merge commit 'refs/merge-requests/1553' of git://gitorious.org/fg/flightgear into merge-requests/1553

12 years agofgpanel: fixed some error handling/setup issues
ThorstenB [Fri, 30 Sep 2011 20:20:00 +0000 (22:20 +0200)]
fgpanel: fixed some error handling/setup issues
- Provide error message when fgdata path is missing.
- Exit game mode when closing/aborting program (show mouse cursor etc).
- Support absolute paths for "--panel" parameter.
- Don't crash when a font is missing.

12 years agoAdd a localizer audio ident class
Torsten Dreyer [Wed, 28 Sep 2011 22:01:44 +0000 (00:01 +0200)]
Add a localizer audio ident class

This will be needed soon in the new navradio code.

12 years agoFix a segfault that became apparent with a 850 apt.dat file
Christian Schmitt [Wed, 28 Sep 2011 08:03:23 +0000 (10:03 +0200)]
Fix a segfault that became apparent with a 850 apt.dat file

12 years agoSwitch ATCmgr comm station search to filter by range in cartesian, not geodetic,...
James Turner [Wed, 28 Sep 2011 08:06:31 +0000 (09:06 +0100)]
Switch ATCmgr comm station search to filter by range in cartesian, not geodetic, space, to avoid numerical instability with extremely distant stations.

12 years agoMake the common case the default: no library suffix for RelWithDbg or MinSizeRel...
James Turner [Mon, 26 Sep 2011 12:33:06 +0000 (13:33 +0100)]
Make the common case the default: no library suffix for RelWithDbg or MinSizeRel builds. Of course you can still specify a suffix if desired.

12 years agoDisable event-input by default on Linux, since libHAL is causing build/deployment...
James Turner [Mon, 26 Sep 2011 08:56:29 +0000 (09:56 +0100)]
Disable event-input by default on Linux, since libHAL is causing build/deployment issues on some Linux distributions.

12 years agoremove a cvs conflict
Erik Hofman [Mon, 26 Sep 2011 08:50:48 +0000 (10:50 +0200)]
remove a cvs conflict

12 years agoJSBSim fixes.
Erik Hofman [Mon, 26 Sep 2011 07:07:59 +0000 (09:07 +0200)]
JSBSim fixes.

12 years agoautomake: Add missing GL and z libs to fgpanel.
Mathias Froehlich [Sat, 24 Sep 2011 08:03:00 +0000 (10:03 +0200)]
automake: Add missing GL and z libs to fgpanel.

12 years agoWhoops, lazy copy/paste job.
Durk Talsma [Thu, 22 Sep 2011 20:08:20 +0000 (22:08 +0200)]
Whoops, lazy copy/paste job.

12 years agoBugfix: Retrieval of the next radio frequency was broken. Contributed by Adrian Musceac.
Durk Talsma [Thu, 22 Sep 2011 19:38:37 +0000 (21:38 +0200)]
Bugfix: Retrieval of the next radio frequency was broken. Contributed by Adrian Musceac.

12 years agoPatch by Torsten Dryer: Remove the Ugly global dialog variable and remove rwy as...
Durk Talsma [Thu, 22 Sep 2011 18:52:05 +0000 (20:52 +0200)]
Patch by Torsten Dryer: Remove the Ugly global dialog variable and remove rwy as a member variable from the AIFlightPlan class.

12 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Durk Talsma [Thu, 22 Sep 2011 17:09:36 +0000 (19:09 +0200)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

12 years agoPrefetch a previously saved aircraft settings configuration file to retrieve aircraft...
Durk Talsma [Thu, 22 Sep 2011 17:06:26 +0000 (19:06 +0200)]
Prefetch a previously saved aircraft settings configuration file to retrieve aircraft usage and livery information. Fallback to default settings in aircraft-set.xml file if not found.

12 years agoFix JPEG-server builds.
James Turner [Wed, 21 Sep 2011 18:22:13 +0000 (19:22 +0100)]
Fix JPEG-server builds.

12 years agofix cmake conditional for event-input
Torsten Dreyer [Wed, 21 Sep 2011 17:22:32 +0000 (19:22 +0200)]
fix cmake conditional for event-input

12 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Torsten Dreyer [Wed, 21 Sep 2011 17:19:10 +0000 (19:19 +0200)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

12 years agoIf DBus is not found, disable event-input on Linux.
James Turner [Wed, 21 Sep 2011 17:00:57 +0000 (18:00 +0100)]
If DBus is not found, disable event-input on Linux.

12 years agoPush aspect-ratio handling into CameraGroup, so renderer doesn't need to resize viewp...
James Turner [Mon, 19 Sep 2011 08:00:23 +0000 (09:00 +0100)]
Push aspect-ratio handling into CameraGroup, so renderer doesn't need to resize viewports each update.

12 years agoRemove indirection on viewer draw/resize code-paths.
James Turner [Sun, 18 Sep 2011 14:05:05 +0000 (15:05 +0100)]
Remove indirection on viewer draw/resize code-paths.

12 years agoEnable event-input for joysticks by default on Mac + Linux, in Cmake.
James Turner [Wed, 21 Sep 2011 16:13:13 +0000 (17:13 +0100)]
Enable event-input for joysticks by default on Mac + Linux, in Cmake.

12 years agoAdd debug messages for real-weather runway selection
Torsten Dreyer [Sat, 17 Sep 2011 17:26:23 +0000 (19:26 +0200)]
Add debug messages for real-weather runway selection

12 years agoAdd -lsgthreads to fgpanel's automake
Torsten Dreyer [Tue, 20 Sep 2011 14:03:32 +0000 (16:03 +0200)]
Add -lsgthreads to fgpanel's automake

12 years agoMSVC2008 project files update.
James Turner [Mon, 19 Sep 2011 16:19:57 +0000 (17:19 +0100)]
MSVC2008 project files update.

12 years agoExpose route-manager WP mirror nodes on the API
James Turner [Sun, 3 Jul 2011 16:56:01 +0000 (17:56 +0100)]
Expose route-manager WP mirror nodes on the API

12 years agoExpose departure+arrival airport + runway on route-manager.
James Turner [Mon, 13 Jun 2011 21:34:00 +0000 (22:34 +0100)]
Expose departure+arrival airport + runway on route-manager.

12 years agoInitial hacking on nav-display instrument, derived from the wxradar code
James Turner [Sat, 4 Jun 2011 17:41:25 +0000 (18:41 +0100)]
Initial hacking on nav-display instrument, derived from the wxradar code

12 years agoMake map widget zoom a real property, so it persists between opening and closing...
James Turner [Sun, 18 Sep 2011 11:53:40 +0000 (12:53 +0100)]
Make map widget zoom a real property, so it persists between opening and closing the dialog.

12 years agoresync JSBSim
Erik Hofman [Sun, 18 Sep 2011 09:06:54 +0000 (11:06 +0200)]
resync JSBSim

12 years agoignore kdevelop developer projects.
Durk Talsma [Sat, 17 Sep 2011 15:08:14 +0000 (17:08 +0200)]
ignore kdevelop developer projects.

12 years agoAdded a new startup option. By giving the command line option --parkpos=AVAILABLE...
Durk Talsma [Sat, 17 Sep 2011 14:51:00 +0000 (16:51 +0200)]
Added a new startup option. By giving the command line option --parkpos=AVAILABLE you can -in principle- let FlightGear decide what the most optimal parking location is. This option does require a few properties to be set that are also needed for future ATC use. Hence, they are listed under /sim/ATC, but could move to a different location if desired.
/sim/ATC/radius should be a nummeric estimate of the size of your aircraft. A small aircraft fits into a large parking, but a large aircraft does not fit into a small parking space. Because the AI part of radius is also used for slightly different purposes (prioritizing gate assignmments, the given valuem may deviate slightly from the real aircraft size. See http:/wiki.flightgear.org/Aircraft.radii for an overview of currently used values for the redius property.
/sim/ATC/flight-type can be any one of "ga", "cargo", "gate", "mil-fighter", "mil-cargo", or "vtol". See http://wiki.flightgear.org/Interactive_traffic#A_technical_perspective for more information.
optionally, the property /sim/ATC/airline can be set set to a three letter icao airline code. By way of illustration, I will commit a number of startup preset files setting these properties shortly.

Also did some more finetuning to the traffic mananger routing algorithm can be any one of "ga", "cargo", "gate", "mil-fighter", "mil-cargo", or "vtol". See http://wiki.flightgear.org/Interactive_traffic#A_technical_perspective for more information.
optionally, the property /sim/ATC/airline can be set set to a three letter icao airline code. By way of illustration, I will commit a number of startup preset files setting these properties shortly.

Also did some more finetuning to the traffic mananger routing algorithm.

12 years agoSome tweaks to the AI traffic scheduling algorithm. Remove the requirement for a...
Durk Talsma [Fri, 16 Sep 2011 18:04:13 +0000 (20:04 +0200)]
Some tweaks to the AI traffic scheduling algorithm. Remove the requirement for a home port, but keep planning until we are back at the original port of departure.

12 years agofix upper/lowercase typo
Torsten Dreyer [Thu, 15 Sep 2011 20:39:47 +0000 (22:39 +0200)]
fix upper/lowercase typo

Just don't develop with windows. Never.

12 years agoSome more refactoring of the radios
Torsten Dreyer [Thu, 15 Sep 2011 19:28:30 +0000 (21:28 +0200)]
Some more refactoring of the radios

- wrap the ident-generating code into a class
- move dme-in-range property into dme.cxx
- move dme-ident generation into dme.cxx
- support ident-button and volume for dme idents
- use globals.get_aircraft_position instead of properties
- some minor cleanup

12 years agoIn joystick configurations, fall back to <unix> if no <mac> entry was provided, since...
James Turner [Thu, 15 Sep 2011 08:54:00 +0000 (09:54 +0100)]
In joystick configurations, fall back to <unix> if no <mac> entry was provided, since the number is frequently identical.

12 years agocmake: clear the svn libraries variable if not found.
Mathias Froehlich [Wed, 14 Sep 2011 07:57:57 +0000 (09:57 +0200)]
cmake: clear the svn libraries variable if not found.

12 years agoRefactor morse and beacon as singleton
Torsten Dreyer [Tue, 13 Sep 2011 18:06:31 +0000 (20:06 +0200)]
Refactor morse and beacon as singleton

12 years agoTypo
Frederic Bouvier [Mon, 12 Sep 2011 10:20:22 +0000 (12:20 +0200)]
Typo

12 years agoAttempt to make FindSvnClient.cmake portable
Frederic Bouvier [Mon, 12 Sep 2011 10:14:08 +0000 (12:14 +0200)]
Attempt to make FindSvnClient.cmake portable

12 years agoDon't try to find winmm
Frederic Bouvier [Mon, 12 Sep 2011 09:08:32 +0000 (11:08 +0200)]
Don't try to find winmm

12 years agoFix SVN detection for Windows
Frederic Bouvier [Mon, 12 Sep 2011 09:08:02 +0000 (11:08 +0200)]
Fix SVN detection for Windows

12 years agoAuto detect 3rd Party root for Windows
Frederic Bouvier [Mon, 12 Sep 2011 09:07:31 +0000 (11:07 +0200)]
Auto detect 3rd Party root for Windows

12 years agocmake: Use a default build type that builds fast executables.
Mathias Froehlich [Mon, 12 Sep 2011 06:10:48 +0000 (08:10 +0200)]
cmake: Use a default build type that builds fast executables.

12 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Durk Talsma [Sun, 11 Sep 2011 19:45:34 +0000 (21:45 +0200)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

12 years agoLower the requirements on Cmake version (at least until Jenkins is updated)
Frederic Bouvier [Sun, 11 Sep 2011 19:44:43 +0000 (21:44 +0200)]
Lower the requirements on Cmake version (at least until Jenkins is updated)

12 years ago-Prevent crashing the sim when starting at a gate that is not connected to the ground...
Durk Talsma [Sun, 11 Sep 2011 19:42:29 +0000 (21:42 +0200)]
-Prevent crashing the sim when starting at a gate that is not connected to the ground network. For now, just silently shut down the ATC system.

12 years agoEnforce the use of Cmake 2.8
Frederic Bouvier [Sun, 11 Sep 2011 18:50:37 +0000 (20:50 +0200)]
Enforce the use of Cmake 2.8

12 years agoLess confusing display name
Frederic Bouvier [Sun, 11 Sep 2011 18:12:27 +0000 (20:12 +0200)]
Less confusing display name

12 years agoChange display name
Frederic Bouvier [Sun, 11 Sep 2011 17:50:20 +0000 (19:50 +0200)]
Change display name

12 years agoFirst stab at creating a nightly build for programs created with vs2010 and Cmake
Frederic Bouvier [Sun, 11 Sep 2011 14:30:56 +0000 (16:30 +0200)]
First stab at creating a nightly build for programs created with vs2010 and Cmake

12 years agoUpdate version in Win32 dev packaging
Frederic Bouvier [Sun, 11 Sep 2011 14:18:36 +0000 (16:18 +0200)]
Update version in Win32 dev packaging

12 years agoFix VS2008 build after JSBSim update - 2nd try
Frederic Bouvier [Sun, 11 Sep 2011 14:09:26 +0000 (16:09 +0200)]
Fix VS2008 build after JSBSim update - 2nd try

12 years agoFix VS2008 build after JSBSim update
Frederic Bouvier [Sun, 11 Sep 2011 14:05:58 +0000 (16:05 +0200)]
Fix VS2008 build after JSBSim update

12 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Erik Hofman [Sun, 11 Sep 2011 11:20:54 +0000 (13:20 +0200)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

12 years agochange file mode to 644
Erik Hofman [Sun, 11 Sep 2011 11:19:51 +0000 (13:19 +0200)]
change file mode to 644

12 years agocmake: Quote argument in FindSvnClient.cmake.
Mathias Froehlich [Sun, 11 Sep 2011 10:42:59 +0000 (12:42 +0200)]
cmake: Quote argument in FindSvnClient.cmake.

12 years agocmake: Use ws2_32.lib instead of the WINSOCK_LIBRARY variable.
Mathias Froehlich [Sun, 11 Sep 2011 10:13:55 +0000 (12:13 +0200)]
cmake: Use ws2_32.lib instead of the WINSOCK_LIBRARY variable.

Fixup for commit 549c5eccb9e18b6db2f469ca9d38e35dda4e33f1.
Do not refer to the no longer existing WINSOCK_LIBRARY variable.
Instead, at this single place where it is used, just use ws2_32.lib.

12 years agoremove unused files
Erik Hofman [Sun, 11 Sep 2011 09:44:19 +0000 (11:44 +0200)]
remove unused files

12 years agoNew version of JSBSim, a big rewrite.
Erik Hofman [Sun, 11 Sep 2011 09:42:21 +0000 (11:42 +0200)]
New version of JSBSim, a big rewrite.

12 years agocmake: Factor out common simgear dependency libs.
Mathias Froehlich [Sun, 11 Sep 2011 09:22:10 +0000 (11:22 +0200)]
cmake: Factor out common simgear dependency libs.

Factor out and use this core simgear depenency
library cmake variable.

12 years agofgfs and fgpanel need to be linked with the winsock library (on Windows)
Frederic Bouvier [Fri, 9 Sep 2011 19:38:02 +0000 (21:38 +0200)]
fgfs and fgpanel need to be linked with the winsock library (on Windows)

12 years agoCmake: Split simgear libraries into core and scene (only scene uses OSG). Fix linkage...
James Turner [Thu, 8 Sep 2011 12:59:40 +0000 (13:59 +0100)]
Cmake: Split simgear libraries into core and scene (only scene uses OSG). Fix linkage issues, and make helper binaries (yasim, terrasync) link against less stuff.

12 years agoautotools build updated with sgthreads library
Mathias Froehlich [Wed, 7 Sep 2011 22:49:23 +0000 (00:49 +0200)]
autotools build updated with sgthreads library

12 years agoautotools build updated with sgthreads library
Csaba Halasz [Wed, 7 Sep 2011 20:14:36 +0000 (22:14 +0200)]
autotools build updated with sgthreads library

12 years agoRevert to simgears thread support. Flightgear side.
Mathias Froehlich [Thu, 1 Sep 2011 19:05:50 +0000 (21:05 +0200)]
Revert to simgears thread support. Flightgear side.

For all source directories outside of simgear/scene,
which really depends very hard on osg, avoid using osg
classes. This should reenable the use of some basic and
scenegraph independent parts of simgear without the
the need for osg.

12 years agoDisable building fgadmin if FLTK's fluid command is unavailable.
Martin Spott [Mon, 5 Sep 2011 21:44:00 +0000 (23:44 +0200)]
Disable building fgadmin if FLTK's fluid command is unavailable.

12 years agoMake HLA configurable.
Martin Spott [Mon, 5 Sep 2011 18:25:30 +0000 (20:25 +0200)]
Make HLA configurable.
Permit un-breaking of FlightGear CMake builds on setups with a working HLA
RTI installed, accommodating with recent changes to SimGear CMake.

12 years agoMerge commit 'refs/merge-requests/11' of git://gitorious.org/fg/flightgear into next
Martin Spott [Mon, 5 Sep 2011 12:17:31 +0000 (14:17 +0200)]
Merge commit 'refs/merge-requests/11' of git://gitorious.org/fg/flightgear into next

12 years agoA number of cosmetic and/or infrastructural changes.
Durk Talsma [Sun, 4 Sep 2011 18:27:36 +0000 (20:27 +0200)]
A number of cosmetic and/or infrastructural changes.
Traffic Manager:
* Just continue routing until we run out of flights. This change removes one of the major requirements for setting the "Home port" field.
* Add a time restriction requirement for the aircraft scheduler; this became necessary after removing the limited-to-home-port routing restriction.
* Added a new field to the heuristics calculation: take into account whether an aircraft has already been used in a previous session. Rotate aircraft assignments for greater variability across sessions.
* Added a revision number to the cache files, so that old cache results, which are no longer compatible with the new file format, are discarded.

Groundnetwork and traffic control:
* Added a revision number to the cache files, so that old and incompatible results are discarded.
* The caching algorithm probably didn't store the correct data for airports that were processed while the user was quite far away. This is now corrected by checking whether the cached elevation data are equal to the generic airport elevation.
AIAircraft:
* I've been searching for the infamous aircraft bend-over-backward bug, that can occur during initialization, but to no avail yet. The only variable potentially responsible (tgt_vs) wich can explain the irregular jumping behavior, as well as the weird pitch results is initialized in AIAircraft's only constructor (through AIBase), and I can't find any situation in the ground handling code where this variable could get bizarre values. But,
* a couple of tgt_vs. calculations appear to be completely redundant. This value was calculated twice inside the ProcessFlightplan function, and subsequently again in the updateSecondaryTargetValues function. I have removed the calculations in the process flightplan function, without any apparent side effect.

12 years agoAttempt to tidy up the search path mess (noticed by TorstenD)
ThorstenB [Sun, 4 Sep 2011 09:09:21 +0000 (11:09 +0200)]
Attempt to tidy up the search path mess (noticed by TorstenD)
When a model is not found in the custom scenery directories, load data
from base-package (instead of trying to access file "").
Also allow paged models to be loaded from custom scenery folders.