3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-29 02:21:06 +02:00
Commit graph

6572 Commits

Autor SHA1 Nachricht Datum
SirYwell
09541dbe07
static handle 2024-04-11 18:15:00 +02:00
SirYwell
29b06692e0
fixes 2024-04-11 17:32:21 +02:00
SirYwell
8feb6d75cf
block entity access has to be synchronously 2024-04-11 17:32:05 +02:00
SirYwell
20ff8711c0
resolve some simple todos 2024-04-11 17:32:04 +02:00
SirYwell
4608c8e485
mark folia todos 2024-04-11 17:32:03 +02:00
SirYwell
ac83bb500e
tmp 2024-04-11 17:32:02 +02:00
SirYwell
0bee4a6bf2
fix some bugs/todos 2024-04-11 17:31:59 +02:00
SirYwell
c0903e71f7
align adapters 2024-04-11 17:31:49 +02:00
SirYwell
fbe69bdc81
rebase fixes 2024-04-11 17:31:38 +02:00
SirYwell
d64b0d9edf
Fix some folia incompatibilities 2024-04-11 17:31:24 +02:00
SirYwell
17b7a2cf11
compact run-task configuration 2024-04-11 17:31:22 +02:00
SirYwell
441c2d452b
Fix compilation 2024-04-11 17:31:20 +02:00
SirYwell
fca4ab42ef
tmp 2024-04-11 17:31:07 +02:00
SirYwell
54a96bcaea
drop 1.19 folia support 2024-04-11 17:30:45 +02:00
TheMeinerLP
82f3cea32b
Add multi folia run task support 2024-04-11 17:30:28 +02:00
Phillip Glanz
5769912f7b
Add runFolia with snapshot version of run paper 2024-04-11 17:30:04 +02:00
Phillip Glanz
7d264aaf87
Add run folia task 2024-04-11 17:30:03 +02:00
Phillip Glanz
c9f8a87d5f
Add folia support 2024-04-11 17:30:02 +02:00
SirYwell
c0653d0693
Throw exception if player is retired to ensure task always finishes 2024-04-11 17:30:01 +02:00
SirYwell
00b13399d1
Improve block tracing performance 2024-04-11 17:30:00 +02:00
SirYwell
0faaaa55ee
Initial experimental work on Folia support 2024-04-11 17:29:52 +02:00
dordsor21
fbb8a9b944
Merge branch 'main' into v3
# Conflicts:
#	worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/TransformExtent.java
#	worldedit-core/src/main/java/com/fastasyncworldedit/core/util/collection/SimpleRandomCollection.java
2024-03-27 16:57:59 +00:00
dordsor21
c1c3a5f7ed
fix: git did not find conflict here, remove duplicate fork method 2024-03-27 16:32:11 +00:00
Hannes Greule
7b8c7894ba
Make usage of stateful patterns thread-safe (#2633)
* Make usage of No(Axis)Patterns thread-safe

* make more pattern usage thread-safe

* make more WE patterns thread safe

* remove StatefulPattern
2024-03-27 15:16:06 +01:00
Hannes Greule
8095111eff
Simplify processor ordering (#2651) 2024-03-27 15:15:42 +01:00
renovate[bot]
c68544d66d Update dependency paperweight-userdev to v1.20.4-R0.1-20240325.123556-143 2024-03-25 12:57:48 +00:00
Hannes Greule
2dee197f2b
Use correct find class in ExtentTraverser (#2649)
use correct find class in ExtentTraverser
2024-03-24 18:02:16 +01:00
Zeranny
c10f58ac95
Fix Linear pattern index incrementing above array length (#2626)
* Fix index incrementing above array length in async

* Add fork method
2024-03-24 15:49:58 +01:00
renovate[bot]
5e234a7003 Update dependency paperweight-userdev to v1.20.4-R0.1-20240323.213332-142 2024-03-23 22:02:11 +00:00
renovate[bot]
4c98ac2bd8 Update eps1lon/actions-label-merge-conflict action to v3 2024-03-23 19:33:48 +00:00
Zeranny
9d20df9e6b
Fix queryRel returning data value for block at absolute coordinates (#2645)
* Replace toWorld with toWorldRel for relative data

* re-add accidentally deleted annotation
2024-03-23 20:26:13 +01:00
renovate[bot]
0182d52c02 Update dependency com.palmergames.bukkit.towny:towny to v0.100.1.23 2024-03-22 21:20:06 +00:00
renovate[bot]
4b91f6410f Update dependency gradle to v8.7 2024-03-22 17:37:16 +00:00
renovate[bot]
a957af38c0 Update dependency com.palmergames.bukkit.towny:towny to v0.100.1.22 2024-03-20 22:48:47 +00:00
renovate[bot]
07011e2420 Update dependency paperweight-userdev to v1.20.4-R0.1-20240320.215354-140 2024-03-20 22:46:32 +00:00
Pierre Maurice Schwang
68eb24a2f9
fix: imgur image resolution, image input stream reading (#2637) 2024-03-20 23:39:36 +01:00
renovate[bot]
63d5852b6c Update dependency paperweight-userdev to v1.20.4-R0.1-20240320.194253-137 2024-03-20 20:52:40 +00:00
renovate[bot]
36da507cf7 Update dependency paperweight-userdev to v1.20.4-R0.1-20240319.191757-136 2024-03-19 19:28:15 +00:00
renovate[bot]
38242068f0 Update dependency com.palmergames.bukkit.towny:towny to v0.100.1.21 2024-03-18 22:24:01 +00:00
Jordan
b512182e1f
feat: save region selector to session store (#2621)
* feat: save region selector to session store
 - closes #2397

* Move new gson adapters to FAWE packages
2024-03-17 20:25:43 +01:00
Pierre Maurice Schwang
b93f01c5b3
Update paperweight 1.20.4 - isOpaque does not exist (anymore) (#2629)
* chore/fix: update paperweight 1.20.4 - isOpaque does not exist (anymore)

* chore: update paperweight yet again (i feel scammed)

* chore: missing invert of canOcclude in isTranslucent
2024-03-17 20:25:29 +01:00
Jordan
d2ca3ed6fe
fix: better image reading errors (#2632)
- closes #2593
2024-03-17 20:25:09 +01:00
Hannes Greule
dc61efe11c
Implement linear patterns using RandomPattern + SimpleRandom (#2630) 2024-03-17 13:17:00 +01:00
Alexander Brandes
2d0ea9adf8
Reword tree type message (#2628)
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-03-17 13:16:10 +01:00
Jordan
2d0a3e6081
fix: do not error when attempting to parse "|" as a pattern (#2625) 2024-03-17 13:15:28 +01:00
Alexander Brandes
0db8154546
Drop support for 1.17.1 (#2627)
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-03-17 08:37:03 +01:00
Jordan
fb12ff20b4
refactor: apply final/abstract to various fawe extent classes (#2615)
* refactor: apply final/abstract to various fawe extent classes

* Remove forremoval as targets v3
2024-03-16 20:14:33 +01:00
Hannes Greule
472eb19312
Allow repeated keys in RandomCollection (#2624) 2024-03-16 20:12:21 +01:00
Jordan
f60539f41d
chore: deprecate transform extent for removal (#2623) 2024-03-16 20:12:02 +01:00
Alexander Brandes
bb9a0d27f2
Back to snapshot for development
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-03-15 23:48:14 +01:00