Aikar
1db0b7ed58
Readd configurable max chunk gens per tick
2018-07-21 17:24:18 -04:00
Shane Freeder
bd34c3623b
NOT FINISHED! She compiles, and she... suffers the wrath of chunkgen...
2018-07-19 05:42:43 +01:00
Shane Freeder
20e3b69061
NOT FINISHED! 1.13 pre-7
...
I need more creative commit messages.
2018-07-19 00:16:19 +01:00
Aikar
eb1140acce
Multitude of changes to attempt to fix #1199
2018-07-12 16:42:56 -04:00
Shane Freeder
5ef91b3293
hopefully fix entity issues - #1199
...
@Aikar
2018-07-09 19:48:49 +01:00
Aikar
8ddd9ddefc
Missed a case where to remove a chunk lookup on TE removal (performance, not bug fix)
2018-07-04 17:29:10 -04:00
Aikar
233a81a4ba
[CI-SKIP] Remove paper tags - Fixes #1192
2018-07-04 17:26:54 -04:00
Aikar
25f583aaa4
Fix Tile Entities - #1192 Fixed
2018-07-04 17:22:38 -04:00
Aikar
2df786eb1f
Avoid Chunk Lookups for Entity/TileEntity Current Chunk
...
In many places where we simply want the current chunk the entity
is in, instead of doing a hashmap lookup for it, we now have access
to the object directly on the Entity/TileEntity object we can directly grab.
Use that local value instead to reduce lookups in many hot places.
2018-07-04 03:56:57 -04:00