aboutsummaryrefslogtreecommitdiff
path: root/src/client/sky.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow to set maximum star opacity at daytime (#11663)Wuzzy2022-07-021-2/+5
* Revert "Disable dynamic shadows for the 5.5.0 release" (#12032)rubenwardy2022-01-311-1/+1
* Disable dynamic shadows for the 5.5.0 releaseSmallJoker2022-01-291-1/+1
* Fix consistency of sky sun/moon texture behavioursfan52022-01-221-116/+62
* Shadow mapping render pass (#11244)Liso2021-06-061-11/+27
* refacto: protect some RenderingEngine::get_scene_managerLoic Blot2021-05-031-3/+3
* Don't reseed stars when changing star countWuzzy2021-04-091-1/+2
* Reserve vectors before pushing and other code quality changes (#11161)sfan52021-04-051-13/+13
* Restore Irrlicht 1.9 supportsfan52021-03-091-2/+3
* Cleanup shader generation code (#10663)Vitaliy2020-12-191-1/+1
* Return star color calculation to what it previously wassfan52020-11-261-1/+1
* Fix stylenumzero2020-11-261-2/+4
* Provide fallback star color for GLES 2 with MT shaders disablednumzero2020-11-261-4/+5
* Sky: support GLES2numzero2020-11-261-7/+8
* Replace TriangleFan as poorly supportednumzero2020-11-261-11/+11
* Reuse seed when updating starsnumzero2020-11-261-3/+5
* Store stars in a single static mesh buffernumzero2020-11-261-113/+86
* Value copy / allocation optimizations mostly in server, SAO and serialize codesfan52020-05-271-2/+2
* Color gradient for default and 'regular' type sky (#9502)TheTermos2020-05-091-29/+4
* Sky API: Rename *_tint to fog_*_tint for consistencySmallJoker2020-05-051-6/+6
* Fix star visilibity and documentation (since 946c03c6)Jordan Snelling2020-03-081-26/+9
* set_sky improvements, set_sun, set_moon and set_starsJordach2020-03-051-235/+477
* Increase star count to 1000 and decrease radius slightly (#9307)lhofhansl2020-01-161-1/+1
* Unify OpenGL ES supportsfan52019-08-041-2/+3
* Sky: Refactor of moon and sun drawing (#8683)Methacrylon2019-07-301-149/+132
* Draw all horizons and sky base, in front of stars (#7932)Paramat2018-12-061-98/+102
* Draw stars behind the moon (#7928)Paramat2018-12-021-81/+86
* Slightly alter star appearence time and full brightness time (#7921)Paramat2018-12-021-3/+7
* Fix sky bugs when using sun or moon textures (#7918)Paramat2018-12-011-77/+77
* Move client-specific files to 'src/client' (#7902)Quentin Bazin2018-11-281-0/+755