Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | SPIGOT-1563: Correct shield durability. | md_5 | 2016-03-01 | -1/+1 |
| | ||||
* | SPIGOT-1523: Add FLY_INTO_WALL DamageCause | md_5 | 2016-03-01 | -1/+7 |
| | ||||
* | Fix Material.isSolid for FROSTED_ICE | md_5 | 2016-03-01 | -0/+1 |
| | ||||
* | SPIGOT-1529: Add FROSTED_ICE | md_5 | 2016-03-01 | -0/+1 |
| | ||||
* | Fix accidental omission of R revision number in version. | md_5 | 2016-03-01 | -1/+1 |
| | ||||
* | Add Merchant API | Xor Boole | 2016-03-01 | -1/+400 |
| | ||||
* | Add PrepareAnvilEvent. | md_5 | 2016-03-01 | -0/+47 |
| | ||||
* | Add Attribute and AttributeModifier API. | md_5 | 2016-03-01 | -1/+229 |
| | | | | Thanks to __0x277F and Meeh on #spigot-dev for implementation advice. | |||
* | Add fuel related methods to BrewingStand API | lapry | 2016-03-01 | -0/+30 |
| | ||||
* | Implement CauldronLevelChangeEvent. | md_5 | 2016-03-01 | -0/+110 |
| | | | | Idea for implementation via matiki1231 on IRC. | |||
* | Add custom experience levels for FurnaceRecipes. | hibo98 | 2016-03-01 | -2/+48 |
| | ||||
* | SPIGOT-1389: Fixed issues with setting tree species by expanding API | ryanbennitt | 2016-03-01 | -94/+697 |
| | ||||
* | SPIGOT-1345: Add BITE state to PlayerFishEvent. | md_5 | 2016-03-01 | -0/+4 |
| | ||||
* | SPIGOT-1356: Clarify expectations about PotionEffectType.values(). | md_5 | 2016-03-01 | -0/+1 |
| | ||||
* | SPIGOT-1357: Add potion particle effect color getters to API. | md_5 | 2016-03-01 | -1/+26 |
| | ||||
* | Add getLocation() to Inventory. | md_5 | 2016-03-01 | -0/+9 |
| | ||||
* | Add definitions for Minecraft 1.9 gameplay elements | md_5 | 2016-03-01 | -242/+1062 |
| | | | | Includes an API for AreaEffectCloud and rework of Sound enum to include new sound values. | |||
* | Implement Particle API | Thinkofdeath | 2016-03-01 | -0/+267 |
| | ||||
* | Add API to manipulate "glowing" state of an Entity. | md_5 | 2016-03-01 | -0/+14 |
| | | | | When an Entity is "glowing" they will have an outline around them as if they have been hit by a Spectral Arrow. | |||
* | Implement BossBar API | Thinkofdeath | 2016-03-01 | -0/+196 |
| | ||||
* | Implement API for "main hand" and "off hand" slots. | Thinkofdeath | 2016-03-01 | -4/+91 |
| | | | | Also deprecate existing "hand" API as it is not specific about which hand is being referred to. Implementations should default this method to the "main hand". | |||
* | Deprecate Boat API | md_5 | 2016-03-01 | -0/+16 |
| | | | | Boats are complex and the way in which they operate is generally implementation specific. Many of these methods have not worked for several CraftBukkit versions, and are now not guaranteed to work at all due to new internal mechanics. | |||
* | Use UTF-8 as default encoding | Matt | 2016-03-01 | -77/+10 |
| | | | | Since March 2014 Bukkit has been converting and preparing plugins for UTF-8 compliance. With this change in place, all plugins will now load their configuration files as UTF-8, which is a supported encoding on any valid JVM implementation. This should pose no issues on any server which has run Bukkit after 2014, and the only possible breaking path is when an embedded file is of a non UTF-8 compatible encoding (which it should not be anyway). | |||
* | Remove getFurnace from Furnace*Event | md_5 | 2016-03-01 | -22/+0 |
| | | | | Replace by getBlock since April 2012. | |||
* | Remove EntityType and some deprecated Entity methods | BlackHole | 2016-03-01 | -243/+0 |
| | | | | Replaced by EntityType / other methods since February 2012 and April 2012 respectively. | |||
* | Remove deprecated ContainerBlock | Matt | 2016-03-01 | -20/+13 |
| | | | | Replaced by InventoryHolder since March 2012. | |||
* | Remove deprecated Painting*Events | Matt | 2016-03-01 | -214/+2 |
| | | | | Replaced by Hanging*Events since October 2012. | |||
* | Update pom.xml to Minecraft 1.9 | md_5 | 2016-03-01 | -3/+3 |
| | ||||
* | Add non-mutative getCrossProduct method to Vector. | 0x277F | 2016-02-07 | -0/+19 |
| | ||||
* | SPIGOT-1393: Fixed door direction mask | ryanbennitt | 2016-01-12 | -30/+248 |
| | ||||
* | SPIGOT-1325: Make ItemStack deserialization more robust. | md_5 | 2015-12-06 | -1/+1 |
| | ||||
* | SPIGOT-759: Add FireworkExplodeEvent. | DemonWav | 2015-09-30 | -0/+49 |
| | ||||
* | SPIGOT-1076: Add HurtEntities API for FallingBlock. | md_5 | 2015-09-19 | -0/+14 |
| | ||||
* | Speed up permission recalculation. | md_5 | 2015-09-18 | -1/+2 |
| | | | | Based on ideas in PR #102, but rewritten for correctness. | |||
* | SPIGOT-1185: Add correct MaterialData for TRAPPED_CHEST. | Tanner Embry | 2015-09-15 | -1/+1 |
| | ||||
* | SPIGOT-918: Add constructor for DyeColor to Dye | t7seven7t | 2015-09-15 | -0/+8 |
| | ||||
* | Implement greatly expanded ChunkGenerator API | Antony Riley | 2015-08-01 | -1/+254 |
| | | | | | | | This new API: * Has first class support for Material / MaterialData * Abstracts away the underlying Chunk format * Implements useful utility methods to make life easier | |||
* | Allow setName to change a Command name before registration. | Aikar | 2015-07-31 | -6/+26 |
| | ||||
* | Update to Minecraft 1.8.8 (Pre-)Release. | md_5 | 2015-07-27 | -1/+1 |
| | ||||
* | Add PlayerResourcePackStatusEvent. | Adam Thomas | 2015-07-25 | -0/+61 |
| | | | | This event is called when the server received status updates about the progress of a resource pack which it attempted to send to the client. | |||
* | Fix an issue with the potion test | Thinkofdeath | 2015-07-24 | -17/+39 |
| | ||||
* | SPIGOT-749: Fix NullPointerException and broken logic in Potion.fromDamage(int) | Antony Riley | 2015-07-23 | -1/+1 |
| | ||||
* | Add ItemMergeEvent | Morphan1 | 2015-07-12 | -0/+50 |
| | ||||
* | Server Commands and Remote Commands are now Cancellable. | Matt | 2015-07-12 | -1/+13 |
| | ||||
* | Add basic sendTitle / resetTitle API. | Jofkos | 2015-07-10 | -0/+21 |
| | | | | More APIs to follow pending feedback of whether this is the preferred implementation. Methods marked as deprecated and subject to change, but work as is. | |||
* | SPIGOT-1031: Fix acacia fences being mistakenly labeled as doors | Thinkofdeath | 2015-07-08 | -1/+1 |
| | ||||
* | Retrofit Door in order to work with modern Minecraft doors. | Xor Boole | 2015-06-28 | -30/+49 |
| | ||||
* | SPIGOT-436: Add accompanying getSpectatorTarget(). | md_5 | 2015-06-12 | -0/+9 |
| | ||||
* | SPIGOT-973: Add marker API to ArmorStand | Nathan Wolf | 2015-06-09 | -0/+16 |
| | ||||
* | SPIGOT-436: Add spectator camera API. | md_5 | 2015-06-09 | -0/+11 |
| |