]> git.mxchange.org Git - simgear.git/shortlog
simgear.git
2000-02-09 curtRemoved autogen'd files.
2000-02-09 curtInitial revision
2009-09-16 Tim MooreMoved everything from Lib to simgear
2000-02-04 curtUpdated for plib-1.1.x
1999-12-30 curtConverted sky colors from floats to GLubytes to try...
1999-11-03 curtUse a more standard texture/blend mode combination...
1999-10-22 curtMoved where glBlendFunc() is reset to main.cxx
1999-10-22 curtReset glBlendFunc() here to.
1999-10-22 curtSet glBlendFunc ( GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA...
1999-10-11 curtMSVC++ portability fix.
1999-10-07 curtVarious SGI portability tweaks.
1999-09-11 curtMACos fixes.
1999-08-15 curtTweaks to fix problems with moon rendering introduced...
1999-08-10 curtScaled down the sun and moon sizes.
1999-08-07 curtSet up the model view matrix exactly as ssg does it...
1999-06-20 curtBorland C++ tweaks.
1999-06-17 curtInitial revision
2009-09-15 curtChanges contributed by Durk Talsma:
2009-09-15 curtAdded initial support for native SGI compilers.
2009-09-15 curtModifications to incorporate Jon S. Berndts flight...
2009-09-15 curtMSVC++ portability changes by Bernie Bright:
2009-09-15 curtRenamed FlightGear/Simulator/Flight to FlightGear/Simul...
2009-09-15 curtBug fix in vertex order of inner disk (fan) of the...
2009-09-15 curtRemoved code to make sun appear larger at the horizon.
2009-09-15 curtDon't know how this got in, but it is gone now.
2009-09-15 curtMacOS portability changes contributed by "Robert Puyol...
2009-09-15 curtRemoved unneeded #include
2009-09-15 curtConverted "class fgVIEW" to "class FGView" and updated...
2009-09-15 curtSun now appears to grow in size as it gets very low...
2009-09-15 curtRenamed class fgFLIGHT to class FGState as per request...
2009-09-15 curtmath domain error fix from Charlie Hotchkiss.
2009-09-15 curtConverted fgFLIGHT to a class.
2009-09-15 curtusing an uninitialized variable bug fixed.
2009-09-15 curtBorland portability tweaks.
2009-09-15 curtwhitespace tweak.
2009-09-15 curtEnable release builds using the --without-logging optio...
2009-09-15 curtConverted to new logstream debugging facility. This...
2009-09-15 curtChanges to track Bernie's updates to fgstream.
2009-09-15 curtTweaked sunset/sunrise colors.
2009-09-15 curtC++-ifying.
2009-09-15 curtConverted to Point3D class.
2009-09-15 curtConverted to c++ style comments.
2009-09-15 curtMiscellaneous tweaks.
2009-09-15 curtFixed output message.
2009-09-15 curtNew textured moon and rewritten/restructured Astro...
2009-09-15 curtlog file tweak.
2009-09-15 curtChanges contributed by Bernie Bright <bbright@c031...
2009-09-15 curtRewrite of event manager thanks to Bernie Bright.
2009-09-15 curtContributions from Bernie Bright <bbright@c031.aone...
2009-09-15 curtShuffled $FG_ROOT file layout.
2009-09-15 curtNailed a uninitialized variable usage bug that was...
2009-09-15 curtMinor tweaks to avoid using unitialized memory.
2009-09-15 curtSky now tracks adjusted fog color so it blends well...
2009-09-15 curtRewrote star loading and rendering to:
2009-09-15 curtModified to bring in stars in 8 increments based on...
2009-09-15 curtEliminated glScale call so that glutSolidSphere normals...
2009-09-15 curtLower skirt tracks adjusted fog color, not fog color.
2009-09-15 curtWrote access functions for current fgOPTIONS.
2009-09-15 curtIn fgCalculatePlanet() pass a pointer to a structure...
2009-09-15 curtBuild only static libraries.
2009-09-15 curtAdded zlib support for reading in compressed data files.
2009-09-15 curtDerived file "Makefile.in" removed from version control.
2009-09-15 curtUse new C++ events class.
2009-09-15 curtRoot path info moved to fgOPTIONS.
2009-09-15 curtType-ified fgTIME and fgVIEW
2009-09-15 curt"struct fgLIGHT" -> "fgLIGHT" because fgLIGHT is typedef'd.
2009-09-15 curtEdited cvs log messages in source files ... bad bad...
2009-09-15 curtWrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
2009-09-15 curtC++ - ifing the code a bit.
2009-09-15 curtPrepairing for C++ integration.
2009-09-15 curtMoved fg_debug.c to it's own library.
2009-09-15 curtCode reorganizations. Added a Lib/ directory for more...
2009-09-15 curtTweaks to Gnu automake/autoconf system.
2009-09-15 curtMinor cleanups and reorganizations.
2009-09-15 curtConverting to Gnu autoconf system.
2009-09-15 curtUpdated fgGENERAL to a "type" of struct.
2009-09-15 curtIncorporated Durk's updates.
2009-09-15 curtIncorporated Durk's Astro/ tweaks. Includes unifying...
2009-09-15 curtIncorporated some HUD tweaks from Michelle America.
2009-09-15 curtIncorporated code changes contributed by Charlie Hotchkiss
2009-09-15 curtRemoved "depend" files from cvs control. Other minor...
2009-09-15 curtMinor tweaks.
2009-09-15 curtIncorporated HUD changes and struct/typedef changes...
2009-09-15 curtLots of little tweaks to fix various consistency proble...
2009-09-15 curtTo version 0.29
2009-09-15 curtMinor tweaks.
2009-09-15 curtIncorporated Paul Bleisch's <bleisch@chromatic.com...
2009-09-15 curtAdded a "skirt" to try to help hide gaps between scener...
2009-09-15 curtChanged #ifdef FILE_H to #ifdef _FILE_H
2009-09-15 curtMore misc. tweaks for rpk make merge.
2009-09-15 curtMerged in make system changes from Bob Kuehne <rpk...
2009-09-15 curtTons of little changes to clean up the code and to...
2009-09-15 curtBeginning to integrate Tile management subsystem.
2009-09-15 curtMiscellaneous tweaks.
2009-09-15 curtMoved from .../Src/Scenery/ to .../Src/Astro/
1999-06-15 curtFixed a bug in handling windoze driver letter ":" notation.
1999-06-12 curtAdd a method to return pointer to data array.
1999-06-05 curtThe next round of MacOS changes contributed by Darrell...
1999-06-02 curtMac portability changes contributed by "Darrell Walisse...
1999-06-01 curtFixed an IRIX warning message where an inline function...
next