summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Fix HashTreeSet which went missing in the previous commit.md_52015-06-06-1/+1
|
* [SPIGOT-946] Begin making use of access transforms to simplify patching.md_52015-06-06-632/+76
|
* Update to Minecraft 1.8.7md_52015-06-05-32/+33
|
* Update commands.yml headersmd_52015-06-01-5/+4
|
* Add PAIL comments to a few things.md_52015-05-31-3/+3
|
* Remove unused bukkit.yml options and update links / info.md_52015-05-31-11/+4
|
* Don't need to special case certain monster spawn eggs as Mojang has long ↵md_52015-05-31-12/+2
| | | | since fixed those issues.
* SPIGOT-941: Fix a mistake in vine handlingThinkofdeath2015-05-30-1/+1
|
* Handle a missed case with our vanilla permissions overrideThinkofdeath2015-05-30-2/+6
|
* [SPIGOT-424, MC-73474] Add fix for powered rail duplication.md_52015-05-29-0/+11
| | | | No redstone related side effects that we know of and hopefully there are none. Please report any to the tracker.
* Add ability to add a string to a scoreboard instead of a playerMatt2015-05-29-8/+41
|
* BUILDTOOLS-114 / MC-80817 : Fix server not starting when native processor ↵md_52015-05-29-0/+11
| | | | info cannot be initialized.
* Remove a few redundant POM elements and global package seal (SPIGOT-221)md_52015-05-28-47/+0
|
* Send the packet for the correct container, rather than just the container ↵DemonWav2015-05-28-1/+1
| | | | that is active at the time. - SPIGOT-932
* SPIGOT-738: Return explosion source for Fireball-induced explosionsNathan Wolf2015-05-26-0/+12
|
* Send the set item packet to the client when an item is changed or added in a ↵DemonWav2015-05-26-0/+45
| | | | player's inventory - Addresses SPIGOT-883
* Don't toString disconnect message in console.md_52015-05-26-1/+2
|
* Update to Minecraft 1.8.6md_52015-05-25-45/+35
|
* Cut fluff from patch headers.md_52015-05-25-533/+533
|
* SPIGOT-769: Fix opening custom inventories.md_52015-05-24-6/+6
|
* Default to BlockFace.SELF for null directions in getFacingNathan Wolf2015-05-24-1/+3
|
* Check the value returned from useItemInHand() so plugins can properly cancel ↵DemonWav2015-05-23-3/+3
| | | | it - SPIGOT-764
* Update to 1.8.5Thinkofdeath2015-05-22-200/+139
|
* Invalidate furnace block type after change.md_52015-05-21-6/+12
|
* SPIGOT-834: Stop EnderMites from spawning when EnderPearl event is cancelled.md_52015-05-21-7/+23
|
* SPIGOT-844: Use actual block when deciding to send visual updates for ↵md_52015-05-21-4/+8
| | | | burning furnaces.
* SPIGOT-854: Reset idle timer on disconnect to prevent spam duplicate disconnect.md_52015-05-21-42/+48
|
* SPIGOT-887: Fix getOwner() on internal sheep inventories.md_52015-05-21-3/+3
|
* Readd missed diffThinkofdeath2015-05-20-3/+4
|
* Update deprecation mappings to 1.8.4md_52015-05-18-25/+25
|
* Update to 1.8.4Thinkofdeath2015-05-17-287/+270
|
* Remove unneeded Java 1.5 CompatMatt2015-05-03-41/+7
|
* Add the ability for commandblocks to be sent messages via the API.Cory Redmond2015-04-19-0/+8
|
* Revert: Don't try and disconnect twiceThinkofdeath2015-04-17-40/+45
|
* Move a bug fix from Spigot to CraftBukkitThinkofdeath2015-04-16-0/+10
|
* Fix NPE that could happen on teleportingThinkofdeath2015-04-16-3/+3
|
* SPIGOT-581: Allow for unhandled nbt tags to be serialized to yamlThinkofdeath2015-04-16-29/+62
|
* SPIGOT-697: Force metadata updates when interact events are cancelledThinkofdeath2015-04-15-23/+19
|
* SPIGOT-795: Enable the vehicle's ai before teleportingThinkofdeath2015-04-15-34/+51
| | | | Handles a case where a plugin dismounts the player during the event
* Don't try and disconnect twiceThinkofdeath2015-04-15-46/+43
|
* SPIGOT-798: Allow for CustomPotionEffects to be emptyThinkofdeath2015-04-15-14/+15
|
* Strip events from book pages on signingThinkofdeath2015-04-14-3/+35
|
* SPIGOT-802: Improve book handlingThinkofdeath2015-04-14-20/+17
|
* SPIGOT-645: Fix players/entities being dismounted when the destroy event was ↵Thinkofdeath2015-04-13-9/+9
| | | | cancelled
* SPIGOT-694: Fix a mis-placed diff causing the event to fire too earlyThinkofdeath2015-04-13-13/+17
|
* SPIGOT-742: Throw an exception instead of passing null when the sender ↵Thinkofdeath2015-04-13-1/+1
| | | | cannot be converted
* SPIGOT-758: Capture head drops from charged creeper killsThinkofdeath2015-04-13-19/+99
|
* SPIGOT-782: Don't drop exp if a plugin sets it to zeroThinkofdeath2015-04-13-4/+6
|
* Replace the two nextTickList sets with a single one that combines bothThinkofdeath2015-04-13-46/+196
| | | | Should prevent them from going out of sync
* Special case record placement into juke boxes as they update their tile.md_52015-04-10-8/+33
|