summaryrefslogtreecommitdiffstats
path: root/nms-patches
Commit message (Expand)AuthorAgeLines
* Check the value returned from useItemInHand() so plugins can properly cancel ...DemonWav2015-05-23-3/+3
* Update to 1.8.5Thinkofdeath2015-05-22-198/+137
* Invalidate furnace block type after change.md_52015-05-21-6/+12
* SPIGOT-834: Stop EnderMites from spawning when EnderPearl event is cancelled.md_52015-05-21-7/+23
* SPIGOT-844: Use actual block when deciding to send visual updates for burning...md_52015-05-21-4/+8
* SPIGOT-854: Reset idle timer on disconnect to prevent spam duplicate disconnect.md_52015-05-21-42/+48
* SPIGOT-887: Fix getOwner() on internal sheep inventories.md_52015-05-21-3/+3
* Readd missed diffThinkofdeath2015-05-20-3/+4
* Update to 1.8.4Thinkofdeath2015-05-17-275/+258
* Revert: Don't try and disconnect twiceThinkofdeath2015-04-17-40/+45
* Move a bug fix from Spigot to CraftBukkitThinkofdeath2015-04-16-0/+10
* Fix NPE that could happen on teleportingThinkofdeath2015-04-16-3/+3
* SPIGOT-697: Force metadata updates when interact events are cancelledThinkofdeath2015-04-15-23/+19
* SPIGOT-795: Enable the vehicle's ai before teleportingThinkofdeath2015-04-15-34/+51
* Don't try and disconnect twiceThinkofdeath2015-04-15-46/+43
* SPIGOT-802: Improve book handlingThinkofdeath2015-04-14-20/+17
* SPIGOT-645: Fix players/entities being dismounted when the destroy event was ...Thinkofdeath2015-04-13-9/+9
* SPIGOT-694: Fix a mis-placed diff causing the event to fire too earlyThinkofdeath2015-04-13-13/+17
* SPIGOT-758: Capture head drops from charged creeper killsThinkofdeath2015-04-13-19/+99
* SPIGOT-782: Don't drop exp if a plugin sets it to zeroThinkofdeath2015-04-13-4/+6
* Replace the two nextTickList sets with a single one that combines bothThinkofdeath2015-04-13-46/+79
* Special case record placement into juke boxes as they update their tile.md_52015-04-10-8/+33
* SPIGOT-762: Update damage taken stats on damagemd_52015-04-09-10/+14
* SPIGOT-763: Directly changing to location in PlayerMoveEvent does not update ...md_52015-04-09-36/+37
* Expand the isFinite checks to yaw and pitchThinkofdeath2015-04-03-37/+41
* Don't allow liquids to flow into unloaded chunksThinkofdeath2015-04-01-7/+13
* SPIGOT-720: Fix NPE in TileEntity.getOwnerThinkofdeath2015-03-22-3/+4
* Implement BlockExplodeEventThinkofdeath2015-03-22-15/+31
* SPIGOT-725: Always return captured tile entitiesThinkofdeath2015-03-22-3/+3
* Fix thread safety issues in EntitySliceThinkofdeath2015-03-22-0/+38
* SPIGOT-729: Revert the entity slice moveThinkofdeath2015-03-22-41/+24
* Fire PlayerTeleport event on portal travelThinkofdeath2015-03-21-33/+38
* Update the rename markersThinkofdeath2015-03-19-13/+13
* Move the entity slice loadingThinkofdeath2015-03-16-4/+8
* SPIGOT-711: Correctly init captured tile entitiesThinkofdeath2015-03-16-16/+18
* SPIGOT-291: Change from scoreboard per a world to scorebard per a serverThinkofdeath2015-03-16-28/+48
* Capture tile entities and only place them in the event succeedsThinkofdeath2015-03-16-52/+110
* SPIGOT-705: Fix possible CMEThinkofdeath2015-03-15-19/+33
* Fix possible tick list syncing issueThinkofdeath2015-03-15-17/+35
* SPIGOT-693: Fix misplaced comment.md_52015-03-13-3/+3
* Don't run tasks when the server is stoppingThinkofdeath2015-03-11-2/+11
* SPIGOT-677: Add populators slightly later to make sure everything is initializedThinkofdeath2015-03-11-65/+71
* SPIGOT-665: Fix ghost blocks when cancelling piston eventsThinkofdeath2015-03-09-5/+12
* Only double switch if the dimension is the sameThinkofdeath2015-03-08-15/+17
* Readd the double dimension switchThinkofdeath2015-03-08-14/+15
* SPIGOT-626: Add populators early to prevent chunks being missedThinkofdeath2015-03-08-70/+69
* SPIGOT-657: Set armor stand noclip flag in correct place.md_52015-03-08-13/+12
* SPIGOT-644: Attempt to fix a long standing issue by limiting the range of get...Thinkofdeath2015-03-08-11/+25
* SPIGOT-654: Use the server player list instead of the world for boss spawn/de...Thinkofdeath2015-03-07-6/+6
* Fix a null pointer issue with multiworldThinkofdeath2015-03-07-3/+3