aboutsummaryrefslogtreecommitdiff
path: root/src/sky.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sun colour: Undo colour change. Remove double assignment (#7227)Paramat2018-04-091-6/+10
* Fix 5 issues reported by PVS studioLoic Blot2018-04-041-3/+3
* Fix last performance-type-promotion-in-math-fn problemsLoic Blot2018-04-041-2/+21
* Modernize source code: last part (#6285)Loïc Blot2017-08-201-1/+1
* Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282)Loïc Blot2017-08-191-47/+47
* Fog effect when camera is inside cloudBen Deutsch2017-07-051-1/+6
* Isolate irrlicht references and use a singleton (#6041)Loïc Blot2017-06-261-3/+4
* Cpp11 initializers: last src root changeset (#6022)Loïc Blot2017-06-211-21/+11
* Directional coloured fog: Fix order of SColor componentsparamat2017-05-041-1/+1
* Set sky API: Add bool for clouds in front of custom skyboxparamat2017-05-021-0/+2
* Add clouds APIBen Deutsch2017-04-301-2/+4
* Sky: Draw bottom of the sky box in 'cloudy fog color'Lars Hofhansl2016-11-081-0/+8
* Sky.cpp: Improve code style. Define sky colours as SColorparamat2016-06-111-259/+268
* Sky: Darker, bluer sky and improved horizon haze at nightparamat2016-06-091-4/+16
* Sky: Fix sunrisebg texture motion (#4199)Paramat2016-06-081-1/+1
* v2d & aabbox3d<f32> & sky cleanupsnerzhul2016-02-111-7/+2
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-4/+3
* Move texture_min_size even further down the pipe. Now, textures are JIT-upsca...Aaron Suen2015-03-311-3/+3
* Replace std::list to std::vector into tile.cpp (m_texture_trash) and move til...Loic Blot2015-03-051-1/+1
* Fix use of uninit data in Sky and (potentially) GUIChatConsole constructorsKahrl2015-01-181-12/+12
* Make directional fog colors respect tonemapMirceaKitsune2014-12-081-4/+21
* Various uninitialised variable fixesCraig Robbins2014-10-191-18/+14
* Add support for interlaced polarized 3d screenssapier2014-05-181-15/+15
* 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
* Lessen the sky color glitch when quickly turning to look up after looking at ...Perttu Ahola2013-08-031-4/+9
* 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