]> git.mxchange.org Git - flightgear.git/history - Time
MSVC++ portability tweaks contributed by Bernie Bright.
[flightgear.git] / Time /
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-02-01 curtRenamed FlightGear/Simulator/Flight to FlightGear/Simul...
1999-01-27 curtMove sun/solaris specific stuff to compiler.h
1999-01-21 curtSun portability hack.
1999-01-19 curtMacOS portability changes contributed by "Robert Puyol...
1999-01-09 curtConvert fgTIMESTAMP to FGTimeStamp which holds usec...
1999-01-07 curtPortability changes and updates from Bernie Bright.
1998-12-11 curt#include tweaks.
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-05 curtMoved struct fg_timestamp to class fgTIMESTAMP and...
1998-12-04 curtConverted "struct fg_timestamp" to "class fgTIMESTAMP...
1998-12-03 curtConverted fgFLIGHT to a class.
1998-11-23 curtBorland portability tweaks.
1998-11-16 curtFG_LOG() message tweaks.
1998-11-09 curtLog message clean ups.
1998-11-07 curtEnable release builds using the --without-logging optio...
1998-11-06 curtConverted to new logstream debugging facility. This...
1998-11-02 curtCheck for __CYGWIN__ (b20) as well as __CYGWIN32__...
1998-10-20 curtTweaked sunrise/sunset colors.
1998-10-18 curtPoint3D tweaks.
1998-10-17 curtC++ ifying ...
1998-10-16 curtC++-ifying.
1998-10-16 curtConverted to Point3D class.
1998-10-02 curtFixes to try to break through the win95/98 18.3 fps...
1998-09-15 curtChanges for new astro code.
1998-09-15 curtInclude/fg_callback.hxx
1998-09-08 curtAdded constructor for fgEVENT.
1998-09-02 curtRenamed struct -> class.
1998-08-29 curtBernie Bright writes:
1998-08-27 curtContributions from Bernie Bright <bbright@c031.aone...
1998-08-25 curtShuffled $FG_ROOT file layout.
1998-08-24 curtRewrote sidereal_course with simpler parameters.
1998-08-20 curtTweak ...
1998-08-12 curtOptimizations by Norman Vine.
1998-08-06 curtAdjusted dusk/dawn lighting ...
1998-08-05 curtAdded a local routine to update lighting params every...
1998-07-30 curtSgi build tweaks.
1998-07-27 curtAdded a pause option.
1998-07-24 curtOutput message tweaks.
1998-07-22 curtfg_time.cxx: Removed call to ctime() in a printf()...
1998-07-13 curtWrote access functions for current fgOPTIONS.
1998-07-08 curtpolar3d.h renamed to polar3d.hxx
1998-06-12 curtBuild only static libraries.
1998-06-05 curtIncorporated some automake conditionals to try to suppo...
1998-06-03 curtNo .h for STL includes.
1998-05-30 curtmisc updates.
1998-05-29 curtRenamed <Table>.table to be <Table> so we can add a...
1998-05-23 curtDerived file "Makefile.in" removed from version control.
1998-05-22 curtRewrote event.cxx in C++ as a class using STL for the...
1998-05-20 curtConverted fgLIGHT to a C++ class.
1998-05-13 curtRoot path info moved to fgOPTIONS.
1998-05-11 curtMade fog color slightly bluish.
1998-05-03 curtpolar.h -> polar3d.h
1998-05-02 curtFine tuning mktime() support because of varying behavio...
1998-04-30 curtC++-ifying a couple source files.
1998-04-28 curtFixed a horible bug that cause the time to be *WAY...
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-25 curtCleaned up initialization sequence to eliminate interde...
1998-04-24 curtWrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
1998-04-22 curtC++ - ifiing the code a bit.
1998-04-21 curtFixed a problems where a pointer to a function was...
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-09 curtWe had unified some of the platform disparate time...
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 curtreplaced a printf() with an fgPrintf().
1998-03-09 curtDebug message tweaks.
1998-02-23 curtIncorporated Durk's Astro/ tweaks. Includes unifying...
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-02 curtIncorporated Durk's changes.
1998-02-01 curtMinor tweaks.
1998-01-31 curtAdded MetroWorks patches from Carmen Volpe.
1998-01-27 curtIncorporated Paul Bleisch's <bleisch@chromatic.com...
1998-01-22 curtChanged #ifdef FILE_H to #ifdef _FILE_H
1998-01-21 curtMisc. tweaks.
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-19 curtMinor tweaks and fixes for cygwin32.
1998-01-13 curtInitial changes to support loading and management of...
1998-01-08 curtmake depend ...
1998-01-07 curtMiscellaneous tweaks.
1998-01-06 curtTweaks to help building with MSVC++
1998-01-05 curtAdd an option to advance/decrease time from keyboard.
1997-12-31 curtTweaked fg_time.c to be able to use ftime() instead...
1997-12-30 curtCalculate lighting parameters here.
1997-12-30 curtFurther integration of event manager.
1997-12-30 curtIntegrated new event manager with subsystem initializat...
1997-12-30 curtMerged in Durk's changes ...
1997-12-30 curtA couple lighting tweaks ...
next