Commit Graph

36 Commits

Author SHA1 Message Date
3af13e34fb More more work 2024-12-03 19:21:12 +01:00
3a8f9e0b6e Start update, apply API patches 2024-12-03 17:58:41 +01:00
e486dd7445 Patch 2024-10-23 10:08:40 -04:00
510057a8ad okaaay let's go 2024-10-22 18:23:19 +02:00
30285e7121 Updated Upstream (Bukkit/CraftBukkit/Spigot) (#11102)
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:
3a3bea52 SPIGOT-7829: Increase maximum outgoing plugin message size to match Vanilla intention
5cd1c8cb SPIGOT-7831: Add CreatureSpawnEvent.SpawnReason#POTION_EFFECT
a8e278f0 SPIGOT-7827: Sync EntityPortalEvent with PlayerPortalEvent since non-players can now create portals
53729d12 Remove spurious ApiStatus.Internal annotation
b9f57486 SPIGOT-7799, PR-1039: Expose explosion world interaction in EntityExplodeEvent and BlockExplodeEvent
7983b966 PR-1029: Trial changing a small number of inner enums to classes/interfaces to better support custom values

CraftBukkit Changes:
403accd56 SPIGOT-7831: Add CreatureSpawnEvent.SpawnReason#POTION_EFFECT
812761660 Increase outdated build delay
bed1e3ff6 SPIGOT-7827: Sync EntityPortalEvent with PlayerPortalEvent since non-players can now create portals
2444c8b23 SPIGOT-7823: Suspicious sand and gravel material are not marked as having gravity correctly
aceddcd0b SPIGOT-7820: Enum changes - duplicate method name
a0d2d6a84 SPIGOT-7813: Material#isInteractable() always returns false
8fd64b091 SPIGOT-7806: Handle both loot and inventory item drop behaviour in PlayerDeathEvent
a4ee40b74 SPIGOT-7799, PR-1436: Expose explosion world interaction in EntityExplodeEvent and BlockExplodeEvent
082aa51c5 PR-1424: Trial changing a small number of inner enums to classes/interfaces to better support custom values
66e78a96b SPIGOT-7815: Consider EntityDamageEvent status for Wolf armor damage

Spigot Changes:
5bbef5ad SPIGOT-7834: Modify max value for generic.max_absorption
2024-07-18 10:13:20 +02:00
7bcc1a4674 385 2024-06-13 13:14:13 -07:00
0ef31547a1 Finish API patches 2024-06-13 08:45:43 -07:00
27c46717f6 405 2024-04-23 23:44:48 -07:00
47ee5579ff Begin update to 1.20.5 2024-04-23 10:02:08 -07:00
f6609428b6 [ci skip] Add more identifying patch comments 2024-01-21 12:11:43 +01:00
4f136356d8 some more patch 2023-12-05 15:55:31 -07:00
46f4547805 Prepare for 1.20.3 dev 2023-12-05 18:20:55 +01:00
17f71281d2 Updated Upstream (Bukkit/CraftBukkit)
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:
dfe1fb48 PR-906: Add missing MinecraftExperimental annotation to Bundles
825ab30d PR-905: Add missing MapCursor.Type and update documentation
e03d10e6 PR-903: Make BARRIER Waterlogged
1961ead6 PR-898: Use Java Consumer instead of Bukkit Consumer

CraftBukkit Changes:
f71a799f0 Make BARRIER Waterlogged
172f76a45 Upgrade specialsource-maven-plugin
f0702775c SPIGOT-7486: Alternate approach to null profile names
069495671 SPIGOT-7485: Allow air entity items since required for Vanilla logic
5dfd33dc2 SPIGOT-7484: Cancelling PlayerEditBookEvent does not update client's book contents
02d490788 PR-1250: Standardize and centralize Bukkit / Minecraft registry conversion
9024a09b9 PR-1251: Use Java Consumer instead of Bukkit Consumer
6d4b25bf1 Increase diff stability
2023-09-23 12:06:03 +10:00
d5469c16d1 and some more patches 2023-09-21 21:05:18 -07:00
524eeedaa8 So it begins... 2023-09-21 19:18:04 +02:00
c720ef617e even moar patches 2023-06-07 15:58:10 -07:00
1bda3d4d2a Start working on 1.20 2023-06-07 18:24:39 +02:00
b7ee1ae38a More more more more more patches 2023-03-14 20:54:57 +01:00
08ab8edb76 Start working on 1.19.4 2023-03-14 18:11:24 +01:00
181b2c7e46 fix more compile issues 2022-12-07 22:11:20 -08:00
00dec09758 Patching patched patched patches 2022-12-07 21:16:54 +01:00
b7dd55ce72 API patches 2022-12-07 17:46:46 +01:00
b121c04895 Moving ATs from the at file to individual patches (#8573) 2022-11-19 15:53:20 -08:00
af85b6071c Cleanup reputation API + back with an EnumMap instead of array (#8258)
Resolves: #7142
2022-11-12 12:41:22 -05:00
ee2c1caf9b More more work 2022-07-27 22:17:18 +02:00
858aabab7c Move patches over, start with first few 2022-07-27 20:52:03 +02:00
9596c37668 a bunch more patches done 2022-06-07 22:02:19 -07:00
1148687a8d Prepare for 1.19 dev 2022-06-07 18:52:56 +02:00
655a3cf961 Updated Upstream (Bukkit/CraftBukkit) (#7776) 2022-04-30 17:27:41 +01:00
ed7396781e Updated Upstream (Bukkit/CraftBukkit/Spigot)
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:
fc460d1b PR-735: Add Villager#zombify
c8c8331e PR-690: Add method to read ItemStack input
62845f2f SPIGOT-6829: Add per-player world border API

CraftBukkit Changes:
a459f4d4 PR-1033: Add Villager#zombify
d65d1430 PR-975: Add method to read ItemStack input
b5559f8c SPIGOT-6990: Fix setRepairCost(0) in Anvil
6c308e1b SPIGOT-6829: Add per-player world border API

Spigot Changes:
42b61526 SPIGOT-7000: Generation and /locate issues when using custom structure seeds
2022-04-16 10:29:50 +02:00
65d44a991e More more more more more more more more more more more work 2021-11-24 12:38:00 +01:00
ed6d43ddb0 Prepare for updating server patches 2021-11-23 00:57:41 -08:00
4ac379cbd0 death to more obfhelpers 2021-06-17 22:20:03 +02:00
62fabeca0c deprecate all obfhelpers 2021-06-17 21:52:26 +02:00
a1d90ea32f AT bullshit 2021-06-16 00:24:12 +02:00
3390082ea7 progress 2021-06-13 22:32:56 -07:00