Plex-FAWE/worldedit-core/src/main/java/com/boydti/fawe/object
dordsor21 82bcc0e9a5
Allow "post processing" of chunks (#658)
* begin allowing "post processing" of chunks
 - restores legacy capability to continue saving edits in the background after sending the chunks
 - speeds up the edit clientside
 - nail in the coffin of the terrible and staticly coded coreedit
 - We should totally make IronGolem work so Core* is no longer used by anyone

* begin allowing background history saving

* Handle post processors in queues properly

* Use futures for postprocessing so we're not waiting for them needlessly

* better use of closed boolean

* Reword
2020-09-28 11:13:02 +01:00
..
brush Allow parallelisation of masks (#636) 2020-09-25 15:00:42 +01:00
change fix redo exception; fix positioning of entities in redo 2020-07-26 19:52:03 +02:00
changeset Allow "post processing" of chunks (#658) 2020-09-28 11:13:02 +01:00
clipboard Clone mutable regions given to clipboards 2020-09-18 15:02:25 +01:00
collection Fixlighting now also calculates heightmaps 2020-09-14 14:19:23 +01:00
exception Part 1 of upstream merge and format 2020-07-13 22:50:59 -04:00
extent Allow "post processing" of chunks (#658) 2020-09-28 11:13:02 +01:00
function Allow parallelisation of masks (#636) 2020-09-25 15:00:42 +01:00
io Part 1 of upstream merge and format 2020-07-13 22:50:59 -04:00
mask Allow parallelisation of masks (#636) 2020-09-25 15:00:42 +01:00
pattern More work on masks (#607) 2020-09-11 21:13:31 +02:00
progress Part 1 of upstream merge and format 2020-07-13 22:50:59 -04:00
random Implement more noise patterns 2020-08-15 13:17:44 +02:00
regions More work on masks (#607) 2020-09-11 21:13:31 +02:00
schematic Part 1 of upstream merge and format 2020-07-13 22:50:59 -04:00
string static blocktype initialization 2019-11-02 20:35:51 +01:00
task Part 1 of upstream merge and format 2020-07-13 22:50:59 -04:00
visitor Handle null case in equality checking BlockVector3+DFSNode 2020-08-15 09:28:39 -07:00
DataAnglePattern.java Small spring cleaning 2020-04-30 16:26:52 -04:00
DelegateConsumer.java Fixed a bunch of extends and removed slottableblockbag 2019-09-21 21:00:45 -04:00
FaweInputStream.java Part 1 of upstream merge and format 2020-07-13 22:50:59 -04:00
FaweLimit.java Revert "Revert matt's changes" 2020-06-13 14:41:36 -04:00
FaweOutputStream.java Part 1 of upstream merge and format 2020-07-13 22:50:59 -04:00
HistoryExtent.java More support for 3D biomes (#608) 2020-09-12 15:31:42 +02:00
IntPair.java Small spring cleaning 2020-04-30 16:26:52 -04:00
IntTriple.java Revert "Revert matt's changes" 2020-06-13 14:41:36 -04:00
Metadatable.java API Breaking 2020-02-12 17:04:21 -05:00
NullChangeSet.java Part 1 of upstream merge and format 2020-07-13 22:50:59 -04:00
RegionWrapper.java Cleanup unused code. 2020-03-05 16:07:20 -05:00
RelightMode.java Relight after completing P2 operations 2020-09-18 12:38:17 +01:00
RunnableVal.java Copy paste/merge FAWE classes to this WorldEdit fork 2018-08-13 00:03:07 +10:00
RunnableVal2.java Revert portion of "Minor cleanup" to fix history bugs 2020-06-13 14:54:07 -04:00
RunnableVal3.java Copy paste/merge FAWE classes to this WorldEdit fork 2018-08-13 00:03:07 +10:00
RunnableVal4.java Copy paste/merge FAWE classes to this WorldEdit fork 2018-08-13 00:03:07 +10:00