]> git.mxchange.org Git - flightgear.git/history - Time/fg_time.cxx
Renamed FlightGear/Simulator/Flight to FlightGear/Simulator/FDM since
[flightgear.git] / Time / fg_time.cxx
1999-02-01 curtRenamed FlightGear/Simulator/Flight to FlightGear/Simul...
1999-01-19 curtMacOS portability changes contributed by "Robert Puyol...
1999-01-07 curtPortability changes and updates from Bernie Bright.
1998-12-11 curt#include tweaks.
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-16 curtFG_LOG() message tweaks.
1998-11-06 curtConverted to new logstream debugging facility. This...
1998-11-02 curtCheck for __CYGWIN__ (b20) as well as __CYGWIN32__...
1998-10-17 curtC++ ifying ...
1998-10-02 curtFixes to try to break through the win95/98 18.3 fps...
1998-09-15 curtChanges for new astro code.
1998-08-29 curtBernie Bright writes:
1998-08-24 curtRewrote sidereal_course with simpler parameters.
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-22 curtfg_time.cxx: Removed call to ctime() in a printf()...
1998-07-13 curtWrote access functions for current fgOPTIONS.
1998-06-12 curtBuild only static libraries.
1998-06-05 curtIncorporated some automake conditionals to try to suppo...
1998-05-30 curtmisc updates.
1998-05-02 curtFine tuning mktime() support because of varying behavio...
1998-04-28 curtFixed a horible bug that cause the time to be *WAY...
1998-04-28 curtType-ified fgTIME and fgVIEW.
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"