index
:
Minetest-WorldEdit
master
origin/HEAD
origin/master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
worldedit_commands
/
cuboid.lua
Age
Commit message (
Collapse
)
Author
2016-07-04
Move cuboidapi.lua to correct place
sfan5
2016-07-04
Add completion chat message to //expand and //contract
sfan5
2016-07-04
Fix //shift with absolute axis (x/y/z)
sfan5
2016-07-03
Modify outset and inset to accept both hv and vh combinations. Update ↵
Daniel Sosa
documentation accordingly.
2016-07-03
Implement some safety mechanisms
Daniel Sosa
2016-07-03
Reimplement /expand and /contract to conform to WE standards
Daniel Sosa
2016-07-03
Fix /outset and /inset to conform to WE standards
Daniel Sosa
2016-07-03
Remove some debug code
Daniel Sosa
2016-07-03
Fix /shift command to conform to worldedit command standard
Daniel Sosa
2016-07-03
Fix a crash that happened when trying to shift the cuboid using relative ↵
Daniel Sosa
direction while looking straight up or down
2016-07-03
Fix several typos
Daniel Sosa
2016-07-03
Implement /expand and /contract
Daniel Sosa
2016-07-03
Implement /inset and /shift
Daniel Sosa
2016-07-03
refactor code for mantainability and reusability. Start of chat command ↵
Daniel Sosa
refactor. Implement /outset.