Paper/CraftBukkit-Patches
gjmcferrin@gmail.com c9c88ab4c8 Properly cancel fishing event. Fixes BUKKIT-5396
Previously, when cancelling a PlayerFishEvent with State.FISHING, the next
fishing attempt would automatically result in a new PlayerFishEvent with
State.FAILED_ATTEMPT because the player's hooked entity was not properly
cleared. This ensures that the player's hooked entity value is set to null so
that the next attempt will result in the proper state being called.
2014-04-13 20:13:56 +10:00
..
0001-POM-Changes.patch Stage 1 2014-04-12 14:18:37 +10:00
0002-mc-dev-imports.patch Revert "Print Warning not Stack Trace." 2014-04-12 15:29:45 +10:00
0003-Skeleton-API-Implementations.patch Stage 1 2014-04-12 14:18:37 +10:00
0004-Spigot-Configuration.patch Stage 1 2014-04-12 14:18:37 +10:00
0005-Better-Chunk-Tick-Selection.patch Stage 1 2014-04-12 14:18:37 +10:00
0006-Crop-Growth-Rates.patch Update to 1.7.5 2014-03-23 00:06:43 +00:00
0007-More-Efficient-Chunk-Save-Queue.patch Stage 1 2014-04-12 14:18:37 +10:00
0008-Merge-tweaks-and-configuration.patch Stage 1 2014-04-12 14:18:37 +10:00
0009-LongHash-Tweaks.patch Rebuild patch hashes, fix build. 2014-03-10 09:14:45 +11:00
0010-Async-Operation-Catching.patch Stage 1 2014-04-12 14:18:37 +10:00
0011-View-Distance.patch Stage 1 2014-04-12 14:18:37 +10:00
0012-Compressed-Nibble-Arrays.patch Stage 1 2014-04-12 14:18:37 +10:00
0013-Sync-Free-Chunk-Reference-Cache.patch Stage 1 2014-04-12 14:18:37 +10:00
0014-Improved-Timings-System.patch Stage 1 2014-04-12 14:18:37 +10:00
0015-Fix-Mob-Spawning-Relative-to-View-Distance.patch Update to 1.7.5 2014-03-23 00:06:43 +00:00
0016-Handle-Null-Tile-Entities.patch Stage 1 2014-04-12 14:18:37 +10:00
0017-Entity-Activation-Range.patch Fix missed variable in entity activation range 2014-04-12 19:01:59 +10:00
0018-Metrics.patch Rebuild patch hashes, fix build. 2014-03-10 09:14:45 +11:00
0019-PlayerItemDamageEvent.patch Update to 1.7.5 2014-03-23 00:06:43 +00:00
0020-Faster-UUID-for-entities.patch Update to 1.7.5 2014-03-23 00:06:43 +00:00
0021-Prevent-NPE-in-CraftSign.patch Upstream merge 2014-04-03 21:12:44 +01:00
0022-Entity-Tracking-Ranges.patch Remove async op catcher to its own class 2014-03-25 16:11:45 +11:00
0023-Limit-Custom-Map-Rendering.patch Rebuild patch hashes, fix build. 2014-03-10 09:14:45 +11:00
0024-Thread-Naming-and-Tweaks.patch Remove the Improved Ping Sending patch 2014-03-26 20:34:47 +00:00
0025-Close-Unloaded-Save-Files.patch Stage 1 2014-04-12 14:18:37 +10:00
0026-Remove-o-Option.patch Remove the Improved Ping Sending patch 2014-03-26 20:34:47 +00:00
0027-Recipe-Deconstruction.patch Remove the Improved Ping Sending patch 2014-03-26 20:34:47 +00:00
0028-Implement-Arrow-API.patch Remove the Improved Ping Sending patch 2014-03-26 20:34:47 +00:00
0029-Hopper-Cooldowns.patch Remove the Improved Ping Sending patch 2014-03-26 20:34:47 +00:00
0030-Prevent-Shutdown-Hang.patch Stage 1 2014-04-12 14:18:37 +10:00
0031-Implement-SpawnerSpawnEvent.patch Remove the Improved Ping Sending patch 2014-03-26 20:34:47 +00:00
0032-Firework-Meta-Crash-Fix.patch Remove the Improved Ping Sending patch 2014-03-26 20:34:47 +00:00
0033-Allow-Disabling-of-Command-Logging.patch Stage 1 2014-04-12 14:18:37 +10:00
0034-Allow-Disabling-of-Command-TabComplete.patch Upstream merge 2014-04-12 18:17:59 +10:00
0035-Configurable-Messages.patch Stage 1 2014-04-12 14:18:37 +10:00
0036-Allow-Disabling-of-Random-Lighting-Updates.patch Stage 1 2014-04-12 14:18:37 +10:00
0037-Make-AnvilInventory.getItem-use-both-containers.-Fix.patch Stage 1 2014-04-12 14:18:37 +10:00
0038-Properly-Close-Inventories.patch Stage 1 2014-04-12 14:18:37 +10:00
0039-Disallow-Interaction-With-Self.patch Stage 1 2014-04-12 14:18:37 +10:00
0040-Lower-Chunk-Compression.patch Stage 1 2014-04-12 14:18:37 +10:00
0041-Entity-Mount-and-Dismount-Events.patch Stage 1 2014-04-12 14:18:37 +10:00
0042-Prevent-Ghost-Players-Caused-by-Plugins.patch Stage 1 2014-04-12 14:18:37 +10:00
0043-Entity-ticking-chunk-caching.patch Stage 1 2014-04-12 14:18:37 +10:00
0044-Plug-World-Unload-Memory-Leak.patch Stage 1 2014-04-12 14:18:37 +10:00
0045-Player-Collision-API.patch Stage 1 2014-04-12 14:18:37 +10:00
0046-Fully-Disable-Snooper-When-Not-Required.patch Stage 1 2014-04-12 14:18:37 +10:00
0047-Add-Getter-for-Entity-Invulnerability.patch Stage 1 2014-04-12 14:18:37 +10:00
0048-Cap-Minimum-Player-Speed.patch Stage 1 2014-04-12 14:18:37 +10:00
0049-Update-Inventory-and-Health-for-PlayerConsumeItemEve.patch Stage 1 2014-04-12 14:18:37 +10:00
0050-Call-EntityChangeBlockEvent-for-Fire-Arrows-hitting-.patch Stage 1 2014-04-12 14:18:37 +10:00
0051-Allow-Disabling-of-1.6.3-Structure-Saving.patch Stage 1 2014-04-12 14:18:37 +10:00
0052-Item-Despawn-Rate.patch Stage 1 2014-04-12 14:18:37 +10:00
0053-Don-t-Special-Case-X-Move-Value.patch Stage 1 2014-04-12 14:18:37 +10:00
0054-Implement-respawn-API.patch Stage 1 2014-04-12 14:18:37 +10:00
0055-Fix-BrewingStands-Removing-NBT-Potions.patch Stage 1 2014-04-12 14:18:37 +10:00
0056-Arrow-Despawn-Rate.patch Stage 1 2014-04-12 14:18:37 +10:00
0057-Watchdog-Thread.patch Fix some stuff 2014-04-12 14:27:04 +10:00
0058-Fix-packed-ice-generation.patch Stage 1 2014-04-12 14:18:37 +10:00
0059-Clear-Flower-Pot-on-Drop.patch Stage 1 2014-04-12 14:18:37 +10:00
0060-Fix-some-chunks-not-being-sent-to-the-client.patch Stage 1 2014-04-12 14:18:37 +10:00
0061-Fix-Broken-Async-Chat.patch Stage 1 2014-04-12 14:18:37 +10:00
0062-Allow-Teleportation-of-Vehicles-and-Passengers.patch Stage 1 2014-04-12 14:18:37 +10:00
0063-Remove-OS-X-Special-Chars-from-Signs.patch Stage 1 2014-04-12 14:18:37 +10:00
0064-Orebfuscator.patch Stage 1 2014-04-12 14:18:37 +10:00
0065-Optimize-DataWatcher.patch Stage 1 2014-04-12 14:18:37 +10:00
0066-Fire-PreLogin-Events-in-Offline-Mode.patch Nearly done, testing time. 2014-04-12 14:38:17 +10:00
0067-BungeeCord-Support.patch Nearly done, testing time. 2014-04-12 14:38:17 +10:00
0068-Allow-Disabling-Zombie-Villager-Aggression.patch Stage 1 2014-04-12 14:18:37 +10:00
0069-Configurable-Amount-of-Netty-Threads.patch Stage 1 2014-04-12 14:18:37 +10:00
0070-Prevent-Mineshaft-Saving.patch Stage 1 2014-04-12 14:18:37 +10:00
0071-Log-Cause-of-Unexpected-Exceptions.patch Stage 1 2014-04-12 14:18:37 +10:00
0072-Particle-API.patch Stage 1 2014-04-12 14:18:37 +10:00
0073-Fix-Biome-Decoration-Crashes.patch Stage 1 2014-04-12 14:18:37 +10:00
0074-Save-ticks-lived-to-nbttag.patch Stage 1 2014-04-12 14:18:37 +10:00
0075-More-Efficient-GetCubes.patch Stage 1 2014-04-12 14:18:37 +10:00
0076-Add-Option-to-Nerf-Mobs-from-Spawner-s.patch Stage 1 2014-04-12 14:18:37 +10:00
0077-Warn-if-PermGen-may-be-insufficient.patch Stage 1 2014-04-12 14:18:37 +10:00
0078-Disable-Connected-Check-on-setScoreboard.patch Stage 1 2014-04-12 14:18:37 +10:00
0079-Add-Late-Bind-Option.patch Stage 1 2014-04-12 14:18:37 +10:00
0080-Update-Chest-Animation-when-Cancelling-Event.patch Stage 1 2014-04-12 14:18:37 +10:00
0081-Update-Client-s-Hand-when-BlockPlaceEvent-Cancelled.patch Stage 1 2014-04-12 14:18:37 +10:00
0082-Allow-statistics-to-be-disabled-forced.patch Stage 1 2014-04-12 14:18:37 +10:00
0083-Fix-anvil-collisions.patch Stage 1 2014-04-12 14:18:37 +10:00
0084-Fix-ItemStack-Unbreakable-Code.patch Stage 1 2014-04-12 14:18:37 +10:00
0085-Try-and-Debug-Crash-Reports-Crashing.patch Stage 1 2014-04-12 14:18:37 +10:00
0086-Replace-AutoSave-Mechanism.patch Stage 1 2014-04-12 14:18:37 +10:00
0087-Block-data-values-that-crash-the-client.patch Stage 1 2014-04-12 14:18:37 +10:00
0088-Support-vanilla-s-direction-tag-on-fireballs.patch Stage 1 2014-04-12 14:18:37 +10:00
0089-Support-non-prefixed-URLs.patch Stage 1 2014-04-12 14:18:37 +10:00
0090-Catch-stalling-on-corrupted-map-data-NBT-arrays.patch Finish up Minecraft 1.7.8 support. This is a dev build, no warranty etc etc. It does not yet support Minecraft 1.7.2/1.7.5. 2014-04-12 14:49:42 +10:00
0091-Allow-toggling-of-ZombiePigmen-spawning-in-portal-bl.patch Fix some stuff 2014-04-12 14:27:04 +10:00
0092-Don-t-let-trees-replace-any-block-when-growing.patch Fix some stuff 2014-04-12 14:27:04 +10:00
0093-Highly-Optimized-Tick-Loop.patch Fix some stuff 2014-04-12 14:27:04 +10:00
0094-Add-Spigot-Links.patch Fix some stuff 2014-04-12 14:27:04 +10:00
0095-Configurable-Ping-Sample-Size.patch Fix some stuff 2014-04-12 14:27:04 +10:00
0096-Add-Optional-Tick-Shuffling.patch Fix some stuff 2014-04-12 14:27:04 +10:00
0097-Allow-Configuring-Chunks-per-Packet.patch Fix some stuff 2014-04-12 14:27:04 +10:00
0098-Implement-Locale-Getter-for-Players.patch Fix some stuff 2014-04-12 14:27:04 +10:00
0099-Cap-Entity-Collisions.patch Fix some stuff 2014-04-12 14:27:04 +10:00
0100-Fix-dispensing-bone-meal-not-having-the-correct-data.patch Fix some stuff 2014-04-12 14:27:04 +10:00
0101-Spam-Filter-Exclusions.patch Fix some stuff 2014-04-12 14:27:04 +10:00
0102-Add-Option-to-Silence-CommandBlock-Console.patch Fix some stuff 2014-04-12 14:27:04 +10:00
0103-Add-support-for-fetching-hidden-players.patch Nearly done, testing time. 2014-04-12 14:38:17 +10:00
0104-Allow-Disabling-Creative-Item-Filter.patch Fix some stuff 2014-04-12 14:27:04 +10:00
0105-Cap-Channel-Registrations.patch Fix some stuff 2014-04-12 14:27:04 +10:00
0106-Allow-vanilla-commands-to-be-the-main-version-of-a-c.patch Fix some stuff 2014-04-12 14:27:04 +10:00
0107-Unfinalize-the-isDisconnected-method-by-bukkit.patch Fix some stuff 2014-04-12 14:27:04 +10:00
0108-Implement-Silenceable-Lightning-API.patch Fix some stuff 2014-04-12 14:27:04 +10:00
0109-Normalize-spaces-on-when-reading-a-chat-packet.patch Fix some stuff 2014-04-12 14:27:04 +10:00
0110-Use-one-PermissibleBase-for-all-Command-Blocks.patch Fix some stuff 2014-04-12 14:27:04 +10:00
0111-Prevent-hoppers-from-loading-chunks.patch Fix some stuff 2014-04-12 14:27:04 +10:00
0112-Guard-Entity-List.patch Fix some stuff 2014-04-12 14:27:04 +10:00
0113-Fix-ConcurrentModificationException-while-being-idle.patch Fix some stuff 2014-04-12 14:27:04 +10:00
0114-Cancellable-WitherSkull-potion-effect.patch Fix some stuff 2014-04-12 14:27:04 +10:00
0115-Descriptive-kick-reasons-instead-of-Nope.patch Nearly done, testing time. 2014-04-12 14:38:17 +10:00
0116-Allow-enchanting-tables-to-enchant-any-item.patch Nearly done, testing time. 2014-04-12 14:38:17 +10:00
0117-Remove-the-lastChunkAccessed-if-it-is-unloaded.patch Nearly done, testing time. 2014-04-12 14:38:17 +10:00
0118-Check-for-manually-prefixed-commands-or-commands-tha.patch Nearly done, testing time. 2014-04-12 14:38:17 +10:00
0119-Cap-window-names-to-prevent-client-disconnects.patch Nearly done, testing time. 2014-04-12 14:38:17 +10:00
0120-Enable-Improved-Ping-Sending.patch Nearly done, testing time. 2014-04-12 14:38:17 +10:00
0121-Configurable-dragon-death-and-wither-spawn-sounds.patch Finish up Minecraft 1.7.8 support. This is a dev build, no warranty etc etc. It does not yet support Minecraft 1.7.2/1.7.5. 2014-04-12 14:49:42 +10:00
0122-Fix-TileEntities-getting-ticked-after-being-queued-f.patch Finish up Minecraft 1.7.8 support. This is a dev build, no warranty etc etc. It does not yet support Minecraft 1.7.2/1.7.5. 2014-04-12 14:49:42 +10:00
0123-Display-Spigot-in-client-crashes-server-lists-and-Mo.patch Finish up Minecraft 1.7.8 support. This is a dev build, no warranty etc etc. It does not yet support Minecraft 1.7.2/1.7.5. 2014-04-12 14:49:42 +10:00
0124-Old-New-Version-Support.patch Tigthen up access to getVersion - should help with some disconnects. Great spot by @thinkofdeath 2014-04-12 19:06:58 +10:00
0125-Address-Serious-Issues-with-Offline-Players.patch Upstream merge 2014-04-12 18:17:59 +10:00
0126-Treat-Bungee-as-Online-Mode.patch Fix patch numbers 2014-04-12 16:00:16 +01:00
0127-Fix-several-occurances-of-missed-diff.patch Fix more missed diff - IPs not showing in console 2014-04-13 16:35:17 +10:00
0128-Fix-PlayerFishEvent-not-properly-cancelling.-Fixes-B.patch Fix PlayerFishEvent not properly cancelling. Fixes 2014-04-13 20:13:13 +10:00
0128-Update-Warning.patch Fix patch numbers 2014-04-12 16:00:16 +01:00
0129-Add-Conversion-Message.patch Fix patch numbers 2014-04-12 16:00:16 +01:00
0129-Properly-cancel-fishing-event.-Fixes-BUKKIT-5396.patch Properly cancel fishing event. Fixes BUKKIT-5396 2014-04-13 20:13:56 +10:00
0130-Print-Stack-on-InternalException.patch Print Stack on InternalException - for debugging some ConcurrentMod issues. 2014-04-13 09:01:16 +10:00
0131-Use-Offline-Player-Data-Once-if-Required.patch Use Offline Player Data Once if Required. 2014-04-13 14:41:33 +10:00
0132-Use-Correct-firstPlayed-Value.patch Use Correct firstPlayed Value. 2014-04-13 14:46:03 +10:00