1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 21 days ago. based on code collected 22 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Config: You can now disallow certain blocks
STR_Warrior
as STRWarrior
More... over 9 years ago
Implemented //replacenear Now a single function can replace all the blocks in a cuboid.
STR_Warrior
as STRWarrior
More... over 9 years ago
Fixed blockarea errors when creating a sphere or cylinder under 0 or above 255
STR_Warrior
as STRWarrior
More... over 9 years ago
cExpression: Fixed = assignment with a parenthesis directly after it.
STR_Warrior
as STRWarrior
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
STR_Warrior
as STRWarrior
More... over 9 years ago
cExpression: Removed invalid comment
STR_Warrior
as STRWarrior
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.
STR_Warrior
as STRWarrior
More... over 9 years ago
Added ExecuteString function This way plugins are able to execute a string in WorldEdit, thus overwriting some functions.
STR_Warrior
as STRWarrior
More... over 9 years ago
cExpression: Fixed assignments not being detected properly
STR_Warrior
as STRWarrior
More... over 9 years ago
Merge branch 'master' of https://github.com/mc-server/WorldEdit
STR_Warrior
as STRWarrior
More... over 9 years ago
cExpression: Added if statement
STR_Warrior
as STRWarrior
More... over 9 years ago
Merge pull request #78 from mc-server/SphereSpeed
STR_Warrior
as NiLSPACE
More... over 9 years ago
Cylinders also have the speed improvement And the radius can be different for the x and z axis
STR_Warrior
as STRWarrior
More... over 9 years ago
Implemented masks in the new sphere generator
STR_Warrior
as STRWarrior
More... over 9 years ago
Improved sphere creation A sphere 90x90x90 now takes only 1.6 seconds on an I7-4700MQ
STR_Warrior
as STRWarrior
More... over 9 years ago
Merge pull request #77 from mc-server/Config
STR_Warrior
as NiLSPACE
More... over 9 years ago
Fixed possible error when default config is loaded
STR_Warrior
as STRWarrior
More... over 9 years ago
Merge pull request #76 from mc-server/Ellipsoid
STR_Warrior
as NiLSPACE
More... over 9 years ago
Added //ellipsoid fixes #38
STR_Warrior
as STRWarrior
More... over 9 years ago
//(h)sphere can now create an ellipsoid
STR_Warrior
as STRWarrior
More... over 9 years ago
Fixed //sphere error message There is no height parameter
STR_Warrior
as STRWarrior
More... almost 10 years ago
Fixed cConstantBlockTypeSource not returning the faulty block type Fixes #74
STR_Warrior
as STRWarrior
More... almost 10 years ago
Changed //pos1 and //pos2 to use a single handler, and //hpos1 and //hpos2
STR_Warrior
as STRWarrior
More... almost 10 years ago
Improved math.round performance Removed type check. It doubled the execution time Replaced math.ceil with Number + 1
STR_Warrior
as STRWarrior
More... almost 10 years ago
Implemented //contract
STR_Warrior
as STRWarrior
More... almost 10 years ago
Removed unused local function in FillWalls
STR_Warrior
as STRWarrior
More... almost 10 years ago
Merge pull request #73 from mc-server/BlockDst
STR_Warrior
as NiLSPACE
More... almost 10 years ago
Renamed cBlockSrc to cMask
STR_Warrior
as STRWarrior
More... almost 10 years ago
Renamed forgotten XYZBlockTypeSource in functions.lua
STR_Warrior
as STRWarrior
More... almost 10 years ago
Renamed cBlockDstXYZ to cXYZBlockTypeSource
STR_Warrior
as STRWarrior
More... almost 10 years ago