]> git.mxchange.org Git - flightgear.git/history - Scenery/tilemgr.cxx
Modifications to incorporate Jon S. Berndts flight model code.
[flightgear.git] / Scenery / tilemgr.cxx
1999-02-05 curtModifications to incorporate Jon S. Berndts flight...
1999-01-27 curtFixes so that the sim can start out at an airport below...
1998-12-09 curtConverted "class fgVIEW" to "class FGView" and updated...
1998-12-06 curtTurned "struct fgWEATHER" into "class FGWeather".
1998-12-05 curtRenamed class fgFLIGHT to class FGState as per request...
1998-12-05 curtLooking into a terrain intersection problem.
1998-12-05 curtSun portability tweak.
1998-12-03 curtActually set the current scenery elevation based on...
1998-12-03 curtConverted fgFLIGHT to a class.
1998-11-23 curtminor tweaks.
1998-11-09 curtBernie Bright <bbright@c031.aone.net.au> writes:
1998-11-06 curtConverted to new logstream debugging facility. This...
1998-10-18 curtPoint3D tweaks.
1998-10-17 curtC++ ifying ...
1998-10-16 curtConverted to Point3D class.
1998-09-17 curtTweaks and optimizations by Norman Vine.
1998-09-15 curtcleaned up my fragment.num_faces hack :-) to use the...
1998-09-14 curtminor tweaks.
1998-09-10 curt/Simulator/Objects/fragment.hxx
1998-09-09 curtTweaks to loop constructs with STL usage.
1998-09-08 curtOptimization by Norman Vine.
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-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.