md_5
6669d6ecd2
Rebuild patches / add deploy repo
2014-12-07 11:56:39 +11:00
Thinkofdeath
8dc4297e34
Upstream merge
2014-12-05 21:38:02 +00:00
Aikar
abcf7aa4a4
Ensure an entity that needs to be added to chunk ticks
...
It's possible an entity could be marked for deactivation while its in a
"needs to change chunks" state. This can cause it to then save to the world in the wrong chunk,
causing the "saved in wrong location" warnings.
This checks the boolean for isAddedToChunk and always ticks if its false.
2014-12-03 20:57:52 -05:00
Aikar
72d33338f0
Improve the AutoSave mechanism
...
Only save modified chunks, or chunks with entities after 4 auto save passes
Also update rebuildPatches.sh to pass -A so it works on newer git clients and offer a "clean" rebuild
2014-12-03 20:31:01 -05:00
Thinkofdeath
da32fe1d54
Increase the max scoreboard objective size
2014-12-02 15:52:36 +00:00
Thinkofdeath
38b8866783
Merge pull request #2 in SPIGOT/spigot from ~DMCK2B/spigot:feature/returnLoadingLibraries to master
...
* commit '95d56229d8fb96d5eeddcbb739714fa04e7823be':
Return the verbosity on startup
2014-12-02 00:49:40 +02:00
Thinkofdeath
baf01cc7f8
Make the /version command output useful
2014-12-01 21:18:58 +00:00
Thinkofdeath
87c1d0c8b7
Fix mob ageing
2014-12-01 20:42:58 +00:00
Suddenly
95d56229d8
Return the verbosity on startup
2014-12-01 17:18:24 +00:00
Thinkofdeath
66af3b310e
Base the version hash on the root Spigot project instead of the Spigot-Server project
2014-12-01 10:17:33 +00:00
Thinkofdeath
068df64aee
Rebuild all patches
2014-11-30 21:22:49 +00:00
Thinkofdeath
e6a3911057
Upstream merge
2014-11-30 21:12:35 +00:00
Thinkofdeath
5a0150f586
Fix ITEM_BREAK
2014-11-29 20:44:07 +00:00
Thinkofdeath
89d3fcbdfa
Regen the patches
2014-11-28 23:29:40 +00:00
Thinkofdeath
2339ac14a8
Fix build
2014-11-28 23:22:31 +00:00
Thinkofdeath
50e6452ea6
Fix build
2014-11-28 20:41:22 +00:00
Thinkofdeath
6c06ebdd9f
Upstream merge
2014-11-28 18:29:23 +00:00
Thinkofdeath
6b9c932ab4
Update to Minecraft 1.8
...
For more information please see http://www.spigotmc.org/
2014-11-28 17:17:53 +11:00
md_5
7e215b1ec5
Add additional PacketPlayOutPosition constructors to allow setting the relative bitmask field.
2014-09-30 21:58:58 +10:00
md_5
4dfd2421c5
Add additional PacketPlayOutChat constructors to allow setting position as an integer.
2014-09-30 21:54:50 +10:00
md_5
537889b7b6
Don't Fire InventoryCloseEvent Unless Required
2014-09-30 21:49:17 +10:00
md_5
323798c25c
Refactor 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.
2014-09-30 21:44:15 +10:00
md_5
ca0f1ca84d
Only 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.
2014-09-30 21:08:14 +10:00
Thinkofdeath
62e04f0a38
Force display name updates to (hopefully) work around display name issues
2014-09-24 10:46:06 +01:00
md_5
23b5964225
Fix Some Meory Leaks.
...
Also remove LongHash "Tweaks".
2014-09-21 10:08:37 +10:00
Jedediah Smith
e073a27598
Fix visual offset of falling block entities on 1.8 clients
2014-09-13 01:41:24 +01:00
md_5
e1de049c5e
Ensure warnings, update lock are not printed when checking version
2014-09-09 17:56:09 +10:00
md_5
754070bef2
Remove outdated check entirely
2014-09-08 17:54:36 +10:00
Thinkofdeath
8bef69a227
Add Bungeecord's chat api
2014-09-07 12:45:01 +01:00
Thinkofdeath
e02077e258
Add a flag to bypass the startup delay
2014-09-07 10:59:30 +01:00
md_5
25b4191f0f
Correct the patches from last commit.
2014-09-04 19:23:32 +10:00
md_5
32742c697c
Fix custom outdated messages.
2014-09-04 19:20:39 +10:00
Minecrell
a1570f68e5
Add title packet for use by plugins.
2014-09-03 17:31:35 +02:00
md_5
416bbd0a32
Use correct length when converting maps to 1.8 wire format.
2014-09-03 20:01:51 +10:00
Thinkofdeath
39fdf43ae7
Fix an error with particle handling and add the new 'mobappearance' particle
...
for plugins to use
2014-09-03 10:08:08 +01:00
md_5
16a1f257e8
Add tab header / footer packet for use by plugins.
2014-09-03 16:56:56 +10:00
Thinkofdeath
dd5ae56242
Default to integer instead of hearts to match 1.7 behavior
...
Apparently @mrapple disliked the hearts... I liked the hearts
2014-09-02 21:51:24 +01:00
Thinkofdeath
a799b4d5ea
Fix the furnace progress bars for 1.8 clients
2014-09-02 19:45:26 +01:00
Thinkofdeath
892c121ff1
Replace invalid items for 1.8 clients with (kinda) sane replacements
2014-09-02 16:17:47 +01:00
Thinkofdeath
0e0982d98c
Correctly send the MC|Brand packet
2014-09-02 13:53:44 +01:00
Thinkofdeath
8ff46693f6
Merge the Protocollib fix into the snapshot patch
...
This is totally not just because I put the bump in the wrong patch
2014-09-02 11:05:00 +01:00
Thinkofdeath
dd01fbe415
Bump protocol to 1.8
2014-09-02 09:42:51 +01:00
Minecrell
710eb7514b
Fix ProtocolLib compatibility.
2014-09-02 13:52:25 +10:00
Thinkofdeath
face904a9a
Correct the action used in updateGamemode. This isn't used by the server but
...
plugins may have wanted to use it
2014-09-01 23:53:11 +01:00
Thinkofdeath
4a083f819e
Fix boats thinking that they were always on land for 1.8 clients
2014-09-01 23:48:58 +01:00
Thinkofdeath
377b69d787
Fix double plants having the incorrect top half
2014-09-01 23:23:07 +01:00
Thinkofdeath
b9349e416d
Apply the block fix to block change packets
2014-09-01 11:08:39 +01:00
Thinkofdeath
b15ae91145
Add support for Minecraft 1.8.x
...
This commit allows Spigot to support Minecraft clients both of versions 1.7.x and of 1.8.x.
*** It is imperative that backups be taken before installing this build on your server! ***
Please note that this commit is NOT a fully functioning 1.8 server and does not contain all aspects of 1.8 support.
Many months of time and effort have gone into ensuring that this patch is as complete, bug free and reliable as possible, however it is highly likely there will be as of yet undiscovered bugs and glitches.
Please report any such issues to the bug report forum, stating your client, server, and if applicable BungeeCord versions.
*** Any bug reports not running the very latest versions of these softwares will be ignored ***
2014-09-01 16:51:47 +10:00
Thinkofdeath
0614d8fae9
Fix a missed rename in WorldGenGroundBush
2014-08-30 18:37:21 +01:00
md_5
508462b96b
Use a compile time sneaky throw hack.
...
Fixes maven compilation for dependants.
2014-08-30 19:06:10 +10:00