Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | SPIGOT-3381: Save older serialized enchants | md_5 | 2017-06-26 | -1/+6 |
| | ||||
* | SPIGOT-3379: Generalise canPickupItems to other entities. | md_5 | 2017-06-26 | -4/+2 |
| | ||||
* | SPIGOT-3336: HideFlags will now serialize as a List rather than a Set. | Jeremy Wood | 2017-06-23 | -2/+2 |
| | | | | | | HideFlags will be serialized as a list and deserialized as an Iterable. This will allow maximum flexibility on both the formats it can be serialized into and formats it can be deserialized from. | |||
* | Treat Vanilla commands as Bukkit Commands | md_5 | 2017-06-21 | -2/+2 |
| | ||||
* | Increase expire time to 7 days | md_5 | 2017-06-17 | -1/+1 |
| | ||||
* | SPIGOT-3342: Fix invalid usage of null in InventoryWrapper | md_5 | 2017-06-15 | -6/+6 |
| | ||||
* | Add PistonMoveReaction getters for Entity | md_5 | 2017-06-12 | -0/+6 |
| | ||||
* | SPIGOT-3331: New map colours don't display | md_5 | 2017-06-12 | -2/+2 |
| | ||||
* | SPIGOT-3304: Respect duration from Vanilla /weather | md_5 | 2017-06-09 | -0/+2 |
| | ||||
* | Update to Minecraft 1.12 | md_5 | 2017-06-08 | -2/+5 |
| | ||||
* | SPIGOT-3286: Call BlockFormEvent for Concrete Powder -> Concrete | md_5 | 2017-06-03 | -2/+3 |
| | ||||
* | SPIGOT-3283: Don't allow plugin induced infinite velocity / position | md_5 | 2017-06-02 | -4/+9 |
| | ||||
* | SPIGOT-3284: Allow TNTPrimed#getSource to return invalid entities | md_5 | 2017-06-02 | -9/+1 |
| | | | | Eg dead players. | |||
* | Update to Minecraft 1.12-pre6 | md_5 | 2017-05-30 | -4/+4 |
| | ||||
* | SPIGOT-3277: Fix Entity.eject() | BlackHole | 2017-05-28 | -1/+1 |
| | ||||
* | Add color API for Teams | md_5 | 2017-05-28 | -10/+59 |
| | ||||
* | SPIGOT-3272: Fix duplicate creative inventory | Pokechu22 | 2017-05-28 | -1/+1 |
| | | | | This change properly identifies the creative inventory as one with 5 crafting slots (as that's the default set in ContainerPlayer, and handled properly in other containers), instead of having the same inventory twice (which breaks slot identification). | |||
* | SPIGOT-439: Add player locale related APIs. | MiniDigger | 2017-05-27 | -1/+5 |
| | ||||
* | Ensure gameLoop function gets selectors applied. | md_5 | 2017-05-26 | -0/+50 |
| | ||||
* | SPIGOT-3253: Fix entity yaw changes | md_5 | 2017-05-20 | -1/+1 |
| | ||||
* | Update to Minecraft 1.12-pre5 | md_5 | 2017-05-19 | -4/+4 |
| | ||||
* | SPIGOT-3248: Don't set shoulder compounds of EntityHuman to null | BlackHole | 2017-05-18 | -4/+4 |
| | ||||
* | Misc advancement / recipe reload fixes including SPIGOT-3240 | md_5 | 2017-05-16 | -6/+2 |
| | ||||
* | SPIGOT-3240: Temporarily stub out rarely used resetRecipes method to fix ↵ | md_5 | 2017-05-16 | -0/+4 |
| | | | | some issues. | |||
* | SPIGOT-3238: Add Server.advancementIterator | md_5 | 2017-05-15 | -0/+11 |
| | ||||
* | Update to Minecraft 1.12-pre2 | md_5 | 2017-05-14 | -494/+811 |
| | ||||
* | Change book limit to allow for automatically generated colour codes | md_5 | 2017-05-14 | -1/+1 |
| | ||||
* | Remove outdated build delay. | md_5 | 2017-05-14 | -1/+1 |
| | ||||
* | Set health before entity death. | Lukas Hennig | 2017-05-04 | -2/+2 |
| | ||||
* | SPIGOT-3215: Call BlockPhysicsEvent for tall plants | BlackHole | 2017-05-01 | -0/+7 |
| | ||||
* | SPIGOT-3214: Allow book titles up to 32 even though they can't be created by ↵ | md_5 | 2017-04-30 | -1/+1 |
| | | | | a Vanilla client. | |||
* | Implement getColor / setColor for Shulker entity | Matthew | 2017-04-30 | -1/+14 |
| | ||||
* | SPIGOT-3207: Fix hiding players in a BukkitRunnable after joining | Pokechu22 | 2017-04-28 | -2/+2 |
| | | | | | | This happened because "joining" wasn't cleared until the player was ticked. Runnables (presumably) ran _after_ the player list packet was sent, but before the player was ticked; thus, the player list packet was sent, but not cleared. The fix is to replace joining with hasSentListPacket, which is set immediately before sending any player list packets (thus, if hidePlayer is called after, it sees that the list packet has been sent and sends a new one to reset it). With this fix, the player is added to the list and then removed shortly afterwards. The reason why running /hideall in the example wouldn't fix the invisibility is because the server already thinks the player's been removed from the list (as they're hidden), and thus doesn't want to send another hide packet. This is correct behavior assuming that they get hidden correctly the first time, which they now do. | |||
* | Implement getColor / setColor for TippedArrow | Matthew | 2017-04-26 | -0/+11 |
| | ||||
* | Skip invalid enchants in CraftMetaItem | md_5 | 2017-04-26 | -1/+4 |
| | ||||
* | Create NBT TypeId helper class | Senmori | 2017-04-22 | -32/+60 |
| | ||||
* | Enforce proper limits on books. | md_5 | 2017-04-20 | -5/+10 |
| | ||||
* | Implement cooldown API | md_5 | 2017-04-19 | -0/+24 |
| | ||||
* | Inventory getContents Cleanup | Lukas Hennig | 2017-04-17 | -32/+25 |
| | ||||
* | Make CraftJukebox.isPlaying locally consistent | md_5 | 2017-04-16 | -0/+2 |
| | ||||
* | Add correct interfaces for comparator / daylight detector | md_5 | 2017-04-16 | -2/+4 |
| | ||||
* | Fix some blockstate consistency issues. | md_5 | 2017-04-15 | -15/+25 |
| | ||||
* | SPIGOT-3182: Fix tab-completion in command blocks without leading slash | Pokechu22 | 2017-04-13 | -4/+8 |
| | ||||
* | SPIGOT-3157: Use Vanilla gamemode change code | md_5 | 2017-03-31 | -12/+1 |
| | ||||
* | Add Chunk.isSlimeChunk to check if a chunk can spawn slimes | Senmori | 2017-03-24 | -0/+7 |
| | ||||
* | Add Material.isFuel to check if a material is a furnace fuel. | Phoenix616 | 2017-03-24 | -0/+6 |
| | ||||
* | Fix trailing whitespace in CraftChunk | md_5 | 2017-03-23 | -2/+2 |
| | ||||
* | Properly validate player experience bar progress | Parker Hawke | 2017-03-19 | -0/+1 |
| | ||||
* | Add getWidth + getHeight for Entity | bramhaag | 2017-03-19 | -0/+10 |
| | ||||
* | SPIGOT-3128: Shift VehicleCreateEvent calling. | md_5 | 2017-03-15 | -5/+14 |
| |