Commit Graph

2562 Commits

Author SHA1 Message Date
56999fd1e0 Drain bubble columns as well
Fixes #1326
2021-09-27 14:42:43 +01:00
1cf5899586 Allow deletion of DOC
Fixes #1325
2021-09-27 14:39:21 +01:00
b73db47e01 Add switch to schem loadall to replace existing clipboard(s) 2021-09-27 14:15:26 +01:00
58f231ad12 Slightly improve add clipboard hover message for schematic list 2021-09-27 14:14:24 +01:00
5155055446 Add deprecation message to fawe EditSessionBuilder 2021-09-26 22:10:59 +01:00
e6675f1656 Default per player schematics to false 2021-09-26 22:07:25 +01:00
ca15e93102 refactor: Remove lz4-stream
LZ4-Java contains a modern version & delegate for lz4-java-stream.
2021-09-26 00:48:50 +02:00
6b5f21d67b Support old, corrupt, schematics 2021-09-24 16:41:09 +01:00
4e944052cd un-transitive some dependencies 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
2021-09-24 12:22:01 +01:00
bfd9e5b347 Don't stop edits for old clipboards, attempt to load them anyway (for now) 2021-09-24 09:32:49 +01:00
8593c2df9f Rearrange DOC methods 2021-09-23 12:42:51 +01:00
07c02b5825 Remove import static org.apache.logging.log4j.LogManager.getLogger 2021-09-23 12:34:22 +01:00
6c56fa29aa Fix #1317 2021-09-22 22:22:39 +01:00
a5795461f2 Improve a few dependency scopes 2021-09-22 23:00:12 +02:00
663d0139b7 default to a meaningful preload chunk count 2021-09-22 15:58:20 +01:00
3376baa3c5 Remove needless EditSession#getWorld for setting blocks/biomes in a couple of cases
#32 IntellectualSites/FastAsyncWorldEdit-Adapters#7
2021-09-22 15:04:12 +01:00
d25a85e0d4 Fix expression evaluation method used for generatebiome
#32
2021-09-22 15:03:03 +01:00
4400b0f83e Fix #1114
- Ensure short is correctly cast to int, as we're using it as if it were unsigned
2021-09-22 14:32:49 +01:00
a241e594c1 Slight adjustment to DOC 2021-09-22 13:14:10 +01:00
268d8cff49 Apply list of properties everywhere 2021-09-21 18:53:37 +01:00
b8ec4be95c Revert "Slightly preferable messages on UsageException thrown by piston"
This reverts commit e9adf0f30d.
2021-09-21 17:30:32 +01:00
c805102819 Fix #1143 2021-09-21 17:18:49 +01:00
3617a29ba8 Address javadoc violations 2021-09-21 17:40:53 +02:00
1de3a6b54a Don't return "=" pattern early either 2021-09-21 15:07:58 +01:00
70f7f00abf Do the same for "=" mask 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 2021-09-21 15:05:43 +01:00
57b47d2451 Use a MaskTraverser to set extent where it will be a WorldWrapper otherwise 2021-09-21 14:59:49 +01:00
23ca345a2e Don't setextent twice in replace 2021-09-21 14:51:39 +01:00
971977a66a Fix //sel list 2021-09-21 14:51:05 +01:00
d0056870be Fix fuzzy region 2021-09-21 14:31:03 +01:00
69ae4a7121 Fix ellipsoid selection 2021-09-21 14:07:10 +01:00
e9adf0f30d Slightly preferable messages on UsageException thrown by piston 2021-09-20 23:35:04 +01:00
9d26f030dc Fix some command errors being hidden by a usage message 2021-09-20 23:18:38 +01:00
040edc8fd0 Adjust exception catch slightly 2021-09-20 23:07:58 +01:00
bb06492091 Fix -f flag 2021-09-20 18:10:37 +01:00
017a28b3dd Implement getAllProperties to code and adapters 2021-09-20 16:00:50 +01:00
17a97f2f19 Fix lack of handling of custom world heights in CharFilterBlock 2021-09-20 14:15:08 +01:00
7a9cbe5d77 Correct description of strip nbt 2021-09-20 01:54:49 +01:00
aba147f787 Minor spring clean 2021-09-19 21:40:15 +01:00
8a4f28a7cc StripNBT processor rather than extent 2021-09-19 21:39:00 +01:00
b11a67e435 Fix #1311 2021-09-19 21:20:18 +01:00
4f68fb0e26 Add tracing feature to EditSessions (Upstream 1301) (#1112)
Co-authored-by: Octavia Togami <octavia.togami@gmail.com>
Co-authored-by: dordsor21 <dordsor21@gmail.com>
Co-authored-by: NotMyFault <mc.cache@web.de>
2021-09-19 20:02:41 +00: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
2021-09-19 20:47:40 +01:00
abaa98d2a9 Fix #403 2021-09-19 20:47:21 +01:00
5f7411114e Fixes #1310 2021-09-19 21:42:53 +02:00
0a48765c98 Add //blob command equivalent to //br rock 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. 2021-09-18 17:42:40 +01:00
34301b446a Allow scatter command brush to use FAWE commands. Best for scatter sphere, etc. 2021-09-18 17:08:03 +01:00
51aa500857 move yscale earlier in br height for people that can't work it out themselves 2021-09-18 16:20:28 +01:00