aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2021-12-25declare capabilities for old artifact id and alternate api implementationsapi-capabilitiesJason Penilla
closes #7190
2021-12-23Add uncaught exception handler using logger to usages of ↵Jason
ThreadFactoryBuilder (#7179)
2021-12-22[ci skip] Update Gradle wrapper to 7.3.3Jason Penilla
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-22Fix ChunkMap distanceManager field reobfNassim Jahnke
Not the most ideal, but works for now
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-21[ci skip] Revert change to apatch scriptJason Penilla
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-21Move VehicleCollisionEvent HandlerList up (#7112)Jake Potrebic
2021-12-21Fix breakNaturally for fluid-logged blocks (#7134)Jake Potrebic
2021-12-21Move setShouldBurnInDay to AbstractSkeleton (#7120)Jake Potrebic
2021-12-21Add material tags for copper blocks (#7141)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-21Update gradle wrapper to 7.3.2Jason Penilla
2021-12-21Update paperweight to 1.3.3 and shadow to 7.1.1Jason Penilla
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-12Make org.bukkit.Keyed extend Adventure's Keyed (#7090)Lexi
2021-12-12Updated Upstream (CraftBukkit) (#7105)Jake Potrebic
2021-12-12Update paperweight to 1.3.2Jason Penilla
2021-12-11Remove java 8 and prior reflection code from CustomTimingsHandler (#7096)chickeneer
2021-12-11Remove codec usage in chunk snapshot creation (#7093)Jason
2021-12-10[ci skip] Update READMENassim Jahnke
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