summaryrefslogtreecommitdiffstats
path: root/nms-patches
Commit message (Collapse)AuthorAgeLines
* SPIGOT-2335: EntityCreeper.setPoweredmd_52016-05-31-6/+8
|
* SPIGOT-636: Decouple EntityCombustByEntity from damageEntitymd_52016-05-28-12/+6
|
* Implement PlayerChangedMainHandEventmd_52016-05-27-29/+44
|
* SPIGOT-2321: Fully check Vanilla command permissionsmd_52016-05-26-1/+1
|
* SPIGOT-2311: Cancelling PlayerPortalEvent causes invulnerability until relogmd_52016-05-25-14/+15
|
* SPIGOT-2303: Use getChunkIfLoadedmd_52016-05-22-1/+1
|
* SPIGOT-2297: Reintroduce getChunkIfLoadedmd_52016-05-22-7/+13
|
* SPIGOT-2282: Get loaded chunkmd_52016-05-15-1/+2
|
* Fix CraftBukkit crash report details not showingmd_52016-05-15-1/+1
|
* SPIGOT-2270: Retain Java 6 compatmd_52016-05-12-1/+1
|
* SPIGOT-2271: Custom furnace experience errormd_52016-05-12-4/+4
|
* Use direct chunk access for neighbour counts on unloadmd_52016-05-11-1/+1
|
* Fix some [but not all] chunk unload issuesmd_52016-05-11-69/+31
|
* Minecraft 1.9.4md_52016-05-10-1765/+1404
|
* SPIGOT-2255: Nether Structure generation ConcurrentModificationExceptionmd_52016-05-07-0/+38
|
* SPIGOT-2134: Use the correct listener in CommandExecuteThinkofname2016-05-01-1/+1
|
* SPIGOT-2218: Drop horse chest on deathmd_52016-04-26-21/+10
|
* Ignore movement packets from dead players.Thinkofname2016-04-24-6/+23
| | | | | | As funny as the idea sounds of having corpses sliding around it shouldn't really be allowed. Due to other checks added by CB previously this was mostly harmless anyway.
* Remove debug message.Jacob Martin2016-04-23-5/+4
|
* SPIGOT-2171: Fix shield blocking soundsThinkofname2016-04-20-1/+2
|
* SPIGOT-2157: Fix enderman not playing their animation when attackingThinkofname2016-04-20-20/+62
|
* SPIGOT-2134: Support /execute being chainedThinkofname2016-04-20-11/+32
|
* SPIGOT-2043: Ensure VehicleMoveEvent is always fired for boatsThinkofname2016-04-20-27/+33
|
* SPIGOT-2014: Respect the spectatorsGenerateChunks gameruleThinkofname2016-04-20-39/+35
|
* SPIGOT-2191: Fix a missed diff from 1.8.8Thinkofname2016-04-17-2/+5
|
* staticify backported methodmd_52016-04-12-16/+5
|
* Backport changes from 16w15amd_52016-04-12-0/+137
|
* SPIGOT-2145: Add missed EntityTeleportEvent diffmd_52016-04-08-27/+47
|
* SPIGOT-2128: Flint and steel duplicate place eventmd_52016-04-04-32/+2
|
* SPIGOT-2115: Fix entities being added to the world multiple times when ↵Thinkofname2016-04-02-14/+16
| | | | teleported
* SPIGOT-2102: Don't reduce the movement limit below vanilla's defaultThinkofname2016-04-01-2/+2
|
* Handle cases where Mojang uses an empty string for permission checksThinkofname2016-04-01-9/+11
|
* MC-100382: Fix Pathfinding Memory LeakAikar2016-03-31-0/+11
| | | | | | | | https://bugs.mojang.com/browse/MC-100382 A reference to a ChunkCache is never cleaned up after doing a pathfind operation, resulting in leaking chunks. The leaked chunks then hold references to other entities that may also be leaking ChunkCache's, creating a cascading problem.
* SPIGOT-2101: Check the result of damageEntity before applying knockback from ↵Thinkofname2016-03-31-6/+19
| | | | sweep attacks
* SPIGOT-2098: Fix sound effects for 1.9.0 clientsThinkofname2016-03-31-0/+21
|
* Fix a diff mistake in MobEffectListThinkofname2016-03-31-7/+3
|
* Update to Minecraft 1.9.2Thinkofname2016-03-30-180/+122
|
* Support Minecraft 1.9.2Thinkofname2016-03-30-2/+4
|
* Add 1.9.1 support.md_52016-03-30-11/+71
|
* SPIGOT-2033: Re-add missed diff for entity.validAikar2016-03-29-23/+31
|
* Limit the length of byte arraysThinkofname2016-03-28-4/+37
|
* Arrows use interactable conditionmd_52016-03-27-1/+6
|
* SPIGOT-2060: Method to control whether entities collidemd_52016-03-27-23/+33
|
* SPIGOT-2056: Fix killedByTeam scoreboard criteriamd_52016-03-27-21/+33
|
* SPIGOT-2034: Rework damage again, this time for snowballs.md_52016-03-26-9/+10
|
* SPIGOT-2050: Add back code to only fire VehicleEnterEvent for loaded chunks.md_52016-03-26-1/+1
|
* SPIGOT-1746: Tile entities may not always tick.md_52016-03-25-14/+27
|
* Apply DataConverters to ItemStack instancesmd_52016-03-25-10/+17
|
* Fix player dimension change invulnerability never getting unset when certain ↵Zach Brown2016-03-24-30/+45
| | | | dimensions are disabled
* SPIGOT-1733: Add PlayerPickupArrowEvent2008Choco2016-03-23-2/+2
|