minetest/src/script
Dániel Juhász 57e5aa6628 Light update for map blocks
This is not really different from the light update of a voxel
manipulator. This update does not assume that the lighting was correct
before, therefore it is useful for correction.

Also expose this function to the Lua API for light correction, and
allow voxel manipulators not to update the light.
2017-04-20 05:39:14 +02:00
..
common Fix various copy instead of const ref reported by cppcheck (#5615) 2017-04-19 23:02:07 +02:00
cpp_api Fix various copy instead of const ref reported by cppcheck (part 3) (#5616) 2017-04-20 00:12:52 +02:00
lua_api Light update for map blocks 2017-04-20 05:39:14 +02:00
CMakeLists.txt [CSM] Client side modding 2017-03-13 23:56:05 +01:00
clientscripting.cpp LocalPlayer api lua 2017-04-08 22:04:30 -07:00
clientscripting.h LocalPlayer api lua 2017-04-08 22:04:30 -07:00
scripting_mainmenu.cpp Fix various copy instead of const ref reported by cppcheck (part 3) (#5616) 2017-04-20 00:12:52 +02:00
scripting_mainmenu.h Fix various copy instead of const ref reported by cppcheck (part 3) (#5616) 2017-04-20 00:12:52 +02:00
serverscripting.cpp [CSM] Client side modding 2017-03-13 23:56:05 +01:00
serverscripting.h [CSM] Client side modding 2017-03-13 23:56:05 +01:00