This website requires JavaScript.
Explore
Help
Sign In
mtcontrib
/
Minetest-WorldEdit
Watch
1
Star
0
Fork
1
You've already forked Minetest-WorldEdit
mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced
2025-02-23 23:00:19 +01:00
Code
Issues
Releases
Wiki
Activity
Minetest-WorldEdit
/
worldedit
History
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
..
code.lua
Add //homogenize, //lua, and //luatransform commands, as well as their documentation.
2013-01-12 18:20:41 -05:00
compatibility.lua
//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
init.lua
Add //homogenize, //lua, and //luatransform commands, as well as their documentation.
2013-01-12 18:20:41 -05:00
manipulations.lua
Fixed bug where unmodified axis used pos1 coords instead of pos2 coords.
2013-02-17 14:11:55 -05:00
primitives.lua
worldedit.hollow_sphere returns non-nil count
2012-10-17 16:18:19 -07:00
serialization.lua
//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
visualization.lua
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