aboutsummaryrefslogtreecommitdiff
path: root/src/sky.cpp
AgeCommit message (Collapse)Author
2015-01-18Fix use of uninit data in Sky and (potentially) GUIChatConsole constructorsKahrl
Clean up nearby code a bit As a small side effect, it is now possible to add a background texture to the chat console by simply providing background_chat.jpg, it is no longer necessary to also add "console_color =" to minetest.conf.
2014-12-08Make directional fog colors respect tonemapMirceaKitsune
2014-10-19Various uninitialised variable fixesCraig Robbins
sky.cpp: m_bgcolor.getAlpha() was being used before initialised mesh related: m_highlight_mesh_color was being used uninitialised
2014-05-18Add support for interlaced polarized 3d screenssapier
Add (experimental) support for topbottom as well as sidebyside 3d mode
2014-04-25Fix directional fog color in front viewBlockMen
2014-04-21Textureable sun and moon.RealBadAngel
2014-02-01Add player:set_sky() with simple skybox supportPerttu Ahola
2013-12-16Reduce cloud coloring for colored fog and cloud modesapier
2013-12-15Add setting to disable direction dependent fog and sky colorssapier
2013-12-15Directional fog + horizon colors, based on sun & moon positions at sunrise / ↵MirceaKitsune
sunset
2013-08-03Lessen the sky color glitch when quickly turning to look up after looking at ↵Perttu Ahola
ground that contains caves
2012-06-17Properly and efficiently use split utility headersPerttu Ahola
2012-03-27Tune skyboxPerttu Ahola
2012-03-18Fix and tune starsPerttu Ahola
2012-03-18Dynamic sky, fog and cloud colors; sun and moonPerttu Ahola