]> git.mxchange.org Git - flightgear.git/commit
The FlightGear patches add new saveInitialState and
authorcurt <curt>
Fri, 19 Jan 2001 22:57:24 +0000 (22:57 +0000)
committercurt <curt>
Fri, 19 Jan 2001 22:57:24 +0000 (22:57 +0000)
commite1dd52d38aa91e17060e642c6d090556bc2d4d46
treee505a487645d24018844af2e1d8de5a276ebef19
parentbfcef94570a3aa61ac62b365629bdb4d9e6e0d67
The FlightGear patches add new saveInitialState and
restoreInitialState methods to FGGlobals, as well as the two-stage
commit described above for loading saved files.  fgInit now takes a
snapshot of the initial state before handing off to the main loop, and
the GUI reInit function restores that state explicitly before calling
fgReInit.

The FlightGear patches also modify fg_props.hxx to add optional
useDefault arguments to all of the fgTie functions -- that lets you
choose whether you want to pick up any default value in the property
tree when you tie the property (the default is true).
src/GUI/gui_local.cxx
src/Main/fg_init.cxx
src/Main/fg_props.cxx
src/Main/fg_props.hxx
src/Main/globals.cxx
src/Main/globals.hxx