Commit graph

1594 commits

Author SHA1 Message Date
md_5
e0e1771a6d Update paste service used by timings. 2016-08-12 15:35:55 +10:00
md_5
10d38f1a72 SPIGOT-2587: No need to cap player speed 2016-08-12 08:09:36 +10:00
md_5
90f61bc448 SPIGOT-1388: Branchless NibbleArray 2016-07-30 11:34:30 +10:00
md_5
af8198d44a Rebuild patches 2016-07-29 17:37:58 +10:00
md_5
078e2f8b3c Rebuild patches 2016-07-15 20:11:38 +10:00
md_5
9797151286 Rebuild patches 2016-07-13 11:48:43 +10:00
md_5
cf6dea390f TileEntitySkull goes back 2016-07-12 20:30:14 +10:00
md_5
ee1fc06e35 Full patch rebuild. 2016-07-12 20:26:01 +10:00
md_5
ff84af45d0 Rebuild patches. 2016-07-12 20:19:06 +10:00
md_5
af982fcae6 SPIGOT-538: Add some missing growth rates 2016-07-11 21:20:40 +10:00
md_5
f6305411b8 SPIGOT-1495: Update inventory if required on PlayerItemDamageEvent 2016-07-10 12:06:58 +10:00
md_5
f09019bf81 Rebuild patches. 2016-07-10 11:47:29 +10:00
md_5
7745d45de9 Patch rebuild 2016-07-08 11:22:17 +10:00
md_5
a9631d2831 SPIGOT-2469: Use 1.10 BungeeCord-Chat 2016-07-01 12:43:03 +10:00
md_5
3996d7d5c0 Patch rebuild 2016-06-30 15:22:27 +10:00
md_5
65a0f1170c SPIGOT-1228: Config option for item dirty ticks 2016-06-30 14:32:15 +10:00
md_5
5391d732ff BUILDTOOLS-251: Make much of Bukkit locale independent 2016-06-26 19:36:08 +10:00
md_5
687a0190ef Update to Minecraft 1.10.2 2016-06-25 11:52:46 +10:00
md_5
c3e4052b69 Rebuild patches 2016-06-23 10:37:05 +10:00
md_5
c55900f728 Remove empty patch 2016-06-16 10:25:49 +10:00
md_5
e50d38c387 SPIGOT-2413: Missed diff 2016-06-15 13:24:40 +10:00
md_5
3ccadba36a Patch rebuild 2016-06-12 19:30:52 +10:00
md_5
6016ac773a SPIGOT-2363: Glitched arrows 2016-06-09 20:57:17 +10:00
md_5
da278d16b4 Update to Minecraft 1.10 2016-06-09 11:43:56 +10:00
md_5
798f32dcaa Rebuild patches 2016-06-03 21:32:53 +10:00
md_5
8a048fe4a4 Patch rebuild 2016-05-19 20:48:52 +10:00
md_5
4af49dc0ab Minecraft 1.9.4 2016-05-10 21:48:25 +10:00
md_5
e0001040ae Rebuild patches 2016-05-07 16:38:15 +10:00
md_5
e6f93f4eed SPIGOT-2210: Still use Sonatype OSS pom parent 2016-04-24 12:32:59 +10:00
md_5
f972b368da Update parent pom for Spigot 2016-04-23 12:40:22 +10:00
BlackHole
4789f3fe6c Don't tick blocks if neighbor chunks aren't loaded 2016-04-23 12:35:48 +10:00
BlackHole
5a403651d2 Add ChatMessageType to Player.spigot().sendMessage() 2016-04-11 19:18:41 +10:00
md_5
944aa2003b Rebuild patches 2016-04-06 22:47:02 +10:00
md_5
f6feaaae5b SPIGOT-2090: Change how move wrongly threshold is applied 2016-04-04 17:26:15 +10:00
Thinkofname
a1b8bf3530 Rebuild patches 2016-04-01 23:26:30 +01:00
Thinkofname
ccb6016267 Rebuild patches 2016-04-01 10:59:39 +01:00
Aikar
7127db5a84 Fixes to Activation Range
Should not skip tick if the flag is false, as this is to change chunk registration.

Additionally, call the entityJoinedWorld(false) to register chunk change on CraftEntity.teleport
2016-03-31 22:48:31 -04:00
Thinkofname
1480adb827 Update to Minecraft 1.9.2 2016-03-30 22:36:28 +01:00
Thinkofname
d20369fcad Rebuild patches 2016-03-30 16:54:04 +01:00
Thinkofname
861713a12f Rebuild patches 2016-03-30 16:03:57 +01:00
md_5
2038f4a1ee Update patches for changes 2016-03-27 20:36:54 +11:00
md_5
53e65c99d2 Patch rebuild 2016-03-27 10:11:19 +11:00
md_5
129f87a2c0 SPIGOT-2055: Movement configuration 2016-03-26 14:16:36 +11:00
md_5
5d4e372f48 SPIGOT-2047: Make sure floating point arithmetic is used for growth rates 2016-03-26 09:05:21 +11:00
md_5
90839e6224 Rebuild patches 2016-03-23 07:34:06 +11:00
md_5
f04e043eb1 Rebuild patches. 2016-03-20 11:29:50 +11:00
Aikar
04266858e3 Optimize Navigation Listener
Replace WeakHashMap with an ArrayList and manually manage object
lifecycle. Gives superior iteration performance at a slight cost
to removal performance and also ensures entities are removed immediately
upon losing their validity within the world.

Additionally, change listener registration to be done upon world add
instead of immediate up creation. This provides benefit of only
registering and ticking real Navigation objects, and not invalid
entities (cancelled entity spawns for example).
2016-03-19 19:37:46 +11:00
md_5
66f95e658f Rebuild patches 2016-03-19 14:46:10 +11:00
md_5
cce4667dd0 SPIGOT-1964: Remove 1.9.1 patch 2016-03-19 08:38:35 +11:00
md_5
095e59a49a SPIGOT-1953: Don't copy NavigationListener Map on Iteration. 2016-03-18 14:41:42 +11:00