aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server
AgeCommit message (Collapse)Author
2021-12-30rework bstatsrework-bstatsMiniDigger
2021-12-30Expose isFuel and canSmelt methods to FurnaceInventory (#7181)BillyGalbreath
2021-12-29Dont register multiple ASK_SERVER suggestions under one parent node (#7188)Jake Potrebic
2021-12-29Add debug stack for removed player teleporation checkShane Freeder
2021-12-28https://youtu.be/NIH6j7-w198Nassim Jahnke
2021-12-28Fix Chunk#isSlimeChunk when all-chunks-are-slime-chunks is true (#7211)BillyGalbreath
2021-12-28Fix migration logic for old player saving config optionShane Freeder
This is an ode to all those times when you shoulda just gone to bed
2021-12-27Correctly parse last update for old chunks for regionfile recalcSpottedleaf
It's required so that comparisons between two chunks can be made
2021-12-27Defensively copy chunk data in upgradeChunkTagSpottedleaf
The data provided is always from the regionfile thread, which does not copy the data out. So if two separate calls need the data, then there's going to be a problem.
2021-12-27Remove making unused copy of visible chunks in ChunkMap#processUnloadsJason Penilla
2021-12-23Add uncaught exception handler using logger to usages of ↵Jason
ThreadFactoryBuilder (#7179)
2021-12-22Fix ABI breakage for plainSerializer (#7178)Josh Roy
2021-12-22Load effect amplifiers greater than 127 correctly (#7175)Jake Potrebic
2021-12-22Fix duplicated BlockPistonRetractEvent call (#7111)Jake Potrebic
2021-12-22Configurable max block light for monster spawning (#7129)Nassim Jahnke
2021-12-21Adventure changes for Java 17 and Component support for resourcepack promptRiley Park
2021-12-21Add API for item entity health (#6514)Jake Potrebic
2021-12-21Fix entity type tags suggestions in selectors (#6468)Jake Potrebic
2021-12-21Entity powdered snow API (#6833)Jake Potrebic
2021-12-21Improve scoreboard entries (#6871)Jake Potrebic
2021-12-21Forward CraftEntity in teleport command (#7025)Jake Potrebic
2021-12-21Fix breakNaturally for fluid-logged blocks (#7134)Jake Potrebic
2021-12-21Move setShouldBurnInDay to AbstractSkeleton (#7120)Jake Potrebic
2021-12-21Fix remapping issue with RangedAttackMob and RangedEntity (#7167)Jake Potrebic
2021-12-21Update checker framework & log4j-api for paper-api (also rebuild patches)Jason Penilla
Note that the log4j-api version used in paper-api does not affect the version used in paper-server, this just affects the version people will see in their IDE when compiling against paper-api.
2021-12-20Updated Upstream (Bukkit/CraftBukkit/Spigot) (#7116)Noah van der Aa
2021-12-20Fix tripwire state inconsistencyNassim Jahnke
2021-12-19Only write chunk data to disk if it serializes without throwingSpottedleaf
This ensures at least a valid version of the chunk exists on disk, even if outdated
2021-12-18Create sections for chunk conversion if non-existantSpottedleaf
Required to add in the new biome sections
2021-12-18Update log4j to 2.17.0Nassim Jahnke
2021-12-17Add missing return when datafixers fail for chunk conversionSpottedleaf
Caused the chunk to be later deserialized, which would result in spamming unrelated errors (possibly) + double chunk completion.
2021-12-17Bounds check biomes length before using.Spottedleaf
Missed the diff by Mojang that added this, apparently some ancient code created zero-length biomes.
2021-12-15Fix empty voxel shape usage (Fixes #7043)DefineOutside
2021-12-14Fix WorldGenRegion leak when converting pre-1.18 chunks (#7097)Jason
Co-authored-by: Nassim Jahnke <[email protected]>
2021-12-14Update log4j to 2.16.0Nassim Jahnke
No confirmed attack vector, and definitely no attack vector for normal setups, but, just in case.
2021-12-13Add more Campfire API (#5779)LemonCaramel
2021-12-12[ci skip] Add nullable annotation to field (#7042)Owen1212055
Co-authored-by: Riley Park <[email protected]>
2021-12-12Updated Upstream (CraftBukkit) (#7105)Jake Potrebic
2021-12-11Remove codec usage in chunk snapshot creation (#7093)Jason
2021-12-10Update to 1.18.1 (#7076)Nassim Jahnke
2021-12-09Update Log4J (#7069)Glare
2021-12-09Updated Upstream (CraftBukkit)Nassim Jahnke
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 CraftBukkit Changes: 35d3986e Disable log4j message formatting 040e0c3b Increase outdated build delay
2021-12-09Backport log4j fixNassim Jahnke
2021-12-09Fix issue with snapshotted biomes in last commitJason Penilla
2021-12-09Fix ChunkSnapshot#isSectionEmpty(int)Jason Penilla
2021-12-08Return 0 for light values if a dimenion does not have themSpottedleaf
Fixes https://github.com/PaperMC/Starlight/issues/99
2021-12-08Fix bad ticking checks for blocksSpottedleaf
Caused blocks to tick outside of simulation distance
2021-12-08Fix entity equipment on cancellation of EntityDeathEvent (#5740)Jake Potrebic
2021-12-08Bump Starlight light versionNassim Jahnke
2021-12-07Fix light propagation in high y sectionsNassim Jahnke