]> git.mxchange.org Git - flightgear.git/commit
Added a property output feature to ControlMap that allows arbitrary binding
authorandy <andy>
Fri, 1 Mar 2002 06:47:28 +0000 (06:47 +0000)
committerandy <andy>
Fri, 1 Mar 2002 06:47:28 +0000 (06:47 +0000)
commitab381e5c013292935c598dbe80bdd092bcbdd3ff
treed43b066ae477059d560d6e1bdc09f55f451f21c9
parent9bae80d94ad84b825d8bf4bc5e3d2b75e4de2dc7
Added a property output feature to ControlMap that allows arbitrary binding
and scaling of control values to properties.  Also added a time interpolation
feature that replaces the hacked-in "retract-time" feature for the gear in
a more general way (applicable to flaps, too!).  Incompatibly breaks
the XML syntax; get new files!
src/FDM/YASim/Airplane.cpp
src/FDM/YASim/Airplane.hpp
src/FDM/YASim/ControlMap.cpp
src/FDM/YASim/ControlMap.hpp
src/FDM/YASim/FGFDM.cpp
src/FDM/YASim/FGFDM.hpp
src/FDM/YASim/YASim.cxx