Plex-FAWE/worldedit-core/src/main/java/com/boydti/fawe
dordsor21 855389c785
Allow parallelisation of masks (#636)
* Allow parallelisation of masks
Increasing performance improvement with increased masking complexity and edit size.

* Address comments
 - Rename Mask#clone to Mask#copy
 - Rename Mask2D#copy to Mask2D#copy2D
 - Correct formatting

* cx -> centerX

* Make various operations relying on a single SingleThreadQueueExtent instance (mainly brushes) thread safe
2020-09-25 15:00:42 +01:00
..
beta Allow parallelisation of masks (#636) 2020-09-25 15:00:42 +01:00
command Part 1 of upstream merge and format 2020-07-13 22:50:59 -04:00
config Fixlighting now also calculates heightmaps 2020-09-14 14:19:23 +01:00
configuration Part 1 of upstream merge and format 2020-07-13 22:50:59 -04:00
database Part 1 of upstream merge and format 2020-07-13 22:50:59 -04:00
jnbt Fixlighting now also calculates heightmaps 2020-09-14 14:19:23 +01:00
logging/rollback Part 1 of upstream merge and format 2020-07-13 22:50:59 -04:00
object Allow parallelisation of masks (#636) 2020-09-25 15:00:42 +01:00
regions Part 1 of upstream merge and format 2020-07-13 22:50:59 -04:00
util Fix LimitExtent and processing of Plot regions 2020-09-18 17:40:55 +01:00
web Part 1 of upstream merge and format 2020-07-13 22:50:59 -04:00
wrappers More support for 3D biomes (#608) 2020-09-12 15:31:42 +02:00
Fawe.java Part 1 of upstream merge and format 2020-07-13 22:50:59 -04:00
FaweAPI.java Fixlighting now also calculates heightmaps 2020-09-14 14:19:23 +01:00
FaweCache.java Fixlighting now also calculates heightmaps 2020-09-14 14:19:23 +01:00
FaweVersion.java update links, versions, etc 2020-07-01 13:17:19 +01:00
IFawe.java Part 1 of upstream merge and format 2020-07-13 22:50:59 -04:00
Resettable.java Introduce Resettable interface 2020-02-16 15:14:34 -05:00