Dylan K. Taylor
|
38d6284671
|
Use PHP-CS-Fixer to enforce file header presence
|
2022-06-04 17:34:49 +01:00 |
|
Dylan K. Taylor
|
c0b15de504
|
Modernize private static property declarations
|
2022-05-17 21:55:16 +01:00 |
|
Dylan K. Taylor
|
6eac2ea7a5
|
Modernize private property declarations in src/network
|
2022-05-17 21:22:33 +01:00 |
|
Dylan K. Taylor
|
be1996752a
|
Replace disallowed operators in src/network/
|
2022-01-20 19:11:32 +00:00 |
|
Dylan K. Taylor
|
4aab0565c0
|
ChunkCache: fixed corner case in cache restart on AsyncTask error
the cache may have been destroyed since the task inception, leading to an exception being thrown.
|
2021-12-27 18:11:55 +00:00 |
|
Dylan K. Taylor
|
5db3915aad
|
Make MemoryManager aware of ChunkCache
|
2021-10-28 20:28:00 +01:00 |
|
Dylan T
|
4111d92b98
|
Stop hardcoding chunk dimensions everywhere (#4443)
|
2021-09-10 16:13:25 +01:00 |
|
Dylan K. Taylor
|
0251359179
|
ChunkCache: remove outdated TODO comment
we don't set the entire chunk during lighting updates anymore, so updating light doesn't trigger onChunkChanged().
|
2021-04-19 00:20:03 +01:00 |
|
Dylan K. Taylor
|
bcc3e87730
|
Timings: rename core timers to remove 'timer' from the names
this makes them shorter and more consistent.
|
2020-12-23 17:52:25 +00:00 |
|
Dylan K. Taylor
|
c808095978
|
Chunks no longer contain their own coordinates
|
2020-12-03 21:59:30 +00:00 |
|
Dylan K. Taylor
|
37299ab804
|
ChunkCache: explicitly check for requesting of unloaded chunk
NetworkSession will never do this, but other things might.
|
2020-11-16 19:45:46 +00:00 |
|
Dylan K. Taylor
|
1d27225553
|
Relocate cache-related classes to mcpe\cache namespace
|
2020-11-16 19:39:30 +00:00 |
|