1
0
Fork 0
No description
Find a file
curt 42728f52c2 /Simulator/Objects/fragment.hxx
Nested fgFACE inside fgFRAGMENT since its not used anywhere else.

./Simulator/Objects/material.cxx
./Simulator/Objects/material.hxx
  Made fgMATERIAL and fgMATERIAL_MGR bona fide classes with private
  data members - that should keep the rabble happy :)

./Simulator/Scenery/tilemgr.cxx
  In viewable() delay evaluation of eye[0] and eye[1] in until they're
  actually needed.
  Change to fgTileMgrRender() to call fgMATERIAL_MGR::render_fragments()
  method.

./Include/fg_stl_config.h
./Include/auto_ptr.hxx
  Added support for g++ 2.7.
  Further changes to other files are forthcoming.

Brief summary of changes required for g++ 2.7.
  operator->() not supported by iterators: use (*i).x instead of i->x
  default template arguments not supported,
  <functional> doesn't have mem_fun_ref() needed by callbacks.
  some std include files have different names.
  template member functions not supported.
1998-09-10 19:07:09 +00:00
Aircraft Build only static libraries. 1998-06-12 01:01:14 +00:00
Airports Changes by Bernie Bright. 1998-09-08 21:38:41 +00:00
Astro log file tweak. 1998-09-03 21:25:39 +00:00
Autopilot Build only static libraries. 1998-06-12 01:01:14 +00:00
Cockpit Tweaks from Friedemann. 1998-08-31 20:45:31 +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 Only use GLUT_STENCIL if the instument panel has been requested. 1998-09-09 16:25:39 +00:00
Objects /Simulator/Objects/fragment.hxx 1998-09-10 19:07:09 +00:00
Scenery /Simulator/Objects/fragment.hxx 1998-09-10 19:07:09 +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 Added constructor for fgEVENT. 1998-09-08 21:41:06 +00:00
Weather Default visibility to about 20 miles. 1998-07-20 12:51:57 +00:00