Commit Graph

6475 Commits

Author SHA1 Message Date
462b078c2d Support -n (select only) in //place (#2475) 2023-11-02 07:52:30 +01:00
1f8976b20e Update Paperweight 2023-10-31 21:23:47 +01:00
6bd1382872 Reuse starlight relighting code across versions (#2474) 2023-10-31 21:00:46 +01:00
b8434f891e Reduce duplicated singleton objects (#2473) 2023-10-29 10:55:50 +01:00
36a892eb37 fix: chunks should only be initialised in the getOrCreateChunk method (#2462) 2023-10-26 21:14:39 +02:00
256ef74452 Cleanup rawtypes warnings in relighting code (#2472)
remove unneeded generic type
2023-10-26 21:14:27 +02:00
0566bd359e fix cursed 1.20.2 adapters
...what even how did this build??
2023-10-24 16:46:20 +01:00
50cc9bc528 fix: clear player's history away from main thread if lock locked (#2457)
* fix: clear player's history away from main thread if lock locked
 - addresses crashing of #2448

* Correct lock usage

* remove possibility for race condition
2023-10-23 16:40:38 +02:00
9fff77c088 Avoid premature trimming in RegionIntersection (#2471)
avoid premature trimming
2023-10-22 16:29:38 +02:00
6dfa7d1732 Fix chunkSource mappings on 1.19.4 (#2469)
fix chunkSource mappings on 1.19.4
2023-10-22 12:51:20 +02:00
6bb8a2cd3c Label PRs with merge conflicts (#2468) 2023-10-22 12:51:11 +02:00
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