Commit Graph

6464 Commits

Author SHA1 Message Date
f5803a09f6 fix: vastly superier handling of queue chunks (#2461)
- remove ChunkHolder locking concept as this is no longer needed
 - previously we obtained the copy from chunk GET on finalize, meaning the copy could be replaced by a "newer" one (bad)
 - work around this issue by introducing concept of "unique" keys to map chunk GET copies to
 - correctly handle resetting of various chunk-related classes to actually allow pooling to work
 - remove chunks as they are submitted when flushing a SingleThreadQueueExtenting
2023-10-22 10:04:19 +00:00
9489e5448f fix: there is no need to synchronise chunk sending to the chunk GET instance (#2463) 2023-10-22 09:01:44 +02:00
8c5bb96fdd Streamline fawe thread names (#2467)
streamline fawe thread names
2023-10-21 17:48:35 +02:00
50ecc5908d Fix "cleared" ellipsoid/cylinder regions still passing isDefined check (#2465) 2023-10-21 16:27:39 +01:00
37161f9f69 Remove dead javadoc URLs 2023-10-18 20:49:57 +02:00
a6378606d6 chore: update log4j2 javadoc url (#2466)
update log4j2 javadoc url
2023-10-18 20:49:07 +02:00
c6a9673b4b fix: avoid tripping async catcher when getting entity from chunk (#2464) 2023-10-18 14:30:22 +01:00
470c75d843 minor cleanup 2023-10-14 20:27:46 +01:00
186d24baed Back to snapshot for development 2023-10-09 18:25:24 +02:00
639e956f23 Release 2.8.1 2023-10-09 18:03:58 +02:00
d0d97ce4ca Update paperweight 2023-10-09 17:58:28 +02:00
47cc61ea6f Update auto.value to v1.10.4 (#2453)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-09 17:49:25 +02:00
6bb2871b0b Update dependency org.mockito:mockito-core to v5.6.0 (#2452)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-09 17:47:53 +02:00
1de7f218c1 Update dependency org.checkerframework:checker-qual to v3.39.0 (#2451)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-09 17:47:06 +02:00
bb52d2bdec Update dependency gradle to v8.4 (#2450)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-09 17:46:52 +02:00
f6865f6fee Update dependency com.palmergames.bukkit.towny:towny to v0.99.6.0 (#2449)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-09 17:45:51 +02:00
aae9249014 Fix NullPointerException due to nullable source extent in ExtentEntityCopy (#2447)
Fix NullPointerException due to nullable source extent

Co-authored-by: opl <4833621+opl@users.noreply.github.com>
2023-10-07 20:16:21 +02:00
90d52f39d9 fix: add null check for block targetted with inspect brush (#2443) 2023-10-05 14:54:52 +01:00
b9517a5cfb [ci skip] Update publishing profile 2023-10-04 13:46:24 +02:00
aaa00ea71e Addresses issues related to maven publish scm block (#2435)
* Addresses issues related to maven publish scm block

- Fixes https://github.com/IntellectualSites/FastAsyncWorldEdit/issues/2423
- Fixes https://github.com/IntellectualSites/FastAsyncWorldEdit/issues/2422
- Resolves https://github.com/IntellectualSites/FastAsyncWorldEdit/issues/2421

* Fix wrong change
2023-10-04 11:04:35 +02:00
971559ec23 feat: fake the copied biomes (#2359) 2023-10-04 09:39:14 +01:00
dccf82ab1b fix: set villager offers temporarily to save NBT without sending event (#2357) 2023-10-02 20:36:21 +01:00
66c2dc3eda Update dependency com.zaxxer:SparseBitSet to v1.3 (#2440)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-01 12:00:16 +02:00
c7465cc156 Update actions/checkout action to v4 (#2442)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-01 12:00:08 +02:00
a88b4c7e32 Update dependency com.palmergames.bukkit.towny:towny to v0.99.5.20 (#2437)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-01 11:26:58 +02:00
f2ca272fb4 Update antlr4 to v4.13.1 (#2436)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-01 11:26:45 +02:00
fca775ee14 Update dependency net.kyori:adventure-platform-bukkit to v4.3.1 (#2438)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-01 10:18:43 +02:00
c8069bbdb4 Update dependency com.zaxxer:SparseBitSet to v1.3 (#2439)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-01 10:18:32 +02:00
8bfb4f31ac Update plugin xyz.jpenilla.run-paper to v2.2.0 (#2441)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-01 10:06:25 +02:00
a7f1d94b6f Back to snapshot for development 2023-09-29 23:17:00 +02:00
828308b71d Release 2.8.0 2023-09-29 22:51:11 +02:00
45b60f4929 Add support for 1.20.2 (#2431)
* Update to 1.20.2

* Update paperweight

---------

Co-authored-by: Pierre Maurice Schwang <mail@pschwang.eu>
2023-09-29 20:00:58 +00:00
889e9b7185 Update dependency com.modrinth.minotaur to v2.8.4 (#2429) 2023-09-25 12:41:27 +02:00
7b0f1b3c5a Update paperweight 2023-09-16 23:47:19 +02:00
319bc0a551 Fix left click on air being ignored and right click on block being handled twice 2023-09-16 23:44:14 +02:00
81ba7d1acd Add worldedit runtime environment to increase yaml alias limit (#2395)
This can be set by -Dworldedit.yaml.aliasLimit=XXX in the startup parameter

(cherry picked from commit 94565356fd39bf360b35ee77ea5b3614d48be772)
2023-09-16 23:35:05 +02:00
0744504fad Adding note about "worldedit.anyblock" permission (#2419)
Adding note
2023-09-15 22:41:28 +02:00
2f309ff22b Update dependency org.checkerframework:checker-qual to v3.38.0 (#2416)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-09 16:08:54 +02:00
f36c5d42c7 Avoid Unsafe usage where possible (#2403) 2023-09-09 16:07:37 +02:00
60a3994d62 Clean up some regen code (#2405) 2023-09-09 16:07:29 +02:00
7288393a39 Update dependency com.palmergames.bukkit.towny:towny to v0.99.5.16 (#2413)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-01 08:37:58 +02:00
a1ee56569e Update dependency dev.notmyfault.serverlib:ServerLib to v2.3.4 (#2414)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-01 08:32:34 +02:00
8c611c5324 Update dependency dev.notmyfault.serverlib:ServerLib to v2.3.4 (#2415)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-01 08:32:13 +02:00
f5a5eae1a3 Back to snapshot for development 2023-08-26 17:34:37 +02:00
4def201daa Adapt new test methods 2023-08-26 17:13:24 +02:00
6f9c3c3e01 Update dependency org.mockito:mockito-core to v5.5.0 (#2409)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-24 10:20:19 +02:00
8efb1aa533 Update dependency gradle to v8.3 (#2408)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-24 10:20:09 +02:00
561a1d64ee Update plotsquared to v7.0.0 (#2407)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-24 10:19:29 +02:00
fe33be5795 Update userdev 2023-08-18 13:40:16 +02:00
a088e6a96b Remove the Bukkit legacy data folder migration code from 11 years ago (#2383)
(cherry picked from commit EngineHub/WorldEdit@7f81aad028)
2023-08-10 19:10:04 -04:00