]> git.mxchange.org Git - flightgear.git/commit
Restructured the 'freeze' property a bit. We now have
authorcurt <curt>
Sun, 20 Jan 2002 03:52:36 +0000 (03:52 +0000)
committercurt <curt>
Sun, 20 Jan 2002 03:52:36 +0000 (03:52 +0000)
commitdea7284cc7d3c8b73a45544703c62396fd3ea7de
tree1d2dfef90b854fe1de46ed49810654c3b97a0a86
parent4e0ab72766290355258ab8e5e17dbc43382e651e
Restructured the 'freeze' property a bit.  We now have
  /sim/freeze/master      (implimented)
  /sim/freeze/fuel        (implimented)
  /sim/freeze/position    (not implimented)
  /sim/freeze/time-of-day (not implimented)

/sim/freeze/master is bound to the 'p' key via keyboard.xml, however,
/sim/freeze/fuel is not bound to anything at the moment so you must
change it via the external property interface, or specify an initial
value on the command line.
16 files changed:
src/FDM/JSBSim.cxx
src/FDM/LaRCsim.cxx
src/GUI/apt_dlg.cxx
src/GUI/gui.cxx
src/GUI/gui_local.cxx
src/GUI/net_dlg.cxx
src/Main/fg_commands.cxx
src/Main/fg_init.cxx
src/Main/fg_props.cxx
src/Main/globals.cxx
src/Main/globals.hxx
src/Main/main.cxx
src/Main/options.cxx
src/Objects/matlib.cxx
src/Objects/newmat.cxx
src/Scenery/tileentry.cxx