Zach Brown
452f012665
Update upstream B/CB
2018-07-30 20:19:41 -05:00
Aikar
720dabd2aa
Update Upstream
...
Removed my ChunkLoadEvent patch as upstream fixed it
2018-07-30 01:08:59 -04:00
Aikar
20bf0ed9ea
Update upstream
2018-07-29 22:16:15 -04:00
Aikar
c33b679642
update upstream
2018-07-29 12:42:07 -04:00
Aikar
817b9934c7
Merge branch 'master' into pre/1.13
...
* master:
Relookup Entity Save ID if was null during precache
2018-07-27 00:44:53 -04:00
Aikar
3c8a4cb1bb
Relookup Entity Save ID if was null during precache
...
Should fix #1280
Citizens hijacks entity map, and im guessing under the right conditions
the result might actually be null during entity creation
Pre the cache patch, the id is looked up on save, so it was fine.
Now, if its null and the save ID is requested, we will try to look
it up again and cache it if found.
2018-07-26 23:57:31 -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
93a7205ba8
NOT FINISHED!!! More progress on 1.13-pre7
...
This work is unfinished, keep your paws off this branch!
2018-07-16 16:34:55 +01:00
Aikar
6d1a918378
NOT FINISHED!!! Current Progress on 1.13-pre7 update
...
This work is 100% unfinished. I am pushing it up so that we as a team
can work on this update.
Do not try to use this branch. You will fail.
2018-07-14 21:53:17 -04:00
Aikar
fe9d5b5570
Fix issue with entity activation range check - #1199
2018-07-14 00:12:42 -04:00
Aikar
eb1140acce
Multitude of changes to attempt to fix #1199
2018-07-12 16:42:56 -04:00
Aikar
1ba951ee5d
Only use stored chunk ref if it matches current chunk registration
...
Closes #1197
While this really undoes a lot of the desired performance gains avoiding chunk lookups,
we sadly have to accept this because we are seeing lots of bugs with entities.
2018-07-08 22:39:46 -04:00
Aikar
93dc25ecec
Fix weird bugs with entities - Fixes #1195
2018-07-05 18:39:43 -04:00
Aikar
8778a2ef97
Current Chunk for Entity and Block Entities, counts by entity type
...
This enables us a fast reference to the entities current chunk instead
of having to look it up by hashmap lookups.
We also store counts by type to further enable other performance optimizations in later patches.
2018-07-04 03:55:24 -04:00
Shane Freeder
cf2f346ccb
Update B/CB
2018-02-24 04:03:32 +00:00
Zach Brown
c93e1ee068
Update upstream B/CB/S
2018-01-10 23:31:19 -06:00
Aikar
0ef74cf264
Update upstream
2017-12-09 12:37:09 -05:00
Shane Freeder
6d76e5b46a
Update B/CB/S
2017-11-08 16:13:57 +00:00
BlackHole
01d1cc351b
Update to 1.12.1
2017-08-03 16:36:06 +02:00
Shane Freeder
fe649493e3
Update B/CB
2017-07-28 14:45:16 +01:00
Zach Brown
964e06c9a5
Update upstream B/CB/S
2017-06-12 22:28:09 -05:00
Zach Brown
e3dd2d2df2
Update upstream CB/S
2017-06-11 12:03:07 -05:00
Zach Brown
74ffc20767
Update upstream B/CB
2017-06-02 23:41:05 -05:00
Zach Brown
b39f2133a1
Update Paper to MC 1.12-pre5
2017-05-20 23:41:39 -05:00
Zach Brown
f7d8aa4188
Update upstream B/CB/S
2017-05-15 11:25:20 -05:00
Zach Brown
ab4ae72fd5
Update to MC 1.12-pre2
2017-05-14 13:05:01 -05:00
Zach Brown
de6a101264
Update upstream B/CB/S
...
Adds /paper command for reloading the paper config.
Closes GH-639
Per-world config logging has been removed in favor of all or nothing
logging for all paper settings. I don't believe it was used enough to
warrant maintaining. If this is not the case it should be possible to
re-add it.
2017-03-24 22:18:58 -05:00
Zach Brown
b73556fc5c
Update upstream B/CB
2017-03-18 21:01:13 -05:00
Zach Brown
4832b1a385
Update Paper to MC 1.11
2016-11-16 20:23:38 -06:00
Zach Brown
03eeadc2df
Update upstream B/CB
...
Merges fixes for SPIGOT-2404 and SPIGOT-2408 into Paper
2016-06-13 18:42:08 -05:00
Zach Brown
9b192b2708
Update to Minecraft 1.10
2016-06-08 22:57:14 -05:00
Aikar
34fcd8ccc2
Paper 1.9.4 Update
2016-05-11 22:07:46 -04:00
Aikar
496b49861c
Rename a Timings class and split up Tracker timings
2016-04-29 21:23:40 -04:00
Byteflux
5532826f02
Entity#getOrigin() should return a cloned Location
2016-03-25 09:39:37 -07:00
Byteflux
fc3f55ddc8
Always try to load entity origin location from new NBT tag
2016-03-25 09:32:09 -07:00
Byteflux
bcc957e753
Add Entity Origin API
...
This replaces the TNT and Falling Block Source Location API with a more
general purpose API that works with all entities.
2016-03-25 02:02:35 -07:00