summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeLines
...
* Build expiry is now 1 weekmd_52016-11-28-1/+1
|
* Fix possible leaks in vanish APImd_52016-11-28-3/+5
|
* SPIGOT-2850: NPE in CraftInventoryCraftingmd_52016-11-27-12/+3
|
* Added method for spawning a falling block with the BlockDataLukBukkit2016-11-26-0/+7
|
* Fix banner color. Banners have inverted color bytes.kaenganxt2016-11-25-3/+3
|
* SPIGOT-619: Force rotate head of entities when setting location.LukBukkit2016-11-24-1/+4
|
* SPIGOT-2835: CraftBlock getDrops Returns Airmd_52016-11-23-1/+1
|
* SPIGOT-2824: Llama Strength APImd_52016-11-23-0/+13
|
* SPIGOT-2822: Droppers are droppersmd_52016-11-22-1/+1
|
* Add Unbreakable to ItemMetamd_52016-11-22-2/+36
|
* Implement default title for custom merchantsmd_52016-11-22-1/+1
|
* SPIGOT-2817: Custom Merchant title omits colormd_52016-11-22-2/+2
|
* Fix setCarryingChest not resizing horse inventorymd_52016-11-21-0/+2
|
* SPIGOT-2272: Add API for virtual MerchantsLukas Hennig2016-11-21-33/+203
|
* SPIGOT-2810: Fix entity statisticsBlackHole2016-11-20-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/+24
|
* Implement isCursed for new enchantmentsSenmori2016-11-19-0/+9
|
* SPIGOT-2798: Fix ShulkerBox BlockStateMetamd_52016-11-19-2/+24
|
* 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
|
* Get Colors from ShulkerBox; Implement CustomName for Tiles.Senmori2016-11-19-5/+77
|
* SPIGOT-2793: Revert Nameable changesmd_52016-11-19-59/+7
|
* SPIGOT-2792: Return PIG for broken spawnersmd_52016-11-18-1/+2
|
* SPIGOT-2789: ShulkerBox missing overridemd_52016-11-18-0/+6
|
* Get Colors from ShulkerBox; Implement CustomName for Tiles.Senmori2016-11-18-7/+59
|
* SPIGOT-2787: Keep performing getter null conversion at call sitesmd_52016-11-18-11/+24
|
* SPIGOT-2786: Restore some fireworks code lost in updatemd_52016-11-18-1/+11
|
* 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
|
* 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-2773: More fully implement ShulkerBox metamd_52016-11-18-0/+39
|
* SPIGOT-2768: Fully implement map colormd_52016-11-17-13/+50
|
* Update to Minecraft 1.11md_52016-11-17-277/+1093
|
* 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-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-2711: CraftPlayer.getPlayerListName removes black colourmd_52016-10-05-1/+1
|
* SPIGOT-2705: Portal cooldown getter / setter.md_52016-10-01-0/+10
|
* SPIGOT-2679: Add meta for StructureBlockmd_52016-09-18-5/+42
|
* Run sync tasks scheduled for the same tick FIFOAgentLV2016-09-11-2/+5
|
* SPIGOT-2656: HumanEntity#isHandRaised()Zmd_52016-09-04-0/+5
|