aboutsummaryrefslogtreecommitdiff
path: root/src/clouds.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fog effect when camera is inside cloudBen Deutsch2017-07-051-19/+38
* Isolate irrlicht references and use a singleton (#6041)Loïc Blot2017-06-261-11/+10
* C++11 patchset 9: move hardcoded init parameters to class definitions (part 1...Loïc Blot2017-06-161-5/+1
* Clouds API: Fix yellow clouds at dawn and dusk (#5707)Paramat2017-05-051-1/+1
* Clouds: Fix reddish clouds. Add missing alpha updateparamat2017-05-041-1/+1
* Add clouds APIBen Deutsch2017-04-301-40/+50
* v2d & aabbox3d<f32> & sky cleanupsnerzhul2016-02-111-1/+1
* Settings: pass name to callbacks by referenceest312015-07-091-1/+1
* Update clouds enable_3d_clouds when setting changedest312015-07-091-6/+19
* Cache enable_3d_clouds flagest312015-05-041-3/+4
* Clouds: Make cloud area radius settable in .confparamat2015-05-041-22/+23
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-1/+6
* Improve Clouds::render mathematicsLoic Blot2015-03-071-30/+25
* Refactor decoration-related codekwolekr2014-10-291-5/+5
* Fix rendering glitches when far from the center of the mapNovatux2014-03-041-1/+3
* Add cloud menu background by Krisi, configurable with the menu_clouds option.ShadowNinja2013-03-131-2/+4
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Make cloud height user-configurablekwolekr2013-01-211-2/+1
* Clean and optimize clouds.cpp enough to not really contain any of the small a...Perttu Ahola2012-06-051-86/+85
* Dynamic sky, fog and cloud colors; sun and moonPerttu Ahola2012-03-181-41/+163
* Clean up log messages everywherePerttu Ahola2012-03-111-3/+0
* Add 3d cloud checkbox in main menu (and rename setting from enable_2d_clouds ...Perttu Ahola2011-11-021-3/+3
* Add enable_2d_clouds setting for usage on lower-end machinesPerttu Ahola2011-10-181-2/+7
* Improve rendering and fix tiling in mesh generationPerttu Ahola2011-10-181-0/+4
* * by popular request, fewer cloudsNils Dagsson Moskopp2011-07-201-2/+2
* + fake shading for the volumetric cloudsNils Dagsson Moskopp2011-07-191-6/+19
* + volumetric clouds (thanks teddydestodes)Nils Dagsson Moskopp2011-07-181-11/+62
* Added an experimental "far view" thing. Doesn't work exactly like it should a...Perttu Ahola2011-06-071-1/+1
* random comment updatesPerttu Ahola2011-04-301-1/+1
* Tweaked clouds a bitPerttu Ahola2011-04-291-5/+5
* added cloudsPerttu Ahola2011-04-291-0/+157