summaryrefslogtreecommitdiff
path: root/worldedit/primitives.lua
AgeCommit message (Expand)Author
2013-07-27More speedups for //hollowsphere, //sphere, //hollowdome, //dome, //cylinder,...Anthony Zhang
2013-07-21Super duper VoxelManipulator speedups to nearly every API function, and plus ...Anthony Zhang
2013-07-12Even bigger speed gains by using LuaVoxelManipulator in a few choice places! ...Anthony Zhang
2013-06-24Fix volume of spheres, domes, and their hollow variants.Anthony Zhang
2013-06-23Avoid using slower and deprecated EnvRef, fix schematic data MapNodes, huge s...Anthony Zhang
2013-06-22Super-speed a few primitives and visualization functions, including hollowsph...Anthony Zhang
2013-06-22Clarify the documentation regarding the the positioning of WorldEdit primitiv...Anthony Zhang
2013-04-28Add Block QueueSfan5
2013-04-27New commands //hollowdome and //dome, as well as new API functions worldedit....Anthony Zhang
2012-10-17worldedit.hollow_sphere returns non-nil countKyle
2012-10-13Separate components into separate mods, add visualization API with hide(), su...Anthony Zhang