1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2024-12-24 17:50:40 +01:00
Minetest-WorldEdit/worldedit
sfan5 2a4aaae8a2 Always use faster vmanip copying code
Since the code has two arrays of the area before and after,
the copy order is totally irrelevant.
Of course, this doesn't apply to metadata and we still need
to do that backwards.
2019-09-17 01:28:53 +02:00
..
textures Added a WorldEdit wand item that can be used to select areas with worldedit. 2016-01-22 22:24:17 +01:00
code.lua Cleanup and fixup 2015-02-01 15:56:16 -05:00
common.lua Faster copying using vmanips 2019-09-08 22:14:07 +02:00
compatibility.lua Cleanup and fixup 2015-02-01 15:56:16 -05:00
cuboid.lua Replace deprecated functions with newer ones 2019-07-17 01:23:40 +02:00
init.lua Remove outdated function check 2019-09-08 18:57:54 +02:00
manipulations.lua Always use faster vmanip copying code 2019-09-17 01:28:53 +02:00
mod.conf Remove deprecated depends.txt, add descriptions to mod.conf 2019-07-17 02:15:04 +02:00
primitives.lua Fix negative height pyramids (fixes #152) 2018-01-04 01:03:51 +01:00
serialization.lua Fix schematics with extra headers to parse properly 2019-09-09 20:52:15 +02:00
visualization.lua Make placeholders not pointable 2019-07-17 01:22:12 +02:00