index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
/
sky.cpp
Age
Commit message (
Expand
)
Author
2023-02-26
Sky: transmit body_orbit_tilt to client. (#13193)
sofar
2023-02-18
Remove dead code behind Irrlicht version checks
sfan5
2022-11-09
Fix typos and en_US/en_GB inconsistency in various files (#12902)
Abdou-31
2022-10-30
Enable negative values for sun/moon orbit tilt (Northern hemisphere) (#12904)
x2048
2022-09-06
Add documentation of sun/moon orientation/scale differences (#12145)
DS
2022-08-17
Use Sky class to obtain directional light source position for shadows (#12662)
x2048
2022-07-02
Allow to set maximum star opacity at daytime (#11663)
Wuzzy
2022-01-31
Revert "Disable dynamic shadows for the 5.5.0 release" (#12032)
rubenwardy
2022-01-29
Disable dynamic shadows for the 5.5.0 release
SmallJoker
2022-01-22
Fix consistency of sky sun/moon texture behaviour
sfan5
2021-06-06
Shadow mapping render pass (#11244)
Liso
2021-05-03
refacto: protect some RenderingEngine::get_scene_manager
Loic Blot
2021-04-09
Don't reseed stars when changing star count
Wuzzy
2021-04-05
Reserve vectors before pushing and other code quality changes (#11161)
sfan5
2021-03-09
Restore Irrlicht 1.9 support
sfan5
2020-12-19
Cleanup shader generation code (#10663)
Vitaliy
2020-11-26
Return star color calculation to what it previously was
sfan5
2020-11-26
Fix style
numzero
2020-11-26
Provide fallback star color for GLES 2 with MT shaders disabled
numzero
2020-11-26
Sky: support GLES2
numzero
2020-11-26
Replace TriangleFan as poorly supported
numzero
2020-11-26
Reuse seed when updating stars
numzero
2020-11-26
Store stars in a single static mesh buffer
numzero
2020-05-27
Value copy / allocation optimizations mostly in server, SAO and serialize code
sfan5
2020-05-09
Color gradient for default and 'regular' type sky (#9502)
TheTermos
2020-05-05
Sky API: Rename *_tint to fog_*_tint for consistency
SmallJoker
2020-03-08
Fix star visilibity and documentation (since 946c03c6)
Jordan Snelling
2020-03-05
set_sky improvements, set_sun, set_moon and set_stars
Jordach
2020-01-16
Increase star count to 1000 and decrease radius slightly (#9307)
lhofhansl
2019-08-04
Unify OpenGL ES support
sfan5
2019-07-30
Sky: Refactor of moon and sun drawing (#8683)
Methacrylon
2018-12-06
Draw all horizons and sky base, in front of stars (#7932)
Paramat
2018-12-02
Draw stars behind the moon (#7928)
Paramat
2018-12-02
Slightly alter star appearence time and full brightness time (#7921)
Paramat
2018-12-01
Fix sky bugs when using sun or moon textures (#7918)
Paramat
2018-11-28
Move client-specific files to 'src/client' (#7902)
Quentin Bazin