]> git.lizzy.rs Git - worldedit.git/commit
Separate components into separate mods, add visualization API with hide(), suppress...
authorAnthony Zhang <azhang9@gmail.com>
Sun, 14 Oct 2012 01:45:50 +0000 (21:45 -0400)
committerAnthony Zhang <azhang9@gmail.com>
Sun, 14 Oct 2012 01:45:50 +0000 (21:45 -0400)
commit1c31bd7f0d78447ea35e195b59fc1b2577ebaf18
tree812a403a693caf557da16404d560afa8d3cd366b
parent12dfbd198d117b9d76e86a056f79b7276e8db0a6
Separate components into separate mods, add visualization API with hide(), suppress(), find(), and restore() for nondestructive node visualization. Corresponding chat commands are //hide, //suppress, //find, and //restore. Commands and functions documented.
16 files changed:
Chat Commands.md
WorldEdit API.md
worldedit/functions.lua [deleted file]
worldedit/init.lua
worldedit/manipulations.lua [new file with mode: 0644]
worldedit/mark.lua [deleted file]
worldedit/primitives.lua [new file with mode: 0644]
worldedit/serialization.lua [new file with mode: 0644]
worldedit/textures/worldedit_pos1.png [deleted file]
worldedit/textures/worldedit_pos2.png [deleted file]
worldedit/visualization.lua [new file with mode: 0644]
worldedit_commands/depends.txt [new file with mode: 0644]
worldedit_commands/init.lua [new file with mode: 0644]
worldedit_commands/mark.lua [new file with mode: 0644]
worldedit_commands/textures/worldedit_pos1.png [new file with mode: 0644]
worldedit_commands/textures/worldedit_pos2.png [new file with mode: 0644]