]> git.mxchange.org Git - flightgear.git/commit
Attempt #1 to sort out confusion between left / right / parking brake
authorcurt <curt>
Mon, 12 Jan 2004 17:39:41 +0000 (17:39 +0000)
committercurt <curt>
Mon, 12 Jan 2004 17:39:41 +0000 (17:39 +0000)
commit9c4953490780e9fa3436201213d43e416498bf28
tree51ccd88f86f561380290ddea4ffda55ca67639b4
parentba446557960d560c1c29295b63ae43c11367e9d5
Attempt #1 to sort out confusion between left / right / parking brake
controls in the cockpit vs. which wheels they apply to.  FlightGear now
sets /controls/gear/brake-left, /controls/gear/brake-right, and
/controls/gear/brake-parking.  It should be up to the FDM to sort out
which wheels under which circumstances are affected by these controls
and ultimately what happens to the physical motion of the aircraft.
16 files changed:
docs-mini/README.properties
scripts/perl/web/mkindex.pl
scripts/python/FlightGear.py
src/Autopilot/newauto.cxx
src/Controls/controls.cxx
src/Controls/controls.hxx
src/FDM/JSBSim/JSBSim.cxx
src/FDM/LaRCsim/LaRCsim.cxx
src/FDM/MagicCarpet.cxx
src/FDM/UFO.cxx
src/GUI/mouse.cxx
src/Input/fgjs.cxx
src/Network/atc610x.cxx
src/Network/native_ctrls.cxx
src/Network/net_ctrls.hxx
src/Replay/replay.cxx