]> git.mxchange.org Git - flightgear.git/commit
Fix bug #253, at least partially
authorTorsten Dreyer <Torsten@t3r.de>
Wed, 19 Jan 2011 18:36:04 +0000 (19:36 +0100)
committerTorsten Dreyer <Torsten@t3r.de>
Wed, 19 Jan 2011 18:36:04 +0000 (19:36 +0100)
commite86cecf4704a4bdcf43114245d8ac94adb1f1eef
tree48df5f016a54d4dec27067f4ff88a856ef3bdfd6
parentbd60cd21e75a3debcf164a190a7c9349454bcfd1
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
projects/VC90/FlightGear/FlightGear.vcproj
src/Environment/CMakeLists.txt
src/Environment/Makefile.am
src/Environment/metarproperties.cxx
src/Environment/metarproperties.hxx
src/Environment/presets.cxx [new file with mode: 0755]
src/Environment/presets.hxx [new file with mode: 0755]
src/Main/fg_commands.cxx
src/Main/options.cxx
src/Main/util.cxx
src/Main/util.hxx