]> git.mxchange.org Git - flightgear.git/commit
Bernie Bright:
authorcurt <curt>
Thu, 25 Apr 2002 20:31:14 +0000 (20:31 +0000)
committercurt <curt>
Thu, 25 Apr 2002 20:31:14 +0000 (20:31 +0000)
commitd15d3652b1cb5bac635c5de802773b7bc60616ad
tree0d995f87f6f8fafec202e94f7e3e87bd4cfc49e6
parentb3509479ba02ff1039c5358cff42dbde5d562c8f
Bernie Bright:
- Added initial_value argument, in milliseconds, that specifies when
  event is first run.  The default value of -1 triggers the event
  immediately as per the existing behaviour.  A repeat_value greater than
  zero runs the event no less than every 'repeat_value' milliseconds
  afterwards.  A repeat_value of zero deletes the event.
- Modified run queue behaviour such that only one event per frame is
  run.
src/Time/FGEventMgr.cxx
src/Time/FGEventMgr.hxx
src/Time/light.cxx