]> git.lizzy.rs Git - dragonfireclient.git/commit
SAPI: Mark all Lua API functions requiring envlock
authorkwolekr <kwolekr@minetest.net>
Sun, 25 Oct 2015 04:45:18 +0000 (00:45 -0400)
committerkwolekr <kwolekr@minetest.net>
Mon, 26 Oct 2015 03:06:48 +0000 (23:06 -0400)
commit54f1267c2c87daea769966c694777a2e5977f870
treeae08897774c1b1d1ecae0ad1a31b147c9c98dd02
parent3936a5e3f71d46e61f819b8f6c85dd47a440f21e
SAPI: Mark all Lua API functions requiring envlock
13 files changed:
src/script/lua_api/l_env.cpp
src/script/lua_api/l_internal.h
src/script/lua_api/l_inventory.cpp
src/script/lua_api/l_mapgen.cpp
src/script/lua_api/l_nodemeta.cpp
src/script/lua_api/l_nodetimer.cpp
src/script/lua_api/l_noise.cpp
src/script/lua_api/l_object.cpp
src/script/lua_api/l_particles.cpp
src/script/lua_api/l_rollback.cpp
src/script/lua_api/l_server.cpp
src/script/lua_api/l_util.cpp
src/script/lua_api/l_vmanip.cpp