AuthorCommitMessageCommit dateIssues
ThinkofnameThinkofname
dc024f7b583SPIGOT-586: Fix a mistake in CraftMetaItemSPIGOT-586
ThinkofnameThinkofname
aa92a45301eTwo more cases for BlockFire
ThinkofnameThinkofname
1af2a2283aaFix a missed case in BlockFire
md_5md_5
726656b864cFix hashcode / equals / formatting.
md_5md_5
0483f0f4144Fix incorrect import in armor stands.
md_5md_5
709f95833b8API for setting/getting hideFlags.Implementation of the hideFlags to be saved in NBT.
FearThe1337md_5FearThe1337
116514c1620Implement armor stand event.
BillyGalbreathmd_5BillyGalbreath
9648edfa613Add alternatives for deprecated methods
ThinkofnameThinkofname
17a3db767a7SPIGOT-557: Fix incorrect target reason for attacking an entitySPIGOT-557
ThinkofnameThinkofname
daa0ce3d657SPIGOT-540: Fix an issue when mob effects were added during an event caused by a mob effectSPIGOT-540
HexThinkofnameHex
e81edfc7251Update applyPatches to remove extra messages
SuddenlyThinkofnameSuddenly
2c31a4b409fIf an enchanting table was force opened, default the world to the player's world for checks when dropping items.Fixes SPIGOT-408SPIGOT-408
ThinkofnameThinkofname
f25cb6d94b5Fix the server stopping multiple times on shutdown
ThinkofnameThinkofname
b70ebbc9cf8SPIGOT-536: Delay physics updates for tall plants until both parts are setSPIGOT-536
md_5md_5
9ae33818af0Fix SPIGOT-528: Incorrect owner for merchant inventories.SPIGOT-528
ThinkofnameThinkofname
0cf233dd6d9SPIGOT-527: Improve vanilla's ping handlingSPIGOT-527
ThinkofnameThinkofname
43207df1df3Fix some null pointer issues in ThreadPlayerLookupUUID
ThinkofnameThinkofname
7bdb8f9f215Handle new players correctly
ThinkofnameThinkofname
bdd52c98929Improve vanilla's rename detection by using bukkit's lastKnownName nbt tag
ThinkofnameThinkofname
f98775c9390Re-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
ThinkofnameThinkofname
2f50138ba3eFix BlockIgniteEvent and BlockSpreadEvent being called with the wrong locationsin some cases
ThinkofnameThinkofname
21736308468SPIGOT-512: Fix SmallFireballs ignoring isIncendiarySPIGOT-512
ThinkofnameThinkofname
386dc55b83dSPIGOT-465: Allow cancelling BlockPlaceEvent to preven wither spawnsSPIGOT-465
ThinkofnameThinkofname
d3d13610420Fix exceptions from tasks being ignored
ThinkofnameThinkofname
4c6df1b96b0Fix a null pointer in ShapeDetectorBlock
md_5md_5
bbf72f30606SPIGOT-508: Set noclip flag when changing armor stand gravitySPIGOT-508
md_5md_5
a956d73f102SPIGOT-506: Falling blocks are special tooSPIGOT-506
ThinkofnameThinkofname
e87122e1101Fix client chunk leak when preforming large block/chunk updates
md_5md_5
5c49acdcc99SPIGOT-458: Events / game rules shouldn't affect fall damage onto soil.SPIGOT-458
md_5md_5
bae259e302eSPIGOT-240: Fire physics events for crops dying.SPIGOT-240
md_5md_5
bc03b6f017bSPIGOT-485: Special case TnT in explosions.I tested this in the original commit, maybe IDE didn't recompile properly.SPIGOT-485
ThinkofnameThinkofname
15e81cf551fSPIGOT-449: Fix the wrong caller being used in chain execute commandsSPIGOT-449
ThinkofnameThinkofname
4b6df5adfebSPIGOT-456: Provide equals & hashCode methods for CraftObjective and CraftTeamSPIGOT-456
ThinkofnameThinkofname
df17927d453Fix PerMaterialTest skipping useful tests for certain blocks
md_5md_5
c8f17232cf6SPIGOT-161: Don't apply velocity changes if we didn't damage on explosion.SPIGOT-161
md_5md_5
0d52f683db2SPIGOT-469: Increment and print reload count.SPIGOT-469
md_5md_5
ec4ddfb22efSPIGOT-468: Treat wither skulls as projectiles with a shooter for damage purposes.SPIGOT-468
Zach Brownmd_5Zach Brown
e08f5e3d351SPIGOT-451: Fix bad entities crashing servers when spawned via MobSpawnerSPIGOT-451
ThinkofnameThinkofname
1092acbddf0Rework piston events to only fire a retract event for sticky pistons
BuildToolsBuildTools
17962f66ec0SPIGOT-443: Synchronize access to HANDLED_TAGS as Spigot uses it asyncSPIGOT-443
ThinkofnameThinkofname
59dd2ddb9deSPIGOT-438: Correct CraftScoreboard.getObjective NPEing instead of returning null for missing objectivesSPIGOT-438
md_5md_5
00eba538b0aFix mismatch between teams and player teams.
md_5md_5
42ebec1f71bSPIGOT-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_5md_5
8047b0a1311SPIGOT-429: Use correct block for checking Block.b (canReplace)SPIGOT-429
md_5md_5
faa27ed2980SPIGOT-418: Ensure vehicle events are fired.SPIGOT-418
md_5md_5
e6f9fd4dc78isThundering should just reflect thunder state.
md_5md_5
93e7b199bd2Fix the CraftWorld weather methods duplicating events.
md_5md_5
0643caa8883Use SpecialSource 1.2.1 - greatly reduced memory usage.
md_5md_5
66f6bfdaac4Use release SpecialSource versions.
md_5md_5
d5e2e6e9947Add animal sniffer plugin to check API usages.Wouldn't want @yawkat submitting PRs that only work on Java 8.