]> git.lizzy.rs Git - worldedit.git/shortlog
worldedit.git
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-30 Anthony ZhangBlock queue doesn't lag anymore on slow operations...
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-05-02 Anthony ZhangMerge remote-tracking branch 'refs/remotes/origin/master'
2013-04-29 Anthony ZhangFix deserialization for real this time.
2013-04-29 sfan5Update Copyright Year
2013-04-28 Anthony ZhangFix loading of schematics containing chests that had...
2013-04-28 Sfan5WorldEdit 0.6
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-04-21 Anthony ZhangHorrible, vile, disgusting hack. But it works.
2013-03-27 Anthony ZhangMetadata fix for serialization.
2013-03-20 Anthony ZhangDynamic module loading - you can now delete any file...
2013-03-20 Anthony ZhangOops, forgot to load the compatibility module.
2013-03-20 Anthony Zhang//metasave and //metaload are now superceded by //save...
2013-02-23 sfan5Fix styling issues in Chat Commands.md
2013-02-17 Anthony ZhangFixed bug where unmodified axis used pos1 coords instea...
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 sfan5Fix my Code again (I've use Python too much)
2013-01-12 sfan5Fix Code again
2013-01-12 sfan5Fix Code
2013-01-12 sfan5Rename //dig to //fixlight
2013-01-12 sfan5Only dig air Nodes
2012-12-12 Anthony ZhangMany thanks to Smitje for providing a working example...
2012-11-28 Anthony ZhangFix the missing command //suppress <node>.
2012-10-24 Anthony ZhangQuick and dirty fix for metasave not saving ItemStack...
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 ZhangMerge remote-tracking branch 'origin/master'
2012-10-19 Anthony ZhangTest
2012-10-18 AnthonyMerge pull request #19 from khonkhortisan/master
2012-10-17 Kyleworldedit.hollow_sphere returns non-nil count
2012-10-14 Anthony ZhangSeparate components into separate mods, add visualizati...
2012-10-04 cornernotedofile table_save so metasave and metaload work
2012-10-01 Anthony ZhangUse modpack for easier installation (idea is taken...
2012-09-26 Brett O'DonnellFix worldedit.spiral and the correspondign chat command...
2012-09-26 Anthony ZhangReplace worldedit.spiral with worldedit.pyramid, as...
2012-09-25 Anthony ZhangAdd worldedit.hollow_sphere, worldedit.sphere, //hollow...
2012-09-25 Anthony ZhangFix negative cylinder lengths (thanks @cornernote).
2012-09-20 Anthony ZhangAdd cornernote to authors.
2012-09-20 AnthonyMerge pull request #12 from cornernote/master
2012-09-20 Brett O'Donnelladded table_save to load/save metadata
2012-09-20 cornernoteadded metasave/metaload to readme
2012-09-20 cornernoteadded metasave/metaload to readme
2012-09-20 cornernoteadded metasave/metaload to chat commands
2012-09-20 cornernoteadded metasave/metaload to api
2012-09-14 Anthony ZhangNormalization.
2012-09-11 AnthonyMerge pull request #11 from khonkhortisan/master
2012-09-10 Kyledocument the //move change
2012-09-10 Kyleallow multiple //moves
2012-09-08 sfan5Fix //replace <something> air
2012-09-08 sfan5Fix //replace air <something>
2012-08-31 AnthonyMerge pull request #5 from khonkhortisan/master
2012-08-30 Anthony ZhangFix player axis detection, make spirals code a bit...
2012-08-28 KyleRotate now works with x/y/z/? instead of just y: "...
2012-08-26 KyleFix transpose and rotate
2012-08-26 KyleUnderstands meta! Tested in copy, stack (which copies...
2012-08-19 sfan5Remove unused Code
2012-08-19 sfan5Add //spiral and worldedit.spiral API function
2012-08-18 Anthony ZhangAdd the ? axis, which represents the axis the player...
2012-08-18 Anthony ZhangAdd //hollowcylinder and //cylinder commands, add world...
2012-08-16 Anthony ZhangFix //copy, //move, and //stack with negative amounts.
2012-07-22 Anthony ZhangAdd the //transpose, //flip, and //rotate commands...
2012-07-22 Anthony ZhangRemove WorldEdit markers if they are invalid.
2012-07-22 Anthony ZhangAdd //mark command and document it.
2012-07-22 Anthony ZhangUse minetest.pos_to_string() and check for nil position...
2012-07-20 Anthony ZhangCorrect version number.
2012-07-20 Anthony ZhangSimplify marker placement and fix wierd bug where objec...
2012-07-20 Anthony ZhangRe-add support for the old WorldEdit save format on...
2012-07-16 Anthony ZhangProperly floor the player coordinates.
2012-07-16 Anthony ZhangDocument markers and give an example for //reset.
2012-07-16 Anthony ZhangAdd entities to mark the WorldEdit region positions...
2012-07-16 Anthony ZhangFixed //save not sorting positions (thanks to cosarara97).
2012-07-14 Anthony ZhangProperly document the WorldEdit API.
2012-07-14 Anthony ZhangRename README to show markdown properly.
2012-07-14 Anthony ZhangInitial commit.