Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-11 | v2d & aabbox3d<f32> & sky cleanups | nerzhul | |
* Sky: rename Box => m_box and inline getBoundingBox * Uniformize aabbox3d<f32> to aabb3f | |||
2015-01-18 | Fix use of uninit data in Sky and (potentially) GUIChatConsole constructors | Kahrl | |
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-10-19 | Various uninitialised variable fixes | Craig Robbins | |
sky.cpp: m_bgcolor.getAlpha() was being used before initialised mesh related: m_highlight_mesh_color was being used uninitialised | |||
2014-05-18 | Add support for interlaced polarized 3d screens | sapier | |
Add (experimental) support for topbottom as well as sidebyside 3d mode | |||
2014-04-21 | Textureable sun and moon. | RealBadAngel | |
2014-04-15 | Fix all warnings reported by clang | Sfan5 | |
2014-02-01 | Add player:set_sky() with simple skybox support | Perttu Ahola | |
2013-12-15 | Add setting to disable direction dependent fog and sky colors | sapier | |
2013-12-15 | Directional fog + horizon colors, based on sun & moon positions at sunrise / ↵ | MirceaKitsune | |
sunset | |||
2013-02-24 | Update Copyright Years | Sfan5 | |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam | |
2012-06-17 | Optimize headers | Perttu Ahola | |
2012-06-05 | Switch the license to be LGPLv2/later, with small parts still remaining as ↵ | Perttu Ahola | |
GPLv2/later, by agreement of major contributors | |||
2012-03-18 | Dynamic sky, fog and cloud colors; sun and moon | Perttu Ahola | |