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