]> git.mxchange.org Git - flightgear.git/log
flightgear.git
13 years agoWIN32/MSVC fixes from Olaf Flebbe
James Turner [Mon, 27 Dec 2010 12:44:17 +0000 (12:44 +0000)]
WIN32/MSVC fixes from Olaf Flebbe

13 years agoRemoved legacy interactive approach ATC
Dave Luff [Mon, 27 Dec 2010 11:39:07 +0000 (11:39 +0000)]
Removed legacy interactive approach ATC

13 years agoFix up some include paths in main.cxx
Dave Luff [Sun, 26 Dec 2010 23:19:57 +0000 (23:19 +0000)]
Fix up some include paths in main.cxx

Don't include legacy ATCmgr.hxx when it is not compiled (default).
Do include 3 paths that are necessary for main, but were only picked
up indirectly through the legacy ATC code.

13 years agocmake changes for osg::CullSettings::ClearMask and Fedora
Tim Moore [Sat, 25 Dec 2010 23:44:02 +0000 (00:44 +0100)]
cmake changes for osg::CullSettings::ClearMask and Fedora

HAVE_CULLSETTINGS_CLEAR_MASK was not set, so a program to test
CLEAR_MASK was added. The Posix timer function clock_gettime is in
librt on Fedora, and probably on other systems too.

13 years agobugfix: set signal-quality-norm to zero if off or unserviceable
Torsten Dreyer [Thu, 23 Dec 2010 21:16:55 +0000 (22:16 +0100)]
bugfix: set signal-quality-norm to zero if off or unserviceable

13 years agoAnother link-ordering fix for CMake, discovered by papillion.
James Turner [Wed, 22 Dec 2010 19:51:17 +0000 (19:51 +0000)]
Another link-ordering fix for CMake, discovered by papillion.

13 years agoBugfix: Immediately fetch METAR on reenabling of "Live data"
Torsten Dreyer [Wed, 22 Dec 2010 07:34:44 +0000 (08:34 +0100)]
Bugfix: Immediately fetch METAR on reenabling of "Live data"

If "Live data" was disabled in any way in the global-weather dialog
and reenabled later, the next metar fetch occoured only after up
to 15 minutes after the report expired. This patch triggers triggers
an immediate fetch of a metar after enabling live data.

13 years agoPrecipitation: use /environment/[rain|snow]-norm
Torsten Dreyer [Tue, 21 Dec 2010 08:59:23 +0000 (09:59 +0100)]
Precipitation: use /environment/[rain|snow]-norm

Don't use the properties in /environment/metar but the properties
unter /environment, so these values can be set from other environment
controllers.

13 years agofog/misg/haze: tweak layer's top and limit to 2d-clouds
Torsten Dreyer [Mon, 20 Dec 2010 20:07:59 +0000 (21:07 +0100)]
fog/misg/haze: tweak layer's top and limit to 2d-clouds

For the time being, this works only with 3d clouds disabled.
When enabled, limit the top of the misty layer to the bottom of
a possible cloudlayer above.

13 years agoAdd a small bit of nan/fpe protection. It's possible that this routine
Curtis L. Olson [Mon, 20 Dec 2010 18:20:57 +0000 (12:20 -0600)]
Add a small bit of nan/fpe protection.  It's possible that this routine
could be called with a zero dt which would then lead to a divide by zero
error if we ran through all the computations.

13 years agoFix link ordering to keep GNU ld happy.
James Turner [Sun, 19 Dec 2010 17:03:35 +0000 (09:03 -0800)]
Fix link ordering to keep GNU ld happy.

13 years agoGuard against NaN SGGeods in FGPositioned spatial queries, and in the GPS lat/lon...
James Turner [Sun, 19 Dec 2010 16:18:12 +0000 (16:18 +0000)]
Guard against NaN SGGeods in FGPositioned spatial queries, and in the GPS lat/lon reading code.

13 years agoCMake update for new KLN89 file.
James Turner [Sun, 19 Dec 2010 15:45:36 +0000 (15:45 +0000)]
CMake update for new KLN89 file.

