summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeLines
* SPIGOT-1768: Fix Eye of Ender with custom world generators.md_52016-03-06-2/+2
|
* SPIGOT-1776: Replace BossBar.hide/show with visibility.md_52016-03-06-0/+10
|
* SPIGOT-1772: Use correct statistics for entitiesBlackHole2016-03-06-2/+7
|
* SPIGOT-1758: Apply correct ItemMeta to new CommandBlock typesmd_52016-03-05-0/+10
|
* SPIGOT-1549: Fix custom String sounds.Lukas Hennig2016-03-04-5/+5
|
* SPIGOT-1721: Handle Enderman.getCarriedMaterial when not carrying.md_52016-03-04-1/+2
|
* SPIGOT-1666: Expand Team option APImd_52016-03-04-0/+36
|
* SPIGOT-1608: Add a way to get the hand used in PlayerInteract*Eventsmd_52016-03-04-6/+7
|
* Treat ShulkerBullet as Projectilemd_52016-03-04-5/+17
|
* Enable support of PotionMeta on SPLASH_POTION, LINGERING_POTION and ↵Melair2016-03-04-0/+9
| | | | TIPPED_ARROW.
* SPIGOT-1683: Arrows are not projectilesmd_52016-03-03-1/+2
|
* SPIGOT-1679: Shulker bullets are not projectiles.md_52016-03-03-3/+3
|
* SPIGOT-1676: Launch projectiles with velocitymd_52016-03-03-0/+7
|
* SPIGOT-1677: Fix attributes with only single underscore.md_52016-03-03-2/+4
|
* Don't round the location of playSound to the center of a blockThinkofdeath2016-03-02-5/+1
|
* SPIGOT-1640: Fix spawning particles that use MaterialDataThinkofdeath2016-03-02-2/+1
|
* SPIGOT-1622: Add drop chance methods for off hand.md_52016-03-02-2/+46
|
* SPIGOT-1623: Use correct spawnParticle overloads.md_52016-03-02-2/+2
|
* SPIGOT-1610: Treat clicking on an inventory window as clicking outside itThinkofdeath2016-03-01-1/+1
|
* SPIGOT-1607: Fix BlockPlaceEvent and BlockMultiPlaceEvent sometimes showing ↵Thinkofdeath2016-03-01-6/+20
| | | | the wrong item used
* SPIGOT-1575: Fix PlayerInventory.setArmorContentsmd_52016-03-02-1/+1
|
* SPIGOT-1582: Add SkullType.DRAGONmd_52016-03-02-0/+4
|
* SPIGOT-1576: Add more new 1.9 enchants.md_52016-03-02-0/+4
|
* SPIGOT-1567: Rework setItems to set slots correctly regardless of array ↵md_52016-03-01-7/+5
| | | | reference.
* SPIGOT-1523: Add FLY_INTO_WALL DamageCause to fix Elytra crash v2.md_52016-03-01-1/+3
|
* SPIGOT-1545: Populate Vanilla villager trades correctly.md_52016-03-01-1/+3
|
* SPIGOT-1528: Maintain static sound map due to oversight re: underscore :(md_52016-03-01-4/+451
|
* SPIGOT-1541: Fix firework launchingmd_52016-03-01-2/+2
|
* SPIGOT-1536: Fix playNotemd_52016-03-01-6/+6
|
* Ignore FROSTED_ICE in meta unit tests.md_52016-03-01-1/+2
|
* SPIGOT-1523: Crash when flying Elytra into wall.md_52016-03-01-1/+1
|
* Run Biome test with AbstractTestingBasemd_52016-03-01-1/+2
|
* Update to Minecraft 1.9md_52016-03-01-776/+1497
|
* [SPIGOT-1494] Really fix player skulls with custom texture but without owner.BlackHole2016-02-19-1/+1
|
* [SPIGOT-1465] Fix skulls with no owner not displaying texture.md_52016-02-05-1/+1
|
* Strengthen CraftMetaSkull hasOwner methodAndrew2016-02-02-1/+1
|
* Remove the length limit on inventory titlesThinkofdeath2016-01-29-1/+0
| | | | 1.8 no longer has a small limit like previous versions
* SPIGOT-1390: Fixed issues with Array.fill upper bound in setRegionryanbennitt2016-01-03-5/+7
|
* SPIGOT-1235: Correctly validate MaterialData for playEffect.md_52015-10-18-2/+2
| | | | Thanks Jikoo for the report / fix.
* SPIGOT-1232: CraftServer.getPlayer(String name) returns incorrect results in ↵Adam Thomas2015-10-18-1/+1
| | | | | | some cases. Use the absolute value of the delta to prevent negative values resulting in a better match.
* SPIGOT-1230: Normalize null log names in ForwardLogHandler.md_52015-10-10-1/+1
| | | | Not technically 100% correct since null != "null", but without sacrficing performance this is the best way to fix the issue in the current implementation.
* SPIGOT-759: Add FireworkExplodeEvent.DemonWav2015-09-30-0/+7
|
* SPIGOT-989: Cap assignment of pickup delays to Short.MAX_VALUE due to ↵BlackyPaw2015-09-30-1/+1
| | | | | | storage implementation constraints. Changed assignment of pickup delays in such a way that they may not be larger than the value actually stored inside the NBT format that is Short.MAX_VALUE. Did not change method signature in order not to produce any shortening cast warnings in existing code. All values larger than 32767 are generally used to indicate that an item should never be picked up. Shortening this to 32767 will actually cause the pickup delay to never decrease, thus resulting in non-pickupable item stacks.
* SPIGOT-1076: Add HurtEntities API for FallingBlock.md_52015-09-19-0/+10
|
* Add a missing break statement for openInventory, fixes opening dropper ↵Thinkofdeath2015-09-18-0/+1
| | | | inventories
* Fixed how Dropper inventories are shown to players.0x277F2015-09-18-0/+6
|
* SPIGOT-1192: Restore some behaviour to entity.getNearbyEntitiesmd_52015-09-18-1/+7
|
* SPIGOT-1165: Restore getNearbyEntities behaviour to include spectators.md_52015-09-06-9/+4
|
* New ChunkGenerator.generate api for block ids and avoiding magic values.Antony Riley2015-08-01-61/+295
|
* SPIGOT-1080: Added support for opening all inventories implementing Bukkit's ↵Riccardo Paolo Bestetti2015-07-31-61/+235
| | | | Inventory class.