]> git.lizzy.rs Git - worldedit.git/shortlog
worldedit.git
2013-12-20 UberiImprove node inspector to show player axis, replace...
2013-12-18 UberiInclude WorldEdit GUI in the documentation, improve...
2013-12-16 UberiImprove worldedit.spiral and the WorldEdit GUI,
2013-12-15 UberiImplement copy/move in the WorldEdit GUI.
2013-12-15 UberiMerge fixedpos and position dialogs in worldedit_gui...
2013-12-15 UberiFix worldedit.hollow_cylinder.
2013-12-12 UberiMore improvements to worldedit_gui
2013-12-12 UberiRefine GUI.
2013-12-11 UberiBetter installation instructions.
2013-12-10 UberiImprove worldedit_gui.
2013-12-10 UberiWorldEdit GUI is now live! Currently under construction.
2013-12-10 UberiVersion information is now available via the API.
2013-11-24 Sfan5Revert "Change compatibility notices." because we have...
2013-10-01 UberiChange compatibility notices.
2013-08-29 UberiAdd //about.
2013-08-16 UberiChanges to support the latest schematic probability...
2013-08-16 UberiAdd worldedit_limited.
2013-08-06 Anthony ZhangAdd initial code for worldedit_infinity.
2013-08-06 Anthony ZhangAdd version checker since so many people are confused...
2013-08-02 Anthony ZhangFinal changes and version number bump.
2013-08-01 Anthony ZhangFix //pyramid examples.
2013-08-01 Anthony ZhangNew module loader properly halts when load-time error...
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 ZhangSlight optimizations, and make //pyramid work properly...
2013-07-28 Anthony ZhangAdd //fixedpos command and document it.
2013-07-28 Anthony ZhangMore speedups for //hollowsphere, //sphere, //hollowdom...
2013-07-25 Anthony ZhangAdd tutorial for new users, and a note about compatibility.
2013-07-22 Anthony ZhangAdd a few notes on air.
2013-07-21 Anthony ZhangAdd the node inspector, a tool for finding information...
2013-07-21 Anthony ZhangAdd a section about the different types of schematics.
2013-07-21 Anthony ZhangSuper duper VoxelManipulator speedups to nearly every...
2013-07-12 Anthony ZhangEven bigger speed gains by using LuaVoxelManipulator...
2013-06-24 Anthony ZhangFix volume of spheres, domes, and their hollow variants.
2013-06-24 Anthony ZhangSupport aliases in node name resolution. For example...
2013-06-23 Anthony ZhangAvoid using slower and deprecated EnvRef, fix schematic...
2013-06-23 Anthony ZhangSuper-speed a few primitives and visualization function...
2013-06-23 Anthony ZhangClarify the documentation regarding the the positioning...
2013-06-23 Anthony ZhangSignificant but highly experimental speed-ups for world...
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-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
next