aboutsummaryrefslogtreecommitdiff
path: root/data/mods/default/textures/tool_steelaxe.png
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-11-19 18:48:09 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-11-29 19:13:49 +0200
commit901d98b687d9681b83aface7e6697d6937023024 (patch)
tree4503b03b26b48b546ce3837120f149cd696692a2 (diff)
downloadminetest-901d98b687d9681b83aface7e6697d6937023024.tar.gz
minetest-901d98b687d9681b83aface7e6697d6937023024.tar.bz2
minetest-901d98b687d9681b83aface7e6697d6937023024.zip
Optimize map generator for the dynamic content ids a bit
Diffstat (limited to 'data/mods/default/textures/tool_steelaxe.png')
0 files changed, 0 insertions, 0 deletions
lass="hl ppc">).c_str()); \ lua_error(L); \ } #define CHECK_SECURE_PATH_OPTIONAL(L, path) \ if (ScriptApiSecurity::isSecure(L)) { \ CHECK_SECURE_PATH(L, path); \ } class ScriptApiSecurity : virtual public ScriptApiBase { public: // Sets up security on the ScriptApi's Lua state void initializeSecurity(); // Checks if the Lua state has been secured static bool isSecure(lua_State *L); // Loads a file as Lua code safely (doesn't allow bytecode).