summaryrefslogtreecommitdiff
path: root/worldedit
AgeCommit message (Collapse)Author
2013-01-12Fix my Code again (I've use Python too much)sfan5
2013-01-12Fix Code againsfan5
2013-01-12Fix Codesfan5
2013-01-12Rename //dig to //fixlightsfan5
2013-01-12Only dig air Nodessfan5
2012-12-12Many thanks to Smitje for providing a working example of roations.Anthony Zhang
Changes: fixed rotation and transposition of non-sqaure regions, makers are now moved to the new region boundaries after rotation/transposition, small consistency fixes, finally fix the /hide command.
2012-11-27Fix the missing command //suppress <node>.Anthony Zhang
2012-10-23Quick and dirty fix for metasave not saving ItemStack instances in node ↵Anthony Zhang
metadata inventories.
2012-10-22Fix //load and //allocate for old WorldEdit files.Anthony Zhang
2012-10-21Rename //find to //highlight and worldedit.find to worldedit.highlight, add ↵Anthony Zhang
//allocate and worldedit.allocate as well as related documentation. Improve documentation by fixing a few mistakes and adding return signatures.
2012-10-17worldedit.hollow_sphere returns non-nil countKyle
2012-10-13Separate components into separate mods, add visualization API with hide(), ↵Anthony Zhang
suppress(), find(), and restore() for nondestructive node visualization. Corresponding chat commands are //hide, //suppress, //find, and //restore. Commands and functions documented.
2012-10-01Use modpack for easier installation (idea is taken from cornernote's mod ↵Anthony Zhang
format), fix some grammar in API reference, move chat command reference and API reference to separate files.