Paper/Spigot-Server-Patches
David Slovikosky 8c41ac1c98
Fix missing chunks due to integer overflow (#3527)
This patch fixes a bug in the WorldChunkManagerTheEnd class where the distance
from 0,0 squared overflows the maximum size of an integer. The overflow leads
to hard chunk borders around 370,000 blocks from 0,0. After this cutoff there
is a few hundred thousand block gap before end land resuming to generate at
530,000 blocks from spawn. This is due to the integer flipping back and forth.

The fix for the issue is quite simple, casting chunk coordinates to longs
allows the distance calculation to avoid overflow and work as intended.
2020-06-12 03:30:18 -04:00
..
0001-POM-Changes.patch Fix netty version to 50 and restore epoll native support 2020-05-24 13:07:53 -04:00
0002-Paper-config-files.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0003-MC-Dev-fixes.patch Optimize Villager Pathfinding - Massive Villager Improvement 2020-05-27 01:35:36 -04:00
0004-MC-Utils.patch Improve Chunk Prioritization and Internal Scheduler 2020-06-09 03:17:25 -04:00
0005-Paper-Metrics.patch
0006-Add-MinecraftKey-Information-to-Objects.patch
0007-Store-reference-to-current-Chunk-for-Entity-and-Bloc.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0008-Store-counts-for-each-Entity-Block-Entity-Type.patch Unload leaked Cached Chunks 2020-05-25 11:12:22 -04:00
0009-Timings-v2.patch Improve Chunk Prioritization and Internal Scheduler 2020-06-09 03:17:25 -04:00
0010-Configurable-cactus-and-reed-natural-growth-heights.patch
0011-Configurable-baby-zombie-movement-speed.patch
0012-Configurable-fishing-time-ranges.patch
0013-Allow-nerfed-mobs-to-jump-and-take-water-damage.patch
0014-Add-configurable-despawn-distances-for-living-entiti.patch
0015-Allow-for-toggling-of-spawn-chunks.patch Workaround for some hacky environments that mess up things 2020-05-23 22:27:37 -04:00
0016-Drop-falling-block-and-tnt-entities-at-the-specified.patch
0017-Show-Paper-in-client-crashes-server-lists-and-Mojang.patch
0018-Implement-Paper-VersionChecker.patch Add more information to Timing Reports 2020-06-02 23:30:58 -04:00
0019-Add-version-history-to-version-command.patch
0020-Player-affects-spawning-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0021-Remove-invalid-mob-spawner-tile-entities.patch Unload leaked Cached Chunks 2020-05-25 11:12:22 -04:00
0022-Optimize-TileEntity-Ticking.patch Improve Chunk Prioritization and Internal Scheduler 2020-06-09 03:17:25 -04:00
0023-Further-improve-server-tick-loop.patch
0024-Only-refresh-abilities-if-needed.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0025-Entity-Origin-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0026-Prevent-tile-entity-and-entity-crashes.patch Workaround for some hacky environments that mess up things 2020-05-23 22:27:37 -04:00
0027-Configurable-top-of-nether-void-damage.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0028-Check-online-mode-before-converting-and-renaming-pla.patch
0029-Always-tick-falling-blocks.patch
0030-Configurable-end-credits.patch
0031-Fix-lag-from-explosions-processing-dead-entities.patch
0032-Optimize-explosions.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0033-Disable-explosion-knockback.patch
0034-Disable-thunder.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0035-Disable-ice-and-snow.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0036-Configurable-mob-spawner-tick-rate.patch
0037-Send-absolute-position-the-first-time-an-entity-is-s.patch
0038-Add-BeaconEffectEvent.patch
0039-Configurable-container-update-tick-rate.patch
0040-Use-UserCache-for-player-heads.patch
0041-Disable-spigot-tick-limiters.patch Workaround for some hacky environments that mess up things 2020-05-23 22:27:37 -04:00
0042-Add-PlayerInitialSpawnEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0043-Configurable-Disabling-Cat-Chest-Detection.patch
0044-Ensure-commands-are-not-ran-async.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0045-All-chunks-are-slime-spawn-chunks-toggle.patch
0046-Expose-server-CommandMap.patch
0047-Be-a-bit-more-informative-in-maxHealth-exception.patch
0048-Player-Tab-List-and-Title-APIs.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0049-Ensure-inv-drag-is-in-bounds.patch
0050-Change-implementation-of-tile-entity-removal-list.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0051-Add-configurable-portal-search-radius.patch
0052-Add-velocity-warnings.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0053-Configurable-inter-world-teleportation-safety.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0054-Add-exception-reporting-event.patch Improve Chunk Prioritization and Internal Scheduler 2020-06-09 03:17:25 -04:00
0055-Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch
0056-Disable-Scoreboards-for-non-players-by-default.patch
0057-Add-methods-for-working-with-arrows-stuck-in-living-.patch
0058-Complete-resource-pack-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0059-Chunk-Save-Reattempt.patch
0060-Default-loading-permissions.yml-before-plugins.patch
0061-Allow-Reloading-of-Custom-Permissions.patch
0062-Remove-Metadata-on-reload.patch
0063-Undead-horse-leashing.patch
0064-Handle-Item-Meta-Inconsistencies.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0065-Configurable-Non-Player-Arrow-Despawn-Rate.patch
0066-Add-World-Util-Methods.patch Workaround for some hacky environments that mess up things 2020-05-23 22:27:37 -04:00
0067-Custom-replacement-for-eaten-items.patch
0068-handle-NaN-health-absorb-values-and-repair-bad-data.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0069-Waving-banner-workaround.patch
0070-Use-a-Shared-Random-for-Entities.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0071-Configurable-spawn-chances-for-skeleton-horses.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0072-Optimize-isValidLocation-getType-and-getBlockData-fo.patch Optimize Light Engine 2020-06-07 20:31:29 -04:00
0073-Only-process-BlockPhysicsEvent-if-a-plugin-has-a-lis.patch Workaround for some hacky environments that mess up things 2020-05-23 22:27:37 -04:00
0074-Entity-AddTo-RemoveFrom-World-Events.patch
0075-Configurable-Chunk-Inhabited-Time.patch Optimize Light Engine 2020-06-07 20:31:29 -04:00
0076-EntityPathfindEvent.patch
0077-Sanitise-RegionFileCache-and-make-configurable.patch
0078-Do-not-load-chunks-for-Pathfinding.patch
0079-Add-PlayerUseUnknownEntityEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0080-Fix-reducedDebugInfo-not-initialized-on-client.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0081-Configurable-Grass-Spread-Tick-Rate.patch
0082-Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch Workaround for some hacky environments that mess up things 2020-05-23 22:27:37 -04:00
0083-Remove-Debug-checks-from-DataBits.patch
0084-Option-to-use-vanilla-per-world-scoreboard-coloring-.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0085-Workaround-for-setting-passengers-on-players.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0086-Remove-unused-World-Tile-Entity-List.patch Workaround for some hacky environments that mess up things 2020-05-23 22:27:37 -04:00
0087-Don-t-tick-Skulls-unused-code.patch
0088-Configurable-Player-Collision.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0089-Add-handshake-event-to-allow-plugins-to-handle-clien.patch
0090-Configurable-RCON-IP-address.patch
0091-Prevent-Fire-from-loading-chunks.patch
0092-Implement-PlayerLocaleChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0093-EntityRegainHealthEvent-isFastRegen-API.patch
0094-Add-ability-to-configure-frosted_ice-properties.patch
0095-remove-null-possibility-for-getServer-singleton.patch
0096-Improve-Maps-in-item-frames-performance-and-bug-fixe.patch
0097-LootTable-API-Replenishable-Lootables-Feature.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0098-Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch
0099-System-property-for-disabling-watchdoge.patch
0100-Optimize-UserCache-Thread-Safe.patch
0101-Avoid-blocking-on-Network-Manager-creation.patch
0102-Optional-TNT-doesn-t-move-in-water.patch
0103-Faster-redstone-torch-rapid-clock-removal.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0104-Add-server-name-parameter.patch
0105-Only-send-Dragon-Wither-Death-sounds-to-same-world.patch
0106-Fix-Double-World-Add-issues.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0107-Fix-Old-Sign-Conversion.patch
0108-Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch
0109-More-informative-vehicle-moved-wrongly-message.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0110-Add-setting-for-proxy-online-mode-status.patch
0111-Optimise-BlockState-s-hashCode-equals.patch
0112-Configurable-packet-in-spam-threshold.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0113-Configurable-flying-kick-messages.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0114-Chunk-registration-fixes.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0115-Remove-FishingHook-reference-on-Craft-Entity-removal.patch
0116-Auto-fix-bad-Y-levels-on-player-login.patch
0117-Option-to-remove-corrupt-tile-entities.patch Optimize Light Engine 2020-06-07 20:31:29 -04:00
0118-Add-EntityZapEvent.patch
0119-Filter-bad-data-from-ArmorStand-and-SpawnEgg-items.patch
0120-Cache-user-authenticator-threads.patch
0121-Optimise-removeQueue.patch
0122-Allow-Reloading-of-Command-Aliases.patch
0123-Add-source-to-PlayerExpChangeEvent.patch
0124-Don-t-let-fishinghooks-use-portals.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0125-Add-ProjectileCollideEvent.patch
0126-Prevent-Pathfinding-out-of-World-Border.patch
0127-Optimize-World.isLoaded-BlockPosition-Z.patch Workaround for some hacky environments that mess up things 2020-05-23 22:27:37 -04:00
0128-Bound-Treasure-Maps-to-World-Border.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0129-Configurable-Cartographer-Treasure-Maps.patch
0130-Optimize-ItemStack.isEmpty.patch
0131-Add-API-methods-to-control-if-armour-stands-can-move.patch
0132-Properly-fix-item-duplication-bug.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0133-String-based-Action-Bar-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0134-Firework-API-s.patch
0135-PlayerTeleportEndGatewayEvent.patch
0136-Provide-E-TE-Chunk-count-stat-methods.patch
0137-Enforce-Sync-Player-Saves.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0138-Don-t-allow-entities-to-ride-themselves-572.patch
0139-ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch
0140-Cap-Entity-Collisions.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0141-Remove-CraftScheduler-Async-Task-Debugger.patch Improve Chunk Prioritization and Internal Scheduler 2020-06-09 03:17:25 -04:00
0142-Make-targetSize-more-aggressive-in-the-chunk-unload-.patch
0143-Do-not-let-armorstands-drown.patch
0144-Properly-handle-async-calls-to-restart-the-server.patch
0145-Add-system-property-to-disable-book-size-limits.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0146-Add-option-to-make-parrots-stay-on-shoulders-despite.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0147-Add-configuration-option-to-prevent-player-names-fro.patch
0148-Use-TerminalConsoleAppender-for-console-improvements.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0149-provide-a-configurable-option-to-disable-creeper-lin.patch
0150-Item-canEntityPickup.patch
0151-PlayerPickupItemEvent-setFlyAtPlayer.patch
0152-PlayerAttemptPickupItemEvent.patch
0153-Add-UnknownCommandEvent.patch
0154-Basic-PlayerProfile-API.patch Improve Chunk Prioritization and Internal Scheduler 2020-06-09 03:17:25 -04:00
0155-Shoulder-Entities-Release-API.patch
0156-Profile-Lookup-Events.patch
0157-Block-player-logins-during-server-shutdown.patch
0158-Entity-fromMobSpawner.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0159-Improve-the-Saddle-API-for-Horses.patch
0160-Implement-ensureServerConversions-API.patch
0161-Implement-getI18NDisplayName.patch
0162-ProfileWhitelistVerifyEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0163-Fix-this-stupid-bullshit.patch
0164-Ocelot-despawns-should-honor-nametags-and-leash.patch
0165-Reset-spawner-timer-when-spawner-event-is-cancelled.patch
0166-Fix-MC-117075-TE-Unload-Lag-Spike.patch Workaround for some hacky environments that mess up things 2020-05-23 22:27:37 -04:00
0167-Allow-specifying-a-custom-authentication-servers-dow.patch
0168-LivingEntity-setKiller.patch
0169-Use-Log4j-IOStreams-to-redirect-System.out-err-to-lo.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0170-Handle-plugin-prefixes-using-Log4J-configuration.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0171-Include-Log4J2-SLF4J-implementation.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0172-Improve-Log4J-Configuration-Plugin-Loggers.patch Update Log4J Configuration file to stop truncating stack traces 2020-05-22 23:52:56 -04:00
0173-Add-PlayerJumpEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0174-handle-PacketPlayInKeepAlive-async.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0175-Expose-client-protocol-version-and-virtual-host.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0176-revert-serverside-behavior-of-keepalives.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0177-Send-attack-SoundEffects-only-to-players-who-can-see.patch Workaround for some hacky environments that mess up things 2020-05-23 22:27:37 -04:00
0178-Option-for-maximum-exp-value-when-merging-orbs.patch
0179-Add-PlayerArmorChangeEvent.patch
0180-Prevent-logins-from-being-processed-when-the-player-.patch
0181-use-CB-BlockState-implementations-for-captured-block.patch Workaround for some hacky environments that mess up things 2020-05-23 22:27:37 -04:00
0182-API-to-get-a-BlockState-without-a-snapshot.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0183-AsyncTabCompleteEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0184-Avoid-NPE-in-PathfinderGoalTempt.patch
0185-PlayerPickupExperienceEvent.patch
0186-ExperienceOrbMergeEvent.patch
0187-Ability-to-apply-mending-to-XP-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0188-Make-max-squid-spawn-height-configurable.patch
0189-PreCreatureSpawnEvent.patch
0190-PlayerNaturallySpawnCreaturesEvent.patch
0191-Add-setPlayerProfile-API-for-Skulls.patch
0192-Fill-Profile-Property-Events.patch
0193-PlayerAdvancementCriterionGrantEvent.patch
0194-Add-ArmorStand-Item-Meta.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0195-Extend-Player-Interact-cancellation.patch
0196-Tameable-getOwnerUniqueId-API.patch
0197-Toggleable-player-crits-helps-mitigate-hacked-client.patch
0198-Fix-NPE-when-getting-location-from-InventoryEnderChe.patch
0199-Prevent-Frosted-Ice-from-loading-holding-chunks.patch
0200-Disable-Explicit-Network-Manager-Flushing.patch
0201-Implement-extended-PaperServerListPingEvent.patch
0202-Improved-Async-Task-Scheduler.patch Improve Chunk Prioritization and Internal Scheduler 2020-06-09 03:17:25 -04:00
0203-Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch
0204-Player.setPlayerProfile-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0205-Fix-Dragon-Server-Crashes.patch
0206-getPlayerUniqueId-API.patch
0207-Make-player-data-saving-configurable.patch
0208-Make-legacy-ping-handler-more-reliable.patch
0209-Call-PaperServerListPingEvent-for-legacy-pings.patch
0210-Flag-to-disable-the-channel-limit.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0211-Add-method-to-open-already-placed-sign.patch
0212-Configurable-sprint-interruption-on-attack.patch
0213-Fix-exploit-that-allowed-colored-signs-to-be-created.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0214-EndermanEscapeEvent.patch
0215-Enderman.teleportRandomly.patch
0216-Block-Enderpearl-Travel-Exploit.patch
0217-Expand-World.spawnParticle-API-and-add-Builder.patch
0218-EndermanAttackPlayerEvent.patch
0219-WitchConsumePotionEvent.patch
0220-WitchThrowPotionEvent.patch
0221-Allow-spawning-Item-entities-with-World.spawnEntity.patch
0222-WitchReadyPotionEvent.patch
0223-ItemStack-getMaxItemUseDuration.patch
0224-Implement-EntityTeleportEndGatewayEvent.patch
0225-Unset-Ignited-flag-on-cancel-of-Explosion-Event.patch
0226-Fix-CraftEntity-hashCode.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0227-Configurable-Alternative-LootPool-Luck-Formula.patch
0228-Print-Error-details-when-failing-to-save-player-data.patch
0229-Make-shield-blocking-delay-configurable.patch
0230-EntityShootBowEvent-consumeArrow-and-getArrowItem-AP.patch
0231-PlayerReadyArrowEvent.patch
0232-Fire-EntityShootBowEvent-for-Illusioner.patch
0233-Implement-EntityKnockbackByEntityEvent.patch
0234-Expand-Explosions-API.patch
0235-LivingEntity-Hand-Raised-Item-Use-API.patch
0236-RangedEntity-API.patch
0237-Add-config-to-disable-ender-dragon-legacy-check.patch
0238-Implement-World.getEntity-UUID-API.patch
0239-InventoryCloseEvent-Reason-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0240-Configurable-Bed-Search-Radius.patch
0241-Vex-getSummoner-API.patch
0242-Refresh-player-inventory-when-cancelling-PlayerInter.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0243-Don-t-change-the-Entity-Random-seed-for-squids.patch
0244-Re-add-vanilla-entity-warnings-for-duplicates.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0245-Avoid-item-merge-if-stack-size-above-max-stack-size.patch
0246-Use-asynchronous-Log4j-2-loggers.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0247-add-more-information-to-Entity.toString.patch
0248-Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0249-EnderDragon-Events.patch
0250-PlayerElytraBoostEvent.patch
0251-Improve-BlockPosition-inlining.patch Optimize Villager Pathfinding - Massive Villager Improvement 2020-05-27 01:35:36 -04:00
0252-Optimize-RegistryID.c.patch
0253-Option-to-prevent-armor-stands-from-doing-entity-loo.patch Workaround for some hacky environments that mess up things 2020-05-23 22:27:37 -04:00
0254-Vanished-players-don-t-have-rights.patch Workaround for some hacky environments that mess up things 2020-05-23 22:27:37 -04:00
0255-Mark-chunk-dirty-anytime-entities-change-to-guarante.patch Optimize Light Engine 2020-06-07 20:31:29 -04:00
0256-Add-some-Debug-to-Chunk-Entity-slices.patch Optimize Light Engine 2020-06-07 20:31:29 -04:00
0257-EntityTransformedEvent.patch
0258-SkeletonHorse-Additions.patch
0259-Prevent-Saving-Bad-entities-to-chunks.patch
0260-Don-t-call-getItemMeta-on-hasItemMeta.patch
0261-Ignore-Dead-Entities-in-entityList-iteration.patch Optimize Light Engine 2020-06-07 20:31:29 -04:00
0262-Implement-Expanded-ArmorStand-API.patch
0263-AnvilDamageEvent.patch
0264-Add-TNTPrimeEvent.patch
0265-Break-up-and-make-tab-spam-limits-configurable.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0266-Add-hand-to-bucket-events.patch
0267-MC-135506-Experience-should-save-as-Integers.patch
0268-Fix-client-rendering-skulls-from-same-user.patch
0269-Add-Early-Warning-Feature-to-WatchDog.patch
0270-Make-EnderDragon-implement-Mob.patch
0271-Use-ConcurrentHashMap-in-JsonList.patch
0272-Use-a-Queue-for-Queueing-Commands.patch
0273-Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch
0274-Allow-disabling-armour-stand-ticking.patch
0275-Optimize-BlockPosition-helper-methods.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0276-Send-nearby-packets-from-world-player-list-not-serve.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0277-Restore-vanlla-default-mob-spawn-range.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0278-Optimize-CraftBlockData-Creation.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0279-Fix-MC-124320.patch
0280-Slime-Pathfinder-Events.patch
0281-Configurable-speed-for-water-flowing-over-lava.patch
0282-Optimize-RegistryMaterials.patch
0283-Add-PhantomPreSpawnEvent.patch
0284-Add-More-Creeper-API.patch
0285-Inventory-removeItemAnySlot.patch
0286-Make-CraftWorld-loadChunk-int-int-false-load-unconve.patch
0287-Add-ray-tracing-methods-to-LivingEntity.patch
0288-Expose-attack-cooldown-methods-for-Player.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0289-Improve-death-events.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0290-Allow-chests-to-be-placed-with-NBT-data.patch
0291-Mob-Pathfinding-API.patch
0292-Prevent-chunk-loading-from-Fluid-Flowing.patch
0293-Implement-an-API-for-CanPlaceOn-and-CanDestroy-NBT-v.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0294-Prevent-Mob-AI-Rules-from-Loading-Chunks.patch
0295-Prevent-mob-spawning-from-loading-generating-chunks.patch
0296-Optimize-Biome-Mob-Lookups-for-Mob-Spawning.patch
0297-Implement-furnace-cook-speed-multiplier-API.patch
0298-Support-Overriding-World-Seeds.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0299-Optimize-Server-World-Map.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0300-PreSpawnerSpawnEvent.patch
0301-Catch-JsonParseException-in-Entity-and-TE-names.patch Improve Chunk Prioritization and Internal Scheduler 2020-06-09 03:17:25 -04:00
0302-Avoid-dimension-id-collisions.patch
0303-Honor-EntityAgeable.ageLock.patch
0304-Configurable-connection-throttle-kick-message.patch
0305-Hook-into-CB-plugin-rewrites.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0306-Allow-setting-the-vex-s-summoner.patch
0307-Add-sun-related-API.patch
0308-Check-Drowned-for-Villager-Aggression-Config.patch
0309-Here-s-Johnny.patch
0310-Turtle-API.patch
0311-Limit-lightning-strike-effect-distance.patch
0312-MC-50319-Check-other-worlds-for-shooter-of-projectil.patch
0313-Call-player-spectator-target-events-and-improve-impl.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0314-Add-Velocity-IP-Forwarding-Support.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0315-Add-more-Witch-API.patch
0316-Fix-MC-93764.patch
0317-Add-option-to-prevent-players-from-moving-into-unloa.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0318-Reset-players-airTicks-on-respawn.patch
0319-Don-t-sleep-after-profile-lookups-if-not-needed.patch
0320-Improve-Server-Thread-Pool-and-Thread-Priorities.patch Improve Thread Pool usage to allow single threads for single cpu servers 2020-06-02 02:19:07 -04:00
0321-Optimize-World-Time-Updates.patch
0322-Restore-custom-InventoryHolder-support.patch
0323-Use-Vanilla-Minecart-Speeds.patch
0324-Fix-SpongeAbsortEvent-handling.patch
0325-Don-t-allow-digging-into-unloaded-chunks.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0326-Optimize-redstone-algorithm.patch Workaround for some hacky environments that mess up things 2020-05-23 22:27:37 -04:00
0327-force-entity-dismount-during-teleportation.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0328-Book-Size-Limits.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0329-Make-the-default-permission-message-configurable.patch
0330-Add-more-Zombie-API.patch
0331-Prevent-rayTrace-from-loading-chunks.patch
0332-Handle-Large-Packets-disconnecting-client.patch
0333-Lazy-init-world-storage-in-CraftOfflinePlayer.patch
0334-Add-PlayerConnectionCloseEvent.patch
0335-Prevent-Enderman-from-loading-chunks.patch
0336-Add-APIs-to-replace-OfflinePlayer-getLastPlayed.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0337-Fix-PlayerEditBookEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0338-Workaround-for-vehicle-tracking-issue-on-disconnect.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0339-Fire-BlockPistonRetractEvent-for-all-empty-pistons.patch
0340-Block-Entity-remove-from-being-called-on-Players.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0341-BlockDestroyEvent.patch Workaround for some hacky environments that mess up things 2020-05-23 22:27:37 -04:00
0342-Fix-Custom-Shapeless-Custom-Crafting-Recipes.patch
0343-Fix-sign-edit-memory-leak.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0344-Limit-Client-Sign-length-more.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0345-Don-t-check-ConvertSigns-boolean-every-sign-save.patch
0346-Optimize-Network-Manager-and-add-advanced-packet-sup.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0347-Handle-Oversized-Tile-Entities-in-chunks.patch
0348-MC-145260-Fix-Whitelist-On-Off-inconsistency.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0349-Set-Zombie-last-tick-at-start-of-drowning-process.patch
0350-Allow-Saving-of-Oversized-Chunks.patch
0351-Call-WhitelistToggleEvent-when-whitelist-is-toggled.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0352-Add-LivingEntity-getTargetEntity.patch
0353-Use-proper-max-length-when-serialising-BungeeCord-te.patch
0354-Entity-getEntitySpawnReason.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0355-Update-entity-Metadata-for-all-tracked-players.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0356-Fire-event-on-GS4-query.patch
0357-Implement-PlayerPostRespawnEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0358-don-t-go-below-0-for-pickupDelay-breaks-picking-up-i.patch
0359-Implement-getters-and-setters-for-EntityItem-owner-a.patch
0360-Server-Tick-Events.patch
0361-PlayerDeathEvent-getItemsToKeep.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0362-Optimize-Captured-TileEntity-Lookup.patch Workaround for some hacky environments that mess up things 2020-05-23 22:27:37 -04:00
0363-Add-Heightmap-API.patch Workaround for some hacky environments that mess up things 2020-05-23 22:27:37 -04:00
0364-Mob-Spawner-API-Enhancements.patch
0365-Per-Player-View-Distance-API-placeholders.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0366-Fix-CB-call-to-changed-postToMainThread-method.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0367-Fix-sounds-when-item-frames-are-modified-MC-123450.patch
0368-Fix-CraftServer-isPrimaryThread-and-MinecraftServer-.patch Improve Thread Pool usage to allow single threads for single cpu servers 2020-06-02 02:19:07 -04:00
0369-Fix-issues-with-entity-loss-due-to-unloaded-chunks.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0370-Duplicate-UUID-Resolve-Option.patch Optimize Light Engine 2020-06-07 20:31:29 -04:00
0371-improve-CraftWorld-isChunkLoaded.patch
0372-Configurable-Keep-Spawn-Loaded-range-per-world.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0373-Fix-some-generation-concurrency-issues.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0374-MC-114618-Fix-EntityAreaEffectCloud-from-going-negat.patch
0375-ChunkMapDistance-CME.patch
0376-Implement-CraftBlockSoundGroup.patch Fix SoundEffectType#getHitSound OBFHELPER 2020-06-07 09:51:00 +01:00
0377-Chunk-debug-command.patch Improve Chunk Prioritization and Internal Scheduler 2020-06-09 03:17:25 -04:00
0378-incremental-chunk-saving.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0379-Catch-exceptions-from-dispenser-entity-spawns.patch
0380-Fix-World-isChunkGenerated-calls.patch
0381-Show-blockstate-location-if-we-failed-to-read-it.patch
0382-Synchronize-DataPaletteBlock-instead-of-ReentrantLoc.patch Synchronize DataPaletteBlock instead of ReentrantLock 2020-05-29 20:36:42 -04:00
0383-Use-ChunkStatus-cache-when-saving-protochunks.patch
0384-Anti-Xray.patch Make Anti-Xray multithreaded (#3520) 2020-06-09 04:12:20 -04:00
0385-Only-count-Natural-Spawned-mobs-towards-natural-spaw.patch Make Anti-Xray multithreaded (#3520) 2020-06-09 04:12:20 -04:00
0386-Configurable-projectile-relative-velocity.patch Make Anti-Xray multithreaded (#3520) 2020-06-09 04:12:20 -04:00
0387-Mark-entities-as-being-ticked-when-notifying-navigat.patch
0388-offset-item-frame-ticking.patch
0389-Avoid-hopper-searches-if-there-are-no-items.patch Optimize Light Engine 2020-06-07 20:31:29 -04:00
0390-Asynchronous-chunk-IO-and-loading.patch Make Anti-Xray multithreaded (#3520) 2020-06-09 04:12:20 -04:00
0391-Use-getChunkIfLoadedImmediately-in-places.patch Make Anti-Xray multithreaded (#3520) 2020-06-09 04:12:20 -04:00
0392-Reduce-sync-loads.patch Workaround for some hacky environments that mess up things 2020-05-23 22:27:37 -04:00
0393-Implement-alternative-item-despawn-rate.patch Make Anti-Xray multithreaded (#3520) 2020-06-09 04:12:20 -04:00
0394-Do-less-work-if-we-have-a-custom-Bukkit-generator.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0395-Fix-MC-158900.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0396-implement-optional-per-player-mob-spawns.patch Make Anti-Xray multithreaded (#3520) 2020-06-09 04:12:20 -04:00
0397-Prevent-consuming-the-wrong-itemstack.patch
0398-only-add-passanger-entities-once-from-spawners.patch
0399-Fix-nether-portal-creation.patch
0400-Generator-Settings.patch Make Anti-Xray multithreaded (#3520) 2020-06-09 04:12:20 -04:00
0401-Fix-zero-tick-instant-grow-farms-MC-113809.patch Make Anti-Xray multithreaded (#3520) 2020-06-09 04:12:20 -04:00
0402-Fix-MC-161754.patch
0403-Performance-improvement-for-Chunk.getEntities.patch
0404-Fix-spawning-of-hanging-entities-that-are-not-ItemFr.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0405-Expose-the-internal-current-tick.patch
0406-Fix-stuck-in-sneak-when-changing-worlds-MC-10657.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0407-Add-option-to-disable-pillager-patrols.patch Make Anti-Xray multithreaded (#3520) 2020-06-09 04:12:20 -04:00
0408-Fix-AssertionError-when-player-hand-set-to-empty-typ.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0409-PlayerLaunchProjectileEvent.patch
0410-Add-CraftMagicNumbers.isSupportedApiVersion.patch Add more information to Timing Reports 2020-06-02 23:30:58 -04:00
0411-Prevent-sync-chunk-loads-when-villagers-try-to-find-.patch
0412-Fix-spawn-radius-being-treated-as-0.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0413-MC-145656-Fix-Follow-Range-Initial-Target.patch Make Anti-Xray multithreaded (#3520) 2020-06-09 04:12:20 -04:00
0414-Optimize-Hoppers.patch Make Anti-Xray multithreaded (#3520) 2020-06-09 04:12:20 -04:00
0415-PlayerDeathEvent-shouldDropExperience.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0416-Prevent-bees-loading-chunks-checking-hive-position.patch
0417-Don-t-load-Chunks-from-Hoppers-and-other-things.patch
0418-Guard-against-serializing-mismatching-chunk-coordina.patch
0419-Optimise-IEntityAccess-getPlayerByUUID.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0420-Fix-items-not-falling-correctly.patch
0421-Lag-compensate-eating.patch
0422-Optimize-call-to-getFluid-for-explosions.patch
0423-Fix-last-firework-in-stack-not-having-effects-when-d.patch
0424-Entity-Activation-Range-2.0.patch Add Villager Tasks to EAR inactive tick to keep behavior 2020-05-30 04:54:40 -04:00
0425-Add-effect-to-block-break-naturally.patch
0426-Tracking-Range-Improvements.patch Cleanup async chunks (#3456) 2020-05-28 19:34:58 -04:00
0427-Fix-comparator-behavior-for-EntityPhanton-goal.patch
0428-Fix-items-vanishing-through-end-portal.patch
0429-Seed-based-feature-search.patch Improve implementation of chunk leak clean to not run as often 2020-05-25 21:42:53 -04:00
0430-Bees-get-gravity-in-void.-Fixes-MC-167279.patch
0431-Optimise-getChunkAt-calls-for-loaded-chunks.patch Workaround for some hacky environments that mess up things 2020-05-23 22:27:37 -04:00
0432-Be-more-tolerant-of-invalid-attributes.patch
0433-Allow-overriding-the-java-version-check.patch
0434-Add-ThrownEggHatchEvent.patch
0435-Optimise-random-block-ticking.patch Optimize Light Engine 2020-06-07 20:31:29 -04:00
0436-Entity-Jump-API.patch
0437-Add-option-to-nerf-pigmen-from-nether-portals.patch Make Anti-Xray multithreaded (#3520) 2020-06-09 04:12:20 -04:00
0438-Make-the-GUI-graph-fancier.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0439-Backport-fix-for-MC-167561.patch
0440-add-hand-to-BlockMultiPlaceEvent.patch
0441-Prevent-teleporting-dead-entities.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0442-Validate-tripwire-hook-placement-before-update.patch
0443-Add-option-to-allow-iron-golems-to-spawn-in-air.patch
0444-Configurable-chance-of-villager-zombie-infection.patch Make Anti-Xray multithreaded (#3520) 2020-06-09 04:12:20 -04:00
0445-Optimise-Chunk-getFluid.patch Optimize Light Engine 2020-06-07 20:31:29 -04:00
0446-Optimise-TickListServer-by-rewriting-it.patch Make Anti-Xray multithreaded (#3520) 2020-06-09 04:12:20 -04:00
0447-Pillager-patrol-spawn-settings-and-per-player-option.patch Make Anti-Xray multithreaded (#3520) 2020-06-09 04:12:20 -04:00
0448-Ensure-Entity-is-never-double-registered.patch
0449-Fix-unregistering-entities-from-unloading-chunks.patch
0450-Remote-Connections-shouldn-t-hold-up-shutdown.patch
0451-Do-not-allow-bees-to-load-chunks-for-beehives.patch
0452-Prevent-Double-PlayerChunkMap-adds-crashing-server.patch Cleanup async chunks (#3456) 2020-05-28 19:34:58 -04:00
0453-Optimize-Collision-to-not-load-chunks.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0454-Don-t-tick-dead-players.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0455-Dead-Player-s-shouldn-t-be-able-to-move.patch
0456-Optimize-PlayerChunkMap-memory-use-for-visibleChunks.patch Improve Chunk Prioritization and Internal Scheduler 2020-06-09 03:17:25 -04:00
0457-Don-t-load-chunks-when-attempting-to-unload-a-chunk.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0458-Increase-Light-Queue-Size.patch Make Anti-Xray multithreaded (#3520) 2020-06-09 04:12:20 -04:00
0459-Mid-Tick-Chunk-Tasks-Speed-up-processing-of-chunk-lo.patch Make Anti-Xray multithreaded (#3520) 2020-06-09 04:12:20 -04:00
0460-Don-t-move-existing-players-to-world-spawn.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0461-Add-tick-times-API-and-mspt-command.patch Ensure VillagerTrades doesn't load async - fixes #3495 2020-06-03 00:00:17 -04:00
0462-Expose-MinecraftServer-isRunning.patch
0463-Add-Raw-Byte-ItemStack-Serialization.patch Add more information to Timing Reports 2020-06-02 23:30:58 -04:00
0464-Remove-streams-from-Mob-AI-System.patch
0465-Delay-unsafe-actions-until-after-entity-ticking-is-d.patch
0466-Async-command-map-building.patch
0467-Improved-Watchdog-Support.patch Fix issues with SIGTERM not shutting down gracefully - Fixes #3062 2020-06-10 23:40:28 -04:00
0468-Optimize-Pathfinding.patch
0469-Port-20w15a-Villager-AI-optimizations-DROP-1.16.patch
0470-Reduce-Either-Optional-allocation.patch
0471-Remove-streams-from-PairedQueue.patch
0472-Remove-streams-from-MinecraftKey.patch
0473-Reduce-memory-footprint-of-NBTTagCompound.patch
0474-Prevent-opening-inventories-when-frozen.patch
0475-Optimise-ArraySetSorted-removeIf.patch
0476-Don-t-run-entity-collision-code-if-not-needed.patch
0477-Optimise-entity-hard-collision-checking.patch Optimize Light Engine 2020-06-07 20:31:29 -04:00
0478-Optimize-ChunkProviderServer-s-chunk-level-checking-.patch Many fixes and improvements to chunk prioritization 2020-05-22 01:03:42 -04:00
0479-Restrict-vanilla-teleport-command-to-valid-locations.patch
0480-Implement-Player-Client-Options-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0481-Fix-Chunk-Post-Processing-deadlock-risk.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0482-Don-t-crash-if-player-is-attempted-to-be-removed-fro.patch Improve ChunkMapDistance.b crash fix to clean up properly 2020-06-09 23:05:43 -04:00
0483-Broadcast-join-message-to-console.patch
0484-Fix-Longstanding-Broken-behavior-of-PlayerJoinEvent.patch Cleanup async chunks (#3456) 2020-05-28 19:34:58 -04:00
0485-Load-Chunks-for-Login-Asynchronously.patch Improve Chunk Prioritization and Internal Scheduler 2020-06-09 03:17:25 -04:00
0486-Move-player-to-spawn-point-if-spawn-in-unloaded-worl.patch
0487-Allow-sleeping-players-to-float.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0488-Add-PlayerAttackEntityCooldownResetEvent.patch
0489-Allow-multiple-callbacks-to-schedule-for-Callback-Ex.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0490-Don-t-fire-BlockFade-on-worldgen-threads.patch
0491-Add-phantom-creative-and-insomniac-controls.patch Make Anti-Xray multithreaded (#3520) 2020-06-09 04:12:20 -04:00
0492-Fix-numerous-item-duplication-issues-and-teleport-is.patch
0493-Implement-Brigadier-Mojang-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0494-Villager-Restocks-API.patch Add Villager Tasks to EAR inactive tick to keep behavior 2020-05-30 04:54:40 -04:00
0495-Validate-PickItem-Packet-and-kick-for-invalid.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0496-Expose-game-version.patch
0497-Sync-position-on-teleportation.patch Updated Upstream (Bukkit/CraftBukkit) 2020-06-02 01:29:18 -04:00
0498-Optimize-Voxel-Shape-Merging.patch
0499-Set-cap-on-JDK-per-thread-native-byte-buffer-cache.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0500-Implement-Mob-Goal-API.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0501-Use-distance-map-to-optimise-entity-tracker.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0502-Optimize-isOutsideRange-to-use-distance-maps.patch Improve ChunkMapDistance.b crash fix to clean up properly 2020-06-09 23:05:43 -04:00
0503-Stop-copy-on-write-operations-for-updating-light-dat.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0504-No-Tick-view-distance-implementation.patch Improve ChunkMapDistance.b crash fix to clean up properly 2020-06-09 23:05:43 -04:00
0505-Add-villager-reputation-API.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0506-Fix-Light-Command.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0507-Fix-CraftServer.unloadWorld-Leak.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0508-Fix-PotionEffect-ignores-icon-flag.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0509-Optimize-brigadier-child-sorting-performance.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0510-MC-183249-Don-t-generate-Carving-Masks-BitSet-unless.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0511-Don-t-toString-block-unless-actually-showing-the-mes.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0512-Implement-JellySquid-s-Entity-Collision-optimisation.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0513-Remove-some-Streams-usage-in-Entity-Collision.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0514-Ensure-Entity-AABB-s-are-never-invalid.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0515-Potential-bed-API.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0516-Wait-for-Async-Tasks-during-shutdown.patch Fix issues with SIGTERM not shutting down gracefully - Fixes #3062 2020-06-10 23:40:28 -04:00
0517-Optimize-WorldBorder-collision-checks-and-air.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0518-Ensure-EntityRaider-respects-game-and-entity-rules-f.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0519-Optimize-Pathfinder-Remove-Streams-Optimized-collect.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0520-Protect-Bedrock-and-End-Portal-Frames-from-being-des.patch Make Anti-Xray multithreaded (#3520) 2020-06-09 04:12:20 -04:00
0521-Optimize-NibbleArray-to-use-pooled-buffers.patch Improve Chunk Prioritization and Internal Scheduler 2020-06-09 03:17:25 -04:00
0522-Reduce-MutableInt-allocations-from-light-engine.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0523-Reduce-allocation-of-Vec3D-by-entity-tracker.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0524-Ensure-safe-gateway-teleport.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0525-Add-permission-for-command-blocks.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0526-Add-option-for-console-having-all-permissions.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0527-Workaround-for-Client-Lag-Spikes-MC-162253.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0528-Implement-Chunk-Priority-Urgency-System-for-Chunks.patch Improve chunk loading speed and prioritization further - Fixes #3530 2020-06-10 09:24:17 -04:00
0529-Fix-Non-Full-Status-Chunk-NBT-Memory-Leak.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0530-Optimize-sending-packets-to-nearby-locations-sounds-.patch Improve Chunk Prioritization and Internal Scheduler 2020-06-09 03:17:25 -04:00
0531-Optimize-Villagers.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0532-Improve-Chunk-Status-Transition-Speed.patch Ensure chunk gen tasks return to main thread before completing futures 2020-06-10 23:40:23 -04:00
0533-Fix-villager-trading-demand-MC-163962.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0534-Maps-shouldn-t-load-chunks.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0535-Use-seed-based-lookup-for-Treasure-Maps-Fixes-lag-fr.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0536-Optimize-Bit-Operations-by-inlining.patch Drop Close region files patch, doesn't add any value. 2020-06-08 17:07:23 -04:00
0537-Optimize-Light-Engine.patch Improve Chunk Priority, Frustum Priority and Load Speed Algorithms 2020-06-10 01:20:57 -04:00
0538-Delay-Chunk-Unloads-based-on-Player-Movement.patch Make Anti-Xray multithreaded (#3520) 2020-06-09 04:12:20 -04:00
0539-Add-Plugin-Tickets-to-API-Chunk-Methods.patch Improve Plugin Ticket Management 2020-06-09 21:15:36 -04:00
0539-Fix-missing-chunks-due-to-integer-overflow.patch Fix missing chunks due to integer overflow (#3527) 2020-06-12 03:30:18 -04:00
0540-Fix-CraftScheduler-runTaskTimerAsynchronously-Plugin.patch Scheduling an async task timer creates a non-repeating task (#3543) 2020-06-11 19:32:48 -04:00