summaryrefslogtreecommitdiffstats
path: root/nms-patches/Chunk.patch
Commit message (Collapse)AuthorAgeLines
* SPIGOT-2439: Consistently fire Chunk(Load|Unload)EventAikar2016-06-23-13/+51
| | | | | | | | | | | | | | | | | | Clean up implementation and firing of both of these events by routing both unload and load behaviors to consistent method calls. This fixes issues where a few places would not call Load or Unload events when it should have. Additionally, reduces diff by moving the neighbor marking code into these consistent points. Additional benefits of the change include improving the neighbor marking methods to use getChunkIfLoaded instead of getLoadedChunkAt in some places, as the latter will cause chunks to be marked active and not unload. Finally, this also updates CraftWorld.loadChunk to use the new methods, as the previous logic did not properly handle the new unload queue.
* Update to Minecraft 1.10md_52016-06-09-25/+13
|
* Minecraft 1.9.4md_52016-05-10-19/+18
|
* Update to Minecraft 1.9md_52016-03-01-22/+50
|
* [SPIGOT-946] Begin making use of access transforms to simplify patching.md_52015-06-06-18/+0
|
* Cut fluff from patch headers.md_52015-05-25-2/+2
|
* SPIGOT-729: Revert the entity slice moveThinkofdeath2015-03-22-17/+9
|
* Capture tile entities and only place them in the event succeedsThinkofdeath2015-03-16-5/+22
|
* SPIGOT-705: Fix possible CMEThinkofdeath2015-03-15-8/+16
|
* Update to Minecraft 1.8.3Thinkofdeath2015-03-04-21/+34
|
* Remove the delayed tile entity removal, fixes issues with recursive removal ↵Thinkofdeath2014-12-21-34/+6
| | | | of comparators
* 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/+169
For more information please see http://www.spigotmc.org/