summaryrefslogtreecommitdiffstats
path: root/nms-patches
Commit message (Collapse)AuthorAgeLines
...
* SPIGOT-2695: Added BrewingStandFuelEvent and added fuel level to the BrewEventLukBukkit2016-11-27-6/+30
|
* SPIGOT-2842: Improve item age handlingmd_52016-11-25-32/+7
|
* Farmland is a pickable blockmd_52016-11-24-1/+1
|
* SPIGOT-2833: Tile entities occasionally wiped after placementmd_52016-11-24-9/+10
|
* SPIGOT-2836: ProjectileHitEvent not always firing for FishHookmd_52016-11-23-6/+6
|
* SPIGOT-2765: Special case entity triggered explosions for HangingBreakEventmd_52016-11-23-7/+8
|
* SPIGOT-2824: Llama Strength APImd_52016-11-23-0/+20
|
* Fix setCarryingChest not resizing horse inventorymd_52016-11-21-2/+6
|
* SPIGOT-2272: Add API for virtual MerchantsLukas Hennig2016-11-21-2/+2
|
* SPIGOT-2807: Update inventory when attack cancelledmd_52016-11-20-3/+15
|
* SPIGOT-2806: Fix PlayerDropItemEvent for disconnected playersmd_52016-11-20-1/+14
|
* Fix cancelling PlayerEditBookEventLukBukkit2016-11-20-8/+8
|
* SPIGOT-2800: Can only smelt 63 stackmd_52016-11-19-1/+1
|
* Add additional APIs for Evoker / EvokerFangsmomothereal2016-11-19-0/+15
|
* Attempt to sync damage up again - golden apples this timemd_52016-11-19-1/+1
|
* SPIGOT-2795: InventoryClickEvent issuesmd_52016-11-19-10/+10
|
* Get Colors from ShulkerBox; Implement CustomName for Tiles.Senmori2016-11-19-0/+9
|
* SPIGOT-2793: Revert Nameable changesmd_52016-11-19-9/+0
|
* SPIGOT-2790: Remove negative item ID filtering againmd_52016-11-18-5/+8
|
* Get Colors from ShulkerBox; Implement CustomName for Tiles.Senmori2016-11-18-0/+9
|
* SPIGOT-2777: Mobs not being angered by snowballsmd_52016-11-18-1/+1
|
* SPIGOT-2784: Fix Withers not being builtmd_52016-11-18-4/+4
|
* SPIGOT-2771: Safely execute command block commandsmd_52016-11-18-1/+1
|
* SPIGOT-2785: Wrong effect ID for wither soundsmd_52016-11-18-2/+2
|
* SPIGOT-2770: Can Place Structure Blocks Even When Not Opmd_52016-11-17-45/+45
|
* Update to Minecraft 1.11md_52016-11-17-2700/+2608
|
* SPIGOT-1903, MC-98153: Portal Location Sync Issuesmd_52016-10-23-8/+21
|
* SPIGOT-2738: Revert SPIGOT-1903 fixmd_52016-10-23-54/+47
| | | | Reverted from commit 8e5e90d5eba3253fc7d77943b64a71d50ff1422c
* SPIGOT-1903: Only issue player location update after tickmd_52016-10-19-47/+54
| | | | Previously after a player tick, the player's location would be reset back to the location which they had prior to the tick, only to be (hopefully) corrected at a later point, after the client had attempted (and failed) to acknowledge the location change.
* SPIGOT-2726: Fix duplicate UUID check not always runningPokechu222016-10-16-33/+50
| | | | | | | | World.addEntity(Entity entity) calls addEntity(entity, SpawnReason.DEFAULT), which contains the code that was originally in addEntity (and some event code). However, WorldServer previously only had addEntity(Entity entity), so if addEntity(Entity entity, SpawnReason spawnreason) was called directly, the UUID check that's found in it (the call to 'i') is skipped. This happens, among other places, in ChunkRegionLoader.spawnEntity (which /summon uses). I fixed this by making WorldServer override the SpawnReason version, rather than the regular version. This is safe to do because the World version calls the SpawnReason version - it's not necessary to do the same thing in WorldServer.
* SPIGOT-2686: Vehicles cannot collide with airmd_52016-10-12-24/+26
|
* Fix looting enchant using wrong variablemd_52016-10-10-6/+5
|
* SPIGOT-2694: Update other half of door on BlockBreakEventmd_52016-10-10-4/+9
|
* SPIGOT-2717: /execute over RCONmd_52016-10-09-2/+4
|
* MC-54738: Fix ocean biome spikes due to minHeight sign inversion.Ryan Michela2016-10-08-0/+14
|
* SPIGOT-2683: Missing BlockDispenseEventsmd_52016-09-19-1/+63
|
* Remove unneeded changemd_52016-09-11-19/+0
|
* SPIGOT-2639: Better state validationmd_52016-09-05-14/+14
|
* SPIGOT-2653: Better align combustion with vanilla behaviourmd_52016-09-03-26/+24
|
* SPIGOT-2634: Concurrency issue in FileIOThreadmd_52016-08-27-6/+37
|
* SPIGOT-215: Implement infrastructure for Location tab completesDemonWav2016-08-25-1/+1
|
* SPIGOT-2622: Ensure all players are safely disconnected on shutdownmd_52016-08-23-8/+12
|
* SPIGOT-2616: Fix dispensers dispensing TNT making squid soundsPokechu222016-08-20-2/+1
| | | | This was caused by the wrong obfuscated sound effect being used, probably due to a merge issue.
* SPIGOT-2581: EntityAirChangeEventmd_52016-08-08-28/+40
|
* Enhance Beacon Block APImd_52016-07-23-9/+8
|
* Implement basic Beacon Block APIredwallhp2016-07-23-2/+111
|
* SPIGOT-2537: Relax skull check even for nominally invalid skulls.md_52016-07-22-9/+4
|
* Simplify a few diffsmd_52016-07-15-124/+76
|
* SPIGOT-2520: Better skull validationmd_52016-07-13-2/+15
|
* SPIGOT-2495: Better validation of Skulls.md_52016-07-12-0/+10
|