]> git.mxchange.org Git - flightgear.git/log
flightgear.git
12 years agoGoodbye automake.
James Turner [Tue, 1 Nov 2011 11:15:53 +0000 (11:15 +0000)]
Goodbye automake.

12 years agoRestore options *processing* order (which is now distinct from *parsing* order),...
James Turner [Mon, 31 Oct 2011 13:08:58 +0000 (13:08 +0000)]
Restore options *processing* order (which is now distinct from *parsing* order), to resolve issues when distinct but internally overlapping options are specified, e.g. for initial position or time.

12 years agoFix stupid compile-time switch issue...
ThorstenB [Sun, 30 Oct 2011 19:49:48 +0000 (20:49 +0100)]
Fix stupid compile-time switch issue...
... introduced by recent commit.

12 years agoClean-up date/time option parser.
ThorstenB [Sun, 30 Oct 2011 13:48:53 +0000 (14:48 +0100)]
Clean-up date/time option parser.
Add range checks and provide error messages.
Extend time offset to 64bit - so we're safe for 2038-01-19 (and the next
couple of millions years beyond...).
Support partial date/time strings, such as --start-date-gmt=2011 or
--start-date-gmt=:::12:00:00

12 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Erik Hofman [Sun, 30 Oct 2011 12:31:55 +0000 (13:31 +0100)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

12 years agoLatest round of JSBim updates.
Erik Hofman [Sun, 30 Oct 2011 12:30:57 +0000 (13:30 +0100)]
Latest round of JSBim updates.

12 years agoMake environment-manager closest airport updating quieter, and use an event instead...
James Turner [Sun, 30 Oct 2011 11:59:24 +0000 (11:59 +0000)]
Make environment-manager closest airport updating quieter, and use an event instead of a manual time counter.

12 years agoTCAS: pressure vs radio altimeter
ThorstenB [Sun, 30 Oct 2011 10:47:28 +0000 (11:47 +0100)]
TCAS: pressure vs radio altimeter
Altert altitudes refer to AGL/radar alt - not sea-level/pressure alt.
Avoids false alerts, i.e. while taxiing.

12 years agoFix returning reference to temporary.
Mathias Froehlich [Sun, 30 Oct 2011 09:31:41 +0000 (10:31 +0100)]
Fix returning reference to temporary.

12 years agoConfigure font in osg StatsHandler for OSG3.
ThorstenB [Sat, 29 Oct 2011 19:58:11 +0000 (21:58 +0200)]
Configure font in osg StatsHandler for OSG3.
OSG3 relies on "fonts/arial.ttf" being available. FG doesn't provide it -
so it's not necessarily available everywhere (not here). Use one of our
txf fonts instead.

12 years agoCommit changes to this file so I can switch branches safely, so I can pull
Curtis L. Olson [Sat, 29 Oct 2011 15:36:34 +0000 (10:36 -0500)]
Commit changes to this file so I can switch branches safely, so I can pull
changes to the 2.4.0 branch, so that I can push my actual changes to the
options.cxx file.  Go git!

12 years agoAdd OPTION_MULTI to several more options that could potentially be used
Curtis L. Olson [Sat, 29 Oct 2011 15:34:06 +0000 (10:34 -0500)]
Add OPTION_MULTI to several more options that could potentially be used
multiple times to write/read data to more than one source.

12 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Curtis L. Olson [Sat, 29 Oct 2011 15:31:56 +0000 (10:31 -0500)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

12 years agoForward resize events to the stats handler.
Mathias Froehlich [Sat, 29 Oct 2011 12:11:39 +0000 (14:11 +0200)]
Forward resize events to the stats handler.

12 years agoMake various protocols support multiple definitions, with the new options parsing...
James Turner [Sat, 29 Oct 2011 10:15:45 +0000 (11:15 +0100)]
Make various protocols support multiple definitions, with the new options parsing code.

12 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Curtis L. Olson [Fri, 28 Oct 2011 18:15:01 +0000 (13:15 -0500)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

12 years agoMake use of SGTimeStamp::sleepUntil for accurate sleeping.
Mathias Froehlich [Fri, 28 Oct 2011 15:02:19 +0000 (17:02 +0200)]
Make use of SGTimeStamp::sleepUntil for accurate sleeping.

For use with frame rate throtteling make use of
SGTimeStamp::sleepUntil. This function should cover the
system dependent parts of accurate sleeps and should
move the system dependent code out of the time manager.

12 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Curtis L. Olson [Fri, 28 Oct 2011 15:02:23 +0000 (10:02 -0500)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

12 years agoMake use of SGTimeStamp for sleep*
Mathias Froehlich [Fri, 28 Oct 2011 15:01:50 +0000 (17:01 +0200)]
Make use of SGTimeStamp for sleep*

12 years agoFix Mac crashing on exit - link order determines library load order at runtime, and...
James Turner [Fri, 28 Oct 2011 14:09:10 +0000 (15:09 +0100)]
Fix Mac crashing on exit - link order determines library load order at runtime, and both ALUT and OpenAL.framework (on Mac) define the alut symbols. Fix the order so we always use ALUT.framework for the alut symbols.

12 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Curtis L. Olson [Fri, 28 Oct 2011 12:10:24 +0000 (07:10 -0500)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

12 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Durk Talsma [Thu, 27 Oct 2011 21:27:21 +0000 (23:27 +0200)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

12 years agoImproved AI taxi behavior:
Durk Talsma [Thu, 27 Oct 2011 21:24:56 +0000 (23:24 +0200)]
Improved AI taxi behavior:
* Use aircraft specific time-stamps for blocking taxiways
* Issue a stop instruction well-ahead of moving onto a blocked taxiway. This still needs some more braking power.

12 years agofgpanel: don't call nonexisting list
Torsten Dreyer [Thu, 27 Oct 2011 06:31:24 +0000 (08:31 +0200)]
fgpanel: don't call nonexisting list

obviously something other was intended here.

12 years agoSome autopilot fixes
Torsten Dreyer [Thu, 27 Oct 2011 06:27:52 +0000 (08:27 +0200)]
Some autopilot fixes

- fix minor memory leak
- make autopilots addable and removeable at runtime

12 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Durk Talsma [Wed, 26 Oct 2011 20:38:38 +0000 (22:38 +0200)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

12 years ago* Updated routing algorithm. Just sorting the schedules by usage heuristics doesn...
Durk Talsma [Wed, 26 Oct 2011 20:26:37 +0000 (22:26 +0200)]
* Updated routing algorithm. Just sorting the schedules by usage heuristics doesn't work well for major multihub airlines.
* Improved groundnetwork routing algorithm. Don't uncesscarily block taxiways. Instead, use a "just-in-time" blocking system. The unblocking algorithm still needs some work, but the current version is already a major improvement over the previous version.
* Some tweaks to the handover from ground to tower controller. Aircraft could refuse to take-off of even refuse to taxi onto the runway. This now seems to be solved.

12 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Curtis L. Olson [Wed, 26 Oct 2011 17:43:24 +0000 (12:43 -0500)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

12 years agoChange a hot-spot in the AI code, to use cartesian instead of geodetic math.
James Turner [Wed, 26 Oct 2011 16:26:11 +0000 (17:26 +0100)]
Change a hot-spot in the AI code, to use cartesian instead of geodetic math.

12 years agoMerge branches 'next' and 'next' of gitorious.org:fg/flightgear into next
Curtis L. Olson [Tue, 25 Oct 2011 14:31:18 +0000 (09:31 -0500)]
Merge branches 'next' and 'next' of gitorious.org:fg/flightgear into next

12 years agoMany NavDisplay bug-fixes - almost usable now!
James Turner [Mon, 24 Oct 2011 22:55:46 +0000 (23:55 +0100)]
Many NavDisplay bug-fixes - almost usable now!

12 years agoAnchor flight gear::Waypt's destructor, and make it virtual.
James Turner [Mon, 24 Oct 2011 17:21:50 +0000 (18:21 +0100)]
Anchor flight gear::Waypt's destructor, and make it virtual.

12 years agoCMake read me updates - document PREFIX_PATH
James Turner [Mon, 24 Oct 2011 08:10:06 +0000 (09:10 +0100)]
CMake read me updates - document PREFIX_PATH

12 years agoDocument fixed-near-far.
Mathias Froehlich [Sun, 23 Oct 2011 14:43:18 +0000 (16:43 +0200)]
Document fixed-near-far.

12 years agoAdd seamless view muliscreen configuration.
Mathias Froehlich [Sun, 23 Oct 2011 13:40:15 +0000 (15:40 +0200)]
Add seamless view muliscreen configuration.

Add a new way to configure multi screen systems.
The new version allows easier configuration of displays
that need to fit at the edges as well as configurations
where the screens match at reference points.
This kind of screen configuration will again zoom.

12 years agoAdd fixed-near-far camera config parameter.
Mathias Froehlich [Sun, 23 Oct 2011 07:58:51 +0000 (09:58 +0200)]
Add fixed-near-far camera config parameter.

If set to true, the decision about the near and far
planes in the viewer are still adapted to not clip away
everything before the configured near plane.

12 years agoFix some code which clang didn't like
James Turner [Sun, 23 Oct 2011 14:33:00 +0000 (15:33 +0100)]
Fix some code which clang didn't like

12 years agoPotential fix for bug #471 (crash in checkspeedadjustment).
Durk Talsma [Sat, 22 Oct 2011 15:57:37 +0000 (17:57 +0200)]
Potential fix for bug #471 (crash in checkspeedadjustment).

12 years agosource packaging for CPack
James Turner [Sat, 22 Oct 2011 15:07:09 +0000 (16:07 +0100)]
source packaging for CPack

12 years agoAITraffic fix - forgot two files
Frederic Bouvier [Sat, 22 Oct 2011 08:31:38 +0000 (10:31 +0200)]
AITraffic fix - forgot two files

12 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Frederic Bouvier [Sat, 22 Oct 2011 08:16:26 +0000 (10:16 +0200)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

12 years agoFix a problem in AITraffic where waypoint iterator is trashed by push_back. A cleaner...
Frederic Bouvier [Sat, 22 Oct 2011 08:15:16 +0000 (10:15 +0200)]
Fix a problem in AITraffic where waypoint iterator is trashed by push_back. A cleaner solution would be to use indices instead of iterators to track position in the waypoint vector

12 years agoRelocate appData fgfsrc loading prior to init of fg-root, so we can specify --fg...
James Turner [Fri, 21 Oct 2011 15:49:15 +0000 (16:49 +0100)]
Relocate appData fgfsrc loading prior to init of fg-root, so we can specify --fg-root that way.

12 years agoFix automake linkage of metar utility.
James Turner [Fri, 21 Oct 2011 13:15:40 +0000 (14:15 +0100)]
Fix automake linkage of metar utility.

12 years agoFix win32 cmake build of metar
Frederic Bouvier [Fri, 21 Oct 2011 12:36:04 +0000 (14:36 +0200)]
Fix win32 cmake build of metar

12 years agoFix win32 build of metar
Frederic Bouvier [Fri, 21 Oct 2011 12:09:01 +0000 (14:09 +0200)]
Fix win32 build of metar

12 years agoHold an owning ref to the HTTTP request.
James Turner [Fri, 21 Oct 2011 11:58:19 +0000 (12:58 +0100)]
Hold an owning ref to the HTTTP request.

12 years agoBring metar helper into CMake world, and use new HTTP code.
James Turner [Fri, 21 Oct 2011 11:48:42 +0000 (12:48 +0100)]
Bring metar helper into CMake world, and use new HTTP code.

12 years agoUpdate FGMetar for revised SGMetar constructor.
James Turner [Fri, 21 Oct 2011 09:57:45 +0000 (10:57 +0100)]
Update FGMetar for revised SGMetar constructor.

12 years agoCMake readme tweaks.
James Turner [Wed, 19 Oct 2011 09:24:10 +0000 (10:24 +0100)]
CMake readme tweaks.

12 years agoMerge downstream fix from Gentoo, to deal with libsvn versions.
James Turner [Wed, 19 Oct 2011 09:03:06 +0000 (10:03 +0100)]
Merge downstream fix from Gentoo, to deal with libsvn versions.

12 years agoMinor CMake packaging tweaks, more to follow.
James Turner [Tue, 18 Oct 2011 11:14:20 +0000 (12:14 +0100)]
Minor CMake packaging tweaks, more to follow.

12 years agoAdd README on basic CMake usage.
James Turner [Tue, 18 Oct 2011 11:13:49 +0000 (12:13 +0100)]
Add README on basic CMake usage.

12 years agoFix (nearly) all the std:: namespace violations in headers, in preparation for fixing...
James Turner [Mon, 17 Oct 2011 16:41:59 +0000 (17:41 +0100)]
Fix (nearly) all the std:: namespace violations in headers, in preparation for fixing SGsmplstat.hxx to *not* do a 'using namespace std'.

12 years agoFix two issues caught by the German QA department ;)
James Turner [Mon, 17 Oct 2011 16:39:47 +0000 (17:39 +0100)]
Fix two issues caught by the German QA department ;)

12 years agoDetect and read a config file in FG_HOME - allows nicer tweaking of settings on Mac...
James Turner [Sun, 16 Oct 2011 20:54:47 +0000 (21:54 +0100)]
Detect and read a config file in FG_HOME - allows nicer tweaking of settings on Mac/Windows for people with Terminal/cmd.exe phobia :)

12 years agoAutomate TerraSync integration with the scenery / dir creation. Now can be used with...
James Turner [Sun, 16 Oct 2011 20:46:27 +0000 (21:46 +0100)]
Automate TerraSync integration with the scenery / dir creation. Now can be used with only --enable-terrasync (and some patience)

12 years agoAllow aircraft-dir option to override aircraft search logic completely.
James Turner [Sun, 16 Oct 2011 20:15:54 +0000 (21:15 +0100)]
Allow aircraft-dir option to override aircraft search logic completely.

12 years agoAnd keep platforms other than my beloved OS-X working too ;)
James Turner [Sun, 16 Oct 2011 18:58:22 +0000 (19:58 +0100)]
And keep platforms other than my beloved OS-X working too ;)

12 years agoRefactor fg-home computation, use Library/Application Support on Mac.
James Turner [Sun, 16 Oct 2011 18:55:04 +0000 (19:55 +0100)]
Refactor fg-home computation, use Library/Application Support on Mac.

12 years agoFix Unix build.
James Turner [Sun, 16 Oct 2011 18:17:23 +0000 (19:17 +0100)]
Fix Unix build.

12 years agoRestructure option/config handling code, to avoid multiple scans & parses for special...
James Turner [Sun, 16 Oct 2011 17:35:40 +0000 (18:35 +0100)]
Restructure option/config handling code, to avoid multiple scans & parses for special options (fg-root/fg-aircraft/aircraft). Push most of the code into a new Options class, inside options.cxx, and clean up various call-sites as a result.

12 years agoTweak map-widget data boxes for AI objects, so speed/altitude update in real-time.
James Turner [Wed, 12 Oct 2011 21:33:56 +0000 (22:33 +0100)]
Tweak map-widget data boxes for AI objects, so speed/altitude update in real-time.

12 years agoJoin duplicate fields ident and trans_ident in navrecord
Torsten Dreyer [Wed, 12 Oct 2011 09:06:01 +0000 (11:06 +0200)]
Join duplicate fields ident and trans_ident in navrecord

12 years agoMake sun-angle a plain property, so observers fire.
James Turner [Wed, 12 Oct 2011 08:17:58 +0000 (09:17 +0100)]
Make sun-angle a plain property, so observers fire.

12 years agoUse more specific log classes.
ThorstenB [Tue, 11 Oct 2011 19:55:50 +0000 (21:55 +0200)]
Use more specific log classes.
Log class filters work better when different modules
use different classes :).

12 years agoReduce AI/MP lags when removing models
ThorstenB [Tue, 11 Oct 2011 19:43:24 +0000 (21:43 +0200)]
Reduce AI/MP lags when removing models
Move load of removing OSG objects to the OSG pager thread

12 years ago-Revert to the original design. It still appearch to yield the best scheduling results.
Durk Talsma [Mon, 10 Oct 2011 21:03:57 +0000 (23:03 +0200)]
-Revert to the original design. It still appearch to yield the best scheduling results.

12 years agoFinetuning of AI Aircraft landing performance. Aircraft slow down to taxi speeds...
Durk Talsma [Mon, 10 Oct 2011 19:55:09 +0000 (21:55 +0200)]
Finetuning of AI Aircraft landing performance. Aircraft slow down to taxi speeds just before leaving the runway. Increased vTaxi on the runway to further reduce time on the runway and slow down to vTouchdown well ahead of touching down.

12 years agoRemove the assertSpeed debugging code.
Durk Talsma [Mon, 10 Oct 2011 16:51:41 +0000 (18:51 +0200)]
Remove the assertSpeed debugging code.

12 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Durk Talsma [Sun, 9 Oct 2011 21:46:52 +0000 (23:46 +0200)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

12 years agoAITraffic exits the runway as soon as possible (in theory; the code still needs some...
Durk Talsma [Sun, 9 Oct 2011 21:44:42 +0000 (23:44 +0200)]
AITraffic exits the runway as soon as possible (in theory; the code still needs some fine tuning).

12 years agodon't use uninitialized variables
Torsten Dreyer [Sun, 9 Oct 2011 19:37:52 +0000 (21:37 +0200)]
don't use uninitialized variables

12 years agostart adding backward-compatibility to newnavradio
Torsten Dreyer [Sun, 9 Oct 2011 19:17:33 +0000 (21:17 +0200)]
start adding backward-compatibility to newnavradio

12 years agoreplay system: allow to resume simulation at any point of replay-time.
ThorstenB [Sun, 9 Oct 2011 17:46:49 +0000 (19:46 +0200)]
replay system: allow to resume simulation at any point of replay-time.
Currently supported for YASim only.

12 years agoReintroduce an old bugture: use localizer as dme
Torsten Dreyer [Sun, 9 Oct 2011 18:21:02 +0000 (20:21 +0200)]
Reintroduce an old bugture: use localizer as dme

Our nav.dat.gz seem to have many bugs regarding paired LOC/DME where
the DME is missing.

A feature has recently been introduced to always use a LOC frequency
as a DME to avoid these issues. However many LOC station do not have
a DME paired at their frequency and this behaviour might be as confusing
as having no DME where one should be.
Before we get new/bugfree navdata, a property can be set to select
the desired behaviour:

if /sim/realism/dme-fallback-to-loc is true or absent, LOC will be
treated as DME (realism is off)
if /sim/realism/dme-fallback-to-loc is false, LOC will be NOT be
treated as DME (realism is on)

12 years agoAdd generic "open-browser" command to show URLs or local HTML/text pages.
ThorstenB [Sun, 9 Oct 2011 10:37:43 +0000 (12:37 +0200)]
Add generic "open-browser" command to show URLs or local HTML/text pages.
Replace deprecated "old-help-dialog" command with generic "open-browser".
Can also be used to add links to aircraft manuals in the menubar (local
file or http) , i.e.
<binding>
    <command>open-browser</command>
    <path>Aircraft/ogeL/FlightManual.html</path>
</binding>

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.