1
0
Fork 0
No description
Find a file
curt 50ea8bd446 Bernie Bright writes:
I've created some new classes to enable pointers-to-functions and
  pointers-to-class-methods to be treated like objects.  These objects
  can be registered with fgEVENT_MGR.

  File "Include/fg_callback.hxx" contains the callback class defns.

  Modified fgEVENT and fgEVENT_MGR to use the callback classes.  Also
  some minor tweaks to STL usage.

  Added file "Include/fg_stl_config.h" to deal with STL portability
  issues.  I've added an initial config for egcs (and probably gcc-2.8.x).
  I don't have access to Visual C++ so I've left that for someone else.
  This file is influenced by the stl_config.h file delivered with egcs.

  Added "Include/auto_ptr.hxx" which contains an implementation of the
  STL auto_ptr class which is not provided in all STL implementations
  and is needed to use the callback classes.

  Deleted fgLightUpdate() which was just a wrapper to call
  fgLIGHT::Update().

  Modified fg_init.cxx to register two method callbacks in place of the
  old wrapper functions.
1998-08-29 13:11:31 +00:00
Aircraft Build only static libraries. 1998-06-12 01:01:14 +00:00
Airports Contributions from Bernie Bright <bbright@c031.aone.net.au> 1998-08-27 17:01:55 +00:00
Astro Rewrite of event manager thanks to Bernie Bright. 1998-08-29 13:07:16 +00:00
Autopilot Build only static libraries. 1998-06-12 01:01:14 +00:00
Cockpit Added new cockpit code from Friedemann Reinhard 1998-08-28 18:14:39 +00:00
Controls Build only static libraries. 1998-06-12 01:01:14 +00:00
CVSROOT initial checkin of taginfo 1998-06-02 21:59:45 +00:00
FDM . 1998-08-24 20:09:07 +00:00
GUI Remove time string from gui display. 1998-08-24 20:09:56 +00:00
Joystick Build only static libraries. 1998-06-12 01:01:14 +00:00
LaRCsim Code optimization tweaks from Norman Vine. 1998-08-24 20:09:25 +00:00
Main Changes to event manager from Bernie Bright. 1998-08-29 13:09:25 +00:00
Objects Contributions from Bernie Bright <bbright@c031.aone.net.au> 1998-08-27 17:01:55 +00:00
Scenery Contributions from Bernie Bright <bbright@c031.aone.net.au> 1998-08-27 17:01:55 +00:00
Simulator updates. 1998-08-26 22:30:38 +00:00
Slew Build only static libraries. 1998-06-12 01:01:14 +00:00
Time Bernie Bright writes: 1998-08-29 13:11:31 +00:00
Weather Default visibility to about 20 miles. 1998-07-20 12:51:57 +00:00