]> git.mxchange.org Git - flightgear.git/history - Scenery
MSVC++ portability tweaks contributed by Bernie Bright.
[flightgear.git] / Scenery /
1999-03-02 curtTweaks for building with native SGI compilers.
1999-02-26 curtAdded initial support for native SGI compilers.
1999-02-05 curtModifications to incorporate Jon S. Berndts flight...
1999-02-02 curtMSVC++ portability changes by Bernie Bright:
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 curtC++-ifying.
1998-10-16 curtFixed a bug in the conversion to Point3D.
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-09-02 curtUse erase() instead of while ( size() ) pop_front();
1998-08-27 curtContributions from Bernie Bright <bbright@c031.aone...
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-22 curtincreased fragment list size.
1998-08-20 curtobj.cxx: use more explicit parenthases.
1998-08-20 curtUsed a forward declaration of classes fgTILE and fgMATE...
1998-08-12 curtNeed to negate the test for textures so that textures...
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-20 curtAdded far clip plane to fragment clipping calculations...
1998-07-16 curtGround collision detection optimizations contributed...
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-06 curtAdded using namespace std for compilers that support...
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-12 curtBuild only static libraries.
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-05 curtRecognize file, file.gz, and file.obj as scenery object...
1998-06-03 curtNo .h for STL includes.
1998-06-01 curtIncremental additions to material.cxx (not fully functi...
1998-05-30 curtAdded material.cxx material.hxx
1998-05-24 curtImplimented fragment level view frustum culling.
1998-05-23 curtfarting around with CVS ...
1998-05-23 curtDerived file "Makefile.in" removed from version control.
1998-05-23 curtremoved from version control.
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-13 curtRoot path info moved to fgOPTIONS.
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-03 curtUpdated texture coordinate fmod() parameter.
1998-05-02 curtPlaying around with texture coordinates.
1998-04-30 curtAdded a command line rendering option specify smooth...
1998-04-28 curtWrapped zlib calls up so we can conditionally comment...
1998-04-28 curtTweaked texture parameter calculations to keep the...
1998-04-27 curtScrewing around with texture coordinate generation...
1998-04-27 curtMinor transformation adjustments to try to keep scenery...
1998-04-26 curtAdded zlib support.
1998-04-25 curtEdited cvs log messages in source files ... bad bad...
1998-04-25 curtChanged "r" to "rb" in gzopen() options. This fixes...
1998-04-24 curtAdded "file.obj.gz" support.
1998-04-24 curtWrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
1998-04-22 curtC++ - ifing the code a bit.
1998-04-21 curtPrepairing for C++ integration.
1998-04-18 curtMoved fg_debug.c to it's own library.
1998-04-18 curtAdded zlib on the fly decompression support for loading...
1998-04-14 curtCode reorganizations. Added a Lib/ directory for more...
1998-04-08 curtAdopted Gnu automake/autoconf system.
1998-04-06 curtMinor cleanups and reorganizations.
1998-04-03 curtConverting to Gnu autoconf system.
1998-03-23 curtDebugging output tweaks.
1998-03-14 curtBeginning initial terrain texturing experiments.
1998-02-20 curtThursday's tweaks.
1998-02-19 curtIncorporated some HUD tweaks from Michelle America.
1998-02-18 curtTweaks to build with SGI OpenGL (and therefor hopefully...
1998-02-16 curtMiscellaneous weekend tweaks. Fixed? a cache problem...
1998-02-12 curtIncorporated code changes contributed by Charlie Hotchkiss
1998-02-11 curtMinor changes.
1998-02-09 curtRemoved "depend" files from cvs control. Other minor...
1998-02-09 curtFixed a nagging problem with terrain tiles not "quite...
1998-02-09 curtMinor tweaks.
1998-02-07 curtIncorporated HUD changes and struct/typedef changes...
1998-02-03 curtLots of little tweaks to fix various consistency proble...
next