Config: You can now disallow certain blocks |
|
More...
|
over 9 years ago
|
Implemented //replacenear Now a single function can replace all the blocks in a cuboid. |
|
More...
|
over 9 years ago
|
Fixed blockarea errors when creating a sphere or cylinder under 0 or above 255 |
|
More...
|
over 9 years ago
|
cExpression: Fixed = assignment with a parenthesis directly after it. |
|
More...
|
over 9 years ago
|
Pyramids now support different heights This isn't a feature in the bukkit WorldEdit, but I think it makes sense |
|
More...
|
over 9 years ago
|
cExpression: Removed invalid comment |
|
More...
|
over 9 years ago
|
cExpression: Fixed += assignment It looped from 2 to X instead of 1 to X. I could have replaced the 2 with a 1, but this looks nicer. |
|
More...
|
over 9 years ago
|
Added ExecuteString function This way plugins are able to execute a string in WorldEdit, thus overwriting some functions. |
|
More...
|
over 9 years ago
|
cExpression: Fixed assignments not being detected properly |
|
More...
|
over 9 years ago
|
Merge branch 'master' of https://github.com/mc-server/WorldEdit |
|
More...
|
over 9 years ago
|
cExpression: Added if statement |
|
More...
|
over 9 years ago
|
Merge pull request #78 from mc-server/SphereSpeed |
|
More...
|
over 9 years ago
|
Cylinders also have the speed improvement And the radius can be different for the x and z axis |
|
More...
|
over 9 years ago
|
Implemented masks in the new sphere generator |
|
More...
|
over 9 years ago
|
Improved sphere creation A sphere 90x90x90 now takes only 1.6 seconds on an I7-4700MQ |
|
More...
|
over 9 years ago
|
Merge pull request #77 from mc-server/Config |
|
More...
|
over 9 years ago
|
Fixed possible error when default config is loaded |
|
More...
|
over 9 years ago
|
Merge pull request #76 from mc-server/Ellipsoid |
|
More...
|
over 9 years ago
|
Added //ellipsoid fixes #38 |
|
More...
|
over 9 years ago
|
//(h)sphere can now create an ellipsoid |
|
More...
|
over 9 years ago
|
Fixed //sphere error message There is no height parameter |
|
More...
|
almost 10 years ago
|
Fixed cConstantBlockTypeSource not returning the faulty block type Fixes #74 |
|
More...
|
almost 10 years ago
|
Changed //pos1 and //pos2 to use a single handler, and //hpos1 and //hpos2 |
|
More...
|
almost 10 years ago
|
Improved math.round performance Removed type check. It doubled the execution time Replaced math.ceil with Number + 1 |
|
More...
|
almost 10 years ago
|
Implemented //contract |
|
More...
|
almost 10 years ago
|
Removed unused local function in FillWalls |
|
More...
|
almost 10 years ago
|
Merge pull request #73 from mc-server/BlockDst |
|
More...
|
almost 10 years ago
|
Renamed cBlockSrc to cMask |
|
More...
|
almost 10 years ago
|
Renamed forgotten XYZBlockTypeSource in functions.lua |
|
More...
|
almost 10 years ago
|
Renamed cBlockDstXYZ to cXYZBlockTypeSource |
|
More...
|
almost 10 years ago
|