]> git.mxchange.org Git - flightgear.git/log
flightgear.git
13 years agoVariant of the iss script for packaging "developers snapshot" releases.
Curtis L. Olson [Mon, 28 Feb 2011 14:08:08 +0000 (08:08 -0600)]
Variant of the iss script for packaging "developers snapshot" releases.
Paths and variables have been carefully selected so this install can
coexist with the release install.  The only thing shared is the "terrasync"
directory.

13 years agoclear two gcc warnings
Torsten Dreyer [Fri, 25 Feb 2011 19:46:18 +0000 (20:46 +0100)]
clear two gcc warnings

13 years agoallow proxy to set as an url
Torsten Dreyer [Sun, 20 Feb 2011 16:14:30 +0000 (17:14 +0100)]
allow proxy to set as an url

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Torsten Dreyer [Sun, 20 Feb 2011 11:06:41 +0000 (12:06 +0100)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agouse http_proxy environment variable
Torsten Dreyer [Sun, 20 Feb 2011 10:42:21 +0000 (11:42 +0100)]
use http_proxy environment variable

13 years agoMerge remote branch 'origin/releases/2.2.0' into next
ThorstenB [Sat, 19 Feb 2011 11:00:43 +0000 (12:00 +0100)]
Merge remote branch 'origin/releases/2.2.0' into next

13 years ago#84: John Denker: Set correct file modes
ThorstenB [Sat, 19 Feb 2011 10:54:07 +0000 (11:54 +0100)]
#84: John Denker: Set correct file modes
Sources shouldn't be executable.

13 years agoremove unused code and use code from simgear
Torsten Dreyer [Sat, 19 Feb 2011 10:23:36 +0000 (11:23 +0100)]
remove unused code and use code from simgear

13 years agoJohn Denker: move branch cut and apply clamps
ThorstenB [Wed, 16 Feb 2011 18:53:10 +0000 (19:53 +0100)]
John Denker: move branch cut and apply clamps
fixed un-normalized outputs

13 years agoMore accurate, more symmetrical computation of tangent vector.
John Denker [Fri, 26 Feb 2010 00:35:23 +0000 (17:35 -0700)]
More accurate, more symmetrical computation of tangent vector.

13 years agofix up some comments
John Denker [Sun, 2 Jan 2011 04:14:47 +0000 (21:14 -0700)]
fix up some comments

13 years agoImplement gs-direct-deg property.
John Denker [Wed, 24 Feb 2010 00:50:02 +0000 (17:50 -0700)]
Implement gs-direct-deg property.
Useful when posing aircraft for pictures, not quite on glideslope.

13 years agoFix huge multiplayer memory leak.
ThorstenB [Tue, 15 Feb 2011 23:49:00 +0000 (00:49 +0100)]
Fix huge multiplayer memory leak.
Almost all FGPropertyData elements received via MP were leaked.
Property data is now cleanly deallocated in the FGExternalMotionData destructor.
Thanks to Jester for reporting rising mem consumption in MP mode.

13 years agoMerge branch 'releases/2.2.0' into next
Tim Moore [Tue, 15 Feb 2011 12:26:24 +0000 (13:26 +0100)]
Merge branch 'releases/2.2.0' into next

Conflicts:
CMakeModules/FindSvnClient.cmake
src/FDM/JSBSim/JSBSim.cxx

13 years agoaccomodate changes to osgDB::DatabasePager interface
Tim Moore [Tue, 15 Feb 2011 11:30:56 +0000 (12:30 +0100)]
accomodate changes to osgDB::DatabasePager interface

The change was introduced in OSG SVN revision 12080. Note: that
revision has a bug that causes fgfs to crash. The bug is fixed in
revision 12170.

13 years agoWarning fixes for MSVC
Torsten Dreyer [Mon, 14 Feb 2011 21:11:56 +0000 (22:11 +0100)]
Warning fixes for MSVC

13 years agoFix wrong throttle-position on init (trim)
Torsten Dreyer [Mon, 14 Feb 2011 20:01:48 +0000 (21:01 +0100)]
Fix wrong throttle-position on init (trim)

13 years agogcc warning fixes
Torsten Dreyer [Mon, 14 Feb 2011 19:58:54 +0000 (20:58 +0100)]
gcc warning fixes

13 years agoTankProperties: don't allow negative values
Torsten Dreyer [Mon, 14 Feb 2011 19:45:59 +0000 (20:45 +0100)]
TankProperties: don't allow negative values

13 years agoRefactor controls.cxx: use simgear functions
Torsten Dreyer [Mon, 14 Feb 2011 19:44:20 +0000 (20:44 +0100)]
Refactor controls.cxx: use simgear functions

- use TiedPropertyList
- use SG_CLAMP_RANGE

13 years agoRefactor ridgelift: use simgear::TiedPropertyList
Torsten Dreyer [Mon, 14 Feb 2011 19:26:39 +0000 (20:26 +0100)]
Refactor ridgelift: use simgear::TiedPropertyList

13 years agoSupport scenery reloading (needs simgear update).
ThorstenB [Sun, 13 Feb 2011 18:24:54 +0000 (19:24 +0100)]
Support scenery reloading (needs simgear update).
TileMgr subsystem reinit: remove all scenery tiles from scenegraph and
clear cache (simgear update required).
"normal" sim resets: no TileMgr reset is needed (avoid reloading scenery).

13 years agoUpdate tile loader options whenever its config properties change
ThorstenB [Sun, 13 Feb 2011 17:56:46 +0000 (18:56 +0100)]
Update tile loader options whenever its config properties change
New listener for tile-loader properties.

13 years agoMinor output format issue.
ThorstenB [Sun, 13 Feb 2011 17:31:26 +0000 (18:31 +0100)]
Minor output format issue.

13 years agoAvoid crash and/or long delay on shutdown in METAR loader.
ThorstenB [Sun, 13 Feb 2011 15:50:23 +0000 (16:50 +0100)]
Avoid crash and/or long delay on shutdown in METAR loader.
Catching loader thread on subsystem destruction is too late, since it
depends on other subsystems (which are destroyed earlier).
=> Need to stop & join thread during subsystem shutdown.
Also changed loader sleep logic - to avoid excessive delays (up to
30 seconds) on shutdown.
(Issues mostly happened when running offline with realwx enabled.)

13 years agoAvoid crash and/or long delay on shutdown in METAR loader.
ThorstenB [Sun, 13 Feb 2011 15:50:23 +0000 (16:50 +0100)]
Avoid crash and/or long delay on shutdown in METAR loader.
Catching loader thread on subsystem destruction is too late, since it
depends on other subsystems (which are destroyed earlier).
=> Need to stop & join thread during subsystem shutdown.
Also changed loader sleep logic - to avoid excessive delays (up to
30 seconds) on shutdown.
(Issues mostly happened when running offline with realwx enabled.)

13 years agoTankProperty: a bugfix and a new properties
Torsten Dreyer [Sat, 12 Feb 2011 20:36:58 +0000 (21:36 +0100)]
TankProperty: a bugfix and a new properties

- Fix initial number of TankProperty instances (thanks to Csaba)
- Add new property for unusable fuel and compute "empty" state

13 years agoIvan Ngeow: Fixed compile for FreeBSD platforms.
ThorstenB [Fri, 11 Feb 2011 17:53:35 +0000 (18:53 +0100)]
Ivan Ngeow: Fixed compile for FreeBSD platforms.

13 years agoIvan Ngeow: Fixed compile for FreeBSD platforms.
ThorstenB [Fri, 11 Feb 2011 17:53:35 +0000 (18:53 +0100)]
Ivan Ngeow: Fixed compile for FreeBSD platforms.

13 years agoSupport more than eight tanks
Torsten Dreyer [Tue, 8 Feb 2011 20:23:02 +0000 (21:23 +0100)]
Support more than eight tanks

I was naive enough to think that no aircraft ever uses more
than eight tanks. Csabe proved me wrong and came up with a
fix - Thanks.

13 years agoFix the tank properties if no content was defined in fg
Torsten Dreyer [Sun, 6 Feb 2011 21:08:46 +0000 (22:08 +0100)]
Fix the tank properties if no content was defined in fg

13 years agoRepair windows vc90 build broken by TankProperties commit
Torsten Dreyer [Sun, 6 Feb 2011 19:04:12 +0000 (20:04 +0100)]
Repair windows vc90 build broken by TankProperties commit

13 years agoUnified handling of (fuel-)tank properties
Torsten Dreyer [Sun, 6 Feb 2011 16:33:31 +0000 (17:33 +0100)]
Unified handling of (fuel-)tank properties

Ensure consistent properties for all fuel tanks

13 years agoFixed incomplete merge of JSBSim.cxx
ThorstenB [Sun, 6 Feb 2011 15:46:36 +0000 (16:46 +0100)]
Fixed incomplete merge of JSBSim.cxx
Commit 287cc74965e11ff3888117a9d9b88ed2bdbb9252 wasn't merged to release/2.2.0
properly by Commit b649f97b19b60ae273bf18e25b9539363b3d1c9a.

13 years agoMove tiedpropertylist from flightgear to simgear
Torsten Dreyer [Sun, 6 Feb 2011 14:44:09 +0000 (15:44 +0100)]
Move tiedpropertylist from flightgear to simgear

13 years agoBertrand Coconnier: updated fix for #204 and #222: JSBSim reset
ThorstenB [Sun, 6 Feb 2011 14:16:58 +0000 (15:16 +0100)]
Bertrand Coconnier: updated fix for #204 and #222: JSBSim reset
Use shared property pointers instead of path strings, adapt method
names to JSBSim style, catch all property ties, proper error handling
when tieing failed.

13 years agoImproved fix for #204 and #222: JSBSim::unbind() needs to untie _all_ its properties
ThorstenB [Sat, 5 Feb 2011 16:49:26 +0000 (17:49 +0100)]
Improved fix for #204 and #222: JSBSim::unbind() needs to untie _all_ its properties
Extends and partially reverts commit 287cc74965e11ff3888117a9d9b88ed2bdbb9252
Previous fix did not consider properties outside the /fdm/jsbsim branch.
FGPropertyManager now keeps track of all its tied properties - and provides
a method to cleanly untie them again.

13 years agoBetrand Coconnier: fix bugs #47,#184: roll/pitch/speed via command-line
ThorstenB [Sun, 30 Jan 2011 15:05:28 +0000 (16:05 +0100)]
Betrand Coconnier: fix bugs #47,#184: roll/pitch/speed via command-line
Specifying initial roll, pitch and speed should be working again.

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 agoBertrand Coconnier: updated fix for #204 and #222: JSBSim reset
ThorstenB [Sun, 6 Feb 2011 14:16:58 +0000 (15:16 +0100)]
Bertrand Coconnier: updated fix for #204 and #222: JSBSim reset
Use shared property pointers instead of path strings, adapt method
names to JSBSim style, catch all property ties, proper error handling
when tieing failed.

13 years agoImproved fix for #204 and #222: JSBSim::unbind() needs to untie _all_ its properties
ThorstenB [Sat, 5 Feb 2011 16:49:26 +0000 (17:49 +0100)]
Improved fix for #204 and #222: JSBSim::unbind() needs to untie _all_ its properties
Extends and partially reverts commit 287cc74965e11ff3888117a9d9b88ed2bdbb9252
Previous fix did not consider properties outside the /fdm/jsbsim branch.
FGPropertyManager now keeps track of all its tied properties - and provides
a method to cleanly untie them again.

13 years agoNot reported by cppcheck: fix another memory leak :)
ThorstenB [Fri, 4 Feb 2011 18:38:22 +0000 (19:38 +0100)]
Not reported by cppcheck: fix another memory leak :)
Extends/changes commit 687be046789e2f509ccf93155456c47f3f463e0c
to fix a related second leak (with "model").

