]> git.mxchange.org Git - flightgear.git/log
flightgear.git
13 years agoFix for bug #204 and #222 by Bertrand Coconnier; NaNs (bug #222) were basically gener...
ThorstenB [Sun, 6 Feb 2011 14:33:27 +0000 (15:33 +0100)]
Fix for bug #204 and #222 by Bertrand Coconnier; NaNs (bug #222) were basically generated because the method JSBSim::unbind() was not implemented in JSBSim.cxx.

13 years agoProposed fix for #251: Waypoint handling
ThorstenB [Thu, 27 Jan 2011 23:06:23 +0000 (00:06 +0100)]
Proposed fix for #251: Waypoint handling
Do not consider destination/runway waypoints as done, when these
are far away - even if the course is off by > 90 degrees.

13 years agoAndreas Gaeb: fix #222 (JSBSIm reset problems)
James Turner [Tue, 25 Jan 2011 00:26:07 +0000 (00:26 +0000)]
Andreas Gaeb: fix #222 (JSBSIm reset problems)

13 years agoBugfix: reset transparency of non fog/mist/haze layers
Torsten Dreyer [Mon, 24 Jan 2011 18:41:56 +0000 (19:41 +0100)]
Bugfix: reset transparency of non fog/mist/haze layers

13 years agoReport stopped MP transmission at higher log level,
ThorstenB [Sun, 23 Jan 2011 14:24:28 +0000 (15:24 +0100)]
Report stopped MP transmission at higher log level,
it's too important to be a "debug only" message.

13 years agoAdded sanity checks to MP receive/send.
ThorstenB [Sun, 23 Jan 2011 14:07:09 +0000 (15:07 +0100)]
Added sanity checks to MP receive/send.
Stop invalid data (NaN values) from being sent or received via MP.

13 years agoMake route editing sane.
ThorstenB [Sat, 22 Jan 2011 23:45:06 +0000 (00:45 +0100)]
Make route editing sane.
Drag&drop, insert and remove now update the current waypoint as expected.

13 years agoFix Apple libsvn include for isysroot (SDK) builds.
James Turner [Sat, 22 Jan 2011 18:49:54 +0000 (18:49 +0000)]
Fix Apple libsvn include for isysroot (SDK) builds.

13 years agoSupport the 1.4 SVN checkout API
James Turner [Sat, 22 Jan 2011 19:25:34 +0000 (19:25 +0000)]
Support the 1.4 SVN checkout API

13 years agoWorking Cmake-terrasync-libsvn support. Probably needs additional refinement, but...
James Turner [Wed, 19 Jan 2011 12:14:59 +0000 (12:14 +0000)]
Working Cmake-terrasync-libsvn support. Probably needs additional refinement, but testable.

13 years agoFix crash in GPS module.
ThorstenB [Fri, 21 Jan 2011 22:44:23 +0000 (23:44 +0100)]
Fix crash in GPS module.
Fixes crash on exit (during property untie). Also potential run-time crash.

13 years agoGPWS: avoid "altitude_callout_voice != NULL" assertion
ThorstenB [Fri, 21 Jan 2011 18:55:42 +0000 (19:55 +0100)]
GPWS: avoid "altitude_callout_voice != NULL" assertion
Properly remember which active alerts were already voiced.
Added NULL-pointer safety check

13 years agoFix bug 255, support turbulence to weather menu
Torsten Dreyer [Fri, 21 Jan 2011 09:35:04 +0000 (10:35 +0100)]
Fix bug 255, support turbulence to weather menu

13 years agoFix bug #253, at least partially
Torsten Dreyer [Wed, 19 Jan 2011 18:36:04 +0000 (19:36 +0100)]
Fix bug #253, at least partially

make options
--wind=nnn@mm
--visibility
--visibility-miles
--ceiling
--turbulence
work again. These options now write properties in the
/environment/config/presets
branch. The values will be applied in the property-rules
in FGDATA/Environment/interpolator.xml

13 years agoFix ADF bugs ... including still driving the needle when power off.
John Denker [Mon, 30 Nov 2009 10:19:17 +0000 (03:19 -0700)]
Fix ADF bugs ... including still driving the needle when power off.

