]> git.mxchange.org Git - flightgear.git/history - src/Time
Get rid of the double comma's for the file section of the generic protocol also.
[flightgear.git] / src / Time /
2004-04-01 curtClean up various compiler warnings that have crept...
2004-02-18 ehofmanChanges to tke sky dome coloring
2004-01-24 ehofmanReduce the log level to info
2004-01-19 ehofmanCheck for less than -1.0 also.
2004-01-19 ehofmanFix a problem where the dot product might possibly...
2004-01-15 ehofmanFix a posible devide by zero situation
2004-01-07 ehofmanName the property sun-angle-rad instead of sun-pos...
2004-01-07 ehofmanChnage the name to reflect the real unit of radians...
2004-01-07 ehofmanMake the position of the sun above the horizon availabl...
2003-12-19 andyMinor API changes to support the new sg_geodesy impleme...
2003-09-24 ehofmanMove FGEventMgr and FGSubsystemMgr over to SimGear...
2003-09-23 ehofmanInitialize some variables, re-order the function calls...
2003-09-20 ehofmanA small fix to have a smoot transition of cloud colors...
2003-09-20 ehofmanConvert fgLIGHT to FGLight and make it FGSubsystem...
2003-09-17 ehofmanRemove the test property to check the difference betwee...
2003-09-17 curtClean up the timeofday setting code a bit more, consolo...
2003-09-16 curtFix a few potential gotcha's in setting up start time.
2003-09-15 curtAdded a command line option to specify a starting time...
2003-09-03 ehofmanRemove unused gamma corrections
2003-08-29 ehofmanAverage sunlight and ambient light instead of multiplyi...
2003-08-29 curt- The latest volley in the FlightGear lighting wars.
2003-08-21 ehofmanChange GLUT_H to FG_GLUT_H to prevent a naming clash...
2003-08-17 ehofmanReorganization of main.cxx
2003-08-11 curtRemove several unneeded glut dependencies. Note, this...
2003-08-04 ehofmanAdd a /test/scene_lighting property to switch between...
2003-08-03 ehofmanUpdate the ambient, diffuse and specular scenery colors...
2003-08-02 ehofmanUpdate scene lighting
2003-06-27 ehofmanUse sqrt(x) and x*x instead of pow(x, 0.5) and pow...
2003-06-15 ehofmanTake the visibility in account for the sky color
2003-06-07 ehofmanRemove some now depreciated lighting code
2003-05-30 curtMove simgear/sky/ to simgear/scene/sky as part of the...
2003-05-22 ehofmanLighting updates for non PC hardware
2003-05-21 ehofmanUpdates for a better sunrise/sunset effect
2003-05-18 ehofmanLatest cosmetic updates to the sunrise code. I still...
2003-05-18 ehofmanFix a view offset bug in some external views
2003-05-17 ehofmanChanges needed after adding the gamma correction. I...
2003-05-17 ehofmanAdd gamma correction to the sky color functions
2003-05-16 ehofmanSmall, time related color adjustments for the sunrise...
2003-05-16 ehofmanMake the sunset color view direction dependent again.
2003-05-16 ehofmanDarken the clouds near sunrise/sunset
2003-05-16 ehofmanAdjust sunset/sun rise color scheme
2003-05-14 ehofmanUpdate the sunset colors
2003-05-13 ehofmanUpdate the fog color based on the color of the sun...
2003-05-12 ehofmanUpdate the red and green fog colors for better matching...
2003-05-05 ehofmanMake the sky colour brighter, change the fog colour...
2003-05-03 ehofmanUpdated sky colour, after comparing it to the colours...
2003-05-02 ehofmanAnother attempt to get the right colour on PC hardware...
2003-05-01 ehofmanLucky I got debian working on a PC today. Give PC hardw...
2003-05-01 ehofmanUse a seperate path for sgi and PC hardware for cloud...
2003-04-25 ehofmanUpdate to more natural sky dome colours
2002-12-10 curt- Some refactoring of the configure.ac script.
2002-08-25 curtTidy up the autoconf/automake configuration a bit.
2002-07-21 curtPatch to explicitely control the specular lighting...
2002-05-14 curtMoved "scenery" from being declaried in scenery.cxx...
2002-05-11 davidMajor overhaul:
2002-04-25 curtBernie Bright:
2002-04-12 curtRun a registered event as it's registered and then...
2002-04-11 curtBernie Bright:
2002-04-05 curtHere is the 'boostified' event manager plus relevant...
2002-03-27 davidViewer patches from Jim Wilson:
2002-03-20 davidMajor viewer-code overhaul from Jim Wilson:
2002-03-16 davidPatches from Tony Peden to separate property XML I...
2002-02-05 curtTweaks from Julian Foad:
2002-01-22 curtMinor tweaks.
2002-01-22 curtAdded some sanity checking.
2001-12-28 curtUpdates to build system to better support automake-1.5
2001-12-12 david-Removed .cvsignore from itself, since .cvsignore is...
2001-12-09 curtDavid Megginson writes:
2001-12-06 curtChanged --aircraft= to --aero= to make way for a high...
2001-10-29 curtupdate based on property system rather than cur_fdm_sta...
2001-10-28 curtThis set of changes touches a *lot* of files. The...
2001-07-22 curtMove FGControls declaration to globals.hxx
2001-05-15 curtModifications to coordinate with recent changes in...
2001-03-25 curtMore fg -> sg namespace changes in simgear.
2001-03-24 curtSG-ified logstream.
2001-03-24 curtSG_ namespace
2001-03-24 curtFG_ to SG_ namespace changes.
2001-03-24 curtFG_ to SG_ namespace changes.
2001-03-24 curtFG_ to SG_ namespace changes.
2001-03-23 curtFG_ to SG_ namespace changes.
2001-03-23 curtFG_ to SG_ name changes.
2001-03-23 curtFG_HAVE_STD_INCLUDES -> SG_HAVE_STD_INCLUDES
2001-03-14 curtWorking on modeling more realistic VOR and ILS ranges.
2001-02-02 curtFix a problem with external views where the sky lightin...
2001-01-13 curtDavid Megginson writes:
2000-12-13 curtRenamed FGBucket -> SGBucket.
2000-11-30 curtMoved Time/timestamp.hxx into simgear/timing/timestamp.hxx
2000-11-01 curtMore view clean ups.
2000-10-26 curtAdded a viewmgr system and made corresponding changes...
2000-10-26 curtCheck point ... making progress with a FGViewerLookAt...
2000-10-25 curtContinued FGViewer cleanups. FGViewer is now a base...
2000-10-25 curtContinuing work on cleanups.
2000-10-19 curtCode clean ups relating to FGOptions ... and moved...
2000-10-19 curtThe following changes were made to flightgear-0.7.5...
2000-09-27 curtA bit of fg->sg namespace changing.
2000-09-20 curtbuilddir -> srcdir so builds can be done outside the...
2000-09-10 curtMACOS -> macintosh
2000-08-08 curtUpdates to use new SGMagVar class from simgear.
2000-07-08 curtTidying up the SGEphemeris class.
2000-07-07 curtMore tidying up of SGTime.
next