Dylan K. Taylor
|
5d83f4670a
|
RegionLoader: Switch to using named constructors
this makes the code more self-descriptive, and also helps to detect potential bugs.
|
2021-04-15 21:57:23 +01:00 |
|
Dylan K. Taylor
|
32c4a165cf
|
Removed RegionLoader::open()
this is nothing but a source of bugs.
|
2021-04-15 15:38:18 +01:00 |
|
Dylan K. Taylor
|
d4290837f3
|
fix build failure
|
2021-02-02 13:55:56 +00:00 |
|
Dylan K. Taylor
|
3e1ac66abf
|
Merge branch 'stable'
|
2021-02-02 13:46:29 +00:00 |
|
Dylan K. Taylor
|
c808095978
|
Chunks no longer contain their own coordinates
|
2020-12-03 21:59:30 +00:00 |
|
Dylan K. Taylor
|
315962c12c
|
Added __clone() for Chunk and SubChunk
we need this because the flatworld generator uses clone to produce new chunks, so we don't want the chunks getting fucked up.
|
2020-11-01 16:14:25 +00:00 |
|
Dylan K. Taylor
|
73a8c90bee
|
Merge remote-tracking branch 'origin/stable'
# Conflicts:
# resources/vanilla
# src/world/Explosion.php
# tests/phpunit/item/ItemTest.php
# tests/phpunit/world/format/io/region/RegionLoaderTest.php
# tests/plugins/TesterPlugin/src/pmmp/TesterPlugin/tests/AsyncTaskMainLoggerTest.php
# tests/plugins/TesterPlugin/src/pmmp/TesterPlugin/tests/AsyncTaskMemoryLeakTest.php
|
2020-11-01 14:21:47 +00:00 |
|
Dylan K. Taylor
|
7d73630fb7
|
Merge branch 'stable'
# Conflicts:
# resources/vanilla
# src/world/format/io/region/RegionGarbageMap.php
# src/world/format/io/region/RegionLoader.php
# tests/phpstan/configs/l7-baseline.neon
# tests/phpunit/world/format/io/region/RegionLocationTableEntryTest.php
|
2020-06-15 20:10:15 +01:00 |
|
Dylan K. Taylor
|
640428c415
|
Convert WorldProviderManager to singleton
|
2020-05-23 10:02:09 +01:00 |
|
Dylan K. Taylor
|
fb1126797a
|
Merge branch 'stable'
|
2020-02-07 18:13:55 +00:00 |
|