]> git.mxchange.org Git - flightgear.git/commit
Apply /sim/speed-up to general subsystem dt
authorJames Turner <zakalawe@mac.com>
Wed, 6 Jan 2016 04:04:19 +0000 (22:04 -0600)
committerJames Turner <zakalawe@mac.com>
Wed, 6 Jan 2016 05:19:28 +0000 (23:19 -0600)
commit52f39abc6b3462b385602f9d65e44e3e7d837bf7
treec1b83be3c70ffd8a6e9dc1b2210e7c44c8df4c8f
parent540d4c2111fa0d1d6d846e6c98e3968dc36b16b5
Apply /sim/speed-up to general subsystem dt

- consistent with pause (freeze), /sim/speed-up is now applied to the
  dt value for all subsystems, not just the FDM and some instruments.
  For example AI traffic can now be sped-up or slowed down.
- requires both an FGData and Simgear update.
src/Aircraft/replay.cxx
src/FDM/flight.cxx
src/FDM/flight.hxx
src/Instrumentation/inst_vertical_speed_indicator.cxx
src/Instrumentation/inst_vertical_speed_indicator.hxx
src/Instrumentation/vertical_speed_indicator.cxx
src/Instrumentation/vertical_speed_indicator.hxx
src/Time/TimeManager.cxx