]> git.mxchange.org Git - flightgear.git/commit
David Megginson's changes:
authorcurt <curt>
Sun, 23 Jul 2000 00:11:04 +0000 (00:11 +0000)
committercurt <curt>
Sun, 23 Jul 2000 00:11:04 +0000 (00:11 +0000)
commit0c8c3ac0d69536c36e5d345e9cb5bc9f23dcd470
tree371033994ee9aaad1b7b3e9d59031c1d0fda0b69
parent3d969490589558b58a921241368f35fe1f9dbdc5
David Megginson's changes:

src/Cockpit/radiostack.cxx
- extended VOR ranges to make them slightly more usable (pending some
  real radio code)

src/Cockpit/sp_panel.cxx
- fixed heading bug on gyro compass (sort-of -- the AP still doesn't
  work quite as expected)
- skid ball moves the right direction
- moved whiskey compass more to the co-pilot's side, as suggested by
  Alex a while back

src/Joystick/joystick.cxx
- included Norm's Windows patches
- renamed brake properties (see bfi.cxx, below)

src/Main/bfi.cxx
src/Main/bfi.hxx
- renamed getBrake and setBrake to getBrakes and setBrakes
- added getCenterBrake and setCenterBrake
- added getAPHeading (without mag correction, needed for the panel)
- renamed property /controls/brake to /controls/brakes/all
- renamed property /controls/left-brake to /controls/brakes/left (as
  requested by Alex)
- renamed property /controls/right-brake to /controls/brakes/right (as
  requested by Alex)
- added property /controls/brakes/center
- added property /autopilot/settings/heading
- fixed bug in setAltitude so that altitude will be property restored
  from a save file
- fixed getBrakes to return the highest of the three brake settings

src/Main/save.cxx
- call FGBFI::getBrakes instead of FGBFI::getBrake
src/Cockpit/radiostack.cxx
src/Cockpit/sp_panel.cxx
src/Joystick/joystick.cxx
src/Main/bfi.cxx
src/Main/bfi.hxx
src/Main/save.cxx