summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeLines
* SPIGOT-4177: Change behaviour of item display names yet againmd_52018-07-29-2/+6
|
* Update default config linksmd_52018-07-28-8/+8
|
* SPIGOT-4166: Fix Tags being corrupted by early access (and not reflecting ↵md_52018-07-28-18/+47
| | | | reloads)
* SPIGOT-4168: Patch up some legacy callsmd_52018-07-28-1/+8
|
* SPIGOT-4164: Treat new _AIR blocks as airmd_52018-07-28-9/+7
|
* SPIGOT-4159: Fix Player.launchProjectile(Trident.class)md_52018-07-27-1/+1
|
* SPIGOT-4137: Fix World.regenerateChunkmd_52018-07-25-5/+1
|
* SPIGOT-3981: Make custom inventories return specialised types where practical.Senmori2018-07-25-5/+202
|
* SPIGOT-4147: Fix ItemFrames not able to be placed UP or DOWNSenmori2018-07-25-14/+12
|
* SPIGOT-4135: Fix DOLPHINS_GRACE PotionEffectType Wrapper.md_52018-07-24-0/+2
|
* SPIGOT-4128: Skip hopeless entity conversionmd_52018-07-24-1/+2
|
* SPIGOT-4132: Fix missing break in RedstoneWire.setFacemd_52018-07-24-0/+8
|
* SPIGOT-4131: Fix typo affecting setting BlockDatamd_52018-07-24-2/+2
|
* SPIGOT-4128: Greatly improve spawn egg deserializationmd_52018-07-24-10/+52
|
* SPIGOT-4123: Fix display names cleared by plugins / serializationmd_52018-07-24-2/+2
|
* Add map ID APImd_52018-07-24-1/+41
|
* SPIGOT-4120: Store BlockData enum mappings per classmd_52018-07-24-7/+29
|
* SPIGOT-4122: Fix an instance of legacy item inequalitiesmd_52018-07-24-1/+7
|
* SPIGOT-4124: Fix misplaced PISTON_HEADmd_52018-07-24-6/+0
|
* SPIGOT-824: SpongeAbsorbEventArticdive2018-07-23-15/+12
|
* SPIGOT-4112: scoreboard display names are not nullablemd_52018-07-23-2/+2
|
* Just throw section signs into components a la Mojangmd_52018-07-23-2/+3
|
* Fix Player.playNotemd_52018-07-22-2/+2
|
* Update to Minecraft 1.13md_52018-07-22-135/+181
|
* SPIGOT-4024: Improve interactions of Vanilla tab completion, and also reloadsmd_52018-07-21-1/+1
|
* SPIGOT-4100: Ignore invalid item display namesmd_52018-07-21-2/+11
|
* CraftBlock.toString shouldn't make legacy callmd_52018-07-20-1/+1
|
* SPIGOT-840, SPIGOT-2522: [Draft] Add EntityPotionEffectChangeEventkaenganxt2018-07-20-2/+38
| | | | Discussion ongoing in PR #449
* Fix bad old API call in CraftBlockStatemd_52018-07-20-1/+1
|
* Update EntityChangeBlockEvent to new BlockData APImd_52018-07-20-2/+2
|
* SPIGOT-4074: Fix createBlockData succeeding on garbagemd_52018-07-20-1/+11
|
* SPIGOT-4047: Ignore non-existent potionsmd_52018-07-19-0/+5
|
* SPIGOT-4046: Fix selectors in tick functionsmd_52018-07-19-0/+30
|
* SPIGOT-4049: Books lose NBT datamd_52018-07-19-2/+2
|
* Revert "SPIGOT-4035: Enforce case-sensitivity for chat format code matching."md_52018-07-19-9/+1
| | | | | | Minecraft allows uppercase colour codes. This reverts commit d480dc74e5a6693695166ab2d53e80616ff56bb5.
* SPIGOT-4041: Fix regressed item namingmd_52018-07-18-2/+2
|
* SPIGOT-4040: Further increase team related limitsmd_52018-07-18-3/+3
|
* Fix Block.setType alone being treated as legacymd_52018-07-18-6/+2
|
* Delete Block.setData byte methods from APImd_52018-07-18-1/+12
|
* SPIGOT-4020: Fix DustOptions colouringmd_52018-07-18-1/+1
|
* Fix changes that got lost late in development cyclemd_52018-07-18-0/+5
|
* SPIGOT-4028: Improve legacy ItemStack conversionmd_52018-07-18-32/+34
|
* SPIGOT-4037: Improve legacy BlockState.setDatamd_52018-07-18-1/+2
|
* SPIGOT-4036: Handle regular/uncoloured shulker boxesmd_52018-07-18-0/+7
|
* Amend previous unit test to use JSON rather than toString for validationmd_52018-07-18-6/+6
|
* SPIGOT-4035: Enforce case-sensitivity for chat format code matching.Hex2018-07-18-1/+28
| | | | This maintains case-insensitivity for URL matching, and adds a unit test to verify correct conversion via CraftChatMessage.
* SPIGOT-4030: Improve CraftItemStack.hasItemMetamd_52018-07-17-1/+16
|
* SPIGOT-4031: Improve bounds checking in CraftInventoryView.Hex2018-07-16-3/+3
|
* SPIGOT-4026: Clicking on command error suggestion should return verbatim inputmd_52018-07-17-4/+4
|
* SPIGOT-4022: Improve utility of Entity.getName for non-playersmd_52018-07-17-1/+6
|