]> git.lizzy.rs Git - worldedit.git/shortlog
worldedit.git
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...
2017-05-21 shivajiva101Add logging for //lua and //luatransform
2017-05-13 sfan5Forgot this one during refactor (a31f955fb1e5c512f45594...
2017-05-13 sfan5Remove formspec tester from worldedit_gui
2017-05-13 sfan5Refactor priv determination in worldedit_gui
2017-05-13 sfan5Do not allow any worldedit_gui commands without privs
2017-05-13 sfan5Remove useless privilege checks
2017-05-13 tenplus1Fix worldedit_gui_lua privs
2017-03-11 sfan5Remove unused toolcaps of the wand tool
2017-03-11 sfan5Use sfinv if possible, fixes #124 with recent minetest...
2017-03-11 sfan5GUI: Use nicer picture to indicate unknown nodes (...
2017-03-11 sfan5GUI: Always pass normalized node names to commands
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-02 sfan5Make //fixlight work again
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-12-10 sfan5Disable wand tool on entities
2016-10-13 sfan5Merge remote-tracking branch 'tmp/hollowpyramid'
2016-10-12 sfan5Fix 'Run Lua' button in WorldEdit GUI (fixes #121)
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 SosaClean some documentation issues
2016-07-04 Daniel SosaUpdate command documentation
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
next