Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-31 | [ci skip] Remove leftover todo fileenhancement/moonrise-todo | Bjarne Koll | |
2024-10-31 | Set updatingMinecraft to false | Nassim Jahnke | |
2024-10-31 | Only expose velocity relative tp flags to API (#11532)dev/1.21.2 | Bjarne Koll | |
Since 1.21.2, vanilla split relative teleportation flags into position and delta/velocity flags into separate enum entries. This highlighted a design flaw in the paper api addition for teleport flags, which just simply mirrored internals while also only being able to apply the delta/velocity part of a flag, given the teleport target is always absolute in the API. This patch proposes to simply no longer expose the non-velocity related flags to the API, instead marking the entire Relative enum as being purely velocity related, as non-velocity related flags are not useful to callers. This was done over simply exposing all internal flags, as another vanilla change to the internal enum would result in the same breakage. The newly proposed API *only* promises that the passed flags prevent the loss of velocity in the specific axis/context, which should be independent enough of vanillas specific implementation of this feature. | |||
2024-10-31 | get previous redstone level from the right state for experimental wires | Lulu13022002 | |
2024-10-31 | Correctly cancel consumption of consumable | Bjarne Koll | |
See: #11534 | |||
2024-10-30 | Rebuild patches | Bjarne Koll | |
2024-10-30 | Allow using old ender pearl behavior & apply ender pearl exploit patch (#11524) | Jason Penilla | |
When enabled, ender pearls will not load chunks and will save to the world instead of the player. Also changes the exploit config to be default false, as it only makes sense when legacy behavior is enabled. | |||
2024-10-30 | Add Friction API to minecarts | Noah van der Aa | |
2024-10-30 | don't resend effects when PlayerItemConsumeEvent is cancelled | Lulu13022002 | |
2024-10-30 | fix "is_freezing" damage type tag | Lulu13022002 | |
2024-10-30 | Use target pitch in teleport (generally the same thing) | Nassim Jahnke | |
2024-10-30 | Fix item gravity on inactive items, remove dumb active skipping | Nassim Jahnke | |
2024-10-29 | Fix portal exit resulting in bad teleport transition | Nassim Jahnke | |
2024-10-29 | Avoid issues with certain tasks not processing during sleep (#11526) | Jason Penilla | |
2024-10-29 | cleanup bugfix patch | Lulu13022002 | |
2024-10-29 | remove some leftovers | Lulu13022002 | |
2024-10-28 | Update Gradle wrapper to 8.10.2 | Jason Penilla | |
2024-10-28 | Use new ClientboundPlayerRotationPacket for setting player rotation | Owen1212055 | |
2024-10-28 | Remove leftover missed timings calls (#11527) | granny | |
* remove leftover timings calls * remove unused imports | |||
2024-10-27 | Use declaration order for state holder property iteration | Jason Penilla | |
Mostly an aesthetic change for serialization, should not have any impact on performance or correctness. | |||
2024-10-27 | Execute spark tasks during tick sleep (#11525) | Jason Penilla | |
2024-10-27 | Fix unused parameter in PlayerList#remove | Jason Penilla | |
2024-10-27 | Remove unnecessary AT | Jason Penilla | |
2024-10-27 | Fix NPE and StackOverflowError for dispensers | Lulu13022002 | |
2024-10-27 | Remove timings impl | Nassim Jahnke | |
2024-10-27 | Update material tags and entity effect | Bjarne Koll | |
2024-10-27 | Another one | Nassim Jahnke | |
2024-10-27 | Add back per player mob spawning | Nassim Jahnke | |
Also removes the `info.mobCategoryCounts.mergeInt` call that - at least from what I can tell - has been wrongly counting spawned mobs twice. The runner passed via `info::afterSpawn` already counts up that exact number in the same exact places (where `j`, the return value used here, is incremented) | |||
2024-10-27 | More patches | Nassim Jahnke | |
2024-10-27 | Readd last API patch (with TODO) | Nassim Jahnke | |
2024-10-27 | Delete some old patches | Nassim Jahnke | |
2024-10-26 | re-add improve perf of mass crafts | Jake Potrebic | |
2024-10-26 | fix DamageTypeTags init | Lulu13022002 | |
2024-10-26 | fix item meta | Lulu13022002 | |
2024-10-26 | Apply more patches | Nassim Jahnke | |
2024-10-26 | update generator | Lulu13022002 | |
2024-10-26 | Update WorldServer#serverlevelData mapping | Shane Freeder | |
2024-10-25 | Apply watchdoge patches | Jason Penilla | |
2024-10-25 | Fix boats/minecarts not dropping when destroyed | Spottedleaf | |
Diff to clone the item was lost, which meant that the spawned item was air. | |||
2024-10-25 | Add startup flag to disable gamerule limits | Spottedleaf | |
-DPaper.DisableGameRuleLimits=true will disable gamerule limits | |||
2024-10-25 | Revert "Add max minecarft speed gamerule config" | Spottedleaf | |
This reverts commit 61136fe43bb61538716c68c6049cc0bd15d40190. | |||
2024-10-25 | Add max minecarft speed gamerule config | Spottedleaf | |
2024-10-25 | Fix crafting (and server icon) | Bjarne Koll | |
2024-10-25 | Fix MSPT command | Spottedleaf | |
Used wrong variable for tick length | |||
2024-10-25 | Fix Anti-Xray using wrong data in chunk deserialize | Spottedleaf | |
2024-10-25 | fix compile issues | Spottedleaf | |
2024-10-25 | Specify mainCapabilityAttribute for paper-api | Jason Penilla | |
2024-10-25 | Rebase fixups | Spottedleaf | |
2024-10-25 | Review patch-to-patch diff | Spottedleaf | |
Looks OK | |||
2024-10-25 | Fix compile issues | Spottedleaf | |