]> git.lizzy.rs Git - worldedit.git/history - worldedit_commands
Fix deserialization of schematics with node names table
[worldedit.git] / worldedit_commands /
2023-03-22 sfan5Harden //mtschemprob against incorrect input
2020-10-06 sfan5Raise safe region limit to 20000
2020-05-12 sfan5Improve node name normalization again
2020-05-09 sfan5Do not allow //mix with no nodes
2020-04-26 sfan5Update help texts to be consistent
2020-04-26 sfan5Implement //cubeapply with three side lengths
2020-04-16 sfan5Set static_save = false for marker entities
2020-04-07 sfan5Implement //clearcut to delete trees, plants from gener...
2020-04-06 sfan5Fix off-by-one in //cubeapply
2020-04-06 sfan5Move worldedit.marker_update
2020-04-06 sfan5Implement //cubeapply
2020-03-29 sfan5Improve node name normalization in case of multi-line...
2020-03-06 sfan5Make region marker entities withstand TNT explosions
2019-12-20 sfan5Unbreak //move (closes #188)
2019-12-19 sfan5Improve nodename normalization in some cases
2019-12-19 sfan5Fix some broken commands
2019-12-19 sfan5worldedit_brush: Remove "safe region" hack
2019-12-19 sfan5Rewrite command registration
2019-11-09 sfan5Make object right-click work with wand
2019-10-14 ANANDFix double-definition of visual_size in entity def
2019-09-18 sfan5Allow easily setting pos1 + 2 to the same node using...
2019-09-18 sfan5Reset region by double-punching air using the wand
2019-09-18 sfan5Fix nodename normalization with translated descriptions
2019-09-08 sfan5Warn when "misaligned" schematics are created
2019-09-08 sfan5Clean up command code for //stack, //stack2
2019-09-06 sfan5Fix crash on loading invalid schematic (fixes #160)
2019-07-17 sfan5Handle invalid //rotate usage gracefully, fixes #150
2019-07-17 sfan5Remove deprecated depends.txt, add descriptions to...
2019-07-17 sfan5Replace more deprecated functions
2019-07-16 Panquesito7Replace deprecated functions with newer ones
2019-07-16 sfan5Fix //allocate with 0 nodes
2018-12-08 sfan5Change description for //about, fix #170
2018-11-15 sfan5Warn about invalid //stretch usage
2018-10-28 Starbeamrainbowlabs//mix: Add node weighting support
2018-08-06 beyondlimitsWand: select node under or above depending on pressed...
2017-11-07 sfan5Correct spelling of Minetest
2017-11-07 sfan5Fix a few assignments to undeclared globals
2017-09-17 sfan5Add configurable brush item
2017-09-12 sfan5Fix assignment to undeclared global "sign" @ worldedit_...
2017-09-12 sfan5Fix invalid node error message of //set and //mix
2017-09-05 WuzzyAllow to bulk-set param2 of regions (#144)
2017-08-31 sfan5Improve node name normalization
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.
next