1
0
Fork 0
flightgear/src/Autopilot
curt 2b056c8452 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.
2001-10-28 16:16:30 +00:00
..
auto_gui.cxx Fixes to remove dependencies on depricated plib code (that just happened to 2001-10-24 21:24:53 +00:00
auto_gui.hxx FG_ to SG_ namespace changes. 2001-03-23 22:59:18 +00:00
Makefile.am builddir -> srcdir so builds can be done outside the master source directory. 2000-09-20 23:27:25 +00:00
newauto.cxx This set of changes touches a *lot* of files. The main goal here is to 2001-10-28 16:16:30 +00:00
newauto.hxx Fixed [simple] terrain following altitude hold mode to work again. 2001-08-31 18:07:23 +00:00