6b5f21d67b
Support old, corrupt, schematics
dordsor21
2021-09-24 16:41:09 +01:00
4e944052cd
un-transitive some dependencies
dordsor21
2021-09-24 15:49:30 +01:00
e97c945b2f
Big fix to clipboards when relogging/restarting server etc. - Refactor the way FAWE clipboards work slightly with regards to offsets (FAWE-added) and origin (upstream-present) - Better error messages when exceptions are thrown attempting to load DOC - No longer attempt to resolve old clipboard versions. Attempt to give informative error instead - Don't always delete clipboards held in memory on player logout unless configured to do so - Go back to fully closing the DOC on logout. We now attempt to lock the file which will hopefully help with debugging shared clipboard folders
dordsor21
2021-09-24 12:22:01 +01:00
bfd9e5b347
Don't stop edits for old clipboards, attempt to load them anyway (for now)
dordsor21
2021-09-24 09:32:49 +01:00
1de3a6b54a
Don't return "=" pattern early either
dordsor21
2021-09-21 15:07:58 +01:00
70f7f00abf
Do the same for "=" mask
dordsor21
2021-09-21 15:06:46 +01:00
c26977f578
Fix very specific issue where charmasks (< > $ etc.) are used with other masks, but only the charmask is used
dordsor21
2021-09-21 15:05:43 +01:00
57b47d2451
Use a MaskTraverser to set extent where it will be a WorldWrapper otherwise
dordsor21
2021-09-21 14:59:49 +01:00
23ca345a2e
Don't setextent twice in replace
dordsor21
2021-09-21 14:51:39 +01:00
971977a66a
Fix //sel list
dordsor21
2021-09-21 14:51:05 +01:00
84b896151f
Lazy fix for #1271
dordsor21
2021-09-21 14:39:14 +01:00
d0056870be
Fix fuzzy region
dordsor21
2021-09-21 14:31:03 +01:00
4f68fb0e26
Add tracing feature to EditSessions (Upstream 1301) (#1112)
Matt
2021-09-19 16:02:41 -04:00
f405994346
Improve fullycopy pattern parsing - Don't attempt ClipboardFormats#loadAllFromInput if the user is typing #copy or #clipboard to avoid needless "File dialogs are not supported in your environment." message
dordsor21
2021-09-19 20:47:40 +01:00
0a48765c98
Add //blob command equivalent to //br rock
dordsor21
2021-09-18 17:42:58 +01:00
7d032ba69f
Scattercommand should use the same editsession for all commands, make it "silent" by default and allow players to see output if wanted.
dordsor21
2021-09-18 17:42:40 +01:00
34301b446a
Allow scatter command brush to use FAWE commands. Best for scatter sphere, etc.
dordsor21
2021-09-18 17:08:03 +01:00
51aa500857
move yscale earlier in br height for people that can't work it out themselves
dordsor21
2021-09-18 16:20:28 +01:00
bd95d5a86d
Adjust mask managers - Add list of "exclusive" managers to config to aid users in having some sort of prioritisation. - Fixes#960 if PlotSquared is added to exclusive managers, otherwise, there's no particularly sane way of adding prioritisation without requiring a treemap be added to YAML config, or for us to decide upon it ourselves
dordsor21
2021-09-18 03:19:27 +01:00
fbbb4ed8fa
Update adapters to f840c74a30b5c5c622080cb9678db58deb7062b9
NotMyFault
2021-09-17 19:58:54 +02:00
e4cbd85197
Ensure adapters are up to date
dordsor21
2021-09-15 01:44:00 +01:00
f10dbe7387
Use an object array for synchronising on internal chunk sections rather than the sections array itself.
dordsor21
2021-09-15 01:20:04 +01:00
e989a4ebb0
Update com.plotsquared to v6.1.1 (#1299)
renovate[bot]
2021-09-14 17:04:21 +02:00
dad991e7aa
synchronise filterBlocks - we shouldn't be able to execute the call method whilst a filter is ongoing and vice versa
dordsor21
2021-09-14 14:32:42 +01:00
09d2996451
Don't accept values smaller than parallel threads for target size - Smaller than parallel threads implies any time any thread tries to do anything, another thread must cancel its work, and the chunk is submitted.
dordsor21
2021-09-14 14:30:32 +01:00
daa418a287
Fix needless complication of section position methods in CharBlocks children
dordsor21
2021-09-13 18:33:42 +01:00
ce7a97368f
Improve javadocs on BlockArrayClipboard, ensure correct clipboard is used for BlockArrayClipboard's parent clipboard
dordsor21
2021-09-13 15:32:33 +01:00
06d716248e
Flush clipboard rather than close on player disconnect Addresses #1291
dordsor21
2021-09-13 15:08:03 +01:00
3088b1245c
Simplify flushing of clipboards in ClipboardCommands
dordsor21
2021-09-13 15:07:16 +01:00
5207981fb2
Make clipboard flushable #1286
dordsor21
2021-09-13 13:25:11 +01:00
fcbbc72a19
Refactor the try-catch for copy/cut commands, switch to saveDiskClipboard instead of closing the clipboard on error Address #1291
dordsor21
2021-09-13 13:19:57 +01:00
adf83bdd0a
Use default blockstate internal id for creating blockstates from their serialised form Fixes#1294
dordsor21
2021-09-13 13:14:49 +01:00
40a4010041
Add loadIfPresent method for use where the section should definitely exist and be FULL
dordsor21
2021-09-13 12:47:00 +01:00