AuthorCommitMessageCommit dateIssues
Fabian FaßbenderFabian Faßbender
601f31497d4Be able to skip Entity classes from ticking.
Fabian FaßbenderFabian Faßbender
d44f22afcc5Be able to disable block ticking.This does also disable light updates and thundering. Growth will be disabled, ice and snow smelting. Also fire does not tick.
Fabian FaßbenderFabian Faßbender
847d2254a60Implement a better UserCache which allows third party caching systems.
ThinkofnameThinkofname
da32fe1d549Increase the max scoreboard objective size
ThinkofnameThinkofname
38b8866783dMMerge pull request #2 in SPIGOT/spigot from ~DMCK2B/spigot:feature/returnLoadingLibraries to master* commit '95d56229d8fb96d5eeddcbb739714fa04e7823be': Return the verbosity on startup
ThinkofnameThinkofname
baf01cc7f84Make the /version command output useful
ThinkofnameThinkofname
87c1d0c8b7cFix mob ageing
SuddenlySuddenly
95d56229d8fReturn the verbosity on startup
ThinkofnameThinkofname
a969bf6c85dFix ./applyPatches.sh not updating Bukkit correctly
ThinkofnameThinkofname
66af3b310e0Base the version hash on the root Spigot project instead of the Spigot-Server project
ThinkofnameThinkofname
068df64aeeeRebuild all patches
ThinkofnameThinkofname
d1cdcf8d4c3Remove old patch
ThinkofnameThinkofname
e6a3911057bUpstream merge
ThinkofnameThinkofname
5a0150f586eFix ITEM_BREAK
ThinkofnameThinkofname
89d3fcbdfafRegen the patches
ThinkofnameThinkofname
2339ac14a8eFix build
ThinkofnameThinkofname
50e6452ea66Fix build
ThinkofnameThinkofname
6c06ebdd9fbUpstream merge
Thinkofnamemd_5Thinkofname
6b9c932ab4fUpdate to Minecraft 1.8For more information please see http://www.spigotmc.org/
md_5md_5
7e215b1ec58Add additional PacketPlayOutPosition constructors to allow setting the relative bitmask field.
md_5md_5
4dfd2421c56Add additional PacketPlayOutChat constructors to allow setting position as an integer.
md_5md_5
537889b7b68Don't Fire InventoryCloseEvent Unless Required
md_5md_5
323798c25ceRefactor ItemDoor place so that the physics update routing is called as part of the post event clenup rather than during the event.Fixes issues with the door triggering block updates / physics for cancelled events.
md_5md_5
ca0f1ca84d5Only force player list name update if it has been modified.Previously we would always send it which would overwrite any prefixes / suffixes / modifications made as a result of scoreboard manipulation. As of 1.8 both scoreboard and custom player list names cannot both apply at the same time, we will use the custom scoreboard name unless a plugin has explicitly set a player list name.
ThinkofnameThinkofname
62e04f0a382Force display name updates to (hopefully) work around display name issues
md_5md_5
23b59642256Fix Some Meory Leaks.Also remove LongHash "Tweaks".
Jedediah SmithThinkofnameJedediah Smith
e073a27598dFix visual offset of falling block entities on 1.8 clients
md_5md_5
b4147347912Remove extra trove / gson depend
md_5md_5
d4e89b135f2Allow EchoPet to be loaded
md_5md_5
e1de049c5eaEnsure warnings, update lock are not printed when checking version
md_5md_5
eb0774655f7Remove patcher from this repo
md_5md_5
754070bef25Remove outdated check entirely
md_5md_5
b1a31702bd3Print checksums
md_5md_5
eb638fc322eAdd SpigotPatcher
ThinkofnameThinkofname
8bef69a227dAdd Bungeecord's chat api
ThinkofnameThinkofname
e02077e2588Add a flag to bypass the startup delay
md_5md_5
25b4191f0ffCorrect the patches from last commit.
md_5md_5
32742c697cfFix custom outdated messages.
MinecrellMinecrell
a1570f68e5dAdd title packet for use by plugins.
md_5md_5
416bbd0a32dUse correct length when converting maps to 1.8 wire format.
ThinkofnameThinkofname
39fdf43ae7cFix an error with particle handling and add the new 'mobappearance' particlefor plugins to use
md_5md_5
16a1f257e84Add tab header / footer packet for use by plugins.
ThinkofnameThinkofname
dd5ae562424Default to integer instead of hearts to match 1.7 behaviorApparently @mrapple disliked the hearts... I liked the hearts
ThinkofnameThinkofname
a799b4d5ea7Fix the furnace progress bars for 1.8 clients
ThinkofnameThinkofname
892c121ff12Replace invalid items for 1.8 clients with (kinda) sane replacements
ThinkofnameThinkofname
480804b38fbBlock EchoPet as it causes client crashes with the 1.8 patch
ThinkofnameThinkofname
0e0982d98c2Correctly send the MC|Brand packet
ThinkofnameThinkofname
8ff46693f61Merge the Protocollib fix into the snapshot patchThis is totally not just because I put the bump in the wrong patch
ThinkofnameThinkofname
dd01fbe415cBump protocol to 1.8
Minecrellmd_5Minecrell
710eb7514beFix ProtocolLib compatibility.