]> git.lizzy.rs Git - worldedit.git/history - worldedit_commands/init.lua
Clarify the documentation regarding the the positioning of WorldEdit primitives relat...
[worldedit.git] / worldedit_commands / init.lua
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.
2013-01-12 Anthony ZhangReplace //homogenize with //replaceinverse (//homogeniz...
2013-01-12 Anthony ZhangAdd //homogenize, //lua, and //luatransform commands...
2013-01-12 Anthony ZhangNew command: //orient, that rotates oriented nodes...
2013-01-12 Anthony ZhangChange all references of //dig to //fixlight, document...
2013-01-12 sfan5Finally fix anything
2013-01-12 sfan5Rename //dig to //fixlight
2012-12-12 Anthony ZhangMany thanks to Smitje for providing a working example...
2012-10-23 Anthony ZhangFix //load and //allocate for old WorldEdit files.
2012-10-21 Anthony ZhangRename //find to //highlight and worldedit.find to...
2012-10-19 Anthony ZhangImplement and document the new //p set1 and //p set2...
2012-10-19 Anthony ZhangTest
2012-10-14 Anthony ZhangSeparate components into separate mods, add visualizati...