]> git.lizzy.rs Git - worldedit.git/history - worldedit/primitives.lua
Fix small logic error in worldedit.cylinder
[worldedit.git] / worldedit / primitives.lua
2017-08-31 sfan5Fix small logic error in worldedit.cylinder
2017-08-31 sfan5Add //hollowcube and //cube
2017-08-31 KyleDual-based cylinder
2016-10-13 sfan5Merge remote-tracking branch 'tmp/hollowpyramid'
2016-01-05 Sebastien PonceFixed Issue #83 : upsidedown pyramid not working well
2015-11-01 Anthony ZhangFix #93 (thanks @za267!)
2015-09-13 Sebastien PonceAdded hollow pyramids
2015-02-01 ShadowNinjaCleanup and fixup
2013-12-16 UberiImprove worldedit.spiral and the WorldEdit GUI,
2013-12-15 UberiFix worldedit.hollow_cylinder.
2013-08-16 UberiChanges to support the latest schematic probability...
2013-08-01 Anthony ZhangRewrite spirals from scratch and fix upside-down pyrami...
2013-07-31 Anthony Zhang//pyramid works along any axis and backwards. Working...
2013-07-29 Anthony ZhangSupport negative values to make upside-down domes and...
2013-07-28 Anthony ZhangFix bugs in visualization API and make it ore robust...
2013-07-28 Anthony ZhangSlight optimizations, and make //pyramid work properly...
2013-07-28 Anthony ZhangMore speedups for //hollowsphere, //sphere, //hollowdom...
2013-07-21 Anthony ZhangSuper duper VoxelManipulator speedups to nearly every...
2013-07-12 Anthony ZhangEven bigger speed gains by using LuaVoxelManipulator...
2013-06-24 Anthony ZhangFix volume of spheres, domes, and their hollow variants.
2013-06-23 Anthony ZhangAvoid using slower and deprecated EnvRef, fix schematic...
2013-06-23 Anthony ZhangSuper-speed a few primitives and visualization function...
2013-06-23 Anthony ZhangClarify the documentation regarding the the positioning...
2013-04-28 Sfan5Add Block Queue
2013-04-27 Anthony ZhangNew commands //hollowdome and //dome, as well as new...
2012-10-19 Anthony ZhangMerge remote-tracking branch 'origin/master'
2012-10-19 Anthony ZhangTest
2012-10-18 AnthonyMerge pull request #19 from khonkhortisan/master
2012-10-17 Kyleworldedit.hollow_sphere returns non-nil count
2012-10-14 Anthony ZhangSeparate components into separate mods, add visualizati...