summaryrefslogtreecommitdiffstats
path: root/nms-patches/PlayerList.patch
Commit message (Collapse)AuthorAgeLines
* Re-enable the vanilla debug MethodProfiler and /debug commandPokechu222017-01-18-8/+8
| | | | | | | | | | 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 7dde6cc5663e1f6b84f549c54a47bc623b49fdf1.
* Update to Minecraft 1.11.1md_52016-12-21-42/+42
|
* Fix possible leaks in vanish APImd_52016-11-28-34/+54
|
* Update to Minecraft 1.11md_52016-11-17-28/+31
|
* SPIGOT-1903, MC-98153: Portal Location Sync Issuesmd_52016-10-23-1/+1
|
* SPIGOT-2622: Ensure all players are safely disconnected on shutdownmd_52016-08-23-8/+12
|
* SPIGOT-2501: Remove period from default quit messagemd_52016-07-07-1/+1
|
* SPIGOT-2461: Call player tick specificallymd_52016-06-28-1/+1
|
* SPIGOT-924: Compute attributes one last time after quittingmd_52016-06-25-23/+24
|
* Update to Minecraft 1.10md_52016-06-09-27/+27
|
* SPIGOT-2311: Cancelling PlayerPortalEvent causes invulnerability until relogmd_52016-05-25-14/+15
|
* Minecraft 1.9.4md_52016-05-10-31/+31
|
* SPIGOT-2115: Fix entities being added to the world multiple times when ↵Thinkofname2016-04-02-14/+16
| | | | teleported
* Fix player dimension change invulnerability never getting unset when certain ↵Zach Brown2016-03-24-13/+14
| | | | dimensions are disabled
* Remove redundant syncInventory on world changemd_52016-03-06-1/+2
|
* SPIGOT-1573: Fix command blocks after respawningmd_52016-03-06-24/+21
|
* Update to Minecraft 1.9md_52016-03-01-105/+112
|
* SPIGOT-1308: Fix typo in PlayerList#sendAllThinkofdeath2016-01-22-1/+1
|
* SPIGOT-1058: Fix lost player list capping to 60.md_52015-07-18-2/+4
| | | | Went missing in the 1.8 update.
* SPIGOT-954: Don't send block animations or gamemode updates to players can't ↵Thinkofdeath2015-06-07-21/+31
| | | | see the player
* [SPIGOT-946] Begin making use of access transforms to simplify patching.md_52015-06-06-17/+5
|
* Cut fluff from patch headers.md_52015-05-25-2/+2
|
* Update to 1.8.4Thinkofdeath2015-05-17-12/+12
|
* Fire PlayerTeleport event on portal travelThinkofdeath2015-03-21-33/+38
|
* Only double switch if the dimension is the sameThinkofdeath2015-03-08-15/+17
|
* Readd the double dimension switchThinkofdeath2015-03-08-14/+15
|
* Update to Minecraft 1.8.3Thinkofdeath2015-03-04-124/+121
|
* Remove the double dimension switch as the issue seems fixed, if it breaks ↵Thinkofdeath2015-02-18-15/+14
| | | | something blame SupaHam
* Handle new players correctlyThinkofdeath2015-02-04-3/+3
|
* Improve vanilla's rename detection by using bukkit's lastKnownName nbt tagThinkofdeath2015-02-04-35/+48
|
* Re-enable the vanilla feature of changing the join message if a player has ↵Thinkofdeath2015-02-03-34/+50
| | | | | | | changed name since their last join This uses the UserCache (like vanilla) and therefore is limited to whether they are still in the cache by the next join
* Rework the vanilla link fix so that hover/click events aren't lostThinkofdeath2014-12-13-15/+12
|
* SPIGOT-199: Default to white instead of black for chat messagesThinkofdeath2014-12-13-3/+3
|
* Use CraftChatMessage.fromComponent so that colors remain in sent messagesThinkofdeath2014-12-12-3/+3
|
* [Vanilla Fix] Process links in broadcasted messages.md_52014-12-12-37/+50
|
* Fix per a world world bordersThinkofdeath2014-12-10-14/+30
| | | | Well... mostly anyway
* Fix worldborders showing from the wrong worldThinkofdeath2014-12-06-3/+3
|
* Disconnect old players before firing PlayerLoginEvent and fire aThinkofdeath2014-12-06-23/+46
| | | | PlayerQuitEvent straight after a PlayerKickEvent
* Force the player to be saved when disconnecting duplicatesThinkofdeath2014-12-06-15/+19
| | | | Allows the current player to grab the updated file
* Minor formatting fixesThinkofdeath2014-12-03-3/+3
|
* Fix a missed case for weather transitions on joinThinkofdeath2014-12-02-6/+7
|
* Revert "Remove patch headers"Thinkofdeath2014-11-28-0/+2
| | | | This reverts commit d6e3dff7d88b3b4275108071704a1ef18d8484c5.
* Remove patch headersGunfighterJ2014-11-28-2/+0
|
* Use the right name for the AsyncPlayerPreLoginEventThinkofdeath2014-11-28-2/+2
|
* Fix eating food whilst not facing a blockThinkofdeath2014-11-28-2/+2
|
* Update to Minecraft 1.8Thinkofdeath2014-11-28-0/+788
For more information please see http://www.spigotmc.org/