]> git.lizzy.rs Git - worldedit.git/shortlog
worldedit.git
2023-03-27 Lizzy FleckensteinFix deserialization of schematics with node names table master
2023-03-22 sfan5Harden //mtschemprob against incorrect input
2022-06-06 sfan5Harden deserialize workaround against unexpected input
2021-11-14 sfan5Update IRC link in README
2021-09-21 wsor4035Make worldedit_gui error non-fatal
2021-09-20 sfan5Rename util folder
2021-09-20 sfan5Add automated tests for WorldEdit API functions that...
2021-09-12 sfan5Use minetest.global_exists for LuaJIT check
2021-07-23 Nathan SalapatAdd param2 button to WorldEdit GUI
2021-04-30 sfan5Use minetest.get_objects_in_area when possible
2021-01-30 sfan5WorldEdit 1.3
2020-12-05 h3ndrikHide gui button in unified_inventory on missing privile...
2020-10-06 sfan5Raise safe region limit to 20000
2020-05-25 sfan5worldedit: Document inner working of worldedit.keep_loaded
2020-05-12 sfan5Improve node name normalization again
2020-05-12 sfan5Fix rotate in worldedit GUI
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 sfan5Improve brush command error messages
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-09 HybridDogGUI command execution: Do not ignore chatcommand return...
2020-03-06 sfan5Make region marker entities withstand TNT explosions
2020-02-06 sfan5Call minetest.deserialize with safe=true
2020-02-06 sfan5Move some deserialization code around
2019-12-20 sfan5Unbreak //move (closes #188)
2019-12-19 sfan5worldedit_gui: Improve behaviour of all input fields
2019-12-19 sfan5Improve nodename normalization in some cases
2019-12-19 sfan5Fix some broken commands
2019-12-19 sfan5Allow more commands for brush usage
2019-12-19 sfan5worldedit_brush: Remove "safe region" hack
2019-12-19 sfan5Update worldedit_shortcommands for new changes
2019-12-19 sfan5Rewrite command registration
2019-11-13 sfan5Fix area clearing step of negative //move's
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 sfan5worldedit_gui: Add tooltips to node search result
2019-09-18 sfan5worldedit_gui: Improve behaviour of some input fields
2019-09-18 sfan5Fix nodename normalization with translated descriptions
2019-09-17 sfan5Update API docs
2019-09-17 sfan5Use faster vmanip copying for //move too
2019-09-17 sfan5Delete old metadata when moving regions
2019-09-16 sfan5Always use faster vmanip copying code
2019-09-09 sfan5Fix schematics with extra headers to parse properly
2019-09-08 sfan5Warn when "misaligned" schematics are created
2019-09-08 sfan5Clean up command code for //stack, //stack2
2019-09-08 sfan5Update API docs
2019-09-08 sfan5Fix performance of //stack, //stack2
2019-09-08 sfan5Faster moving using vmanips (in some cases)
2019-09-08 sfan5Faster copying using vmanips
2019-09-08 sfan5Remove outdated function check
2019-09-06 sfan5Fix crash on loading invalid schematic (fixes #160)
2019-09-06 sfan5Use eye_height property for brush raytracing
2019-07-17 sfan5Handle invalid //rotate usage gracefully, fixes #150
2019-07-17 sfan5Update README
2019-07-17 sfan5Remove deprecated depends.txt, add descriptions to...
2019-07-17 sfan5Replace more deprecated functions
2019-07-16 sfan5Adjust GUI compatibility code
2019-07-16 sfan5Make compatibility error in worldedit_brush fatal again
2019-07-16 Panquesito7Replace deprecated functions with newer ones
2019-07-16 Niwla23Make placeholders not pointable
2019-07-16 sfan5Fix //allocate with 0 nodes
2019-06-15 TalkLounge Fix //load with 0 nodes (#177)
2019-04-24 HybridDogserialize: Fix detecting empty metadata (#176)
2019-04-04 Pedro GimenoImplement full facedir and color* in //orient
2018-12-08 sfan5Change description for //about, fix #170
2018-11-25 Isidor Zeunerreplace deprecated function call
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...
2018-07-26 sfan5Document //stretch, remove old documentation for /...
2018-04-10 Eugen WesselohDisable worldedit_brush mod instead of throwing error...
2018-01-04 sfan5Fix negative height pyramids (fixes #152)
2017-11-13 Alexander WeberAdd support for smart_inventory
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 sfan5WorldEdit 1.2
2017-09-12 sfan5Fix invalid node error message of //set and //mix
2017-09-12 sfan5Remove work in progress/unused components
2017-09-12 sfan5Optimize gui icon texture
2017-09-12 sfan5Support //cube in the GUI
2017-09-12 sfan5Remove Lua functions from WorldEdit GUI
2017-09-05 WuzzyAllow to bulk-set param2 of regions (#144)
2017-09-03 sfan5Fix one-node high cylinders
2017-08-31 sfan5Improve node name normalization
2017-08-31 sfan5Fix small logic error in worldedit.cylinder
2017-08-31 sfan5Add //hollowcube and //cube
2017-08-31 sfan5WorldEdit GUI support for new //cylinder functionality
2017-08-31 KyleDual-based cylinder
2017-08-20 sfan5Disable worldedit_gui fallback code (closes #141)
2017-08-20 sfan5Make sfinv gui code compatible with sfinv as included...
next