1
0
Fork 0
flightgear/Time
curt ffa2a0feb3 fg_time.cxx: Removed call to ctime() in a printf() which should be harmless
but seems to be triggering a bug.
light.cxx: Added code to adjust fog color based on sunrise/sunset effects
  and view orientation.  This is an attempt to match the fog color to the
  sky color in the center of the screen.  You see discrepancies at the
  edges, but what else can be done?
sunpos.cxx: Caculate local direction to sun here.  (what compass direction
  do we need to face to point directly at sun)
1998-07-22 21:45:37 +00:00
..
event.cxx Build only static libraries. 1998-06-12 00:59:52 +00:00
event.hxx Wrote access functions for current fgOPTIONS. 1998-07-13 21:00:09 +00:00
fg_time.cxx fg_time.cxx: Removed call to ctime() in a printf() which should be harmless 1998-07-22 21:45:37 +00:00
fg_time.hxx Rewrote event.cxx in C++ as a class using STL for the internal event list 1998-05-22 21:14:53 +00:00
fg_timer.cxx Type-ified fgTIME and fgVIEW. 1998-04-28 01:22:16 +00:00
fg_timer.hxx Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H" 1998-04-24 00:52:24 +00:00
light.cxx fg_time.cxx: Removed call to ctime() in a printf() which should be harmless 1998-07-22 21:45:37 +00:00
light.hxx fg_time.cxx: Removed call to ctime() in a printf() which should be harmless 1998-07-22 21:45:37 +00:00
Makefile.am Build only static libraries. 1998-06-12 00:59:52 +00:00
sunpos.cxx fg_time.cxx: Removed call to ctime() in a printf() which should be harmless 1998-07-22 21:45:37 +00:00
sunpos.hxx Cleaned up initialization sequence to eliminate interdependencies 1998-04-25 20:24:00 +00:00