summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* Fix cancelling PlayerEditBookEventLukBukkit2016-11-20-8/+8
|
* SPIGOT-2800: Can only smelt 63 stackmd_52016-11-19-1/+1
|
* SPIGOT-2801: Missing break in CraftMetaBlockStatemd_52016-11-19-0/+1
|
* SPIGOT-2799: ItemFrame set null errormd_52016-11-19-6/+1
|
* Add additional APIs for Evoker / EvokerFangsmomothereal2016-11-19-1/+39
|
* Implement isCursed for new enchantmentsSenmori2016-11-19-0/+9
|
* Change style of PAIL comments in README.mdmd_52016-11-19-1/+1
|
* SPIGOT-2798: Fix ShulkerBox BlockStateMetamd_52016-11-19-2/+24
|
* Attempt to sync damage up again - golden apples this timemd_52016-11-19-1/+1
|
* Add stopSound for specific sound category & unit test for SoundCategorymd_52016-11-19-2/+26
|
* Implement SoundCategory for playing sounds.LukBukkit2016-11-19-14/+33
|
* SPIGOT-2795: InventoryClickEvent issuesmd_52016-11-19-10/+10
|
* Get Colors from ShulkerBox; Implement CustomName for Tiles.Senmori2016-11-19-5/+86
|
* SPIGOT-2793: Revert Nameable changesmd_52016-11-19-68/+7
|
* SPIGOT-2792: Return PIG for broken spawnersmd_52016-11-18-1/+2
|
* SPIGOT-2790: Remove negative item ID filtering againmd_52016-11-18-5/+8
|
* SPIGOT-2789: ShulkerBox missing overridemd_52016-11-18-0/+6
|
* Get Colors from ShulkerBox; Implement CustomName for Tiles.Senmori2016-11-18-7/+68
|
* SPIGOT-2787: Keep performing getter null conversion at call sitesmd_52016-11-18-11/+24
|
* SPIGOT-2777: Mobs not being angered by snowballsmd_52016-11-18-1/+1
|
* SPIGOT-2786: Restore some fireworks code lost in updatemd_52016-11-18-1/+11
|
* Update to SQLite 3.15.xmd_52016-11-18-1/+1
|
* SPIGOT-2782: Custom Colors for Potionsmd_52016-11-18-8/+46
|
* Remove more redundant codemd_52016-11-18-1/+1
|
* SPIGOT-2779: NPE when spawning firework with pluginmd_52016-11-18-1/+1
|
* SPIGOT-2784: Fix Withers not being builtmd_52016-11-18-4/+4
|
* Remove now redundant codemd_52016-11-18-4/+0
|
* Remove unit test based on now incorrect assumptionsmd_52016-11-18-10/+2
|
* SPIGOT-2772, SPIGOT-2780: Improve empty ItemStack handlingmd_52016-11-18-15/+14
|
* SPIGOT-2771: Safely execute command block commandsmd_52016-11-18-1/+1
|
* SPIGOT-2773: More fully implement ShulkerBox metamd_52016-11-18-0/+39
|
* 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
|
* SPIGOT-2768: Fully implement map colormd_52016-11-17-13/+50
|
* Update to Minecraft 1.11md_52016-11-17-2988/+3718
|
* Implement Entity Scoreboard TagsSenmori2016-11-06-0/+15
|
* SPIGOT-2757: Player#stopSound Stops All Soundsmd_52016-11-06-1/+1
|
* SPIGOT-2752: Fix resetMaxHealthmd_52016-11-04-1/+1
|
* Add Enchantment#isTreasure()ZSenmori2016-10-30-0/+5
| | | | Determines if the enchantment is a treasure enchantment - only available via means other than the enchantment table.
* Explicitly log exception from asynchronous tasks.hibo982016-10-24-3/+3
| | | | Previously an UnhandledException would be thrown and the stack trace / message would be printed to System.err in the default UncaughtExceptionHandler for ThreadGroup. This was undesirable as it meant that logging frameworks / exception monitors such as Sentry were unable to get the exception. Additionally it would cause the death of the thread in the ExecutorService. This change mimics the behaviour of exceptions occuring during synchronous tasks.
* 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-2737: Implement Statistic.PICKUPmd_52016-10-22-0/+3
|
* SPIGOT-2706: Implement support for Lock NBT TagSenmori2016-10-21-15/+55
| | | | Containers may now implement the Lockable interface.
* 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
|