Even bigger speed gains by using LuaVoxelManipulator in a few choice places! Faster //set, //cylinder, etc., but plenty of room for improvements still.

This commit is contained in:
Anthony Zhang
2013-07-12 14:22:30 -04:00
parent b6bc841c39
commit ac5e801834
8 changed files with 161 additions and 97 deletions

View File

@ -1,4 +1,5 @@
worldedit = worldedit or {}
local minetest = minetest --local copy of global
--executes `code` as a Lua chunk in the global namespace, returning an error if the code fails or nil otherwise
worldedit.lua = function(code)