Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-29 | Add isTickSleeping APIis-tick-sleeping-api | Jason Penilla | |
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 | |
2024-10-25 | Finish rebase | Spottedleaf | |
2024-10-25 | Prepare rebase | Spottedleaf | |
2024-10-25 | Finish mixin diff review | Spottedleaf | |
The mixin diff review looks OK, but need to check the patch diff now. | |||
2024-10-25 | Complete rebase, start review | Spottedleaf | |
2024-10-25 | Prepare rebase | Spottedleaf | |
2024-10-25 | Fix some compile errors from patches | Spottedleaf | |
2024-10-25 | Implement chunk system | Spottedleaf | |
2024-10-25 | Implement Starlight | Spottedleaf | |
2024-10-25 | Implement explosion optimisations | Spottedleaf | |
2024-10-25 | Implement chunk tick iteration optimisations | Spottedleaf | |
2024-10-25 | Implement config hooks in PaperHooks | Spottedleaf | |