]> git.lizzy.rs Git - worldedit.git/history - worldedit
Change compatibility notices.
[worldedit.git] / worldedit /
2013-10-01 UberiChange compatibility notices.
2013-08-29 UberiAdd //about.
2013-08-16 UberiChanges to support the latest schematic probability...
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 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 ZhangMore speedups for //hollowsphere, //sphere, //hollowdom...
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-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-18 Anthony ZhangAdd `//scale <factor>` command (suggested by Jordach...
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-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...