]> git.mxchange.org Git - flightgear.git/history - Scenery/tilemgr.cxx
Attempting to iron out seg faults and crashes.
[flightgear.git] / Scenery / tilemgr.cxx
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-20 curtAdded far clip plane to fragment clipping calculations...
1998-07-13 curtWrote access functions for current fgOPTIONS.
1998-07-12 curtAdded ground collision detection. This involved:
1998-07-08 curtFix GL_MODULATE vs. GL_DECAL problem introduced by...
1998-07-04 curtAdded automatic mipmap generation.
1998-06-27 curtCheck for GL_VERSION_1_1 or GL_EXT_texture_object to...
1998-06-17 curtLoad and manage multiple textures defined in the Materi...
1998-06-08 curtWorking first pass at material proporty sorting.
1998-06-06 curtI goofed on the log message in the last commit ......
1998-06-06 curtIncreased per material fragment list size from 100...
1998-06-05 curtWorking on sorting by, and rendering by material proper...
1998-06-03 curtNo .h for STL includes.
1998-06-01 curtIncremental additions to material.cxx (not fully functi...
1998-05-24 curtImplimented fragment level view frustum culling.
1998-05-23 curtAdded tile.cxx and tile.hxx.
1998-05-20 curtMoved global ref point and radius (bounding sphere...
1998-05-17 curtFrist pass at view frustum culling now operational.
1998-05-16 curtBeginning to add support for view frustum culling.
1998-05-07 curtFixed a glTexImage2D() usage bug where width and height...
1998-05-06 curtAdded an option to control square tile radius.
1998-05-02 curtPlaying around with texture coordinates.
1998-04-30 curtAdded a command line rendering option specify smooth...
1998-04-27 curtMinor transformation adjustments to try to keep scenery...
1998-04-25 curtEdited cvs log messages in source files ... bad bad...
1998-04-24 curtWrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
1998-04-22 curtC++ - ifing the code a bit.