Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from PaperMC:master #1075

Closed
wants to merge 109 commits into from
Closed

[pull] master from PaperMC:master #1075

wants to merge 109 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Sep 14, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

electronicboy and others added 30 commits July 26, 2024 13:43
Long ago we discovered that the default thread pools would not increase
the number of threads running the pool until queue addition failed.
Bumping the core size mitigates an issue with spark-paper, and in general,
keeping async threads around generally beats having to spin new ones
everytime we want to execute a periodic async task.
The server validates incoming interaction packets by ensuring the player
sending them is inside their interaction range. For this, the server adds
a magic value, by default 1.0, to the original interaction range to
account for latency issues.

This value however may be too low in high latency environments.
The patch exposes a new configuration option to configure said value.
Now the only tracker field is from the entity tracker
optimisations.
Accidentally dropped this check last commit. It is possible
that this is called while the entity is not tracked.
Allowing chunk loading to occur at any point via purgeUnload()
introduces possible undesirable behavior to occur recursively
inside the chunk system.
Mojang missed these in their mapping. Since the entity data
is used when spawning the bucketed mob, we need to have these
inside the id map to ensure that the entity data is converted
correctly if the entity id is missing.
…11172)

primarily, this allows us to ensure that appenders are flushed, console, log files
before the JVM exits to avoid issues such as error messages disappearing
The common changes from Moonrise should be entirely in MCUtils
… API (#11184)

* Preserve command node when re-registering modern commands through old API

* make fix more targeted

mainly because it didn't work for vanilla commands :)
This is to allow the call to work properly when on Folia,
as Folia does not have a main thread.
The function assumed that the current resize chain pointed to
the previous table, when in fact it pointed to the current table.

The function is supposed to restore the resize chain to the previous
table, previous increment, and previous index + new increment.
The issue the patch was initially added for has already been fixed and filling stacktraces can be expensive
* fix incorrect hash in PR builds

* only apply ref on pull_request triggers
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:
2ec53f4 PR-1050: Fix empty result check for Complex Recipes
1067101 PR-1044: Add CrafterCraftEvent
4d87ffe Use correct method in JavaDoc
ae5e581 SPIGOT-7850: Add API for Bogged shear state
46b6d44 SPIGOT-7837: Support data pack banner patterns
d5d0cef Fix JavaDoc error
b3c2b83 PR-1036: Add API for InventoryView derivatives
1fe2c75 SPIGOT-7809: Add ShieldMeta

CraftBukkit Changes:
8ee6fd1 SPIGOT-7857: Improve ItemMeta block data deserialization
8f26c30 SPIGOT-7857: Fix spurious internal NBT tag when deserializing BlockStateMeta
759061b SPIGOT-7855: Fire does not spread or burn blocks
00fc9fb SPIGOT-7853: AnvilInventory#getRepairCost() always returns 0
7501e2e PR-1450: Add CrafterCraftEvent
8c51673 SPIGOT-5731: PortalCreateEvent#getEntity returns null for nether portals ignited by flint and steel
d53d0d0 PR-1456: Fix inverted logic in CraftCrafterView#setSlotDisabled
682a678 SPIGOT-7850: Add API for Bogged shear state
fccf524 SPIGOT-7837: Support data pack banner patterns
9c3bd43 PR-1431: Add API for InventoryView derivatives
0cc6acb SPIGOT-7849: Fix FoodComponent serialize with "using-converts-to" using null
2c54749 Don't rely on tags for CraftItemMetas
20d107e SPIGOT-7846: Fix ItemMeta for hanging signs
76f59e3 Remove redundant clone in Dropper InventoryMoveItemEvent
e61a53d SPIGOT-7817: Call InventoryMoveItemEvent for Crafters
894682e SPIGOT-7839: Remove redundant Java version checks
2c12b21 SPIGOT-7809: Add ShieldMeta and fix setting shield base colours

Spigot Changes:
fb8fb722 Rebuild patches
34bd42b7 SPIGOT-7835: Fix issue with custom hopper settings
* Fix tag key generator output inconsistencies

* use NonNull instead of NotNull for generated api

---------

Co-authored-by: Jake Potrebic <[email protected]>
kennytv and others added 27 commits August 27, 2024 18:12
* fix

* other blocks

* add missing diff in ContainerEntity

---------

Co-authored-by: Jake Potrebic <[email protected]>
* fix

* mention mojira issue

* move to vanilla bug fixes patch

---------

Co-authored-by: Jake Potrebic <[email protected]>
* Improve console completion with brig suggestions

* silence warning

* small fixes

* squashed
* Create 1055-Check-dead-flag-in-isAlive().patch

* Rebase
The updated velocity native compilation pipeline seems to emit binaries
that are not compatible with alpine.
The commit temporarily reverts the natives included until a proper
solution is found.
* Fix shulkerbox loot table replenish

* re-add loot table if cleared

* add config
* Add FeatureFlag API

* switch to index & move method

* fix test
If you segfault, update your jre/jdk:tm:
* wip tags

* use generics in tag registrars

* comment out varargs methods for now

* split up patch

* cache loaded service provider

* finish renames

* use builderWithExpectedSize

* finalize
* Item serialization as json

* Add ItemStackAdapter for Gson

* A javadoc note at #serialize() and #deserialize()

* Rebase

* Move serialize closer to deserialize

* Add explaining comment about SERIALIZE_CUSTOM_AS_SNBT usage

* Apply lynxplay requests

* Forgot `@NotNull`

* Very important diff was removed

* Rebase

* Javadocs

---------

Co-authored-by: Bjarne Koll <[email protected]>
Copy link

Please do not open pull requests from the master branch, create a new branch instead.

@github-actions github-actions bot closed this Sep 14, 2024
@pull pull bot added the ⤵️ pull label Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.