04fdf92aca
Fix crash when loading schematic in a LuaJIT build in recent Minetest versions (thanks LazyJ & VanessaE!).
2014-12-29 18:26:37 -05:00
7f580611f5
Fix some warnings.
2014-12-29 18:16:36 -05:00
e4d007199f
Fix bug with loading old .we file formats, thanks to @Sokomine
2014-12-13 21:13:11 +01:00
796aa3870d
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.
2014-10-24 16:45:10 -04:00
2e41f0076d
Mark the region with an entity cube.
2013-12-24 14:07:42 -05:00
b0bf52e9b6
Rewrite spirals from scratch and fix upside-down pyramids. Use voxelmanip for markers to ensure area is emerged.
2013-07-31 22:15:08 -04:00
3c51ec8c4a
//pyramid works along any axis and backwards. Working //clearobjects and //cylinder command, begin implementing super marker. Remove EnvRef usages and the block queue (the block queue does not work with VoxelManips). More block emergers.
2013-07-31 00:02:37 -04:00
c1f3cfc1e4
Fix bugs in visualization API and make it ore robust. Fix bugs in //fixedpos, //suppress, and //highlight.
2013-07-28 18:15:46 -04:00
8ebf9d3c2a
Super duper VoxelManipulator speedups to nearly every API function, and plus support for unloaded areas. Still in progress. Also, fix //allocate for very large schematics.
2013-07-21 16:54:25 -04:00
ac5e801834
Even bigger speed gains by using LuaVoxelManipulator in a few choice places! Faster //set, //cylinder, etc., but plenty of room for improvements still.
2013-07-12 14:22:30 -04:00
18bc4e6815
Fix deserialization for real this time.
2013-04-29 19:52:00 -04:00
98c5bc5c5f
Fix loading of schematics containing chests that had empty slots.
2013-04-28 19:01:24 -04:00
5e5c1dc6c3
Add Block Queue
2013-04-28 19:08:09 +02:00
f5145d6ba1
Horrible, vile, disgusting hack. But it works.
2013-04-20 20:28:21 -04:00
0317deb101
Metadata fix for serialization.
2013-03-27 18:07:52 -04:00
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
426dfb0bc3
Quick and dirty fix for metasave not saving ItemStack instances in node metadata inventories.
2012-10-23 23:21:02 -04:00
fdca506505
Fix //load and //allocate for old WorldEdit files.
2012-10-22 23:17:37 -04:00
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
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