]> git.mxchange.org Git - flightgear.git/history - Time
C++ - ifing the code a bit.
[flightgear.git] / Time /
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 ...
1997-12-30 curtInitial revision.
1997-12-30 curtSwitched back to per vertex normals and smooth shading...
1997-12-23 curtTweaked the sky coloring a bit to build in structures...
1997-12-22 curtAligned sky with sun so dusk/dawn effects can be correc...
1997-12-19 curtLot's of tweaking with sky rendering and lighting.
1997-12-19 curtWorking on scene rendering order and options.
1997-12-15 curtAdd xgl wrappers for debugging.
1997-12-15 curtMisc. tweaks.
1997-12-12 curtMore light/material property tweaking ... still a ways...
1997-12-12 curtWorking on lightling and material properties.
1997-12-11 curtFixed sun vector and lighting problems. I thing the...
1997-12-10 curtPrepended "fg" on the name of all global structures...
1997-12-10 curtTweaks for verion 0.15 release.
1997-12-09 curtWorking on tweaking lighting.
1997-12-09 curtWorking on adding a global lighting params structure.
1997-11-25 curtChanges to integrate Durk's moon/sun code updates ...
1997-11-15 curtminor tweaks.
1997-11-15 curtReverse direction of sun vector, so object normals...
1997-11-14 curtTransform scenery coordinates earlier in pipeline when...
1997-10-30 curtWorking on new scenery subsystem.
1997-10-28 curtChanged GLUT/ -> Main/
1997-10-25 curtMisc. tweaks.
1997-09-23 curtTweaks to get things to compile with gcc-win32.
1997-09-22 curtContinuing to try to align stars correctly.
1997-09-20 curtStill trying to get those durned stars aligned properly.
1997-09-16 curtTweaked time of day lighting equations. Don't draw...
1997-09-16 curtWorking on star alignment and time issues.
1997-09-13 curtMostly working on stars and generating sidereal time...
1997-09-05 curtMore tweaking with stars.
1997-09-05 curtWorking on getting stars right.
1997-09-04 curtShufflin' stuff.
1997-08-27 curtChanged naming scheme of basic shared structures.
1997-08-25 curtMerged in initial HUD and Joystick code.
1997-08-22 curtDoing a bit of reorganizing and house cleaning.
1997-08-19 curtWorked on better simulating real lighting.
1997-08-16 curtWorking on improving the lighting/shading.
1997-08-13 curtInitial revision.
1997-08-13 curtThe interface to sunpos now updates a global structure...
1997-08-06 curtWorking on correct real time sun lighting.
1997-08-02 curtMisc. tweaks.
1997-08-01 curtAdded sunpos.c
1997-08-01 curtInitial revision.
1997-07-31 curtWorking on redoing internal coordinate systems & scener...
1997-07-23 curtPut comments around the text after an #endif for increa...
1997-07-20 curtFirst stab at a system to generate os2 makefiles automa...
1997-07-14 curtTesting/playing -- placed objects randomly across the...
1997-07-12 curtAdded ranlib.
1997-07-12 curtAdd ftime() support for those that don't have gettimeof...
1997-06-27 curtWorking on Makefile structure.
1997-06-27 curtWorking on Makefile structure.
1997-06-26 curtRestructuring make, adding automatic "make dep" support.
1997-06-25 curtMake itimer support optional.
1997-06-25 curtMinor changes to compile with rsxnt/win32.
1997-06-21 curtCapitalized subdirectory names.
1997-06-17 curtTimer interval stuff now uses gettimeofday() instead...
1997-06-17 curtNonsignal based interval timing is now working.
1997-06-16 curtInitial revision.