]> git.lizzy.rs Git - worldedit.git/history - worldedit_commands
Fix deserialization of schematics with node names table
[worldedit.git] / worldedit_commands /
2014-07-18 UberiRename the randomized //set to //mix, style update...
2014-07-06 UberiDocumentation for `//stack2`, code style fixes, add...
2014-07-06 Anthony ZhangMerge pull request #47 from cyisfor/master
2014-06-30 CyImproved stacking
2014-06-30 CyRandomized set
2014-04-20 UberiFix safe region functionality (thanks ChaosWormz).
2014-03-15 UberiFix region checking (thanks PenguinDad).
2014-03-12 UberiImplement full size checking for every possible command.
2014-03-10 UberiAdd warning for really huge regions.
2014-01-22 AnthonyMerge pull request #32 from ShadowNinja/admin-only-lua
2014-01-21 ShadowNinjaMake /lua and /luatransform administrator-only
2013-12-24 UberiMark the region with an entity cube.
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-02 Anthony ZhangFinal changes and version number bump.
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...