Paper/Bukkit-Patches
Aikar e9950b70d3 Overhaul to Timings and Entity Activation Range
This greatly extends the timings improvements I've done in recent commits, and brings timings to fully cover the entire tick.
The timings system also now tracks when specific timings causes the server to lose TPS.
The timings are also able to be turned on "on demand", meaning you do not need to restart the server to enable them.

This commit also overhauls the Entity Activation Range feature, fixing bugs, adding more immunities, and improving the performance of it.
It also fixes a regression with a recent Spigot commit that broke the entire Entity Activation Range feature.

This commit had to move the Tick Loop patch before timings because there was a change done there to time the entire tick, so lots of renames.

These 2 commits had to be bundled together to simplify applying them and reduce redundant conflict resolution.
2013-02-27 07:29:33 +11:00
..
0001-Spigot-POM-Changes.patch Actually use the parent pom. 2013-02-03 09:54:16 +11:00
0002-Measure-the-duration-of-the-entire-timings-run.patch Add Aikar's timings patches. 2013-01-19 19:28:14 +11:00
0003-Improved-Timings-System.patch Overhaul to Timings and Entity Activation Range 2013-02-27 07:29:33 +11:00
0004-Add-nag-for-bad-plugins.patch Only nag if we are finding for the first time.. 2013-02-02 18:11:59 +11:00
0004-Make-the-plugin-class-loader-thread-safe.patch.disable Plugins break when the intended behaviour is put into place, because for some reason they are all packaging the same classes, an inherently unsafe operation in the case that the classes are loaded at the same time by multiple classloaders - hence we are removing safety from the loaders for now until a correct solution can be put in place. 2013-02-02 16:30:39 +11:00