13 years agoFixed several compiler warnings
ThorstenB [Wed, 2 Feb 2011 21:05:54 +0000 (22:05 +0100)]
Fixed several compiler warnings
uninitialized or unused variables, init sequence, ...

13 years agoFixed helicopter view.
ThorstenB [Tue, 1 Feb 2011 18:23:05 +0000 (19:23 +0100)]
Fixed helicopter view.
Corrected the new panning check: panning rotates around the y-axis,
so the x- or z-axis need an offset != 0 (not x-/y-axis).

13 years agoInitialize class member in AIFlightPlan
Frederic Bouvier [Sun, 30 Jan 2011 20:20:50 +0000 (21:20 +0100)]
Initialize class member in AIFlightPlan

13 years agoReported by cppcheck: fix an incorrect usage of iterators
Frederic Bouvier [Sun, 30 Jan 2011 12:25:39 +0000 (13:25 +0100)]
Reported by cppcheck: fix an incorrect usage of iterators

13 years agoReported by cppcheck: fix a memory leak
Frederic Bouvier [Sun, 30 Jan 2011 12:25:12 +0000 (13:25 +0100)]
Reported by cppcheck: fix a memory leak

13 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Frederic Bouvier [Sun, 30 Jan 2011 20:16:57 +0000 (21:16 +0100)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

13 years agoDetect joystick disconnection
Frederic Bouvier [Sun, 30 Jan 2011 20:14:32 +0000 (21:14 +0100)]
Detect joystick disconnection

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 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 agoFix viewer issue with Tower and Chase View.
ThorstenB [Sun, 30 Jan 2011 16:35:07 +0000 (17:35 +0100)]
Fix viewer issue with Tower and Chase View.
When looking _at_ a model with an x,y offset of 0,
then the view heading has no effect. So, force heading offset property
to 0 to keep other property consumers from running incorrect calculations.
=> Trying to rotate the heading offset in Tower/Chase view no longer
rotates the blue sky around the aircraft, though the viewer itself
isn't rotating anything.

13 years agoBetrand Coconnier: fix bugs #47,#184: roll/pitch/speed via command-line
ThorstenB [Sun, 30 Jan 2011 15:05:28 +0000 (16:05 +0100)]
Betrand Coconnier: fix bugs #47,#184: roll/pitch/speed via command-line
Specifying initial roll, pitch and speed should be working again.

13 years agoFix for bug #204 and #222 by Bertrand Coconnier; NaNs (bug #222) were basically gener...
Erik Hofman [Sun, 30 Jan 2011 10:04:37 +0000 (11:04 +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 agoAndreas Gaeb: make input (joystick) re-init work.
James Turner [Sat, 29 Jan 2011 16:05:02 +0000 (16:05 +0000)]
Andreas Gaeb: make input (joystick) re-init work.

13 years agoIgnore a generated file
Frederic Bouvier [Fri, 28 Jan 2011 19:15:43 +0000 (20:15 +0100)]
Ignore a generated file

13 years agoCmake: add a rule to build sources from fluid (.fl) files
Frederic Bouvier [Fri, 28 Jan 2011 19:12:56 +0000 (20:12 +0100)]
Cmake: add a rule to build sources from fluid (.fl) files

13 years agoCmake: use different icons for 32-bit and 64-bit executables
Frederic Bouvier [Fri, 28 Jan 2011 18:34:49 +0000 (19:34 +0100)]
Cmake: use different icons for 32-bit and 64-bit executables

13 years agoCmake: set an icon to the Windows executable
Frederic Bouvier [Fri, 28 Jan 2011 18:30:27 +0000 (19:30 +0100)]
Cmake: set an icon to the Windows executable

13 years agoDeprecate VS2010 handmade project files now that we have Cmake
Frederic Bouvier [Fri, 28 Jan 2011 18:00:28 +0000 (19:00 +0100)]
Deprecate VS2010 handmade project files now that we have Cmake

13 years agoCmake: fix VS2010 link
Frederic Bouvier [Fri, 28 Jan 2011 14:15:20 +0000 (15:15 +0100)]
Cmake: fix VS2010 link

13 years agoCmake: support VS2010 and MSVC 64 bit
Frederic Bouvier [Fri, 28 Jan 2011 13:57:32 +0000 (14:57 +0100)]
Cmake: support VS2010 and MSVC 64 bit

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 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 agoRe-apply fix for #204, crash on JSBSim reset
James Turner [Tue, 25 Jan 2011 00:25:43 +0000 (00:25 +0000)]
Re-apply fix for #204, crash on JSBSim reset

13 years agoRe-apply partial fix for #222, JSBsim crash-on-reset
James Turner [Tue, 25 Jan 2011 00:25:23 +0000 (00:25 +0000)]
Re-apply partial fix for #222, JSBsim crash-on-reset

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 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 agoWhoops, missed a place to use fgVersion
James Turner [Mon, 24 Jan 2011 13:48:01 +0000 (13:48 +0000)]
Whoops, missed a place to use fgVersion

13 years agoInclude Macflightgear files, and the build helper.
James Turner [Mon, 24 Jan 2011 13:35:01 +0000 (13:35 +0000)]
Include Macflightgear files, and the build helper.

13 years agoCode cleanup, no functional change
Torsten Dreyer [Sun, 23 Jan 2011 20:51:07 +0000 (21:51 +0100)]
Code cleanup, no functional change

13 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Frederic Bouvier [Sun, 23 Jan 2011 20:08:09 +0000 (21:08 +0100)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

13 years agoCmake: restore its original name to the ephemeris library
Frederic Bouvier [Sun, 23 Jan 2011 20:07:24 +0000 (21:07 +0100)]
Cmake: restore its original name to the ephemeris library

13 years agoHelp configure finding the rti libraries.
Mathias Froehlich [Sun, 23 Jan 2011 19:34:14 +0000 (20:34 +0100)]
Help configure finding the rti libraries.

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 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 agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Erik Hofman [Sun, 23 Jan 2011 14:14:57 +0000 (15:14 +0100)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

13 years agoSync. with JSBSim CVS
Erik Hofman [Sun, 23 Jan 2011 14:14:01 +0000 (15:14 +0100)]
Sync. with JSBSim CVS

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 agoCmake: remove debug messages
Frederic Bouvier [Sun, 23 Jan 2011 08:49:04 +0000 (09:49 +0100)]
Cmake: remove debug messages

13 years agoBuild Terrasync with libsvnclient under Windows
Frederic Bouvier [Sun, 23 Jan 2011 08:42:13 +0000 (09:42 +0100)]
Build Terrasync with libsvnclient under Windows

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 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 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 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 agoremove debug message spam
Torsten Dreyer [Fri, 21 Jan 2011 19:44:35 +0000 (20:44 +0100)]
remove debug message spam

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 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 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 agoLazy caching of magvar on waypoints. Not used yet, but soon.
James Turner [Thu, 20 Jan 2011 08:49:09 +0000 (08:49 +0000)]
Lazy caching of magvar on waypoints. Not used yet, but soon.

13 years agoExpand route-manager waypoint info, to support smarter FMS functions.
James Turner [Thu, 20 Jan 2011 00:39:42 +0000 (00:39 +0000)]
Expand route-manager waypoint info, to support smarter FMS functions.

13 years agoFix bug 259 - don't override existing airport/runway in initPos
James Turner [Wed, 19 Jan 2011 23:58:00 +0000 (23:58 +0000)]
Fix bug 259 - don't override existing airport/runway in initPos

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