]> git.mxchange.org Git - flightgear.git/commit
fg_time.cxx: Removed call to ctime() in a printf() which should be harmless
authorcurt <curt>
Wed, 22 Jul 1998 21:45:37 +0000 (21:45 +0000)
committercurt <curt>
Wed, 22 Jul 1998 21:45:37 +0000 (21:45 +0000)
commitffa2a0feb3650e5b7b42764a963836aa212fd7d7
tree510a87ca8ddf0011849f6b4108df218c75f4cdcf
parentf8356621c1e68592e497765238a217882bcfd377
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)
Time/fg_time.cxx
Time/light.cxx
Time/light.hxx
Time/sunpos.cxx