]> git.mxchange.org Git - flightgear.git/history - Main/views.cxx
Modifications to incorporate Jon S. Berndts flight model code.
[flightgear.git] / Main / views.cxx
1999-02-05 curtModifications to incorporate Jon S. Berndts flight...
1999-01-07 curtUpdated struct fgGENERAL to class FGGeneral.
1998-12-11 curtFixed view frustum culling accuracy bug so we can look...
1998-12-09 curtConverted "class fgVIEW" to "class FGView" and updated...
1998-12-05 curtRenamed class fgFLIGHT to class FGState as per request...
1998-12-03 curtConverted fgFLIGHT to a class.
1998-11-16 curtAdded pow() macro bug work around.
1998-11-09 curtTweaks for the instrument panel.
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 curtAdded F8 to toggle fog and F9 to toggle texturing.
1998-09-08 curtOptimizations by Norman Vine.
1998-08-20 curtReshuffled some of the code in and around views.[ch]xx
1998-07-24 curtSet near clip plane to 0.5 meters when close to the...
1998-07-24 curtDebugging output tweaks.
1998-07-13 curtWrote access functions for current fgOPTIONS.
1998-07-12 curtAdded ground collision detection.
1998-07-08 curtpolar3d.h renamed to polar3d.hxx
1998-07-04 curtAdd my own version of gluLookAt() (which is nearly...
1998-06-03 curtUpdated to compile in audio support if OSS available.
1998-05-27 curtView optimizations by Norman Vine.
1998-05-17 curtFirst pass at view frustum culling now operational.
1998-05-16 curtC++ - ified views.[ch]xx
1998-05-02 curtUpdated polartocart conversion routine.
1998-04-30 curtAdded command line rendering options:
1998-04-28 curtType-ified fgTIME and fgVIEW.
1998-04-26 curt"struct fgLIGHT" -> "fgLIGHT" because fgLIGHT is typedef'd.
1998-04-25 curtUse already calculated LaRCsim values to create the...
1998-04-25 curtCleaned up initialization sequence to eliminate interde...
1998-04-24 curtWrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
1998-04-22 curtC++ - ifing the code.