1
0
Fork 0
flightgear/src/Time
david 5a849b66e8 Major overhaul:
- changed FGSubsystem::update(int) to
  FGSubsystem::update(delta_time_sec); the argument is now delta time
  in seconds rather than milliseconds

- added FGSubsystem::suspend(), FGSubsystem::suspend(bool),
  FGSubsystem::resume(), and FGSubsystem::is_suspended(), all with
  default implementations; is_suspended takes account of the master
  freeze as well as the subsystem's individual suspended state

- the FDMs now use the delta time argument the same as the rest of
  FlightGear; formerly, main.cxx made a special case and passed a
  multiloop argument

- FDMs now calculate multiloop internally instead of relying on
  main.cxx

There are probably some problems -- I've done basic testing with the
major FDMs and subsystems, but we'll probably need a few weeks to
sniff out bugs.
2002-05-11 16:28:50 +00:00
..
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
fg_timer.cxx Moved Time/timestamp.hxx into simgear/timing/timestamp.hxx 2000-11-30 18:43:31 +00:00
fg_timer.hxx source tree reorganization prior to flightgear 0.7 2009-09-14 14:26:20 +02:00
FGEventMgr.cxx Major overhaul: 2002-05-11 16:28:50 +00:00
FGEventMgr.hxx Major overhaul: 2002-05-11 16:28:50 +00:00
light.cxx Bernie Bright: 2002-04-25 20:31:14 +00:00
light.hxx Modifications to coordinate with recent changes in simgear. 2001-05-15 22:30:39 +00:00
Makefile.am Here is the 'boostified' event manager plus relevant changes to 2002-04-05 20:03:49 +00:00
moonpos.cxx Patches from Tony Peden to separate property XML I/O operations into a 2002-03-16 00:18:38 +00:00
moonpos.hxx FG_ to SG_ namespace changes. 2001-03-23 22:59:18 +00:00
sunpos.cxx Patches from Tony Peden to separate property XML I/O operations into a 2002-03-16 00:18:38 +00:00
sunpos.hxx FG_HAVE_STD_INCLUDES -> SG_HAVE_STD_INCLUDES 2001-03-23 22:15:19 +00:00
test_event.c source tree reorganization prior to flightgear 0.7 2009-09-14 14:26:20 +02:00
tmp.cxx Patches from Tony Peden to separate property XML I/O operations into a 2002-03-16 00:18:38 +00:00
tmp.hxx Updates to use new SGMagVar class from simgear. 2000-08-08 00:39:52 +00:00
ttest.c source tree reorganization prior to flightgear 0.7 2009-09-14 14:26:20 +02:00
win32test.c source tree reorganization prior to flightgear 0.7 2009-09-14 14:26:20 +02:00