]> git.lizzy.rs Git - worldedit.git/commit
Clean up serialization
authorShadowNinja <shadowninja@minetest.net>
Fri, 24 Oct 2014 19:01:46 +0000 (15:01 -0400)
committerShadowNinja <shadowninja@minetest.net>
Fri, 24 Oct 2014 20:45:10 +0000 (16:45 -0400)
commit796aa3870d5cd45696cb253024aa75e8bbc2b462
treeea17e9c6e87af555427f1ec9c8ce9bce2be66c57
parent70c24c9501c691d85bbe267ee79547fb490e6c00
Clean up serialization

  * Adds a header to serialized data (to make version checking sane).
  * Removes the duplicate deserialization for `worldedit.deserialize` and `worldedit.allocate`.
  * Optimizes `worldedit.deserialize` by only deserializing the data once.
  * Makes some fields optional.
  * Cleans up the comments and a little of the code style.
README.md
WorldEdit API.md
worldedit/compatibility.lua
worldedit/serialization.lua
worldedit_commands/init.lua