aboutsummaryrefslogtreecommitdiff
path: root/src/client/sky.cpp
AgeCommit message (Collapse)Author
2018-12-06Draw all horizons and sky base, in front of stars (#7932)Paramat
Move star draw to before sun glow texture draw and before sun draw, not currently essential but the logical order. Will be necessary if a 'no far ground' option is added, to draw stars behind the sun.
2018-12-02Draw stars behind the moon (#7928)Paramat
This time correctly, by resetting the 'material' to '1' after moon draw.
2018-12-02Slightly alter star appearence time and full brightness time (#7921)Paramat
At sunset: Stars first appear slightly later, at the time the sun disappears over the horizon, this fixes seeing dark stars in front of the sun horizon glow texture. Stars reach full brightness slightly earlier at time 20000, not so excessively long after sunset. The above behaviour is also applied at sunrise, but of course, time-inverted.
2018-12-01Fix sky bugs when using sun or moon textures (#7918)Paramat
Reverts the render order change of commit ce2d33eb97238e2e050d065a8f0838749a0b31d0
2018-11-28Move client-specific files to 'src/client' (#7902)Quentin Bazin
Update Android.mk Remove 'src/client' from include_directories