Paper/CraftBukkit-Patches
2013-03-02 17:27:44 +11:00
..
0001-POM-Changes.patch Actually use the parent pom. 2013-02-03 09:54:16 +11:00
0002-Spigot-changes.patch Prepare for restart / crash detection rewrite. 2013-02-24 11:25:01 +11:00
0003-Address-BUKKIT-3286-by-firing-the-inventory-close-ev.patch Fix conflicts to update to latest Bukkit, yay fluff. 2013-01-20 14:52:20 +11:00
0004-Update-item-merge-logic.patch 10 years later... 2013-01-28 09:46:19 +11:00
0005-Include-NibbleArray-from-mc-dev-for-diff-visibility.patch Update patch fluff. 2013-01-19 19:22:25 +11:00
0006-Implement-lightening-of-NibbleArrays-only-allocate-b.patch Update patch fluff. 2013-01-19 19:22:25 +11:00
0007-Return-LOHS-to-full-operation.patch Update patch fluff. 2013-01-19 19:22:25 +11:00
0008-Per-world-view-distance.patch Prepare for restart / crash detection rewrite. 2013-02-24 11:25:01 +11:00
0009-Fix-various-crop-growth-modifier-formula-issues.patch Prepare for restart / crash detection rewrite. 2013-02-24 11:25:01 +11:00
0010-Add-OldChunkLoader-from-mc-dev-for-diff-visibility.patch Prepare for restart / crash detection rewrite. 2013-02-24 11:25:01 +11:00
0011-Fix-mcRegion-to-Anvil-conversion.patch Prepare for restart / crash detection rewrite. 2013-02-24 11:25:01 +11:00
0012-Update-versioning-check-to-correctly-resolve-api-ver.patch Prepare for restart / crash detection rewrite. 2013-02-24 11:25:01 +11:00
0013-Optimize-packet-used-to-unload-chunks-for-the-client.patch Prepare for restart / crash detection rewrite. 2013-02-24 11:25:01 +11:00
0014-Skip-entity.move-if-we-are-not-moving-anywhere.patch Prepare for restart / crash detection rewrite. 2013-02-24 11:25:01 +11:00
0015-Alternate-sync-free-but-safe-chunk-reference-cache.patch Prepare for restart / crash detection rewrite. 2013-02-24 11:25:01 +11:00
0016-Tick-loop-optimization-sleep-for-as-long-as-possible.patch Overhaul to Timings and Entity Activation Range 2013-02-27 07:29:33 +11:00
0017-Improved-Timings-System.patch Rename connection timing to accurately reflect what is actually being timed. 2013-03-02 10:40:13 +11:00
0018-Better-more-flexible-itemstack-merging.patch Overhaul to Timings and Entity Activation Range 2013-02-27 07:29:33 +11:00
0019-Add-oreobfuscator-for-Spigot.patch Overhaul to Timings and Entity Activation Range 2013-02-27 07:29:33 +11:00
0020-Reduce-number-of-LivingEntity-collision-checks.patch Overhaul to Timings and Entity Activation Range 2013-02-27 07:29:33 +11:00
0021-Only-count-entities-in-chunks-being-processed-for-th.patch Overhaul to Timings and Entity Activation Range 2013-02-27 07:29:33 +11:00
0022-Only-send-maps-in-item-frames-upon-tracking.patch Overhaul to Timings and Entity Activation Range 2013-02-27 07:29:33 +11:00
0023-Detect-remove-and-warn-about-null-tile-entities.patch Overhaul to Timings and Entity Activation Range 2013-02-27 07:29:33 +11:00
0024-Entity-Activation-Range.patch Rename connection timing to accurately reflect what is actually being timed. 2013-03-02 10:40:13 +11:00
0025-Optimize-getTileEntities-performance.patch Add PR #7 - improve ping sending. 2013-02-24 20:47:26 +11:00
0026-Improved-tile-entity-lookup-for-chunk-sending.patch Add PR #7 - improve ping sending. 2013-02-24 20:47:26 +11:00
0027-Metrics.-Rewrite-the-Metrics-system-to-be-closer-to-.patch When I add code to prevent server crashes, I expect it to stay there. 2013-03-02 09:09:10 +11:00
0028-Watchdog-Thread.patch Optimize checkIfActive to only check if chunks are loaded if entity is active 2013-02-27 19:10:22 +11:00
0029-Netty.patch *crosses fingers for sneaky web edit 2013-02-27 17:14:37 +11:00
0030-Kick-player-on-exception-for-built-in-PluginChannels.patch Overhaul to Timings and Entity Activation Range 2013-02-27 07:29:33 +11:00
0031-Enable-Improved-ping-sending.patch Add missing config options. 2013-02-26 11:19:08 +11:00
0032-View-distance.patch Allow small view distances. 2013-02-26 11:31:37 +11:00
0033-Use-the-correct-CB-object-for-ContainerBrewingStand..patch Pull CraftBukkit #1024 by @evilmidget38 - Correct the CB object used for Brewing Stands. Fixes BUKKIT-3357 2013-03-02 09:05:30 +11:00
0034-Return-bed-location-itself-instead-of-next-to-bed-Fi.patch Pull CraftBukkit #1028 by @EdGruberman to address a few issues with plugins and beds. 2013-03-02 09:17:52 +11:00
0035-Remove-dependency-on-CraftPlayer.getBedSpawnLocation.patch Pull CraftBukkit #1028 by @EdGruberman to address a few issues with plugins and beds. 2013-03-02 09:17:52 +11:00
0036-Identify-outside-slot-independent-of-inventory-type-.patch Pull CraftBukkit PR #1037 by @EdGruberman - fixes issues with plugins and items dropped by clicking outside an inventory. 2013-03-02 09:25:48 +11:00
0037-BUKKIT-3661-fixed-missing-HangingBreakEvent-when-Ent.patch Pull CraftBukkit #1041 by @YLivay - address missing event for paintings breaking due to movement. 2013-03-02 09:38:27 +11:00
0038-Adds-BUKKIT-3667-Faux-sleepers-wake-up-normally.patch Pull CraftBukkit #1042 by @YLivay - addresses players glitching when the sleep whilst being marked as faux sleepers. 2013-03-02 09:43:59 +11:00
0039-BUKKIT-3668-Fix-wrong-block-in-BlockDispenseEvent-wh.patch Pull CraftBukkit #1043 by @YLivay - addresses incorrect info returned to plugins in the dispense event. 2013-03-02 09:47:17 +11:00
0040-ANSI-color-codes-now-reset-text-attributes.-Fixes-BU.patch Pull CraftBukkit #1007 from @jrtc27 - console formatting now replicates Minecraft properly. 2013-03-02 10:07:29 +11:00
0041-Snapshot-support.patch Fix snapshot support. 2013-03-02 17:27:44 +11:00