]> git.mxchange.org Git - flightgear.git/history - Scenery/tile.cxx
Tweaks for building with native SGI compilers.
[flightgear.git] / Scenery / tile.cxx
1999-03-02 curtTweaks for building with native SGI compilers.
1999-02-02 curtMSVC++ portability changes by Bernie Bright:
1998-11-09 curtBernie Bright <bbright@c031.aone.net.au> writes:
1998-10-16 curtConverted to Point3D class.
1998-09-02 curtUse erase() instead of while ( size() ) pop_front();
1998-08-25 curtmaterial.cxx material.hxx obj.cxx obj.hxx texload.c...
1998-08-24 curtTweaks ...
1998-08-22 curtAttempting to iron out seg faults and crashes.
1998-08-20 curtUsed a forward declaration of classes fgTILE and fgMATE...
1998-08-12 curtmaterial.cxx: don't load textures if they are disabled
1998-07-24 curtmaterial.cxx: whups, double method declaration with...
1998-07-22 curtAdd basic fgFACE methods contributed by Charlie Hotchkiss.
1998-07-16 curtGround collision detection optimizations contributed...
1998-07-12 curtAdded ground collision detection. This involved:
1998-05-23 curtAdded tile.cxx and tile.hxx.