]> git.mxchange.org Git - flightgear.git/commit
src/GUI/gui.cxx:
authorcurt <curt>
Wed, 1 Nov 2000 04:51:55 +0000 (04:51 +0000)
committercurt <curt>
Wed, 1 Nov 2000 04:51:55 +0000 (04:51 +0000)
commit6786cf9da47bec89951283f0e8bdea9c6c9d5ac7
treeb1df372b16cb4b22f72f4535dffeb7e703f25f3d
parent8aab71034ad577c64b0cad427cba1bf1eda940b7
src/GUI/gui.cxx:
- removed Toggle Clouds menu item

src/Main/options.cxx:
- (minor) added some code to sync up options with properties

src/Main/bfi.[ch]xx:
- removed (get|set)Clouds(ASL)?
- removed setSpeedNorth, setSpeedEast, and setSpeedDown -- these are
  all read-only now
- added setAirspeed (for calibrated kt)
- extensive rewrite to support Tony's FDM changes
- rearranged everything in bfi.hxx to mess up Curt's ediff examination
- added properties for setting initial panel position

src/Main/save.cxx:
- reinit the tile cache after restore
src/GUI/gui.cxx
src/Main/bfi.cxx
src/Main/bfi.hxx
src/Main/options.cxx
src/Main/save.cxx