Matt
149480cc3d
Merge pull request #348 from BrodyBeckwith/1.15
...
Don't attempt to set blocks below 0 and above 255
2020-03-02 10:42:36 -05:00
BrodyBeckwith
29cd844fb1
Fix cuboid wall creation
...
Fixes #341
2020-02-29 18:52:50 -05:00
BrodyBeckwith
9043692dbd
Don't attempt to set blocks below 0 and above 255
...
Fixes #307
2020-02-29 17:42:00 -05:00
Matthew Miller
c566bb8333
Replaced the "please report this" message in the legacy schematic loader
...
(cherry picked from commit be30a94be5aedc9e365491372fb80d2ea98ff368)
2020-02-27 21:44:37 -05:00
MattBDev
0bf0848758
Started refactoring Clipboards
2020-02-27 21:35:59 -05:00
MattBDev
fb45fd51fb
Fixed missed schematic link change
2020-02-27 21:09:02 -05:00
MattBDev
6e7cc2d2bc
Merge remote-tracking branch 'origin/1.15' into 1.15
2020-02-27 20:28:01 -05:00
MattBDev
2edc3bc344
Revert recent changes to DiskOptimizedClipboard
2020-02-27 20:26:23 -05:00
NotMyFault
df8a2c314b
Fix schematic interface
2020-02-28 00:29:45 +01:00
IronApollo
8535bc859a
Fix #347
2020-02-27 14:14:01 -05:00
IronApollo
d2bcc6dd35
Fix #346 , minor hook changes
...
- Removed deprecated FaweMaskManager#getMask(Player)
- Removed deprecated constructor FaweMask(BlockVector3, BlockVector3)
2020-02-26 10:17:11 -05:00
IronApollo
12431e7b7a
Merge branch '1.15' of https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13 into 1.15
2020-02-26 09:35:47 -05:00
IronApollo
de4cb586eb
Fix PlotSquared hook
2020-02-26 09:35:41 -05:00
MattBDev
0918396ab6
Update bukkit gradle
2020-02-25 23:21:01 -05:00
MattBDev
c52db75976
Delete unused file
2020-02-25 18:26:04 -05:00
MattBDev
f3d19cf87d
Merge branch '1.15' of https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13 into 1.15
2020-02-23 12:49:41 -05:00
MattBDev
bfcf24b27b
Small quality of code changes
2020-02-23 12:48:22 -05:00
Josh Knight
d9bae5f157
Merge pull request #345 from Spottedleaf/workaround-visiblechunks
...
Workaround for replacing PlayerChunkMap#visibleChunks field
2020-02-22 23:32:44 -05:00
Spottedleaf
7388d3310f
Merge branch '1.15' of https://github.com/IntellectualSites/FastAsyncWorldEdit into workaround-visiblechunks
2020-02-22 20:11:28 -08:00
Spottedleaf
f6675160f1
Also target 1.15 & 1.14 adapters
2020-02-22 20:11:23 -08:00
IronApollo
14ac3205ce
Check for PlotSquared before initializing the feature class
...
Some users are experiencing issues during startup with FAWE not finding PlotSquared resulting in errors.
2020-02-22 21:02:12 -05:00
Spottedleaf
0d18b15393
Workaround for replacing PlayerChunkMap#visibleChunks field
...
I run a fork of paper which replaces the visibleChunks and updatingChunks
field for gc performance reasons - visibleChunks is updated via
cloning updatingChunks, and at high chunk counts this causes gc issues
due to the humongous allocation. Unfortunately the only solution is to
not clone the map - which is why the field is removed.
Instead of BukkitAdapter#getPlayerChunk using the visibleChunks field,
it now uses a MethodHandle for PlayerChunkMap#getVisibleChunk. This method is
present on spigot & paper (only protected on spigot - which is why reflection is required),
and I preserve the same thread-safety it provides in my fork - so this solution
will not break compatibility with craftbukkit, spigot, and paper.
2020-02-22 07:07:40 -08:00
mathiascode
4095786bbe
Add support for OpenJ9 13
2020-02-22 06:02:18 +02:00
IronApollo
3a050fba3b
Fix immediate crash for some users
2020-02-21 18:26:43 -05:00
MattBDev
62cb04b8ca
Remove CFI redirect and other minor changes.
2020-02-21 14:56:21 -05:00
MattBDev
4695c008b4
Fix compression library not loading.
2020-02-21 11:19:54 -05:00
MattBDev
516e7e4ca6
Merge remote-tracking branch 'origin/1.15' into 1.15
2020-02-21 00:00:11 -05:00
MattBDev
99f7b23a8c
Changes to API and something else I forgot because I got distracted
2020-02-20 23:59:57 -05:00
IronApollo
c9aebf17d8
Fix #320 ; optimize adapter imports
2020-02-20 21:28:28 -05:00
MattBDev
475330720e
Moved initialization to declaration
2020-02-20 20:39:28 -05:00
MattBDev
798e04a644
Remove DelegateClipboard
2020-02-19 13:44:39 -05:00
MattBDev
1ed4118319
More upstream changes to clipboard
2020-02-19 13:37:19 -05:00
MattBDev
a8538b25a3
Revert "Rename .java to .kt"
...
This reverts commit 175b3a93
2020-02-18 18:06:28 -05:00
MattBDev
8e97b3b4b1
Revert "Lighting and Database changes"
...
This reverts commit 39dfc244
2020-02-18 18:06:19 -05:00
MattBDev
e0bb1ce853
Revert "More minor cleanup"
...
This reverts commit 38435d50
2020-02-18 18:06:08 -05:00
MattBDev
38435d50b4
More minor cleanup
2020-02-18 18:00:39 -05:00
MattBDev
39dfc2444b
Lighting and Database changes
2020-02-18 17:21:09 -05:00
MattBDev
175b3a93ce
Rename .java to .kt
2020-02-18 17:21:06 -05:00
MattBDev
d243d02fb6
Add a debugging message
2020-02-18 14:32:44 -05:00
MattBDev
534c81f7d8
Removed redundant code and modifications to NullExtent
2020-02-18 14:27:05 -05:00
MattBDev
728b36cd8c
Remove dead code and minor changes to existing code
2020-02-18 13:18:43 -05:00
MattBDev
3e718e2e0b
Compile fixes
2020-02-17 17:19:14 -05:00
MattBDev
98bd93c752
Clamp Y coordinates during selection
2020-02-17 17:00:29 -05:00
MattBDev
048974dca5
Introduce Resettable interface
2020-02-16 15:14:34 -05:00
MattBDev
efbe1a737d
Commented out Lighting commands
2020-02-14 14:35:11 -05:00
MattBDev
49dbd4b76b
Minor changes
2020-02-14 14:29:08 -05:00
MattBDev
647665c3b0
Upstream is better than downstream
2020-02-13 20:19:45 -05:00
MattBDev
86539c1758
Fixed infinite loop causing massive CPU usage
2020-02-13 18:32:26 -05:00
MattBDev
7e7fc89e81
Added debug messages to diagnose a critical CPU usage issue
2020-02-13 18:15:45 -05:00
MattBDev
73c5e34040
Fixed AsyncWorld for real
2020-02-13 13:12:11 -05:00