]> git.lizzy.rs Git - worldedit.git/history - worldedit_commands
Fix small logic error in worldedit.cylinder
[worldedit.git] / worldedit_commands /
2017-08-31 sfan5Add //hollowcube and //cube
2017-08-31 KyleDual-based cylinder
2017-05-21 shivajiva101Add logging for //lua and //luatransform
2017-05-13 sfan5Remove useless privilege checks
2017-03-11 sfan5Remove unused toolcaps of the wand tool
2017-02-10 MT-ModderUpdate wand definition (#129)
2017-01-31 sfan5Fix "safe region" functionality errornously rejecting...
2017-01-26 sfan5Show light level a node receives with //inspect, fixes...
2017-01-03 sfan5Show light level with //inspect
2017-01-01 sfan5Add //help command (fixes #123)
2016-12-21 sfan5Handle failure of minetest.add_entity()
2016-12-10 sfan5Don't mark or load areas into memory when they are...
2016-12-10 sfan5Move wand.lua to worldedit_commands
2016-10-13 sfan5Merge remote-tracking branch 'tmp/hollowpyramid'
2016-10-12 sfan5Fix //spiral requiring a selected region despite using...
2016-10-12 sfan5Fix blowing up TNT near worldedit markers
2016-08-05 sfan5Fix exiting mtschemprob entry dialog with ESC
2016-07-04 sfan5Move cuboidapi.lua to correct place
2016-07-04 sfan5Add completion chat message to //expand and //contract
2016-07-04 sfan5Fix //shift with absolute axis (x/y/z)
2016-07-04 sfan5Merge remote-tracking branch 'tmp/cuboidmanip'
2016-07-04 Daniel SosaModify outset and inset to accept both hv and vh combin...
2016-07-04 Daniel SosaImplement some safety mechanisms
2016-07-04 Daniel SosaReimplement /expand and /contract to conform to WE...
2016-07-04 Daniel SosaFix /outset and /inset to conform to WE standards
2016-07-04 Daniel SosaRemove some debug code
2016-07-04 Daniel SosaFix /shift command to conform to worldedit command...
2016-07-04 Daniel SosaFix a crash that happened when trying to shift the...
2016-07-04 Daniel SosaFix several typos
2016-07-04 Daniel SosaImplement /expand and /contract
2016-07-04 Daniel SosaImplement /inset and /shift
2016-07-04 Daniel Sosarefactor code for mantainability and reusability. Start...
2016-07-04 Daniel SosaReimplement inset/outset to make use of new marker...
2016-07-04 Daniel SosaReimplement /shift to make use of new marker functions
2016-07-04 Daniel SosaFinish /expand implementation. Add /contract command.
2016-07-04 Daniel SosaFix faulty regex in expand. Add relative direction...
2016-07-04 Daniel SosaMajor progress and simplification in /expand function
2016-07-04 Daniel SosaAdd common functions to move and update the markers
2016-07-04 Daniel SosaAdd outset, inset, shift and initial draft of expand
2016-03-23 sfan5Add //drain
2015-09-13 Sebastien PonceAdded hollow pyramids
2015-06-01 ShadowNinjaAllow more characters in file names
2015-06-01 ShadowNinjaLocalize mkdir helper
2015-05-16 ShadowNinjaFix leaking {safe,check}_region
2015-05-16 ShadowNinjaUse minetest.mkdir when available
2015-02-21 Anthony ZhangMerge pull request #74 from est31/deleteblocks
2015-02-20 est31Add //deleteblocks command
2015-02-01 ShadowNinjaCleanup and fixup
2014-12-29 Anthony ZhangFix some warnings.
2014-12-29 Anthony ZhangMerge pull request #68 from KodexKy/stack2_fix
2014-12-16 KodexKyFix stack2 param
2014-10-25 sfan5Revert "Use "we-" prefix for commands"
2014-10-25 Anthony ZhangMerge pull request #61 from ShadowNinja/cleanup-seriali...
2014-10-24 Anthony ZhangMerge pull request #62 from ShadowNinja/command-prefix
2014-10-24 ShadowNinjaClean up serialization
2014-10-24 ShadowNinjaUse "we-" prefix for commands
2014-08-15 UberiFix #57 (thanks Zeno-!).
2014-07-18 UberiFix //mix and improve normalize_nodename.
2014-07-18 UberiRename the randomized //set to //mix, style update...
2014-07-06 UberiDocumentation for `//stack2`, code style fixes, add...
2014-07-06 Anthony ZhangMerge pull request #47 from cyisfor/master
2014-06-30 CyImproved stacking
2014-06-30 CyRandomized set
2014-04-20 UberiFix safe region functionality (thanks ChaosWormz).
2014-03-15 UberiFix region checking (thanks PenguinDad).
2014-03-12 UberiImplement full size checking for every possible command.
2014-03-10 UberiAdd warning for really huge regions.
2014-01-22 AnthonyMerge pull request #32 from ShadowNinja/admin-only-lua
2014-01-21 ShadowNinjaMake /lua and /luatransform administrator-only
2013-12-24 UberiMark the region with an entity cube.
2013-12-20 UberiImprove node inspector to show player axis, replace...
2013-12-18 UberiInclude WorldEdit GUI in the documentation, improve...
2013-12-12 UberiRefine GUI.
2013-12-10 UberiVersion information is now available via the API.
2013-08-29 UberiAdd //about.
2013-08-02 Anthony ZhangFinal changes and version number bump.
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 ZhangAdd //fixedpos command and document it.
2013-07-28 Anthony ZhangMore speedups for //hollowsphere, //sphere, //hollowdom...
2013-07-21 Anthony ZhangAdd the node inspector, a tool for finding information...
2013-06-24 Anthony ZhangSupport aliases in node name resolution. For example...
2013-06-23 Anthony ZhangClarify the documentation regarding the the positioning...
2013-06-22 Sfan5Add initial support for Minetest schematic API
2013-06-18 Anthony ZhangAdd `//scale <factor>` command (suggested by Jordach...
2013-06-12 Anthony ZhangSupport descriptions and partial node names in chat...
2013-06-02 Anthony ZhangFix //rotate for real this time.
2013-05-31 Anthony ZhangFix //rotate, improve queue (order now preserved),...
2013-05-20 Sfan5Fix //move again
2013-05-18 Anthony ZhangFix the //move command (WorldEdit API is unaffected).
2013-05-15 Anthony ZhangMake chat messages consistent.
2013-05-15 Anthony ZhangAdd //unmark chat command, fix position setting not...
2013-04-28 Sfan5Add Block Queue
2013-04-27 Anthony ZhangNew commands //hollowdome and //dome, as well as new...
2013-04-27 Anthony ZhangAvoid prepending "Server -!- " to WorldEdit messages.
2013-03-20 Anthony Zhang//metasave and //metaload are now superceded by //save...
2013-02-17 Anthony ZhangUse rounding rather than flooring for more intuitive...
2013-01-14 Anthony ZhangRequire `server` priv for Lua commands.
next