Anthony Zhang
|
0317deb101
|
Metadata fix for serialization.
|
2013-03-27 18:07:52 -04:00 |
|
Anthony Zhang
|
9209d81d20
|
//metasave and //metaload are now superceded by //save and //load's new functionality. worldedit.deserialize now supports every version of the WorldEdit format that has ever existed, and the new worldedit.valueversion uses file characteristics to determine which type of file format a given file uses. The new WorldEdit file format is the same as the one used by MineTest for serializing data, and is capable of storing arbitrary data, as well as leaving fields for future improvements. In other words, this is the last forward-compatibility breaking change that will be made to the file format.
|
2013-03-20 17:12:48 -04:00 |
|
Anthony Zhang
|
426dfb0bc3
|
Quick and dirty fix for metasave not saving ItemStack instances in node metadata inventories.
|
2012-10-23 23:21:02 -04:00 |
|
Anthony Zhang
|
fdca506505
|
Fix //load and //allocate for old WorldEdit files.
|
2012-10-22 23:17:37 -04:00 |
|
Anthony Zhang
|
aa4a70d237
|
Rename //find to //highlight and worldedit.find to worldedit.highlight, add //allocate and worldedit.allocate as well as related documentation. Improve documentation by fixing a few mistakes and adding return signatures.
|
2012-10-21 17:49:43 -04:00 |
|
Anthony Zhang
|
1c31bd7f0d
|
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.
|
2012-10-13 21:45:50 -04:00 |
|