dordsor21
f7161ea890
Update adapters
2021-08-17 18:45:08 +01:00
dordsor21
664cd4e33d
Preloader is null for spigot users
2021-08-17 18:06:57 +01:00
dordsor21
51eee01eef
Update adapters
2021-08-17 17:52:28 +01:00
dordsor21
347bd04065
Fix initialisation
2021-08-17 17:09:52 +01:00
dordsor21
4cae37fbbf
Add back extra angle mask prefixes
2021-08-17 17:07:37 +01:00
dordsor21
569fdc3861
Reimplement radius mask, fix wall mask
2021-08-17 17:03:25 +01:00
dordsor21
46f6395279
Improve mask parsing
...
- Fixes #1230
2021-08-17 17:02:11 +01:00
NotMyFault
f6676cf6a3
Follow up to 1ee4de0edf
2021-08-17 16:57:35 +02:00
dordsor21
0ffab8ee69
Add null check to preloader
2021-08-17 15:38:47 +01:00
renovate[bot]
1ee4de0edf
Update dependency gradle to v7.2 ( #1229 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-17 16:21:09 +02:00
dordsor21
8c11ba7fea
Preload chunks up to the configured limit, cancel preloading on EditSession complete
2021-08-17 12:07:48 +01:00
dordsor21
da7aca8ef8
Add basic preloading ( #1221 )
2021-08-16 20:47:09 -04:00
dordsor21
d4d98708f9
Re-implement richer mask and transform parsing ( #1223 )
...
Co-authored-by: dordsor21 <dordsor21@gmail.com>
Co-authored-by: Hannes Greule <SirYwell@users.noreply.github.com>
2021-08-16 09:03:06 +00:00
dordsor21
50137b31c4
Update adapters
2021-08-15 15:59:30 +01:00
dordsor21
c287739be7
Minecraft uses the global block palette if there are more than 8 bits per entry in a chunk section
...
- Fixes #1228
2021-08-14 14:29:57 +01:00
dordsor21
98673b5743
Update adapters
2021-08-13 11:59:24 +01:00
dordsor21
3c75ed7d46
javadoc
2021-08-13 11:51:05 +01:00
dordsor21
c65c72b249
Allow adapters to override World#getEntities to avoid AsyncCatcher
...
- Even if we access (cache) the entities synchronously, we'd then be doing stuff asynchronously so adapters can override this and either use the world#getEntities normally (pre 1.17) or get entities async anyway.
2021-08-13 11:44:18 +01:00
dordsor21
3e4f1d5cd8
Better Mathman#isInteger
2021-08-11 20:38:52 +01:00
dordsor21
00a6a2d917
Fix stash failure
2021-08-11 15:03:59 +01:00
dordsor21
3ba42df321
Use more MutableBlockVector3s
2021-08-11 14:56:10 +01:00
dordsor21
6f5430a940
Some cleanup of mutables
2021-08-11 14:00:12 +01:00
dordsor21
8928556c1d
Minor improvement to MathMan#isInteger
2021-08-11 12:32:46 +01:00
Pierre Maurice Schwang
7d3a9ff36d
Fixed Unit Tests (BlockVector3.isLongPackable) ( #1168 )
...
* Fixed Unit Tests (BlockVector3.isLongPackable)
* Re-enable tests for ci
* Address gh action dependency complaints
* Fix "invalid usage of tag &" for MinecraftVersion.java
* Simple StubServer for BukkitWorldTest.java
* Add parallelgzip to test runtime, fixed javadoc encoding, make gradlew executable and patch StubServer for latest spigot / paper release
* Move Javadoc UTF-8 to PlatformConfig.kt
* Revert "make gradlew executable"
Was required for act to run, but not required for GH actions - Weird behavior
* Mark upstream changes, move class + apply editorconfig
Co-authored-by: NotMyFault <mc.cache@web.de>
Co-authored-by: Matt <4009945+MattBDev@users.noreply.github.com>
2021-08-10 09:31:37 +01:00
dordsor21
31b41235ac
Update adapters
2021-08-09 14:34:39 +01:00
NotMyFault
9ea5a94941
Use temurin for gh actions
2021-08-09 15:09:55 +02:00
NotMyFault
a1e6839cae
Improve jd of MinecraftVersion#getPackageVersion
2021-08-09 11:36:50 +02:00
Maddy Miller
e2b2feb7c5
Use MethodHandle for faster event bus ( #1865 )
...
* Use MethodHandle for faster event bus
* Implement hashCode/equals
* Apply review comments
* Bind to the object directly
2021-08-09 10:21:42 +01:00
dordsor21
57f7c93033
Fix history rollback
...
- Fixes #959
2021-08-08 19:35:57 +01:00
Maddy Miller
f06ba41f91
Fix Cycler tool not using full block data ( #1868 )
...
(cherry picked from commit 8ee45137aa5d7a3b80b661601ab14e48f13756ec)
2021-08-08 17:33:45 +01:00
dordsor21
6562f8adbd
Update adapters
2021-08-08 12:09:05 +01:00
dordsor21
08ebef2905
Break file to make git notice it
2021-08-08 12:08:55 +01:00
dordsor21
c58b143552
Update adapters to 3f6df1adee
2021-08-08 12:03:52 +01:00
Joseph Thomas
d10b038e84
Create SurfaceAngleMask ( #1215 )
2021-08-08 09:59:42 +00:00
dordsor21
2376ce8d9d
Add thickness to //hcyl and //br cylinder -h
...
- Closes #753
2021-08-08 10:02:58 +01:00
NotMyFault
75b888a9f0
Add missing translation keys
2021-08-08 01:52:28 +02:00
dordsor21
9af77c06b8
Fix ParallelQueueExtent#setBlocks(Region, <B extends BlockStateHolder>)#
...
- Fixes removeabove/removebelow
2021-08-07 17:38:09 +01:00
dordsor21
346223977d
Add javadoc comments to generateTree
2021-08-07 16:28:41 +01:00
dordsor21
e90b261196
Trees should be generated on the main thread
...
- Also remove warning when using tree tool
2021-08-07 16:19:41 +01:00
dordsor21
0d84967853
Fixes #1219
2021-08-07 16:12:03 +01:00
Aurélien
abaa347ad4
Fix major security bugs (3 brushes + superpickaxe)! ( #1213 )
...
* Fix major security bugs (3 brushes + superpickaxe)!
- Due to some recent changes, FAWE could edit everything in the world, no matter other plugin protections such as PS or WG.
- Fix superpickaxe allow to bypass protections => Fix SurvivalModeExtent not taking into account protections plugins due to breaking blocks naturally to get drops.
* Adress requests
- Revert some unsuitabe changes
- Add FAWE diff comments
* Clean imports
* Adress requests
Co-authored-by: NotMyFault <mc.cache@web.de>
2021-08-07 11:09:33 +02:00
Matt
14b3fd2085
Fixed parameter name
2021-08-05 17:38:44 -04:00
NotMyFault
14fc2dbf9b
Fix fawe-deprecation javadoc linking
2021-08-05 18:33:19 +02:00
NotMyFault
c468d22120
Fixes #1208
2021-08-05 15:55:20 +02:00
NotMyFault
3ccb5e0aed
Use translation message for brush assignment
2021-08-04 22:44:24 +02:00
NotMyFault
2bcf3eedf1
Add //br snow
...
Apparently an upstream addition we forgot to pull.
2021-08-04 22:29:43 +02:00
NotMyFault
45a8030aeb
Update Upstream
...
b9f0416 Use a Guava Cache instead of a ThreadLocal (1862)
2021-08-02 22:10:21 +02:00
NotMyFault
a5e84dcfea
Switch to version catalogs
...
- Closes #1204
- Switch to security advisory
- Move fawe-tests to fawe packages
2021-08-01 19:28:51 +02:00
NotMyFault
9f3a451ef6
Fixes #756
2021-07-31 14:18:04 +02:00
NotMyFault
678fb0a8b3
Fixes #1201
2021-07-30 01:31:25 +02:00