]> git.mxchange.org Git - flightgear.git/commit
Current time of day (warp) fixes:
authorJames Turner <zakalawe@mac.com>
Mon, 11 Jan 2016 04:10:10 +0000 (22:10 -0600)
committerJames Turner <zakalawe@mac.com>
Mon, 11 Jan 2016 04:10:10 +0000 (22:10 -0600)
commitf2bf30bcc7fae11d29e31e51f1dbc8d63bfd4917
tree30a07208584ce3a33c1a3a33497a709b324e1eb8
parentd10d2790647faf691b33113f101ccbdabbaed501
Current time of day (warp) fixes:

- sim-speed-up (a/A keys) offsets warp correctly. This means at 4x speed
  up the warp will increase by 3 seconds for one elapsed real second.
  In practice this means simulation elements timed using sim ‘current time’
  will be correctly synchronised with those using simulated elapsed time.

  (AI traffic being a prime example of this)

- warp-delta (t/T keys) is independent of frame rate, and works when
  paused. The warp-delta values in the keybindings / GUI dialog
  will need to be updated since warp-delta in now seconds-per-second,
  as opposed to seconds-per-frame.
src/Time/TimeManager.cxx
src/Time/TimeManager.hxx