]> git.mxchange.org Git - flightgear.git/commit
Environment controller overhaul
authorTorsten Dreyer <Torsten@t3r.de>
Sat, 11 Sep 2010 14:11:35 +0000 (16:11 +0200)
committerTorsten Dreyer <Torsten@t3r.de>
Sat, 11 Sep 2010 14:11:35 +0000 (16:11 +0200)
commit5c6fe952598053fa63631fc0161d666f22a50f51
treed901a532e82455f71fe945b08c4616393af7beaa
parentfdbfd6fd0b789eecf2c532d048a75d15f8d35ad8
Environment controller overhaul

This is the initial commit for a reworked environment controller.
The main intention is to decouple the individual modules like
metar fetch, metar properties, environment interpolation etc.
to make it easier for other weather module developers to modify
environment settings.
As a side effect, the dialogs for weather-scenario, weather-conditions,
clouds and precipitations have been merged into a single dialog
14 files changed:
src/Environment/Makefile.am
src/Environment/environment.cxx
src/Environment/environment.hxx
src/Environment/environment_ctrl.cxx
src/Environment/environment_ctrl.hxx
src/Environment/environment_mgr.cxx
src/Environment/environment_mgr.hxx
src/Environment/metarairportfilter.cxx [new file with mode: 0644]
src/Environment/metarairportfilter.hxx [new file with mode: 0644]
src/Environment/metarproperties.cxx [new file with mode: 0644]
src/Environment/metarproperties.hxx [new file with mode: 0644]
src/Environment/realwx_ctrl.cxx [new file with mode: 0644]
src/Environment/realwx_ctrl.hxx [new file with mode: 0644]
src/Main/options.cxx