Commit Graph

1909 Commits

Author SHA1 Message Date
05f9968013 Rebuild patches 2023-09-22 10:59:56 -07:00
3f4950410d some more compile fixes 2023-09-22 19:43:52 +02:00
65e89bf179 some compile fixes 2023-09-22 19:31:02 +02:00
529b5534e7 more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
77719b1566 some compile issues 2023-09-22 19:25:18 +02:00
fdf4e8726b more work
all server patches done (almost)
2023-09-22 18:59:52 +02:00
0925b4af6f some work 2023-09-22 18:11:35 +02:00
411f78293c more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
9e63e24f0b more more more more more more more more more more work 2023-09-22 17:35:51 +02:00
2b7e17a127 more more more more more more more more more work 2023-09-22 17:24:59 +02:00
26dc16de31 more more more more more more more more work 2023-09-22 17:08:04 +02:00
d518a2739d more more more more more more more work
can't let lynx inflate his commit count too much
2023-09-22 16:58:35 +02:00
414d8a9efe More work work work work work work work work work 2023-09-22 16:42:56 +02:00
d2b6bfa507 Work here, work there, work for everyone 2023-09-22 16:35:40 +02:00
dff4f6bdd5 Working hard on messing with leafs patches 2023-09-22 16:20:09 +02:00
7f8ad55e87 More work 2023-09-22 15:47:26 +02:00
0c48ad35ee More work work work 2023-09-22 15:32:32 +02:00
c3c850f4fc Fix PaperAdvancementDisplay 2023-09-22 15:19:33 +02:00
f865f927a0 More more more (more ??) more work 2023-09-22 15:15:57 +02:00
42b9f5a66d Port sidebar slots patch 2023-09-22 14:33:54 +02:00
b5c4a402ee More work work work 2023-09-22 14:22:24 +02:00
2578e385d9 Missing paper comment 2023-09-22 13:42:04 +02:00
1d8c69ef63 Fix leave message in common packet listener 2023-09-22 13:39:00 +02:00
eee81acfb0 more more more more more more work 2023-09-22 09:24:44 +02:00
d851baa156 and some more 2023-09-21 22:41:27 -07:00
96a63dfb9d almost halfway done with server patches 2023-09-21 21:40:51 -07:00
d5469c16d1 and some more patches 2023-09-21 21:05:18 -07:00
4c24ef27fa some more patches 2023-09-21 20:29:51 -07:00
4e0701e69d work and compile errors 2023-09-21 19:31:59 -07:00
aca9b5cf34 even more work 2023-09-21 19:17:21 -07:00
0fde46537f some more work 2023-09-21 15:26:51 -07:00
4af8929055 some work 2023-09-21 15:01:00 -07:00
4aa42e8aea more more more more more work 2023-09-21 23:04:51 +02:00
7b6a88056c more more more more work 2023-09-21 22:35:39 +02:00
86931baedf more more more work 2023-09-21 22:14:58 +02:00
233b5b5bec more more work 2023-09-21 21:54:46 +02:00
d700351d49 more work 2023-09-21 21:00:11 +02:00
6a5bb6ffb8 rebuild old indexes, first work 2023-09-21 19:39:51 +02:00
524eeedaa8 So it begins... 2023-09-21 19:18:04 +02:00
efc1f99846 Updated Upstream (Bukkit/CraftBukkit) (#9739)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

Bukkit Changes:
69c7ce23 PR-990: Use Mockito instead of InvocationHandler for test mocking
997de31d PR-893: Add a stream method to Registry to make it easier to use and to avoid unnecessary wrapping
6a8ce581 Fix malformed javadoc in previous commit
26c74f6d PR-890: Add more Sculk API (bloom, shriek, bloom event)
aa067abf PR-895: Load GameEvent and MusicInstrument from registry

CraftBukkit Changes:
78796c9de Add support for Java 21
ddc9a2dad SPIGOT-7475: Don't fire SculkBloomEvent during world generation
caee2311a PR-1245: Add a stream method to Registry to make it easier to use and to avoid unnecessary wrapping
de421cf56 PR-1242: Add more Sculk API (bloom, shriek, bloom event)
00f5a80fb PR-1252: Fix error when generating a tree in water
10219df3a PR-1248: Load GameEvent and MusicInstrument from registry
2023-09-21 09:48:55 -07:00
1830a8e09d Add missing InventoryHolders to inventories (#7400) 2023-09-17 19:16:48 -07:00
68996e7286 Fix spigot's Forced-Stats (#9663) 2023-09-17 02:27:56 +01:00
fbd79e55e5 Fix two beacon bugs (#9675) 2023-09-17 03:36:10 +03:00
969e0a9bb7 Fix sapling observer detection and grow event (#9654) 2023-09-16 16:53:21 -07:00
4d585e0587 Fix silent equipment change for mobs (#9677)
* Fix silent equipment change for mobs

* rebased and added test to make sure all overrides are added

---------

Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com>
2023-09-17 01:27:11 +02:00
2dbdaa6b88 Cleanup old async commands patch (#8895) 2023-09-17 01:54:33 +03:00
a624543c95 Fix leashed pets teleporting to owner when loaded (#9686) 2023-09-17 01:16:44 +03:00
e0964c727a Add DISPLAY tracking range type (#9668) 2023-09-17 01:02:58 +03:00
a9be834ffa Fix Projectile#setOwner(null) not clearing owner (#9715)
* Fix Projectile#setOwner(null) not clearing owner

* rebased and merged into mentioned patch

---------

Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com>
2023-09-17 00:37:38 +03:00
e5e00b653b Enforce sign line nullability when setting line with Adventure Method (#9689) 2023-09-16 23:18:51 +02:00