mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-25 12:16:00 +01:00
1c948cf0ed
Add #clipboard transform Add #fullcopy pattern - similar to transform, it pastes the full clipboard at any changed block - e.g. //replace <marker> #fullcopy Async block get optimizations for bukkit by running tasks multiple times during a single tick Tweak the OOM message to be more informative Tweak the max memory config comment to be more informative Restructured transforms to use resettable extent + reduce code duplication Clipboards can now be streamed to a schematic file without significant memory overhead - This means you can now load/paste/copy/save arbitrarily large sizes with fixed memory usage Optimizations to the various clipboard implementations Add optimized extent block translation (no additional object creation for set block) Optimized forward extent block copy - use optimized extent transform/translate - pre calculate required functions/extents outside iterations - short circuit certain functions depending on input parameters Use edit session for patterns rather than world (faster/safer) |
||
---|---|---|
.. | ||
src/main | ||
build.gradle |