Jason Penilla
1df7e21459
Apply more API-implementing patches
2024-04-24 17:36:24 -07:00
Jake Potrebic
11044315fd
955
2024-04-24 16:25:57 -07:00
Owen1212055
e0a245d2ea
Patches!!!!!!!
2024-04-24 18:36:55 -04:00
Jason Penilla
051855997e
Update reflection rewriter to 0.0.1 release
2024-04-24 15:02:37 -07:00
Noah van der Aa
961782982b
Restore original formatting for MC-252817 patch
2024-04-24 23:26:18 +02:00
Noah van der Aa
4d9e824a44
more more work (806)
2024-04-24 23:23:56 +02:00
Noah van der Aa
22227ccf26
more more work (757)
2024-04-24 22:32:38 +02:00
Noah van der Aa
71ae391eb3
more work (721)
2024-04-24 22:05:42 +02:00
Jason Penilla
90095cd7c4
694
2024-04-24 11:03:59 -07:00
Jason Penilla
fc5c0dae7f
683
2024-04-24 10:59:51 -07:00
Nassim Jahnke
4e654f2a3a
More patch work
2024-04-24 19:27:48 +02:00
Nassim Jahnke
1de0dc8828
666 plus 1
2024-04-24 17:35:46 +02:00
Owen1212055
21afc0a2e2
Patches!!!!!!!
2024-04-24 10:30:32 -04:00
Owen1212055
a403a8d085
Patches!!!!!!!
2024-04-24 10:29:12 -04:00
Owen1212055
2d9d0d8b1d
Patches!
2024-04-24 09:46:45 -04:00
Owen1212055
5be858e9b7
Patches!
2024-04-24 08:11:27 -04:00
Jake Potrebic
cc4614854a
405
2024-04-23 23:44:48 -07:00
Jake Potrebic
9079c90d22
354
2024-04-23 23:05:14 -07:00
Jake Potrebic
1d7d7e92f2
301
2024-04-23 22:43:09 -07:00
Jake Potrebic
309ebc13fc
253
2024-04-23 19:46:06 -07:00
Jake Potrebic
8244815161
221
2024-04-23 19:21:40 -07:00
Owen1212055
906f906089
Patches!
2024-04-23 18:25:14 -07:00
Owen1212055
0225537fd1
Update upstream
2024-04-23 21:13:33 -04:00
Owen1212055
487555b627
update
2024-04-23 21:13:33 -04:00
Jason Penilla
d07c487d4d
Don't use defaultToolchain method for run tasks
2024-04-23 14:39:36 -07:00
Jason Penilla
2eeed9e6fa
41
2024-04-23 14:31:37 -07:00
Jason Penilla
9cac5b6f4f
Fix continueServerUpdate with 2-line subjects
2024-04-23 14:26:28 -07:00
Jason Penilla
eb41348d39
33
2024-04-23 14:12:24 -07:00
Jason Penilla
ffccfd5488
Apply timings
2024-04-23 14:04:59 -07:00
Jason Penilla
598a1cb947
Apply shadow removal patch
2024-04-23 13:41:25 -07:00
Jason Penilla
dd6ce09922
Fix reflection diff and order wrt commodore diff
2024-04-23 13:36:31 -07:00
Nassim Jahnke
7cdf804392
Work
2024-04-23 22:13:16 +02:00
Jake Potrebic
ef057bba7d
work on Adventure patch
2024-04-23 11:32:19 -07:00
Jake Potrebic
f2c45ed1d3
do some work
2024-04-23 11:03:16 -07:00
Jake Potrebic
abc49bf069
Begin update to 1.20.5
2024-04-23 10:02:08 -07:00
Jake Potrebic
a6b6ecdd22
More Raid API ( #7537 )
2024-04-20 15:57:51 -04:00
Tamion
fc53ff5a71
Add Configuration for finding Structures outside World Border ( #10437 )
2024-04-20 15:29:32 -04:00
Janet Blackquill
c5f68ff9be
Add CartographyItemEvent and get/setResult for CartographyInventory ( #10396 )
2024-04-20 14:10:35 -04:00
Florian Beck
a033033b7a
Added chunk view API ( #10398 )
2024-04-20 13:56:59 -04:00
Nassim Jahnke
3af1346520
Allow setting player list name early
2024-04-20 15:24:42 +02:00
Tamion
908b8141c9
Fix inventory desync with PlayerLeashEntityEvent ( #10436 )
2024-04-19 20:23:32 -07:00
Jake Potrebic
3b078f822a
Add API for ticking fluids ( #10435 )
...
* Add API for ticking fluids
* update javadocs
2024-04-19 13:03:32 -07:00
brickmonster
9e886c4310
Remove dead code (LegacyResult) ( #10411 )
...
* Stop firing AsyncPlayerChatPreviewEvent as chat preview was removed in 1.19.3. This is in parity with upstream
* formatting and small tweaks
* correctly set MESSAGE_CHANGED flag for modern modifications
---------
Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com>
2024-04-19 12:47:24 -07:00
Jason Penilla
862299b6a6
"Downgrade" Vineflower to 1.10.1 release ( #10423 )
...
* "Downgrade" Vineflower to 1.10.1 release
The main thing we lose from the 1.11 snapshots is a recent fix for redundant casts.
* Thanks intellij
* a
2024-04-16 12:44:59 -07:00
Owen
4445d23544
Deprecate ItemStack#setType & add ItemStack#withType ( #10290 )
2024-04-12 17:16:22 -04:00
Cross
f061e76e1f
Fix hit criteria advancement triggered before changing state ( #10409 )
...
* Fix hit criteria advancement being triggered before changing block state.
* Rebase
---------
Co-authored-by: Bjarne Koll <lynxplay101@gmail.com>
2024-04-12 12:42:00 -07:00
Shane Freeder
46d462b83e
Fix StackOverflowException thrown on shutdown ( Fixes #10404 ) ( #10408 )
...
paper previously migrated away from using executeIfPossible as this throws a
RejectedExecutionException when the server is shutting down, which is then picked
up by the Connection handler object and causes the player to be kicked without
the intended disconnection message that comes from commands such as /stop, /restart
This was fine, because previously changes made in spigot would just prevent these
packets from being executed anyways. Instead, we'll just use a marker exception
to try to detect this specific state.
2024-04-12 12:37:00 -07:00
Jake Potrebic
526795bacd
Update patches to handle vineflower decompiler ( #10406 )
...
* Update patches to handle vineflower decompiler
* update patches again to handle inlined simple lambdas
* update vf again and re-apply/rebuild patches
* update patches after removal of verify-merges flag
* fix compile issue
* remove maven local
* fix some issues
* address more issues
* fix collision patch
* use paperweight release
* more fixes
* update fineflower and fix patches again
* add missing comment descriptor
---------
Co-authored-by: Jason Penilla <11360596+jpenilla@users.noreply.github.com>
2024-04-12 12:14:06 -07:00
gecko10000
a7f1dc6a07
Change online mode default for Velocity configuration ( #10413 )
2024-04-12 18:21:31 +01:00
Shane Freeder
1207162055
Allow player-list API to self un/list ( #10358 )
2024-04-06 20:45:43 -04:00