]> git.mxchange.org Git - flightgear.git/log
flightgear.git
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.

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.