Commit Graph
42 Commits
Author SHA1 Message Date
Thinkofdeath d3809b12af Fix Furnace Minecarts losing all of their velocity on corners 2016-02-15 23:19:18 -06:00
Thinkofdeath c9ff2e2b51 SPIGOT-1050: Add a missing case in the disable usercache saving option 2015-07-23 21:43:27 +01:00
Thinkofdeath 169f71cf52 Add a missing Spigot comment 2015-06-16 10:24:54 +01:00
Thinkofdeath 5338c3c023 Remove a special case in vanilla's chunk saving as it interferes with our autosave changes 2015-06-16 10:19:25 +01:00
Thinkofdeath 20ea4d658c SPIGOT-929: Remove the hopper ticks patch 2015-05-26 21:13:14 +01:00
Thinkofdeath 83492e7bf2 SPIGOT-927: Only schedule ticks for blocks in loaded chunks 2015-05-26 14:44:43 +01:00
Thinkofdeath f15e313938 Update to 1.8.5 2015-05-22 14:52:56 +01:00
Thinkofdeath 80d0e8ffa7 Update to 1.8.4 2015-05-09 21:23:26 +01:00
Thinkofdeath 98e006c856 Fix a deadlock that could happen in offline mode when shutting down the server 2015-04-20 09:49:39 +01:00
Thinkofdeath 911a5d776b Upstream merge 2015-04-16 22:34:44 +01:00
Thinkofdeath 9f979ee4bf Improve NBTReadLimiter 2015-04-16 17:38:35 +01:00
Thinkofdeath 7230cfe24d Upstream merge 2015-04-16 11:19:45 +01:00
Thinkofdeath b540d108ac Patch rebuild 2015-04-05 16:09:21 +01:00
Thinkofdeath 3e84fd4c31 Upstream merge 2015-03-24 20:45:15 +00:00
Thinkofdeath 3ce8cf1a9a Upstream merge 2015-03-22 19:50:13 +00:00
Thinkofdeath e3c9d51e96 Upstream merge 2015-03-19 21:31:59 +00:00
Thinkofdeath 1465f017f2 Upstream merge 2015-03-17 21:22:17 +00:00
Thinkofdeath dbbf5810b9 Upstream merge 2015-03-16 19:47:37 +00:00
Thinkofdeath 3c15908aac Upstream merge 2015-03-16 10:19:21 +00:00
Thinkofdeath d96ecbc04b Add missing mc-dev import 2015-03-15 22:18:05 +00:00
Thinkofdeath 68c9a6e117 SPIGOT-709: Extend the block place limit to arm swings 2015-03-15 22:09:27 +00:00
Thinkofdeath 98750ee399 Upstream merge 2015-03-15 21:45:15 +00:00
Thinkofdeath a630a9f1db Patch rebuild 2015-03-11 10:19:32 +00:00
Thinkofdeath 64cd5dcd0c Disable hopper check configuring, breaks various hopper machines 2015-03-08 12:42:50 +00:00
Thinkofdeath 809120c67f Rebuild patches 2015-03-08 11:04:41 +00:00
Thinkofdeath fc2a701b92 Fix null pointer issue with async skull converting 2015-03-07 15:48:05 +00:00
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