aboutsummaryrefslogtreecommitdiff
path: root/src/sky.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-4/+3
| | | | | | | | | | | | Move debug streams to log.cpp|h Move GUI-related globals to clientlauncher Move g_settings and g_settings_path to settings.cpp|h Move g_menuclouds to clouds.cpp|h Move g_profiler to profiler.cpp|h
* Move texture_min_size even further down the pipe. Now, textures are ↵Aaron Suen2015-03-311-3/+3
| | | | JIT-upscaled using an image transformation, right at the time they're added to a mesh or particle; images used in 2D elements are left unscaled. This should fix any remaining issues with HUD elements.
* Replace std::list to std::vector into tile.cpp (m_texture_trash) and move ↵Loic Blot2015-03-051-1/+1
| | | | tile.hpp to src/client/
* Fix use of uninit data in Sky and (potentially) GUIChatConsole constructorsKahrl2015-01-181-12/+12
| | | | | | | | 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.
* Make directional fog colors respect tonemapMirceaKitsune2014-12-081-4/+21
|
* Various uninitialised variable fixesCraig Robbins2014-10-191-18/+14
| | | | | | sky.cpp: m_bgcolor.getAlpha() was being used before initialised mesh related: m_highlight_mesh_color was being used uninitialised
* Add support for interlaced polarized 3d screenssapier2014-05-181-15/+15
| | | | Add (experimental) support for topbottom as well as sidebyside 3d mode
* Fix directional fog color in front viewBlockMen2014-04-251-2/+6
|
* Textureable sun and moon.RealBadAngel2014-04-211-103/+187
|
* Add player:set_sky() with simple skybox supportPerttu Ahola2014-02-011-0/+5
|
* Reduce cloud coloring for colored fog and cloud modesapier2013-12-161-1/+1
|
* Add setting to disable direction dependent fog and sky colorssapier2013-12-151-31/+49
|
* Directional fog + horizon colors, based on sun & moon positions at sunrise / ↵MirceaKitsune2013-12-151-21/+56
| | | | sunset
* Lessen the sky color glitch when quickly turning to look up after looking at ↵Perttu Ahola2013-08-031-4/+9
| | | | ground that contains caves
* Properly and efficiently use split utility headersPerttu Ahola2012-06-171-1/+1
|
* Tune skyboxPerttu Ahola2012-03-271-9/+69
|
* Fix and tune starsPerttu Ahola2012-03-181-5/+5
|
* Dynamic sky, fog and cloud colors; sun and moonPerttu Ahola2012-03-181-0/+446