Commit Graph
16 Commits
Author SHA1 Message Date
Thinkofdeath a93c6f2875 Fix the player's uuid being null in Bungee mode/offline mode 2015-03-07 13:34:07 +00:00
Thinkofdeath c0638b6ffb Update to Minecraft 1.8.3 2015-02-28 11:36:22 +00:00
Thinkofdeath 390839a207 Fix a possible edge case with the ticking changes by delaying removal until next tick 2015-02-22 11:08:39 +00:00
Thinkofdeath 933975a2f7 SPIGOT-593: Fix a mistake with the EntitySlice patch 2015-02-20 16:39:04 +00:00
Thinkofdeath f80c13d801 Upstream merge 2015-02-18 10:24:40 +00:00
Thinkofdeath 00c4207874 Fix entity activation range for fireworks and items 2015-02-13 21:51:02 +00:00
Thinkofdeath 0e2ad96a6c Upstream merge 2015-02-12 14:25:18 +00:00
Thinkofdeath 954c898c28 SPIGOT-522: Remove the global api cache option
This was useful when plugins first started upgrading to uuid because each
plugin would implement their own way for grabbing uuid's from mojang. Because
none of them shared the result they would quickly hit the limits on the api
causing the conversion to either fail or pause for long periods of time. The
global api cache was a (very hacky) way to force all plugins to share a cache
but caused a few issues with plugins that expected a full implementation of
the HTTPURLConnection. Due to the fact that most servers/plugins have updated
now it seems to be a good time to remove this as its usefulness mostly has
expired.
2015-02-06 10:08:31 +00:00
Thinkofdeath 6f8cdbf0f4 Fix the 'Remove uneeded validation' patch
Looks like it may have been broken during the 1.8 update (or it was always
broken)
2015-01-30 09:36:43 +00:00
Thinkofdeath ea2b36a864 Fix merge conflicts 2015-01-25 14:44:52 +00:00
Thinkofdeath 553a96920a SPIGOT-459: Update the structure saving warning 2015-01-25 14:35:55 +00:00
Thinkofdeath a0fb646609 Fix applyPatches.sh not correctly pulling bukkit updates
Conflicts:
	applyPatches.sh
2015-01-24 01:00:49 +00:00
Thinkofdeath 0140e85cc0 Me and windows are not getting along 2015-01-18 18:28:49 +00:00
Thinkofdeath 1b8477d2fe Whoops 2015-01-18 18:23:17 +00:00
Thinkofdeath 2dbd93ee7f Upstream merge 2015-01-18 18:17:11 +00:00
Thinkofdeath 65c90b951a SPIGOT-326: Fix an overflow issue which caused particles to only show in a 1 block radius 2015-01-16 23:08:37 +00:00