Commit graph

16 commits

Author SHA1 Message Date
md_5
7297fbdcb8 Merge in changes. 2015-01-16 14:58:23 +11:00
md_5
e497721865 Upstream merge. 2015-01-05 14:32:59 +11:00
Thinkofdeath
5ffe41c391 Fix arrows despawning quicker than intended 2014-12-26 22:11:19 +00:00
FrozenBrain
52c130fc6d Fix Entity Activation Range 2014-12-21 09:01:55 +11:00
Aikar
a77ed5758a Fix Fireworks on edge of unloaded chunks issue
This was something I fixed in the past but it ended up getting back in it seems.

Fireworks absolutely can not be skipped due to being on the edge of unloaded chunks,
or else they will stick around forever and never despawn until players move near.

On some servers, fireworks are infinite and redstone machines will build up tons of fireworks,
causing crushing client lag and server lag.

This resolves that by letting fireworks continue to move and detonate.
2014-12-21 08:58:04 +11:00
Thinkofdeath
edf691c2e9 Full rebuild 2014-12-10 19:55:03 +00:00
Thinkofdeath
fba27a2ea8 And another 2014-12-07 01:34:31 +00:00
Thinkofdeath
bf71dc6114 Fix a missed rename in Entity Activation Range 2014-12-07 01:26:06 +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
Thinkofdeath
87c1d0c8b7 Fix mob ageing 2014-12-01 20:42:58 +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
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
23b5964225 Fix Some Meory Leaks.
Also remove LongHash "Tweaks".
2014-09-21 10:08:37 +10:00
Renamed from CraftBukkit-Patches/0016-Entity-Activation-Range.patch (Browse further)