Paper/CraftBukkit-Patches
snowleo f000c40643 Optimized version of LocaleLanguage
This patch reduces the memory footprint of each EntityPlayer by about 300 KB. The original class looks very unfinished and future versions might use the commented code.
2013-05-08 12:13:23 +10:00
..
0001-POM-Changes.patch Update to latest upstream 2013-05-04 09:24:53 +10:00
0002-mc-dev-imports.patch Stage LocalLanguage to mc-dev 2013-05-08 12:04:50 +10:00
0003-Spigot-Changes.patch Don't skip item ticks 2013-05-04 10:14:25 +10:00
0004-Proxy-IP-Filter.patch End login process for filtered IPs 2013-04-25 10:01:30 +10:00
0005-Merge-tweaks-and-configuration.patch Don't skip item ticks 2013-05-04 10:14:25 +10:00
0006-LongHash-Tweaks.patch Move IP filter to own patch and (messily) fix merge conflicts as a result. 2013-04-23 11:27:55 +10:00
0007-Async-Operation-Catching.patch Update to latest upstream 2013-05-04 09:24:53 +10:00
0008-View-Distance.patch Move IP filter to own patch and (messily) fix merge conflicts as a result. 2013-04-23 11:27:55 +10:00
0009-Implement-lightening-of-NibbleArrays-only-allocate-b.patch [CAUTION] Initial 1.5.2 update - I have NOT had time to TEST. DO NOT use on production server WITHOUT TESTING FIRST. 2013-05-01 08:40:33 +10:00
0010-Optimize-packet-used-to-unload-chunks-for-the-client.patch Remove extra inventory close event patch, because despite being a legitimate bug fix, it will not be pulled by Bukkit, so plugins must resort to other means to catch this last event. 2013-04-23 11:37:51 +10:00
0011-Alternate-sync-free-but-safe-chunk-reference-cache.patch Remove extra inventory close event patch, because despite being a legitimate bug fix, it will not be pulled by Bukkit, so plugins must resort to other means to catch this last event. 2013-04-23 11:37:51 +10:00
0012-Tick-loop-optimization-sleep-for-as-long-as-possible.patch [CAUTION] Initial 1.5.2 update - I have NOT had time to TEST. DO NOT use on production server WITHOUT TESTING FIRST. 2013-05-01 08:40:33 +10:00
0013-Improved-Timings-System.patch Update to latest upstream 2013-05-04 09:24:53 +10:00
0014-Add-oreobfuscator-for-Spigot.patch Remove extra inventory close event patch, because despite being a legitimate bug fix, it will not be pulled by Bukkit, so plugins must resort to other means to catch this last event. 2013-04-23 11:37:51 +10:00
0015-Only-count-entities-in-chunks-being-processed-for-th.patch Remove extra inventory close event patch, because despite being a legitimate bug fix, it will not be pulled by Bukkit, so plugins must resort to other means to catch this last event. 2013-04-23 11:37:51 +10:00
0016-Detect-remove-and-warn-about-null-tile-entities.patch Remove extra inventory close event patch, because despite being a legitimate bug fix, it will not be pulled by Bukkit, so plugins must resort to other means to catch this last event. 2013-04-23 11:37:51 +10:00
0017-Entity-Activation-Range.patch *correct patch 2013-05-04 10:30:39 +10:00
0018-Metrics.-Rewrite-the-Metrics-system-to-be-closer-to-.patch Remove extra inventory close event patch, because despite being a legitimate bug fix, it will not be pulled by Bukkit, so plugins must resort to other means to catch this last event. 2013-04-23 11:37:51 +10:00
0019-Watchdog-Thread.patch *correct patch 2013-05-04 10:30:39 +10:00
0020-Netty.patch Update to latest upstream 2013-05-04 09:24:53 +10:00
0021-Return-bed-location-itself-instead-of-next-to-bed-Fi.patch Remove extra inventory close event patch, because despite being a legitimate bug fix, it will not be pulled by Bukkit, so plugins must resort to other means to catch this last event. 2013-04-23 11:37:51 +10:00
0022-Remove-dependency-on-CraftPlayer.getBedSpawnLocation.patch Update to latest upstream 2013-05-04 09:24:53 +10:00
0023-BUKKIT-3661-fixed-missing-HangingBreakEvent-when-Ent.patch Remove extra inventory close event patch, because despite being a legitimate bug fix, it will not be pulled by Bukkit, so plugins must resort to other means to catch this last event. 2013-04-23 11:37:51 +10:00
0024-Adds-BUKKIT-3667-Faux-sleepers-wake-up-normally.patch Update to latest upstream 2013-05-04 09:24:53 +10:00
0025-PlayerItemDamageEvent.patch Update to latest upstream 2013-05-04 09:24:53 +10:00
0026-Faster-UUID-for-entities.patch Update to latest upstream 2013-05-04 09:24:53 +10:00
0027-Prevent-NPE-in-CraftSign.patch Update to latest upstream 2013-05-04 09:24:53 +10:00
0028-Stage-DataWatcher-WatchableObject.patch Update to latest upstream 2013-05-04 09:24:53 +10:00
0029-Entity-Tracking-Ranges.patch *correct patch 2013-05-04 10:30:39 +10:00
0030-BungeeCord-Support.patch Update to latest upstream 2013-05-04 09:24:53 +10:00
0031-Texture-Pack-Resolutions.patch Update to latest upstream 2013-05-04 09:24:53 +10:00
0032-Limit-Custom-Map-Rendering.patch Update to latest upstream 2013-05-04 09:24:53 +10:00
0033-Revert-Throw-exception-for-disabled-plugin-tasks.-Fi.patch Update to latest upstream 2013-05-04 09:24:53 +10:00
0034-InventoryClickEvent-now-can-return-if-the-click-was-.patch Update to latest upstream 2013-05-04 09:24:53 +10:00
0035-Enable-Improved-ping-sending.patch Update to latest upstream 2013-05-04 09:24:53 +10:00
0036-Prevent-handshake-spam-from-invalid-names.patch Don't skip item ticks 2013-05-04 10:14:25 +10:00
0037-Save-entity-counts-for-randomly-spawned-creatures-to.patch Update to latest upstream 2013-05-04 09:24:53 +10:00
0038-Thread-Naming-and-Tweaks.patch Update to latest upstream 2013-05-04 09:24:53 +10:00
0039-Fixes-BUKKIT-3893-Close-world-save-files-when-world-.patch Update to latest upstream 2013-05-04 09:24:53 +10:00
0040-Optimized-version-of-LocaleLanguage.patch Optimized version of LocaleLanguage 2013-05-08 12:13:23 +10:00