aboutsummaryrefslogtreecommitdiff
path: root/src/content_cso.cpp
Commit message (Expand)AuthorAge
* Remove most exceptions from getNode() (and variants)Craig Robbins2014-11-14
* Remove texture atlas / AtlasPointer, rename getTextureRaw to getTextureKahrl2013-07-02
* Fix most warnings, re-fix MSVC compile errorkwolekr2013-02-26
* Update Copyright YearsSfan52013-02-24
* Change Minetest-c55 to MinetestPilzAdam2013-02-24
* Experimental-ish rollback functionalityPerttu Ahola2012-07-27
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-05
* Immediate smoke puff when a normal entity is punched to deathPerttu Ahola2012-03-10
7-12-12 | | | | Fix old undiminish_light bug * Light curve: Add and tune mid boost gaussianparamat2017-11-27 | | | | | | Create a closer match to the light curve of 0.4.16 stable. Results in darker shadows while maintaining the 'brightness' and light spread. * Modernize various files (src/k*, src/l*)Loic Blot2017-08-18 | | | | | | | * range-based for loops * code style * C++ headers instead of C headers * Default operators * New lighting curve (#5279)Vitaliy2017-08-17 | | | | | | | | * New lighting curve * Make polynomial lighting curve * Update default lighting settings