]> git.mxchange.org Git - flightgear.git/commit
Allow instruments/systems to reset on sim reset
authorThorstenB <brehmt@gmail.com>
Wed, 19 Sep 2012 18:57:52 +0000 (20:57 +0200)
committerThorstenB <brehmt@gmail.com>
Wed, 19 Sep 2012 18:57:52 +0000 (20:57 +0200)
commitf8b689c040100aa21b27081b60a8da1fa99edd37
tree83e04437735a90daace2cf489617209142e18654
parenta68716316f1750913c93e7268aabb094bb544559
Allow instruments/systems to reset on sim reset
so they can instantly adjust to the changed environment.
(Not fully working yet, since some environment settings, like environemnt
pressure/temperature, still changes slowly after a sim reset - instead of
immediately jumping to the new setting. Also, METAR sometimes arrives too
late...).
src/Environment/environment.cxx
src/Instrumentation/instrument_mgr.cxx
src/Instrumentation/instrument_mgr.hxx
src/Main/fg_init.cxx