ADF bug fixes from John Denker.  Changes from current behaviour are:
* Include the power button in the electrical checks
* Raise the required input voltage from 1V to 8V
* Don't reset the heading to 90 degrees when out of range or no power
  (heading is now only reset to 90 in ANT or TEST mode)

13 years agoMinor update
ThorstenB [Mon, 10 Jan 2011 20:19:51 +0000 (21:19 +0100)]
Minor update
Missed this place during code clean-up

13 years agoAI traffic performance boost for busy airports
ThorstenB [Mon, 10 Jan 2011 19:53:46 +0000 (20:53 +0100)]
AI traffic performance boost for busy airports
Stop ground elevation (scenery) checks for stationary AI aircraft.

13 years agoMake the Nasal NaN check less aggressive - still SG_ALERT, but return nil instead...
James Turner [Fri, 14 Jan 2011 20:04:20 +0000 (20:04 +0000)]
Make the Nasal NaN check less aggressive - still SG_ALERT, but return nil instead of terminating the Nasal script completely.

13 years agoFirst attempt at libsvn support in terrasync with CMake
James Turner [Sun, 9 Jan 2011 00:15:29 +0000 (00:15 +0000)]
First attempt at libsvn support in terrasync with CMake
 - not yet working!

13 years agoFix CMake inclusion for copied FindGit.cmake
James Turner [Sun, 9 Jan 2011 00:04:59 +0000 (00:04 +0000)]
Fix CMake inclusion for copied FindGit.cmake

13 years agoAdd FindGit from CMake 2.8.3 distribution
James Turner [Sat, 8 Jan 2011 21:43:23 +0000 (21:43 +0000)]
Add FindGit from CMake 2.8.3 distribution

13 years agoAdded several include files, thanks to Roland Haeder
ThorstenB [Sat, 8 Jan 2011 21:34:43 +0000 (22:34 +0100)]
Added several include files, thanks to Roland Haeder
Added includes missing for some compiler/platform.

13 years agoEnable AI traffic for offline users and issue #248
ThorstenB [Sat, 8 Jan 2011 20:38:26 +0000 (21:38 +0100)]
Enable AI traffic for offline users and issue #248
- #248: new enable/disable-ai-traffic command-line option
- AI traffic: don't wait for METAR when real-wx-fetch disabled, to
enable AI traffic when running offline

13 years agoCmake: fix copy/paste typo
Frederic Bouvier [Sat, 8 Jan 2011 15:45:40 +0000 (16:45 +0100)]
Cmake: fix copy/paste typo

13 years agoCmake: use debug version of plib when building in debug mode
Frederic Bouvier [Sat, 8 Jan 2011 14:17:49 +0000 (15:17 +0100)]
Cmake: use debug version of plib when building in debug mode

13 years agoCmake: use debug version of simgear when building in debug mode
Frederic Bouvier [Sat, 8 Jan 2011 14:02:30 +0000 (15:02 +0100)]
Cmake: use debug version of simgear when building in debug mode

13 years agoMake mouse buttons work again.
Torsten Dreyer [Sat, 8 Jan 2011 11:50:55 +0000 (12:50 +0100)]
Make mouse buttons work again.

13 years agoMouseInput: invert y-accel property
Torsten Dreyer [Sat, 8 Jan 2011 08:11:46 +0000 (09:11 +0100)]
MouseInput: invert y-accel property

Syd Adams:  It could be inverted with nasal for use,
but it feels more natural with positive /forward , negative /
back.

13 years agoMouseInput: Add accel-x and accel-y
Torsten Dreyer [Fri, 7 Jan 2011 20:05:17 +0000 (21:05 +0100)]
MouseInput: Add accel-x and accel-y

Syd Adams:
Is there any interest in mouse acceleration properties, besides myself ?

Obviously there is. Some code cleanup comes with it.

13 years agoAdd code to draw AI ships on the map widget (useful for carrier ops.)
Curtis L. Olson [Fri, 7 Jan 2011 19:05:47 +0000 (13:05 -0600)]
Add code to draw AI ships on the map widget (useful for carrier ops.)

An AI Tanker requested from the AI menu has an id of -2, so change the code to
only ignore AI models with an ID of -1.

