]> git.mxchange.org Git - flightgear.git/commit
Maik JUSTUS: (OK'ed by Andy)
authormfranz <mfranz>
Wed, 17 Jan 2007 20:42:39 +0000 (20:42 +0000)
committermfranz <mfranz>
Wed, 17 Jan 2007 20:42:39 +0000 (20:42 +0000)
commit53f09ff6a571113640cc9add52e1ca449e3d1b73
treeb47337366d562dc9a06a68a09e3a5c8370d6e3c9
parent15754ccfc14cb0af82dc4fbabcd42569c4052328
Maik JUSTUS:     (OK'ed by Andy)

"""
- ground properties (e.g. feel bumpiness and the reduced friction of
  grass or go swimming with the beaver)
- initial load for yasim gears (to get rid of the jitter the beaver has
  on ground)
- glider/winch/aerotow (do winch start with YASim glider or do aerotow
  over the net) I will place a how-to on the wiki soon, here very short:
  use the sgs233y (or the bocian if you have AJ (up ot now) non-GPL
  bocian)
  winch start: Ctrl-w for placing the winch, hold w to winch, press
               Shift-w to release the tow
  aerotow: Place the glider within 60m to a MP-aircraft, press
           Ctrl-t to tow to this aircraft. If the MP-aircraft is the
           J3 and the patch is installed on both sides, the J3 feels the
           forces, too. The J3-pilot has to taxi very slow up to the
           moment, the glider starts moving. Increase the throttle gently.
           Don't lift the J3 early, wait for the glider being lifted,
           lift gently.
"""
19 files changed:
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/FGGround.cpp
src/FDM/YASim/FGGround.hpp
src/FDM/YASim/Gear.cpp
src/FDM/YASim/Gear.hpp
src/FDM/YASim/Ground.cpp
src/FDM/YASim/Ground.hpp
src/FDM/YASim/Hitch.cpp [new file with mode: 0755]
src/FDM/YASim/Hitch.hpp [new file with mode: 0755]
src/FDM/YASim/Makefile.am
src/FDM/YASim/Model.cpp
src/FDM/YASim/Model.hpp
src/FDM/YASim/YASim.cxx
src/FDM/YASim/yasim-test.cpp