]> git.mxchange.org Git - flightgear.git/commit
Make use of auto-coordination more flexible
authorTorsten Dreyer <Torsten@t3r.de>
Tue, 13 Mar 2012 20:00:22 +0000 (21:00 +0100)
committerTorsten Dreyer <Torsten@t3r.de>
Tue, 13 Mar 2012 20:00:22 +0000 (21:00 +0100)
commit5caa42af8ec6a8971aef37777640dbe449eda5cf
tree4ed0ef781e048fecf6453fa33b11836a9ea70a15
parent60ffb950e2a3e64fdf08d0adcc425ab992f7c183
Make use of auto-coordination more flexible

- move property /sim/auto-coordination to
  /controls/flight/auto-coordination
- introduce new property /controls/flight/auto-coordination-factor
  with default of 0.5
- auto-coordinate the rudder if auto-coordination is true and the factor
  is greater than zero

backward compatibility for the old property is temporary provided by
a temporary Nasal hack in FGDATA/Nasal/aircraft.nas
src/Aircraft/controls.cxx
src/Aircraft/controls.hxx
src/Main/options.cxx