1
0
Fork 0
flightgear/src/ATC
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
AIEntity.cxx Fix for vanishing-model problem: models are drawn in the same scene 2002-04-13 21:36:22 +00:00
AIEntity.hxx - fixed ANSI C++ namespace problems 2002-04-04 01:32:00 +00:00
AILocalTraffic.cxx Patch from Melchior Franz: 2002-04-25 19:25:53 +00:00
AILocalTraffic.hxx - fixed ANSI C++ namespace problems 2002-04-04 01:32:00 +00:00
AIMgr.cxx - fixed ANSI C++ namespace problems 2002-04-04 01:32:00 +00:00
AIMgr.hxx Attached are a fairly extensive series of patches to the ATC 2002-04-03 23:54:44 +00:00
approach.cxx A few small updates to make ATC IRIX compliant. 2002-04-04 20:47:23 +00:00
approach.hxx Mac OS X fixes and MSVC warning fixes from Jonathan Polley. 2002-05-10 23:35:06 +00:00
approachlist.cxx - fixed ANSI C++ namespace problems 2002-04-04 01:32:00 +00:00
approachlist.hxx Attached are a fairly extensive series of patches to the ATC 2002-04-03 23:54:44 +00:00
ATC.cxx Fix a warning message. 2002-04-04 20:48:21 +00:00
ATC.hxx A few small updates to make ATC IRIX compliant. 2002-04-04 20:47:23 +00:00
ATCdisplay.cxx Major overhaul: 2002-05-11 16:28:50 +00:00
ATCdisplay.hxx Major overhaul: 2002-05-11 16:28:50 +00:00
ATCmgr.cxx Major overhaul: 2002-05-11 16:28:50 +00:00
ATCmgr.hxx Major overhaul: 2002-05-11 16:28:50 +00:00
ATCutils.cxx Initial revision. 2002-04-04 20:50:05 +00:00
ATCutils.hxx Initial revision. 2002-04-04 20:50:05 +00:00
atis.cxx * src/ATC/atis.cxx 2002-03-30 12:50:30 +00:00
atis.hxx Mac OS X fixes and MSVC warning fixes from Jonathan Polley. 2002-05-10 23:35:06 +00:00
atislist.cxx Attached are a fairly extensive series of patches to the ATC 2002-04-03 23:54:44 +00:00
atislist.hxx Attached is a reasonably large patch to add a proper ATC 2002-03-01 17:39:52 +00:00
ground.cxx Attached are a fairly extensive series of patches to the ATC 2002-04-03 23:54:44 +00:00
ground.hxx Attached are a fairly extensive series of patches to the ATC 2002-04-03 23:54:44 +00:00
Makefile.am Attached are a fairly extensive series of patches to the ATC 2002-04-03 23:54:44 +00:00
tower.cxx Attached are a fairly extensive series of patches to the ATC 2002-04-03 23:54:44 +00:00
tower.hxx A few small updates to make ATC IRIX compliant. 2002-04-04 20:47:23 +00:00
towerlist.cxx - fixed ANSI C++ namespace problems 2002-04-04 01:32:00 +00:00
towerlist.hxx - fixed ANSI C++ namespace problems 2002-04-04 01:32:00 +00:00