]> git.mxchange.org Git - flightgear.git/history - Astro
MSVC++ portability tweaks contributed by Bernie Bright.
[flightgear.git] / Astro /
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-02-01 curtRenamed FlightGear/Simulator/Flight to FlightGear/Simul...
1999-02-01 curtBug fix in vertex order of inner disk (fan) of the...
1999-01-27 curtRemoved code to make sun appear larger at the horizon.
1999-01-22 curtDon't know how this got in, but it is gone now.
1999-01-19 curtMacOS portability changes contributed by "Robert Puyol...
1999-01-06 curtRemoved unneeded #include
1998-12-09 curtConverted "class fgVIEW" to "class FGView" and updated...
1998-12-08 curtSun now appears to grow in size as it gets very low...
1998-12-05 curtRenamed class fgFLIGHT to class FGState as per request...
1998-12-04 curtmath domain error fix from Charlie Hotchkiss.
1998-12-03 curtConverted fgFLIGHT to a class.
1998-11-30 curtusing an uninitialized variable bug fixed.
1998-11-23 curtBorland portability tweaks.
1998-11-20 curtwhitespace tweak.
1998-11-07 curtEnable release builds using the --without-logging optio...
1998-11-06 curtConverted to new logstream debugging facility. This...
1998-11-06 curtChanges to track Bernie's updates to fgstream.
1998-10-20 curtTweaked sunset/sunrise colors.
1998-10-16 curtC++-ifying.
1998-10-16 curtConverted to Point3D class.
1998-09-24 curtConverted to c++ style comments.
1998-09-24 curtMiscellaneous tweaks.
1998-09-17 curtFixed output message.
1998-09-15 curtNew textured moon and rewritten/restructured Astro...
1998-09-03 curtlog file tweak.
1998-09-01 curtChanges contributed by Bernie Bright <bbright@c031...
1998-08-29 curtRewrite of event manager thanks to Bernie Bright.
1998-08-27 curtContributions from Bernie Bright <bbright@c031.aone...
1998-08-25 curtShuffled $FG_ROOT file layout.
1998-08-22 curtNailed a uninitialized variable usage bug that was...
1998-08-22 curtMinor tweaks to avoid using unitialized memory.
1998-08-12 curtSky now tracks adjusted fog color so it blends well...
1998-08-10 curtRewrote star loading and rendering to:
1998-08-06 curtModified to bring in stars in 8 increments based on...
1998-07-30 curtEliminated glScale call so that glutSolidSphere normals...
1998-07-22 curtLower skirt tracks adjusted fog color, not fog color.
1998-07-13 curtWrote access functions for current fgOPTIONS.
1998-06-27 curtIn fgCalculatePlanet() pass a pointer to a structure...
1998-06-12 curtBuild only static libraries.
1998-05-29 curtAdded zlib support for reading in compressed data files.
1998-05-23 curtDerived file "Makefile.in" removed from version control.
1998-05-23 curtUse new C++ events class.
1998-05-13 curtRoot path info moved to fgOPTIONS.
1998-04-28 curtType-ified fgTIME and fgVIEW
1998-04-26 curt"struct fgLIGHT" -> "fgLIGHT" because fgLIGHT is typedef'd.
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.
1998-04-21 curtPrepairing for C++ integration.
1998-04-18 curtMoved fg_debug.c to it's own library.
1998-04-14 curtCode reorganizations. Added a Lib/ directory for more...
1998-04-08 curtTweaks to Gnu automake/autoconf system.
1998-04-06 curtMinor cleanups and reorganizations.
1998-04-03 curtConverting to Gnu autoconf system.
1998-03-14 curtUpdated fgGENERAL to a "type" of struct.
1998-03-09 curtIncorporated Durk's updates.
1998-02-23 curtIncorporated Durk's Astro/ tweaks. Includes unifying...
1998-02-19 curtIncorporated some HUD tweaks from Michelle America.
1998-02-12 curtIncorporated code changes contributed by Charlie Hotchkiss
1998-02-09 curtRemoved "depend" files from cvs control. Other minor...
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...
1998-02-02 curtTo version 0.29
1998-01-27 curtMinor tweaks.
1998-01-27 curtIncorporated Paul Bleisch's <bleisch@chromatic.com...
1998-01-26 curtAdded a "skirt" to try to help hide gaps between scener...
1998-01-22 curtChanged #ifdef FILE_H to #ifdef _FILE_H
1998-01-19 curtMore misc. tweaks for rpk make merge.
1998-01-19 curtMerged in make system changes from Bob Kuehne <rpk...
1998-01-19 curtTons of little changes to clean up the code and to...
1998-01-08 curtBeginning to integrate Tile management subsystem.
1998-01-07 curtMiscellaneous tweaks.
1998-01-07 curtMoved from .../Src/Scenery/ to .../Src/Astro/