]> git.lizzy.rs Git - worldedit.git/history - worldedit_commands/init.lua
Improve node inspector to show player axis, replace //scale with //stretch, which...
[worldedit.git] / worldedit_commands / init.lua
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-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.
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...