Commit graph

1364 commits

Author SHA1 Message Date
Thinkofdeath
9a88a38258 Merge pull request #5 in SPIGOT/spigot from ~AIKAR/spigot:earChunk to master
* commit 'abcf7aa4a40be8f69e0ba772b310ace542a98f66':
  Ensure an entity that needs to be added to chunk ticks
2014-12-04 03:02:53 +01: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
Thinkofdeath
2a70ece9ab Merge pull request #4 in SPIGOT/spigot from ~AIKAR/spigot:improveWorldSave to master
* commit '72d33338f0828cadd956164951dc49d206363795':
  Improve the AutoSave mechanism
2014-12-04 02:37:25 +01: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
a969bf6c85 Fix ./applyPatches.sh not updating Bukkit correctly 2014-12-01 10:29:54 +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
d1cdcf8d4c Remove old patch 2014-11-30 21:13:12 +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
b414734791 Remove extra trove / gson depend 2014-09-11 19:41:03 +10:00
md_5
d4e89b135f Allow EchoPet to be loaded 2014-09-09 18:04:07 +10:00
md_5
e1de049c5e Ensure warnings, update lock are not printed when checking version 2014-09-09 17:56:09 +10:00
md_5
eb0774655f Remove patcher from this repo 2014-09-09 16:59:01 +10:00
md_5
754070bef2 Remove outdated check entirely 2014-09-08 17:54:36 +10:00
md_5
b1a31702bd Print checksums 2014-09-08 17:53:08 +10:00
md_5
eb638fc322 Add SpigotPatcher 2014-09-08 17:46:48 +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
480804b38f Block EchoPet as it causes client crashes with the 1.8 patch 2014-09-02 14:49:51 +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