Fix bone-attached entities (#10015)
[oweals/minetest.git] / src / voxelalgorithms.cpp
2019-08-10 Jozef BehranMerge pull request #8776 from osjc/FixGetNode
2018-03-10 SmallJokerFix typo in lighting code since bcdb3d5
2018-03-09 Loic BlotVoxelArea: add_{x,y,z,p} must be static
2018-03-09 Loic BlotVariable name fix + structure creation unrolling in...
2018-02-10 Dániel JuhászNode definition manager refactor (#7016)
2018-02-04 Dániel JuhászRemove unused light updating code
2017-08-20 Loïc BlotModernize source code: last part (#6285)
2017-07-07 Dániel JuhászExpose getPointedThing to Lua
2017-06-21 Loïc BlotCpp11 initializers: last src root changeset (#6022)
2017-04-20 Dániel JuhászLight update for map blocks
2017-04-20 Dániel JuhászSplit light update into two parts
2017-03-11 Dániel JuhászLight calculation: New bulk node lighting code
2017-02-13 Dániel JuhászLighting: Update lighting at block loading
2017-01-04 Dániel JuhászImprove getPointedThing() (#4346)
2016-11-28 juhdanadLimit light_source in the engine (#4814)
2016-10-27 Dániel JuhászCleanup
2016-10-27 Dániel JuhászUse node lighting for liquid spreading
2016-10-27 Dániel JuhászImproved lighting
2014-06-22 sapierRemove emerge and speedup addArea by using memcopy...
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-11 Ilya ZhuravlevMigrate to STL containers/algorithms.
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2013-02-23 kwolekrMerge pull request #431 from sapier/dtime_clamping
2013-01-26 kwolekrMerge pull request #447 from sapier/add_lua_log_paramet...
2013-01-21 kwolekrThe new mapgen, noise functions, et al.
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-03-27 Perttu Aholavoxalgo::clearLightAndCollectSources
2012-03-27 Perttu AholaImplement propagateSunlight for VoxelManipulator