Thinkofname | dc024f7b583SPIGOT-586: Fix a mistake in CraftMetaItem | SPIGOT-586: Fix a mistake in CraftMetaItem | | SPIGOT-586 |
Thinkofname | aa92a45301e | Two more cases for BlockFire | | |
Thinkofname | 1af2a2283aa | Fix a missed case in BlockFire | | |
md_5 | 726656b864c | Fix hashcode / equals / formatting. | | |
md_5 | 0483f0f4144 | Fix incorrect import in armor stands. | | |
md_5 | 709f95833b8 | API for setting/getting hideFlags.Implementation of the hideFlags to be saved in NBT. | | |
 FearThe1337 | 116514c1620 | Implement armor stand event. | | |
 BillyGalbreath | 9648edfa613 | Add alternatives for deprecated methods | | |
Thinkofname | 17a3db767a7 | SPIGOT-557: Fix incorrect target reason for attacking an entity | | SPIGOT-557 |
Thinkofname | daa0ce3d657 | SPIGOT-540: Fix an issue when mob effects were added during an event caused by a mob effect | | SPIGOT-540 |
 Hex | e81edfc7251 | Update applyPatches to remove extra messages | | |
 Suddenly | 2c31a4b409f | If an enchanting table was force opened, default the world to the player's world for checks when dropping items.Fixes SPIGOT-408 | | SPIGOT-408 |
Thinkofname | f25cb6d94b5 | Fix the server stopping multiple times on shutdown | | |
Thinkofname | b70ebbc9cf8 | SPIGOT-536: Delay physics updates for tall plants until both parts are set | | SPIGOT-536 |
md_5 | 9ae33818af0 | Fix SPIGOT-528: Incorrect owner for merchant inventories. | | SPIGOT-528 |
Thinkofname | 0cf233dd6d9 | SPIGOT-527: Improve vanilla's ping handling | | SPIGOT-527 |
Thinkofname | 43207df1df3 | Fix some null pointer issues in ThreadPlayerLookupUUID | | |
Thinkofname | 7bdb8f9f215 | Handle new players correctly | | |
Thinkofname | bdd52c98929 | Improve vanilla's rename detection by using bukkit's lastKnownName nbt tag | | |
Thinkofname | f98775c9390 | Re-enable the vanilla feature of changing the join message if a player has changed name since their last joinThis uses the UserCache (like vanilla) and therefore is limited to whether
they are still in the cache by the next join | | |
Thinkofname | 2f50138ba3e | Fix BlockIgniteEvent and BlockSpreadEvent being called with the wrong locationsin some cases | | |
Thinkofname | 21736308468 | SPIGOT-512: Fix SmallFireballs ignoring isIncendiary | | SPIGOT-512 |
Thinkofname | 386dc55b83d | SPIGOT-465: Allow cancelling BlockPlaceEvent to preven wither spawns | | SPIGOT-465 |
Thinkofname | d3d13610420 | Fix exceptions from tasks being ignored | | |
Thinkofname | 4c6df1b96b0 | Fix a null pointer in ShapeDetectorBlock | | |
md_5 | bbf72f30606 | SPIGOT-508: Set noclip flag when changing armor stand gravity | | SPIGOT-508 |
md_5 | a956d73f102 | SPIGOT-506: Falling blocks are special too | | SPIGOT-506 |
Thinkofname | e87122e1101 | Fix client chunk leak when preforming large block/chunk updates | | |
md_5 | 5c49acdcc99 | SPIGOT-458: Events / game rules shouldn't affect fall damage onto soil. | | SPIGOT-458 |
md_5 | bae259e302e | SPIGOT-240: Fire physics events for crops dying. | | SPIGOT-240 |
md_5 | bc03b6f017b | SPIGOT-485: Special case TnT in explosions.I tested this in the original commit, maybe IDE didn't recompile properly. | | SPIGOT-485 |
Thinkofname | 15e81cf551f | SPIGOT-449: Fix the wrong caller being used in chain execute commands | | SPIGOT-449 |
Thinkofname | 4b6df5adfeb | SPIGOT-456: Provide equals & hashCode methods for CraftObjective and CraftTeam | | SPIGOT-456 |
Thinkofname | df17927d453 | Fix PerMaterialTest skipping useful tests for certain blocks | | |
md_5 | c8f17232cf6 | SPIGOT-161: Don't apply velocity changes if we didn't damage on explosion. | | SPIGOT-161 |
md_5 | 0d52f683db2 | SPIGOT-469: Increment and print reload count. | | SPIGOT-469 |
md_5 | ec4ddfb22ef | SPIGOT-468: Treat wither skulls as projectiles with a shooter for damage purposes. | | SPIGOT-468 |
 Zach Brown | e08f5e3d351 | SPIGOT-451: Fix bad entities crashing servers when spawned via MobSpawner | | SPIGOT-451 |
Thinkofname | 1092acbddf0 | Rework piston events to only fire a retract event for sticky pistons | | |
BuildTools | 17962f66ec0 | SPIGOT-443: Synchronize access to HANDLED_TAGS as Spigot uses it async | | SPIGOT-443 |
Thinkofname | 59dd2ddb9de | SPIGOT-438: Correct CraftScoreboard.getObjective NPEing instead of returning null for missing objectives | | SPIGOT-438 |
md_5 | 00eba538b0a | Fix mismatch between teams and player teams. | | |
md_5 | 42ebec1f71b | SPIGOT-242: Fix scoreboard API.In particular don't maintain an internal list of state, as this gets out of whack when Minecraft adds or removes scoreboards / teams. | | SPIGOT-242 |
md_5 | 8047b0a1311 | SPIGOT-429: Use correct block for checking Block.b (canReplace) | | SPIGOT-429 |
md_5 | faa27ed2980 | SPIGOT-418: Ensure vehicle events are fired. | | SPIGOT-418 |
md_5 | e6f9fd4dc78 | isThundering should just reflect thunder state. | | |
md_5 | 93e7b199bd2 | Fix the CraftWorld weather methods duplicating events. | | |
md_5 | 0643caa8883 | Use SpecialSource 1.2.1 - greatly reduced memory usage. | | |
md_5 | 66f6bfdaac4 | Use release SpecialSource versions. | | |
md_5 | d5e2e6e9947 | Add animal sniffer plugin to check API usages.Wouldn't want @yawkat submitting PRs that only work on Java 8. | | |