]> git.mxchange.org Git - flightgear.git/commit
Properties:
authorcurt <curt>
Wed, 4 Oct 2000 22:52:34 +0000 (22:52 +0000)
committercurt <curt>
Wed, 4 Oct 2000 22:52:34 +0000 (22:52 +0000)
commit981d4dbd7d83db80b446b33c4f2d86a5514c3b72
treeed4849b32230f90933f4a1dcde478d85a4d5efc0
parentb6d04020740f2a6c67edc102b02edd58a18cd021
Properties:

- /engines/engine0/rpm changed to read-only
- /engines/engine0/egt added (read-only)
- /controls/mixture added
- /controls/propellor-pitch added (not used for C172)

BFI:

- getEGT() added
- getMixture() and setMixture() added
- getPropAdvance() and setPropAdvance() added (= pitch)
- cleaned up reinit function a bit
- force reinit only when values are actually changed; for example,
  setting the flight model to the current flight model will not cause
  a reinit

LaRCSim:

- hook up mixture and pitch to FGControls (they were hard-coded
  before)
src/FDM/LaRCsim.cxx
src/Main/fg_init.cxx
src/Main/fg_init.hxx
src/Main/main.cxx
src/Main/options.cxx
src/Main/options.hxx