]> git.lizzy.rs Git - worldedit.git/history - worldedit
Fix deserialization of schematics with node names table
[worldedit.git] / worldedit /
2013-05-30 Anthony ZhangBlock queue doesn't lag anymore on slow operations...
2013-05-18 Anthony ZhangFix the //move command (WorldEdit API is unaffected).
2013-05-02 Anthony ZhangMerge remote-tracking branch 'refs/remotes/origin/master'
2013-04-29 Anthony ZhangFix deserialization for real this time.
2013-04-28 Anthony ZhangFix loading of schematics containing chests that had...
2013-04-28 Sfan5Add Block Queue
2013-04-27 Anthony ZhangNew commands //hollowdome and //dome, as well as new...
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-17 Anthony ZhangFixed bug where unmodified axis used pos1 coords instea...
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 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 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...