summaryrefslogtreecommitdiffstats
path: root/nms-patches/World.patch
Commit message (Collapse)AuthorAgeLines
* SPIGOT-4178: Add another BlockPhysicsEvent call sitemd_52018-07-29-29/+40
|
* Update to Minecraft 1.13md_52018-07-22-16/+16
|
* Update to Minecraft 1.13-pre7md_52018-07-15-145/+146
|
* SPIGOT-3686: Move entity event call earlier in methodmd_52017-12-09-38/+29
|
* Update to Minecraft 1.12.2md_52017-09-18-45/+17
|
* Update to Minecraft 1.12.1md_52017-08-03-48/+39
|
* SPIGOT-3463: Spurious item drops from eventmd_52017-07-28-38/+39
|
* Update to Minecraft 1.12md_52017-06-08-2/+2
|
* Update to Minecraft 1.12-pre6md_52017-05-30-22/+30
|
* SPIGOT-3254: Check chunks are loaded before ticking entities as per previous ↵md_52017-05-20-14/+28
| | | | versions.
* Update to Minecraft 1.12-pre5md_52017-05-19-33/+21
|
* Update to Minecraft 1.12-pre2md_52017-05-14-55/+54
|
* Process entity portalling towards the end of a tick.md_52017-03-20-13/+21
| | | | 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.
* SPIGOT-3128: Shift VehicleCreateEvent calling.md_52017-03-15-27/+29
|
* Re-enable the vanilla debug MethodProfiler and /debug commandPokechu222017-01-18-1/+1
| | | | | | | | | | 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.
* SPIGOT-2966: Entirely remove problematic checkmd_52016-12-28-35/+23
|
* SPIGOT-2944: Just apply filtering to playersmd_52016-12-22-25/+27
|
* SPIGOT-2948: Alter filtering logicmd_52016-12-21-1/+1
|
* Update to Minecraft 1.11.1md_52016-12-21-22/+41
|
* SPIGOT-2926: Check spawn-npcs setting for NPCs.md_52016-12-17-27/+28
| | | | Probably should refactor this code to be more similar to Vanilla in future.
* Update to Minecraft 1.11md_52016-11-17-54/+56
|
* Update to Minecraft 1.10.2md_52016-06-25-14/+14
|
* Update to Minecraft 1.10md_52016-06-09-37/+37
|
* SPIGOT-2303: Use getChunkIfLoadedmd_52016-05-22-1/+1
|
* Minecraft 1.9.4md_52016-05-10-55/+50
|
* SPIGOT-2033: Re-add missed diff for entity.validAikar2016-03-29-23/+31
|
* SPIGOT-1746: Tile entities may not always tick.md_52016-03-25-14/+27
|
* SPIGOT-1900: Stub out expensive and redundant method callmd_52016-03-12-0/+9
|
* Missing diff effecting frost walker ignoring entitiesBlackHole2016-03-10-1/+1
|
* SPIGOT-1663: Fix WorldBorder displaying in secondary worlds.md_52016-03-06-33/+59
|
* SPIGOT-1626 / MC-98994: Fix slow chunk performancemd_52016-03-05-1/+6
| | | | Please see https://bugs.mojang.com/browse/MC-98994 for full explanation.
* SPIGOT-1525: Fix worldborder set.md_52016-03-01-33/+36
|
* Update to Minecraft 1.9md_52016-03-01-174/+90
|
* SPIGOT-915: Remove the getEntities filterThinkofdeath2015-07-08-23/+9
| | | | | | Didn't fix the issue like i'd hoped and broke a few plugins in the process. Ideally though plugins shouldn't be using it for large ranges because it is inefficient
* Cut fluff from patch headers.md_52015-05-25-2/+2
|
* SPIGOT-725: Always return captured tile entitiesThinkofdeath2015-03-22-3/+3
|
* SPIGOT-711: Correctly init captured tile entitiesThinkofdeath2015-03-16-16/+18
|
* Capture tile entities and only place them in the event succeedsThinkofdeath2015-03-16-37/+72
|
* SPIGOT-677: Add populators slightly later to make sure everything is initializedThinkofdeath2015-03-11-39/+36
|
* SPIGOT-626: Add populators early to prevent chunks being missedThinkofdeath2015-03-08-36/+39
|
* SPIGOT-644: Attempt to fix a long standing issue by limiting the range of ↵Thinkofdeath2015-03-08-11/+25
| | | | getEntities
* Update to Minecraft 1.8.3Thinkofdeath2015-03-04-84/+146
|
* Rewrite storm / thunder event handling to catch all cases. Fixes SPIGOT-335.md_52015-01-05-43/+12
|
* Fix per a world world bordersThinkofdeath2014-12-10-34/+36
| | | | Well... mostly anyway
* Fix the chunks being blocked from unloading based on the keepSpawnInMemory flagThinkofdeath2014-12-05-3/+3
|
* SPIGOT-96/BUKKIT-5016: Fix thunder storms not darkening the sky and ↵Thinkofdeath2014-12-02-12/+23
| | | | transitions being broken.
* Fix canceling BlockPlaceEventThinkofdeath2014-11-29-4/+4
|
* Remove old debug infoThinkofdeath2014-11-29-33/+32
|
* Just only hold the last BlockState update for the same location. This fixes ↵Fabian Faßbender2014-11-29-36/+50
| | | | SPIGOT-44
* Revert "Remove patch headers"Thinkofdeath2014-11-28-0/+2
| | | | This reverts commit d6e3dff7d88b3b4275108071704a1ef18d8484c5.