]> 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>
Fri, 21 Jan 2011 18:01:27 +0000 (19:01 +0100)
commit5fc0be88202264eee65cea8f7db64bdba3ae59ee
tree6b8e3d8311c79c273bf94207b736c1572c3867a3
parentf025c65c60ba34c2fd91bc52f201463d992cf613
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