Commit graph

33 commits

Author SHA1 Message Date
md_5
d60de0a65b Update to Minecraft 1.11 2016-11-17 12:42:29 +11:00
md_5
72c26058df SPIGOT-2741: Deprecate legacy particle API 2016-10-25 21:46:50 +11:00
md_5
1e4dd71cf2 SPIGOT-2603: Fix inventory update code that got broken in update 2016-08-15 20:24:19 +10:00
md_5
ee1fc06e35 Full patch rebuild. 2016-07-12 20:26:01 +10:00
md_5
3ccadba36a Patch rebuild 2016-06-12 19:30:52 +10:00
md_5
da278d16b4 Update to Minecraft 1.10 2016-06-09 11:43:56 +10:00
md_5
944aa2003b Rebuild patches 2016-04-06 22:47:02 +10:00
md_5
66f95e658f Rebuild patches 2016-03-19 14:46:10 +11:00
md_5
2dc26f3af2 Patch rebuild. 2016-03-12 12:39:07 +11:00
md_5
8e91ba21a1 Patch rebuild 2016-03-06 14:36:33 +11:00
md_5
b78dfbc207 Patch rebuild. 2016-03-01 11:23:45 +11:00
md_5
7d15d07c92 Update to Minecraft 1.9 2016-03-01 09:33:00 +11:00
md_5
6c9b0a1a1d Update to Minecraft 1.8.8 (Pre-)Release. 2015-07-27 22:20:54 +10:00
md_5
6d0ae89c6e Fix conflicts. 2015-07-10 22:33:16 +10:00
md_5
f928e7aa73 Rebuild patches. 2015-06-21 09:24:26 +10:00
md_5
44c59bf9a8 Fix patches from camera API 2015-06-09 09:16:01 +10:00
md_5
ae403273f8 Rebuild patches for scoreboard API pull to Bukkit. 2015-05-29 19:35:21 +10:00
md_5
6a6b83943e Update to Minecraft 1.8.6 2015-05-25 22:05:40 +10:00
md_5
6a943955cd Rebuild #2 2015-04-09 13:41:04 +10:00
md_5
946960b9f9 SPIGOT-750: Barrier blocks are transparent for xray purposes 2015-04-09 10:23:32 +10:00
Thinkofdeath
31ba0793ff Rebuild patches 2015-03-08 11:04:41 +00:00
md_5
6ee12f6fbc Patch rebuild. 2015-02-26 21:41:47 +11:00
Thinkofdeath
8a983f97a1 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
md_5
e497721865 Upstream merge. 2015-01-05 14:32:59 +11:00
FrozenBrain
52c130fc6d Fix Entity Activation Range 2014-12-21 09:01:55 +11:00
Suddenly
a3168ab2ce Fix the BiomeDecorator going missing due to the mc-dev-imports patch 2014-12-15 11:44:03 +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
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
Thinkofdeath
273c64bbad Add missing particle to particle API 2014-07-26 21:51:17 +01:00
md_5
01a14f4b5a Update Spigot to Minecraft 1.7.10 2014-07-09 10:23:19 +10:00
Aikar
9d913c29c7 Overhaul Timings System
* Now Tracks Commands
* Resolved Performance issue with Bukkit HandlerList method. Now all timings simply uses the Spigot System
* Performance Improvement simply not using TimedRegisteredListener too
* Bug with SyncChunkLoad tracking resolved. Now properly tracks many aspects of sync chunk load.
* Reset/On/Off accuracy - should no longer have any issues turning it on/off during runtime, so this has been re-enabled.
* Paste command on RCON now works
* Now tracks everything related to plugins too, so you can easily see total plugin cost
* Now tracks Tasks better and where they came from
* Now tracks plugins event handlers to the Listener/Method name too.
* Merged some Bukkit Patches so all timings changes are in 1 patch.
* Moved back to a CLQ for CustomTimingsHandler for thread safety for when tasks are created Async but then executed sync.
2014-07-08 09:32:57 +10:00
Renamed from Bukkit-Patches/0008-Add-Particle-API.patch (Browse further)