]> git.mxchange.org Git - flightgear.git/commit
Patches from Dave Luffto pass the magneto and starter control movements
authorcurt <curt>
Wed, 10 Oct 2001 17:50:20 +0000 (17:50 +0000)
committercurt <curt>
Wed, 10 Oct 2001 17:50:20 +0000 (17:50 +0000)
commit3e968179c26b13081d446f1a583d729f7761bbb9
tree03cd4fe887dc26be010160e4a1a4ad5daa7b2d24
parenta264f9931044af93aa43f1bfd1c39396f8ad07ec
Patches from Dave Luffto pass the magneto and starter control movements
through the controls interface and the running and cranking flags through
the engine interface.  This has no current effect on LaRCsim (other than
to make the code neater) but is necessary to add engine startup to JSBSim
which is now underway.  I've also put in main.cxx which escaped getting
committed in the previous round of changes - adding this will add
the cranking sound to LaRCsim during engine startup.
src/Controls/controls.cxx
src/Controls/controls.hxx
src/FDM/IO360.cxx
src/FDM/IO360.hxx
src/FDM/LaRCsim.cxx
src/FDM/flight.hxx
src/Main/fg_props.cxx
src/Main/main.cxx