CraftBukkit/Spigot
246e624213
SPIGOT-3829: Apply some speed limits to all entities
...
By: md_5 <git@md-5.net>
2018-02-19 09:52:00 +11:00
CraftBukkit/Spigot
f7d75ce15b
SPIGOT-3637: Adjust yaw yet again
...
By: md_5 <git@md-5.net>
2017-11-07 17:21:38 +11:00
CraftBukkit/Spigot
fa26f3f501
SPIGOT-3497: Cancelled EntityPortalEvent leads to incorrect behaviour
...
By: md_5 <git@md-5.net>
2017-08-08 20:35:29 +10:00
CraftBukkit/Spigot
cdcb11b8ae
SPIGOT-3440: Non player entities should not make new portals
...
By: md_5 <git@md-5.net>
2017-07-22 16:40:10 +10:00
CraftBukkit/Spigot
ea595a5dcf
Update to Minecraft 1.12
...
By: md_5 <git@md-5.net>
2017-06-08 18:00:00 +10:00
CraftBukkit/Spigot
31553d7ef7
SPIGOT-3258: VehicleBlockCollisionEvent only fires in certain directions
...
By: md_5 <git@md-5.net>
2017-05-21 10:24:47 +10:00
CraftBukkit/Spigot
40c8954e17
Update to Minecraft 1.12-pre2
...
By: md_5 <git@md-5.net>
2017-05-14 12:00:00 +10:00
CraftBukkit/Spigot
b18c5c741b
Process entity portalling towards the end of a tick.
...
Cross world teleportation works by taking a copy of an entity and moving it to a new world. After this happens the original entity is marked as dead so as to be removed from the original world, however it still undergoes one further tick in the main world, but with some information from the new world. It is not so easy to break out of this tick cycle if needed, so instead we move the portalling process towards the end of an existing tick. This ensures that the entity will not be spuriously ticked.
By: md_5 <git@md-5.net>
2017-03-20 15:41:15 +11:00
CraftBukkit/Spigot
4b11aba0f7
SPIGOT-3063: Call EntityAirChangeEvent
...
By: md_5 <git@md-5.net>
2017-02-14 10:34:56 +11:00
CraftBukkit/Spigot
49376274b6
Re-enable the vanilla debug MethodProfiler and /debug command
...
This is highly useful for profiling vanilla code, and in some cases plugin code. It is somewhat expensive, though, which is why it was initially disabled.
I chose to use a system property instead of a configuration setting because 1) the MethodProfiler is exclusive to CraftBukkit and not part of the general API (the timings system is the general API equivalent), and 2) using a static final boolean property _may_ allow the JITter to optimize out the methods when disabled (though I'm not sure of it).
There are several changes to fix cases where the profiler code was broken slightly by other craftbukkit changes. All of cases have been fixed, except for the block entity ticking one, due to the cost of the getSimpleName call. For that, a ticking entry is used instead, so that time spent actually ticking the block entities can be compared with time processing the list.
This (effectively) reverts 7dde6cc566
.
By: Pokechu22 <Pokechu022@gmail.com>
2017-01-18 17:42:35 -08:00
CraftBukkit/Spigot
0c321dd15d
Update to Minecraft 1.11.2
...
By: md_5 <git@md-5.net>
2016-12-21 22:00:00 +11:00
CraftBukkit/Spigot
f9a809b2ba
Update to Minecraft 1.11.1
...
By: md_5 <git@md-5.net>
2016-12-21 07:00:00 +11:00
CraftBukkit/Spigot
4e412ab4e3
Update to Minecraft 1.11
...
By: md_5 <git@md-5.net>
2016-11-17 12:41:03 +11:00
CraftBukkit/Spigot
fc00e0cbca
SPIGOT-2686: Vehicles cannot collide with air
...
By: md_5 <git@md-5.net>
2016-10-12 19:47:14 +11:00
CraftBukkit/Spigot
d9aefeb601
SPIGOT-2653: Better align combustion with vanilla behaviour
...
By: md_5 <git@md-5.net>
2016-09-03 16:39:21 +10:00
CraftBukkit/Spigot
22d343c1f4
SPIGOT-2581: EntityAirChangeEvent
...
By: md_5 <git@md-5.net>
2016-08-08 18:24:21 +10:00
CraftBukkit/Spigot
bdf0aef528
SPIGOT-2405: Better event for combust due to fire
...
By: md_5 <git@md-5.net>
2016-06-15 13:31:35 +10:00
CraftBukkit/Spigot
67c3b659a5
Restore some Vanilla behaviour to fix magma blocks
...
By: md_5 <git@md-5.net>
2016-06-09 12:50:21 +10:00
CraftBukkit/Spigot
a39b7e5f3a
Update to Minecraft 1.10
...
By: md_5 <git@md-5.net>
2016-06-09 11:43:49 +10:00
CraftBukkit/Spigot
d506c12c07
Minecraft 1.9.4
...
By: md_5 <git@md-5.net>
2016-05-10 21:47:39 +10:00
CraftBukkit/Spigot
2e5cc5e318
SPIGOT-2050: Add back code to only fire VehicleEnterEvent for loaded chunks.
...
By: md_5 <git@md-5.net>
2016-03-26 09:19:03 +11:00
CraftBukkit/Spigot
c3b18ee3a7
SPIGOT-1927: Don't allow circular entity riding
...
By: md_5 <git@md-5.net>
2016-03-15 15:09:39 +11:00
CraftBukkit/Spigot
1fec65442b
SPIGOT-1831: Chicken / sheep not dropping items correctly.
...
By: md_5 <git@md-5.net>
2016-03-08 17:58:52 +11:00
CraftBukkit/Spigot
ced78d5d27
SPIGOT-1816: Rework drop capture.
...
By: md_5 <git@md-5.net>
2016-03-07 19:51:42 +11:00
CraftBukkit/Spigot
21d4bf5d1f
Update to Minecraft 1.9
...
By: md_5 <git@md-5.net>
2016-03-01 08:32:46 +11:00
CraftBukkit/Spigot
fb04f93364
SPIGOT-949: Fix damage cooldown reducing explosion knockback
...
By: Jedediah Smith <jedediah@silencegreys.com>
2015-08-31 18:06:13 +10:00
CraftBukkit/Spigot
c0e326b62a
Add a sane limit for name length
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-07-25 22:33:25 +01:00
CraftBukkit/Spigot
58abe21c5a
[SPIGOT-946] Begin making use of access transforms to simplify patching.
...
By: md_5 <git@md-5.net>
2015-06-06 19:33:48 +10:00
CraftBukkit/Spigot
6c1c28bd14
Cut fluff from patch headers.
...
By: md_5 <git@md-5.net>
2015-05-25 20:37:24 +10:00
CraftBukkit/Spigot
85be409b13
Update to Minecraft 1.8.3
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-02-26 22:41:06 +00:00
CraftBukkit/Spigot
04c9a53768
SPIGOT-387: Remove redundant custom vehicle handling.
...
By: md_5 <git@md-5.net>
2015-01-09 16:59:18 +11:00
CraftBukkit/Spigot
5a46679378
SPIGOT-217: Fix VehicleBlockCollisionEvent having the wrong block location
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2015-01-04 20:00:42 +00:00
CraftBukkit/Spigot
0a442fabf8
SPIGOT-241 - Fix the duplication glitch of Leads (Vanilla bug).
...
Glitch is caused because entities drop their leads when they are dead and still leashed and when they can't find their owner (Or the distance is too large).
We need to make sure the entity we set to be dead, loses its leash before the next tick, else there will be two dropped leads.
By: FearThe1337 <admin@fearthe1337.com>
2014-12-21 17:30:42 +01:00
CraftBukkit/Spigot
aae99bf7b4
Rebuilt patches
...
By: md_5 <git@md-5.net>
2014-12-12 11:05:04 +11:00
CraftBukkit/Spigot
c2571d4821
Add implementation of the elder Guardian API
...
By: md_5 <git@md-5.net>
2014-12-12 10:56:20 +11:00
CraftBukkit/Spigot
2685b6f8ff
Remove old dev comments
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2014-12-11 00:40:25 +00:00
CraftBukkit/Spigot
b6fdbaa826
Filter invalid bounding boxes for entities
...
This should prevent issues caused by broken horses
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2014-12-02 17:53:34 +00:00
CraftBukkit/Spigot
6956c3298f
Revert "Remove patch headers"
...
This reverts commit a8ddf37419
.
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2014-11-28 23:02:15 +00:00
CraftBukkit/Spigot
a8ddf37419
Remove patch headers
...
By: GunfighterJ <joseph.jenniges@gmail.com>
2014-11-28 16:54:14 -06:00
CraftBukkit/Spigot
ba8312ff89
Use the right name for the AsyncPlayerPreLoginEvent
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2014-11-28 17:43:48 +00:00
CraftBukkit/Spigot
2443e912f8
Fix eating food whilst not facing a block
...
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2014-11-28 11:23:19 +00:00
CraftBukkit/Spigot
a419776f3c
Update to Minecraft 1.8
...
For more information please see http://www.spigotmc.org/
By: Thinkofdeath <thinkofdeath@spigotmc.org>
2014-11-26 08:32:16 +11:00