]> git.lizzy.rs Git - minetest.git/commit
Optimize lighting calculation (#12797)
authorJude Melton-Houghton <jwmhjwmh@gmail.com>
Sun, 9 Oct 2022 14:50:26 +0000 (10:50 -0400)
committerGitHub <noreply@github.com>
Sun, 9 Oct 2022 14:50:26 +0000 (10:50 -0400)
commit9676364c1fe5fe5eae69c55e7d7a45392decfb2d
treeb21c99ce54820b24bfef9028c39b01f28ed3c1ca
parent440d966b939059dfa51604eb68d61eecb12baeb4
Optimize lighting calculation (#12797)
18 files changed:
src/client/clientmap.cpp
src/client/content_cso.cpp
src/client/content_mapblock.cpp
src/client/mapblock_mesh.cpp
src/client/particles.cpp
src/map.cpp
src/mapblock.cpp
src/mapgen/mapgen.cpp
src/mapgen/mapgen_singlenode.cpp
src/mapnode.cpp
src/mapnode.h
src/nodedef.cpp
src/nodedef.h
src/script/lua_api/l_env.cpp
src/unittest/test_mapnode.cpp
src/unittest/test_voxelalgorithms.cpp
src/voxel.cpp
src/voxelalgorithms.cpp