]> git.mxchange.org Git - flightgear.git/commit
This set of changes touches a *lot* of files. The main goal here is to
authorcurt <curt>
Sun, 28 Oct 2001 16:16:30 +0000 (16:16 +0000)
committercurt <curt>
Sun, 28 Oct 2001 16:16:30 +0000 (16:16 +0000)
commit2b056c845254b6a648d65cfc94975474bd752d6d
treee7bbcfe4d48ed8bc8e7c0eae120a3dcb3104312f
parenteacec814e153517479e5ec1b3d42f3cdc57af40b
This set of changes touches a *lot* of files.  The main goal here is to
fix startup sequence problems where we initialize the FDM before we know
the desired starting altitude.

These changes delay fdm initialization until the local tile has been loaded
and we can do a real intersection and find the true ground elevation.

In order to do this, I depend more on the property manager as glue, rather
than the FGInterface.

There are some glitches still when switching to a new airport or reseting
the sim.  I will work on addressing these, but I need to commit the changes
so far to keep in sync with other developers.
21 files changed:
aclocal.m4
src/Autopilot/newauto.cxx
src/Cockpit/cockpit.cxx
src/FDM/ADA.cxx
src/FDM/JSBSim.cxx
src/FDM/LaRCsim.cxx
src/FDM/flight.cxx
src/FDM/flight.hxx
src/GUI/apt_dlg.cxx
src/Main/fg_init.cxx
src/Main/fg_props.cxx
src/Main/main.cxx
src/Main/viewer_lookat.cxx
src/Main/viewer_rph.cxx
src/Network/native_ctrls.cxx
src/Scenery/scenery.cxx
src/Scenery/scenery.hxx
src/Scenery/tileentry.cxx
src/Scenery/tilemgr.cxx
src/Time/moonpos.cxx
src/Time/sunpos.cxx