13 years agoMETAR: enable reports from multiple stations
Torsten Dreyer [Fri, 7 Jan 2011 12:11:06 +0000 (13:11 +0100)]
METAR: enable reports from multiple stations

This patch enables multiple MetarProperties instances tied to the
property tree. For each node's value of /environment/realwx/metar
one MetarProperties instance is created and tied to the property
tree named there. (See FGDATA/Environment/environment.xml for details)

At least one instance will be created to provice backward compatibility
to the existing live-data weather system. This instance (tied to
/environment/metar) fetches a METAR for the nearest airport at a regular
schedule. All other instances fetch a report for airports named in the
property station-id. It re-reads the report every 15 minutes, the
remaining time until the next fetch will be scheduled is in the property
time-to-live. This property can be written to, to extend the live of
this report or schedule an immediate reload by setting it's value to zero.

This patch also provides magnetic variation for the station's location.

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Torsten Dreyer [Fri, 7 Jan 2011 08:07:56 +0000 (09:07 +0100)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoMake fgadmin optional (and hence, the FLTK dependency)
James Turner [Thu, 6 Jan 2011 16:56:07 +0000 (16:56 +0000)]
Make fgadmin optional (and hence, the FLTK dependency)
Also bump SimGear version to 2.2.0

13 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Frederic Bouvier [Wed, 5 Jan 2011 22:47:16 +0000 (23:47 +0100)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

13 years agoCmake: finally build terrasync under Windows
Frederic Bouvier [Wed, 5 Jan 2011 22:47:08 +0000 (23:47 +0100)]
Cmake: finally build terrasync under Windows

13 years agoATIS: revert to using inches globally by default.
Dave Luff [Wed, 5 Jan 2011 00:32:21 +0000 (00:32 +0000)]
ATIS: revert to using inches globally by default.

Revert to using inches globally by default, unless the user sets the
property /sim/atc/use-millibars.  Whilst this is therefore wrong by
default, it is probably the best thing in the short term since
FlightGear's altimeter dialog and the altimeters on the default
aircraft set using inches.

13 years agoTrying to fix Linux compilation
Frederic Bouvier [Wed, 5 Jan 2011 17:43:55 +0000 (18:43 +0100)]
Trying to fix Linux compilation

13 years agoTrying to fix Linux compilation
Frederic Bouvier [Wed, 5 Jan 2011 17:24:49 +0000 (18:24 +0100)]
Trying to fix Linux compilation

13 years agoTrying to fix Linux compilation
Frederic Bouvier [Wed, 5 Jan 2011 17:10:57 +0000 (18:10 +0100)]
Trying to fix Linux compilation

13 years agoCmake: test the presence of FLTK
Frederic Bouvier [Wed, 5 Jan 2011 16:58:20 +0000 (17:58 +0100)]
Cmake: test the presence of FLTK

13 years agoReplace plib/net.h by SimGear
Frederic Bouvier [Wed, 5 Jan 2011 16:54:38 +0000 (17:54 +0100)]
Replace plib/net.h by SimGear

13 years agoCmake: add fgadmin to the project
Frederic Bouvier [Wed, 5 Jan 2011 16:51:46 +0000 (17:51 +0100)]
Cmake: add fgadmin to the project

13 years agoProvide declarations of hton*() and ntoh*()
Frederic Bouvier [Wed, 5 Jan 2011 16:38:15 +0000 (17:38 +0100)]
Provide declarations of hton*() and ntoh*()

13 years agoCmake: add more utilities to the build system
Frederic Bouvier [Wed, 5 Jan 2011 16:19:42 +0000 (17:19 +0100)]
Cmake: add more utilities to the build system

13 years agoReplace plib/net.h by SimGear
Frederic Bouvier [Wed, 5 Jan 2011 16:18:12 +0000 (17:18 +0100)]
Replace plib/net.h by SimGear

13 years agoRemove the dependency to boost serialization
Frederic Bouvier [Wed, 5 Jan 2011 08:55:19 +0000 (09:55 +0100)]
Remove the dependency to boost serialization

13 years agoATIS improvements from John Denker
Dave Luff [Wed, 5 Jan 2011 00:27:18 +0000 (00:27 +0000)]
ATIS improvements from John Denker

Primarily an improvment to the internationalisation.  Previously the ATIS considered
the world as either the UK or the rest of the world.  Now it considers it as US+Canada
or the rest of the world.  This is much more consistent with global usage of pressure
units as either inches or millibars, which is the most important difference.  Also
some other tweaks and cleanups.

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Torsten Dreyer [Tue, 4 Jan 2011 16:21:47 +0000 (17:21 +0100)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoMerge branch 'next' of git@gitorious.org:fg/flightgear into next
James Turner [Mon, 3 Jan 2011 21:48:11 +0000 (21:48 +0000)]
Merge branch 'next' of git@gitorious.org:fg/flightgear into next

13 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Frederic Bouvier [Mon, 3 Jan 2011 21:47:40 +0000 (22:47 +0100)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

13 years agoRemove some legacy declarations from navrecord
James Turner [Mon, 3 Jan 2011 21:47:24 +0000 (21:47 +0000)]
Remove some legacy declarations from navrecord

13 years agoCmake: more windows tweaks
Frederic Bouvier [Mon, 3 Jan 2011 21:47:11 +0000 (22:47 +0100)]
Cmake: more windows tweaks

13 years agoFix bug #236, tower elevation was wrong with custom-scenery-data.
James Turner [Mon, 3 Jan 2011 21:26:09 +0000 (21:26 +0000)]
Fix bug #236, tower elevation was wrong with custom-scenery-data.

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Torsten Dreyer [Mon, 3 Jan 2011 19:20:18 +0000 (20:20 +0100)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoCmake: remove debugging message
Frederic Bouvier [Mon, 3 Jan 2011 18:01:39 +0000 (19:01 +0100)]
Cmake: remove debugging message

13 years agoCmake: fix SimGear version check for MSVC
Frederic Bouvier [Mon, 3 Jan 2011 17:58:15 +0000 (18:58 +0100)]
Cmake: fix SimGear version check for MSVC

13 years agoCmake: add probable location of SimGear
Frederic Bouvier [Mon, 3 Jan 2011 17:57:08 +0000 (18:57 +0100)]
Cmake: add probable location of SimGear

13 years agoAlexey Varjat: Add ILS data to GUI/MapWidget
James Turner [Mon, 3 Jan 2011 17:29:24 +0000 (17:29 +0000)]
Alexey Varjat: Add ILS data to GUI/MapWidget

13 years agoCheck for simgear v2.2.0 or newer.
Curtis L. Olson [Mon, 3 Jan 2011 13:59:50 +0000 (07:59 -0600)]
Check for simgear v2.2.0 or newer.

13 years agoMake the script a little more general purpose usable by removing a hardcoded filename.
Durk Talsma [Mon, 3 Jan 2011 12:58:12 +0000 (13:58 +0100)]
Make the script a little more general purpose usable by removing a hardcoded filename.

13 years agoChange file permissions to make the scripts executable.
Durk Talsma [Mon, 3 Jan 2011 12:06:12 +0000 (13:06 +0100)]
Change file permissions to make the scripts executable.

13 years agoMerge branch 'next' of git@gitorious.org:fg/flightgear into next
Durk Talsma [Mon, 3 Jan 2011 12:03:10 +0000 (13:03 +0100)]
Merge branch 'next' of git@gitorious.org:fg/flightgear into next

13 years agoCmake: MSVC_3RDPARTY_DIR is a path, not an option
Frederic Bouvier [Mon, 3 Jan 2011 10:37:59 +0000 (11:37 +0100)]
Cmake: MSVC_3RDPARTY_DIR is a path, not an option

13 years agoOlaf Flebbe: Removed Boost serialization linkage on MSVC
James Turner [Mon, 3 Jan 2011 09:50:05 +0000 (09:50 +0000)]
Olaf Flebbe: Removed Boost serialization linkage on MSVC

13 years agoTraffic tools. Conversion scripts to convert between xml and plain text format. Initi...
Durk Talsma [Mon, 3 Jan 2011 08:59:48 +0000 (09:59 +0100)]
Traffic tools. Conversion scripts to convert between xml and plain text format. Initial version of conf2xml.pl by me. Updated and modified by Mike Nieber. xml2conf.pl by Mike Nieber.

13 years agoATIS fixes from John Denker
Dave Luff [Mon, 3 Jan 2011 01:19:01 +0000 (01:19 +0000)]
ATIS fixes from John Denker

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Torsten Dreyer [Sun, 2 Jan 2011 20:09:59 +0000 (21:09 +0100)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoFixed CMake version.h, config.h creation
James Turner [Sat, 1 Jan 2011 21:46:16 +0000 (21:46 +0000)]
Fixed CMake version.h, config.h creation

13 years agoCMake: Windows PLIB fixes from Olaf Flebbe.
James Turner [Sat, 1 Jan 2011 21:22:37 +0000 (21:22 +0000)]
CMake: Windows PLIB fixes from Olaf Flebbe.

13 years agoversion.h support in CMake builds.
James Turner [Sat, 1 Jan 2011 18:24:53 +0000 (18:24 +0000)]
version.h support in CMake builds.

13 years agoBetter fix for bug #204; bind after all engines are loaded.
James Turner [Sat, 1 Jan 2011 16:04:23 +0000 (16:04 +0000)]
Better fix for bug #204; bind after all engines are loaded.

13 years agoWork-around for bug #222 - delete the units/WOW property on init.
James Turner [Fri, 31 Dec 2010 18:26:23 +0000 (18:26 +0000)]
Work-around for bug #222 - delete the units/WOW property on init.

Another cleanup

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Torsten Dreyer [Fri, 31 Dec 2010 11:23:54 +0000 (12:23 +0100)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoATIS: Slight tweak
Dave Luff [Fri, 31 Dec 2010 00:12:11 +0000 (00:12 +0000)]
ATIS: Slight tweak

Add a slight gap between the end of the time and the start of the weather

13 years agoIgnore some MSVC warnings
Frederic Bouvier [Thu, 30 Dec 2010 22:15:59 +0000 (23:15 +0100)]
Ignore some MSVC warnings

13 years agoWin32 fix
Frederic Bouvier [Thu, 30 Dec 2010 18:07:49 +0000 (19:07 +0100)]
Win32 fix

13 years agoATIS: evaluate airport abbreviations case-insensitively
Dave Luff [Thu, 30 Dec 2010 16:20:40 +0000 (16:20 +0000)]
ATIS: evaluate airport abbreviations case-insensitively

The apt.dat file contains inconsistent case for many airport name abbreviations,
e.g. MUNI/Muni and intl/Intl.  Evaluate the abbreviations in lower-case when
expanding them in order to avoid missing any.

13 years agoATIS fixes/refactoring from John Denker
Dave Luff [Thu, 30 Dec 2010 13:27:57 +0000 (13:27 +0000)]
ATIS fixes/refactoring from John Denker

Some fixes, and refactoring of the lexicon and abbreviation remapping
into headers where it can be picked up by the scripts that generate
the voice files.

13 years agoReduce log-level of aircraft-dir related messages.
James Turner [Thu, 30 Dec 2010 09:38:21 +0000 (09:38 +0000)]
Reduce log-level of aircraft-dir related messages.

13 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Frederic Bouvier [Wed, 29 Dec 2010 22:58:18 +0000 (23:58 +0100)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

13 years agoSpace change to trigger a rebuild on Hudson
Frederic Bouvier [Wed, 29 Dec 2010 22:55:01 +0000 (23:55 +0100)]
Space change to trigger a rebuild on Hudson

13 years agoFix bug #204, and help with bug #222 - delete all
James Turner [Wed, 29 Dec 2010 22:46:35 +0000 (22:46 +0000)]
Fix bug #204, and help with bug #222 - delete all
properties under /fdm/jsbsim when deleting the JSBSim interface.

13 years agoRemove the ATCDCL conditional compilation from VC90 project
Dave Luff [Wed, 29 Dec 2010 20:52:00 +0000 (20:52 +0000)]
Remove the ATCDCL conditional compilation from VC90 project

NOTE: These changes are untested.

13 years agoVC90 Project file changes
Dave Luff [Wed, 29 Dec 2010 20:42:21 +0000 (20:42 +0000)]
VC90 Project file changes

Removes files that have been deleted from ATCDCL and/or ATC, and renames
ATC/atis.[ch]xx to ATC/atis_mgr.[ch]xx

13 years agoFixed AIplane vertical speed.
ThorstenB [Wed, 29 Dec 2010 20:17:46 +0000 (21:17 +0100)]
Fixed AIplane vertical speed.
Fixed reversed fps-fpm conversion.

13 years agoMore fixes to the ATCDCL & ATC compilation
Dave Luff [Wed, 29 Dec 2010 18:52:39 +0000 (18:52 +0000)]
More fixes to the ATCDCL & ATC compilation

Rename ATC/atis.[ch]xx to ATC/atis_mgr.[ch]xx, to avoid confusingly
having 2 atis.cxx and 2 atis.hxx in the source tree.  Also fix a copy
and paste error in src/ATCDCL/CMakeLists.txt.

13 years agoRemove the cmake ATCDCL conditional switch
Dave Luff [Wed, 29 Dec 2010 17:51:51 +0000 (17:51 +0000)]
Remove the cmake ATCDCL conditional switch

This was missed from the previous commit, which was only tested
using the autotools.

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into atcdcl
Dave Luff [Tue, 28 Dec 2010 21:01:53 +0000 (21:01 +0000)]
Merge branch 'next' of gitorious.org:fg/flightgear into atcdcl

13 years agoATIS fixes from John Denker
Dave Luff [Tue, 28 Dec 2010 20:47:33 +0000 (20:47 +0000)]
ATIS fixes from John Denker

13 years agoATCDCL: Initialisation order fixes from John Denker.
Dave Luff [Tue, 28 Dec 2010 19:13:31 +0000 (19:13 +0000)]
ATCDCL: Initialisation order fixes from John Denker.

13 years agoATCDCL: Remove some unused cruft.
Dave Luff [Tue, 28 Dec 2010 19:05:44 +0000 (19:05 +0000)]
ATCDCL: Remove some unused cruft.

13 years agoRemove conditional compilation of ATCDCL
Dave Luff [Tue, 28 Dec 2010 18:08:41 +0000 (18:08 +0000)]
Remove conditional compilation of ATCDCL

This patch removes the conditional compilation of ATCDCL, compiling both
the old and new ATC systems.  The old system only provides ATIS, AWOS and
some dialog lookups, and hence should not conflict with the new system.

13 years agoUninstall rule, pinched from OSG
James Turner [Tue, 28 Dec 2010 13:43:14 +0000 (13:43 +0000)]
Uninstall rule, pinched from OSG

13 years agoWhen attempting to pass a NaN between Nasal and property nodes, catch this.
James Turner [Tue, 19 Oct 2010 23:08:57 +0000 (00:08 +0100)]
When attempting to pass a NaN between Nasal and property nodes, catch this.

13 years agoCleanup: don't unbind unknown properties
Torsten Dreyer [Tue, 28 Dec 2010 11:28:26 +0000 (12:28 +0100)]
Cleanup: don't unbind unknown properties

13 years agoRemove more code only concerned with the depreciated interactive ATC/AI
Dave Luff [Mon, 27 Dec 2010 21:54:20 +0000 (21:54 +0000)]
Remove more code only concerned with the depreciated interactive ATC/AI

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Dave Luff [Mon, 27 Dec 2010 19:25:43 +0000 (19:25 +0000)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoRemove legacy interactive tower and ground control
Dave Luff [Mon, 27 Dec 2010 19:24:03 +0000 (19:24 +0000)]
Remove legacy interactive tower and ground control

Also includes some whitespace cleanup of the remaining legacy ATC code.

13 years agoGlobalWeather: don't crash
Torsten Dreyer [Mon, 27 Dec 2010 13:24:44 +0000 (14:24 +0100)]
GlobalWeather: don't crash

Don't crash when flying into METAR generated weather
reporting fog/mist/haze and clear sky

13 years agoMerge branch 'next' of git@gitorious.org:fg/flightgear into next
James Turner [Mon, 27 Dec 2010 12:45:07 +0000 (12:45 +0000)]
Merge branch 'next' of git@gitorious.org:fg/flightgear into next