summaryrefslogtreecommitdiff
path: root/worldedit/serialization.lua
AgeCommit message (Expand)Author
2013-04-29Fix deserialization for real this time.Anthony Zhang
2013-04-28Fix loading of schematics containing chests that had empty slots.Anthony Zhang
2013-04-28Add Block QueueSfan5
2013-04-20Horrible, vile, disgusting hack. But it works.Anthony Zhang
2013-03-27Metadata fix for serialization.Anthony Zhang
2013-03-20//metasave and //metaload are now superceded by //save and //load's new funct...Anthony Zhang
2012-10-23Quick and dirty fix for metasave not saving ItemStack instances in node metad...Anthony Zhang
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
2012-10-13Separate components into separate mods, add visualization API with hide(), su...Anthony Zhang