13 years agoInitial work on CMake build files, with considerable help from Olaf Flebbe.
James Turner [Tue, 30 Nov 2010 10:08:30 +0000 (10:08 +0000)]
Initial work on CMake build files, with considerable help from Olaf Flebbe.

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Curtis L. Olson [Sat, 18 Dec 2010 18:05:28 +0000 (12:05 -0600)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoRemove a file from the data package tar-ball creation command that no longer
Curtis L. Olson [Sat, 18 Dec 2010 16:49:27 +0000 (10:49 -0600)]
Remove a file from the data package tar-ball creation command that no longer
exists (or has been moved.)

13 years agoSome code cleanup, no functional changes
Torsten Dreyer [Sat, 18 Dec 2010 10:30:03 +0000 (11:30 +0100)]
Some code cleanup, no functional changes

- indention
- unused variables

13 years agometar: make unknown station-id's work again
Torsten Dreyer [Wed, 15 Dec 2010 16:57:05 +0000 (17:57 +0100)]
metar: make unknown station-id's work again

Restore old feature where unknown station id's like XXXX were
substituted by the metar station closest to the current position.

13 years agometar fog/mist/haze: some final(?) tweaks
Torsten Dreyer [Wed, 15 Dec 2010 15:58:42 +0000 (16:58 +0100)]
metar fog/mist/haze: some final(?) tweaks

13 years agomsvc warning fixes
Torsten Dreyer [Wed, 15 Dec 2010 15:40:25 +0000 (16:40 +0100)]
msvc warning fixes

13 years agoMetar fog/mist/haze: no hardcoded constants
Torsten Dreyer [Sun, 12 Dec 2010 20:30:39 +0000 (21:30 +0100)]
Metar fog/mist/haze: no hardcoded constants

Move hardcoded constants to the property tree

13 years agoDon't crash if WindowBuild fails.
James Turner [Sat, 11 Dec 2010 14:29:05 +0000 (14:29 +0000)]
Don't crash if WindowBuild fails.

13 years agofix NAV receiver vs GPS bugs
ThorstenB [Sat, 11 Dec 2010 11:37:39 +0000 (12:37 +0100)]
fix NAV receiver vs GPS bugs
Allow switching off slaved-to-gps (resynch NAV radio/update all NAV outputs)
Allow tuning NAV stations and keep DME alive when slaved to GPS
Clear station ID and heading when loosing NAV signal

13 years agoFix a typo
Frederic Bouvier [Sat, 11 Dec 2010 09:43:39 +0000 (10:43 +0100)]
Fix a typo

13 years agoUpdate MSVC 2010 project files
Frederic Bouvier [Fri, 10 Dec 2010 07:29:00 +0000 (08:29 +0100)]
Update MSVC 2010 project files

13 years agoUpdate MSVC 2008 project files
Frederic Bouvier [Fri, 10 Dec 2010 07:28:40 +0000 (08:28 +0100)]
Update MSVC 2008 project files

13 years agoUse a syntax MSVC can compile
Frederic Bouvier [Fri, 10 Dec 2010 07:28:05 +0000 (08:28 +0100)]
Use a syntax MSVC can compile

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Dave Luff [Thu, 9 Dec 2010 23:38:18 +0000 (23:38 +0000)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoKLN89: Move units configuration out of dclgps and into KLN89
Dave Luff [Thu, 9 Dec 2010 23:32:55 +0000 (23:32 +0000)]
KLN89: Move units configuration out of dclgps and into KLN89

13 years agoKLN89: Add initial implemenation of ALT pages.
Dave Luff [Thu, 9 Dec 2010 22:31:34 +0000 (22:31 +0000)]
KLN89: Add initial implemenation of ALT pages.

The user can now set the KLN89 baro pressure setting, but this is
not currently used since currently the unit performs no VNAV calcs.

13 years agoIssue #66: Non alphanumeric characters in callsign
ThorstenB [Thu, 9 Dec 2010 15:57:12 +0000 (16:57 +0100)]
Issue #66: Non alphanumeric characters in callsign

13 years agoImproved fog/mist/haze creation from METAR
Torsten Dreyer [Thu, 9 Dec 2010 10:08:36 +0000 (11:08 +0100)]
Improved fog/mist/haze creation from METAR

13 years agoExport the 2d cloudlayer transparency to the property tree
Torsten Dreyer [Thu, 9 Dec 2010 08:08:49 +0000 (09:08 +0100)]
Export the 2d cloudlayer transparency to the property tree

13 years agoKLN89: Fix a tiny UI bug - don't draw the indicator bar on the DTO page
Dave Luff [Wed, 8 Dec 2010 19:03:54 +0000 (19:03 +0000)]
KLN89: Fix a tiny UI bug - don't draw the indicator bar on the DTO page

13 years agoChange how ils.xml data is loaded, to reduce impact on startup time.
James Turner [Tue, 7 Dec 2010 17:55:45 +0000 (17:55 +0000)]
Change how ils.xml data is loaded, to reduce impact on startup time.

13 years agoKLN89: Remove several bugs related to OBS mode
Dave Luff [Tue, 7 Dec 2010 17:34:30 +0000 (17:34 +0000)]
KLN89: Remove several bugs related to OBS mode

13 years agoMerge branch 'topics/bug192' into next
James Turner [Tue, 7 Dec 2010 13:06:39 +0000 (13:06 +0000)]
Merge branch 'topics/bug192' into next

13 years agoOverride puaComboBox recalc_bbox, ignore the popup-menu
James Turner [Tue, 7 Dec 2010 10:33:14 +0000 (10:33 +0000)]
Override puaComboBox recalc_bbox, ignore the popup-menu

13 years agoKLN89: Allow user to set default first char of waypoint as per real life unit.
Dave Luff [Mon, 6 Dec 2010 22:50:37 +0000 (22:50 +0000)]
KLN89: Allow user to set default first char of waypoint as per real life unit.

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Dave Luff [Sun, 5 Dec 2010 23:41:59 +0000 (23:41 +0000)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoKLN89: Add user-adjustable minimum brightness setting.
Dave Luff [Sun, 5 Dec 2010 23:40:05 +0000 (23:40 +0000)]
KLN89: Add user-adjustable minimum brightness setting.

13 years agoRid some uninitialized vectors (NaNs).
ThorstenB [Sun, 5 Dec 2010 22:01:57 +0000 (23:01 +0100)]
Rid some uninitialized vectors (NaNs).

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Torsten Dreyer [Sun, 5 Dec 2010 20:35:13 +0000 (21:35 +0100)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoFirst shot at implementing fog from METAR
Torsten Dreyer [Sun, 5 Dec 2010 20:34:28 +0000 (21:34 +0100)]
First shot at implementing fog from METAR

13 years agoAvoid exceptions in route manager module.
ThorstenB [Sun, 5 Dec 2010 20:26:51 +0000 (21:26 +0100)]
Avoid exceptions in route manager module.
Avoid segfaults in gps when route manager doesn't throw exceptions.
Minor fix when removing waypoints by negative index.

13 years agofix bug #177: crash caused by route manager/gps/navradio
ThorstenB [Sun, 5 Dec 2010 19:35:21 +0000 (20:35 +0100)]
fix bug #177: crash caused by route manager/gps/navradio
Uninitialized variables were sources for NaN values.
Once NaNs are passed to Nasal (through (tied) properties), these cause
a crash. Nasal cannot handle NaNs - it interprets these as pointer values...

13 years agoKLN89: Move some KLN89 specific configuration from dclgps to kln89
Dave Luff [Sun, 5 Dec 2010 17:36:32 +0000 (17:36 +0000)]
KLN89: Move some KLN89 specific configuration from dclgps to kln89

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Torsten Dreyer [Sun, 5 Dec 2010 12:06:56 +0000 (13:06 +0100)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoKLN89: Fix ARINC 424 loader for airports with parallel runways.
Dave Luff [Sun, 5 Dec 2010 10:57:36 +0000 (10:57 +0000)]
KLN89: Fix ARINC 424 loader for airports with parallel runways.

To load approach data into the KLN89, drop an ARINC 424 format file
named "rnav.dat" into the data/Navaids directory.  The loader has
been tested on the 424-18 data revision, so may need tweaking for
the latest data.  Currently about 97% of the listed US non-precision
approaches are loaded, the majority of the failures appear to be due
to 1-digit runway code offsets between the flightgear airport data
and the ARINC data due to magnetic variation changes.

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Dave Luff [Sun, 5 Dec 2010 10:48:02 +0000 (10:48 +0000)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoKLN89: Remove hardwired instrument approach, and add initial support for loading...
Dave Luff [Sat, 4 Dec 2010 16:55:26 +0000 (16:55 +0000)]
KLN89: Remove hardwired instrument approach, and add initial support for loading non-precision approaches from ARINC 424 format data.  Currently fails on airports with multiple parallel runways.

13 years agoMerge remote branch 'gitorious/next' into next
Tim Moore [Sat, 4 Dec 2010 15:27:25 +0000 (16:27 +0100)]
Merge remote branch 'gitorious/next' into next

13 years agoFix bug 182 - make sun direction agree with position of sun from the ephemeris
Tim Moore [Sat, 4 Dec 2010 15:25:39 +0000 (16:25 +0100)]
Fix bug 182 - make sun direction agree with position of sun from the ephemeris

http://code.google.com/p/flightgear-bugs/issues/detail?id=182

There were two issues. The biggest is that the sunsolver was accessing
parameters from the ephemeris and doing a different calculation with
them to derive the right ascension and declination of the sun. I'm not
sure who is right, but I changed sunsolver to agree with the
ephemeris. Also, there was an inappropriate use of geodetic
coordinates in calculating  the sun latitude and longitude.

Also, I did some cleanup in updateSunPos().

13 years agoMETAR: symbolic cloudnames
Torsten Dreyer [Sat, 4 Dec 2010 11:05:35 +0000 (12:05 +0100)]
METAR: symbolic cloudnames

- use symbolic names for scattered, broken, overcast, etc. cloud
coverages.

13 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Frederic Bouvier [Fri, 3 Dec 2010 07:59:36 +0000 (08:59 +0100)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

13 years agoFix for bug #177 - check for empty strings
Frederic Bouvier [Fri, 3 Dec 2010 07:59:14 +0000 (08:59 +0100)]
Fix for bug #177 - check for empty strings

13 years agoFix for bug #72 - don't init traffic manager if disabled.
James Turner [Thu, 2 Dec 2010 20:29:28 +0000 (20:29 +0000)]
Fix for bug #72 - don't init traffic manager if disabled.
Disabling the traffic-manager at runtime will prevent new flights being scheduled.

13 years agoFix bug 191, uninitialised HUD color.
James Turner [Thu, 2 Dec 2010 00:41:29 +0000 (00:41 +0000)]
Fix bug 191, uninitialised HUD color.

13 years agoBuild without OSG implicit ref-ptr conversion
James Turner [Wed, 1 Dec 2010 23:57:18 +0000 (23:57 +0000)]
Build without OSG implicit ref-ptr conversion

13 years agoFix bug #185 - altitude ignored when adding waypoints to the route.
James Turner [Wed, 1 Dec 2010 23:57:01 +0000 (23:57 +0000)]
Fix bug #185 - altitude ignored when adding waypoints to the route.

13 years agoGPWS: change default source to match all FDMs
ThorstenB [Wed, 1 Dec 2010 21:57:35 +0000 (22:57 +0100)]
GPWS: change default source to match all FDMs
Provide another built-in altitude source to hook a radio-altimeter instrument

13 years agoAdd "Environment" to the data distribution.
Curtis L. Olson [Tue, 30 Nov 2010 16:15:04 +0000 (10:15 -0600)]
Add "Environment" to the data distribution.
Change j3cub to Cub for the data distribution.

13 years agolatest updates from JSBSim
Erik Hofman [Tue, 30 Nov 2010 12:44:10 +0000 (13:44 +0100)]
latest updates from JSBSim

13 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Erik Hofman [Tue, 30 Nov 2010 12:35:18 +0000 (13:35 +0100)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

13 years agoremove call to function removed in OSG
Tim Moore [Tue, 30 Nov 2010 11:00:54 +0000 (12:00 +0100)]
remove call to function removed in OSG

13 years agoMerge commit 'refs/merge-requests/14' of git://gitorious.org/fg/flightgear into next
Csaba Halasz [Mon, 29 Nov 2010 23:42:34 +0000 (00:42 +0100)]
Merge commit 'refs/merge-requests/14' of git://gitorious.org/fg/flightgear into next

13 years agoMerge commit 'refs/merge-requests/13' of git://gitorious.org/fg/flightgear into next
Csaba Halasz [Mon, 29 Nov 2010 23:26:22 +0000 (00:26 +0100)]
Merge commit 'refs/merge-requests/13' of git://gitorious.org/fg/flightgear into next

13 years agoFix bug #187: check if path cache matches fg-aircraft dirs
ThorstenB [Mon, 29 Nov 2010 21:48:37 +0000 (22:48 +0100)]
Fix bug #187: check if path cache matches fg-aircraft dirs
Check if any fg-aircraft dir changed - sequence also matters.

13 years agocompilation fixes for older versions of OSG
Tim Moore [Mon, 29 Nov 2010 21:43:52 +0000 (22:43 +0100)]
compilation fixes for older versions of OSG

13 years agoPAtch by Andreas Gaeb to eliminate NaN's in the location code
Erik Hofman [Mon, 29 Nov 2010 08:57:45 +0000 (09:57 +0100)]
PAtch by Andreas Gaeb to eliminate NaN's in the location code

13 years agopanoramic spherical distortion
Tim Moore [Mon, 22 Nov 2010 08:10:40 +0000 (09:10 +0100)]
panoramic spherical distortion

This supports the panoramic distortion option, as found in osgViewer, in
the camera file syntax of flightgear.

13 years agoQuick update with Bertrand Coconnier's fixes
Erik Hofman [Sun, 28 Nov 2010 14:14:12 +0000 (15:14 +0100)]
Quick update with Bertrand Coconnier's fixes

13 years agoSync JSBSim again
Erik Hofman [Sun, 28 Nov 2010 09:58:47 +0000 (10:58 +0100)]
Sync JSBSim again

13 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Erik Hofman [Sun, 28 Nov 2010 09:58:18 +0000 (10:58 +0100)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

13 years agoFix route manager exception and following crash (may fix #177)
ThorstenB [Sat, 27 Nov 2010 19:05:28 +0000 (20:05 +0100)]
Fix route manager exception and following crash (may fix #177)
See bug issue #177 for more.
Also fix minor compiler warning.

13 years agobug #183: Increase area where models are force-loaded before FDM release
ThorstenB [Fri, 26 Nov 2010 22:33:22 +0000 (23:33 +0100)]
bug #183: Increase area where models are force-loaded before FDM release

13 years agoExpose the cloud layer type to the property tree
Torsten Dreyer [Fri, 26 Nov 2010 18:29:59 +0000 (19:29 +0100)]
Expose the cloud layer type to the property tree

Missing file

13 years agoExpose the cloud layer type to the property tree
Torsten Dreyer [Fri, 26 Nov 2010 18:27:05 +0000 (19:27 +0100)]
Expose the cloud layer type to the property tree

13 years agoExpose visibility within cloudlayers to the property-tree
Torsten Dreyer [Fri, 26 Nov 2010 18:26:12 +0000 (19:26 +0100)]
Expose visibility within cloudlayers to the property-tree

13 years agoWarning fix: unused variables
Torsten Dreyer [Fri, 26 Nov 2010 15:14:43 +0000 (16:14 +0100)]
Warning fix: unused variables

13 years agoFix for bug 62, clean exit of terrasync on SIGTERM
James Turner [Fri, 26 Nov 2010 02:10:41 +0000 (02:10 +0000)]
Fix for bug 62, clean exit of terrasync on SIGTERM

13 years agoFix bug #125
James Turner [Wed, 24 Nov 2010 20:57:56 +0000 (20:57 +0000)]
Fix bug #125

13 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Erik Hofman [Wed, 24 Nov 2010 13:40:26 +0000 (14:40 +0100)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

13 years agoMerge branch 'kln89' into next
Dave Luff [Tue, 23 Nov 2010 18:04:10 +0000 (18:04 +0000)]
Merge branch 'kln89' into next

13 years agoKLN89: Small improvement to flightplan page: dash out invalid distances when entering...
Dave Luff [Tue, 23 Nov 2010 18:03:13 +0000 (18:03 +0000)]
KLN89: Small improvement to flightplan page: dash out invalid distances when entering a new waypoint

13 years agoKLN89: Jump to the next position in the flightplan after waypoint entry, as per the...
Dave Luff [Tue, 23 Nov 2010 16:21:36 +0000 (16:21 +0000)]
KLN89: Jump to the next position in the flightplan after waypoint entry, as per the real-life unit

13 years agoKLN89: Fix small bug in FPL pages due to comparison against a negative quantity with...
Dave Luff [Tue, 23 Nov 2010 15:06:22 +0000 (15:06 +0000)]
KLN89: Fix small bug in FPL pages due to comparison against a negative quantity with unsigned variables

13 years agoKLN89: Allow CLR to abort flightplan waypoint entry at the waypoint review page,...
Dave Luff [Tue, 23 Nov 2010 12:21:25 +0000 (12:21 +0000)]
KLN89: Allow CLR to abort flightplan waypoint entry at the waypoint review page, as per the real-life unit

13 years agoKLN89: Fix both incorrect behaviour and a segfault when deleting a partially-entered...
Dave Luff [Tue, 23 Nov 2010 10:51:37 +0000 (10:51 +0000)]
KLN89: Fix both incorrect behaviour and a segfault when deleting a partially-entered waypoint in the flightplan pages

13 years agoKLN89: Fix some bugs in the flightplan page text entry. Basically, draw the text...
Dave Luff [Tue, 23 Nov 2010 10:15:10 +0000 (10:15 +0000)]
KLN89: Fix some bugs in the flightplan page text entry.  Basically, draw the text entry string instead of the dummy waypoint ID.

13 years agoIgnore -psn_ argument if launched as a GUI app on Mac.
James Turner [Mon, 22 Nov 2010 23:28:12 +0000 (23:28 +0000)]
Ignore -psn_ argument if launched as a GUI app on Mac.

13 years agoMerge branch 'kln89' into next
Dave Luff [Mon, 22 Nov 2010 22:44:21 +0000 (22:44 +0000)]
Merge branch 'kln89' into next

13 years agoKLN89: Change to more meaningful function names, and always clear the buffer after...
Dave Luff [Mon, 22 Nov 2010 22:21:09 +0000 (22:21 +0000)]
KLN89: Change to more meaningful function names, and always clear the buffer after drawing.

13 years agoKLN89: Fix clipping bug affecting the KLN89 map page. Pixels and lines must be clipp...
Dave Luff [Mon, 22 Nov 2010 21:34:24 +0000 (21:34 +0000)]
KLN89: Fix clipping bug affecting the KLN89 map page.  Pixels and lines must be clipped when being put into the buffer, since the clip region may change before the buffer is rendered.  Also, the wrong DrawPixel function was called from the oldDrawLine function.

13 years agoFixing bug #172 - warp handling during pause.
James Turner [Sun, 21 Nov 2010 23:43:41 +0000 (23:43 +0000)]
Fixing bug #172 - warp handling during pause.

13 years agoKLN89: Round properly when converting map points to pixel locations
Dave Luff [Sun, 21 Nov 2010 20:46:14 +0000 (20:46 +0000)]
KLN89: Round properly when converting map points to pixel locations

13 years agoKLN89: Update obsolete email address
Dave Luff [Sun, 21 Nov 2010 17:14:15 +0000 (17:14 +0000)]
KLN89: Update obsolete email address

13 years agoKLN89: Update obsolete email address
Dave Luff [Sun, 21 Nov 2010 17:13:41 +0000 (17:13 +0000)]
KLN89: Update obsolete email address

13 years agoKLN89: Cleanup - fix broken indentation and email address, and replace tabs with...
Dave Luff [Sun, 21 Nov 2010 17:05:33 +0000 (17:05 +0000)]
KLN89: Cleanup - fix broken indentation and email address, and replace tabs with spaces

13 years agoFix copy-and-paste error which resulted in right inner knob having left inner knob...
Dave Luff [Sun, 21 Nov 2010 15:56:15 +0000 (15:56 +0000)]
Fix copy-and-paste error which resulted in right inner knob having left inner knob function whilst setting ID in flightplan pages