1
0
Fork 0
flightgear/src/Time
ThorstenB e24004b17b #589: 2D panels transparent at night. May also fix #591.
Since d91a617423 (vectory color calculations)
all 4 elements of a color were scaled with the respective brightness.
The caused some panels to be transparent at night etc.
Before the change, only the 3 RGB elements of the colors were scaled,
while the 4th element (alpha channel?) remained unaltered.
Commit restores the alpha elements to their original behaviour.
=> "Quick hack" for 2.6.0. Need s.o. to double check the initial changes
and commit something clean to "next".
2012-03-07 20:49:13 +01:00
..
CMakeLists.txt More CMake headers support 2011-07-19 07:58:03 +01:00
light.cxx #589: 2D panels transparent at night. May also fix #591. 2012-03-07 20:49:13 +01:00
light.hxx More spring-cleaning fun. 2012-03-07 20:48:00 +01:00
sunsolver.cxx fix a typo 2012-01-09 08:14:46 +01:00
sunsolver.hxx Fix the sun position and fog/ambient coloring misalignment 2012-01-08 16:28:43 +01:00
test_event.c source tree reorganization prior to flightgear 0.7 2009-09-14 14:26:20 +02:00
TimeManager.cxx Use property objects to avoid property look-ups during TimeManager updates. 2011-11-20 18:30:31 +00:00
TimeManager.hxx Use property objects to avoid property look-ups during TimeManager updates. 2011-11-20 18:30:31 +00:00
ttest.c source tree reorganization prior to flightgear 0.7 2009-09-14 14:26:20 +02:00
win32test.c source tree reorganization prior to flightgear 0.7 2009-09-14 14:26:20 +02:00