Steveplays28
23ca022ee9
Merge remote-tracking branch 'upstream/main'
...
# Conflicts:
# coreSubProjects
# fabric/src/main/java/com/seibel/distanthorizons/fabric/FabricClientProxy.java
# fabric/src/main/java/com/seibel/distanthorizons/fabric/mixins/client/MixinLevelRenderer.java
# fabric/src/main/java/com/seibel/distanthorizons/fabric/mixins/mods/sodium/MixinSodiumRenderer.java
2023-08-18 15:11:59 +02:00
s809
d598061fa7
Add missing level wrapper argument (and a bunch of null checks)
2023-08-18 15:04:49 +02:00
James Seibel
e12d7766d6
Fix a null pointer in ClassicConfigGui
2023-08-18 07:59:28 -05:00
James Seibel
e43ee68508
Fix preset configs not applying after the UI screen changes
2023-08-18 07:51:15 -05:00
Builderb0y
7e0e51103b
Fix querying block colors at constant position.
2023-08-18 01:57:08 +00:00
Steveplays28
02498aa189
fix: Fix index out of bounds errors and LOD pillars
...
The `BiomeWrapper#equals` and `BlockStateWrapper#equals` methods didn't use the right `LevelWrapper` for serializing the object to compare to, this is now fixed.
2023-08-16 13:25:23 +02:00
Steveplays28
1ea62fd5ec
Merge remote-tracking branch 'upstream/main'
...
# Conflicts:
# common/src/main/java/com/seibel/distanthorizons/common/wrappers/block/BiomeWrapper.java
# common/src/main/java/com/seibel/distanthorizons/common/wrappers/block/BlockStateWrapper.java
# common/src/main/java/com/seibel/distanthorizons/common/wrappers/misc/ServerPlayerWrapper.java
# common/src/main/java/com/seibel/distanthorizons/common/wrappers/world/ClientLevelWrapper.java
# common/src/main/java/com/seibel/distanthorizons/common/wrappers/world/ServerLevelWrapper.java
# coreSubProjects
# fabric/src/main/java/com/seibel/distanthorizons/fabric/FabricClientProxy.java
# forge/src/main/java/com/seibel/distanthorizons/forge/ForgeClientProxy.java
2023-08-15 15:55:33 +02:00
James Seibel
0935a6e94b
Fix ClientBlockDetailMap.getBlockStateData not passing the BlockPos
...
Thanks Builderb0y
2023-08-14 22:01:03 -05:00
James Seibel
f564755d66
Apply editorconfig auto formatting
2023-08-14 21:16:13 -05:00
Steveplays28
aaf0361c50
fix: Fix BlockStateWrapper and Biome serializing to empty strings
2023-08-15 00:03:12 +02:00
Steveplays28
a08feebde0
fix: Fix server trying to access client instance
2023-08-14 19:23:57 +02:00
Steveplays28
f7131fd2ca
fix: Fix 1.20.1 compilation
2023-08-14 15:44:45 +02:00
Steveplays28
2100f4a6fe
Merge remote-tracking branch 'upstream/main'
...
# Conflicts:
# common/src/main/java/com/seibel/distanthorizons/common/wrappers/block/BiomeWrapper.java
# coreSubProjects
2023-08-14 15:40:31 +02:00
James Seibel
0cc883b6c3
Fix unnecessary region file concurrency warnings in MC 1.16 and 1.17
2023-08-13 17:51:10 -05:00
James Seibel
902362f54f
Fix 1.16 and 1.17 compiling
2023-08-13 17:23:36 -05:00
James Seibel
9020d5bbe6
Replace ChunkWrapper light hash maps with 1D arrays
2023-08-13 17:02:45 -05:00
Steveplays28
996f097b9d
refactor: Re-add old serialization method
...
This is used by some override methods that don't have access to the level.
These old serialization methods have `FIXME`s so they're easy to find in the future.
2023-08-13 23:18:52 +02:00
Steveplays28
2e1d737268
Merge remote-tracking branch 'upstream/main'
...
# Conflicts:
# common/src/main/java/com/seibel/distanthorizons/common/wrappers/block/BiomeWrapper.java
# common/src/main/java/com/seibel/distanthorizons/common/wrappers/block/BlockStateWrapper.java
# coreSubProjects
2023-08-13 22:34:07 +02:00
s809
d374870fb7
Generation task prioritization (loaded > unloaded > ungenerated)
2023-08-13 18:59:42 +05:00
James Seibel
4ad9bb0d71
Fix FullDataPointIdMap (de)serialization duplicate Entries
...
Potentially fix serializing Biomes/Blocks after a level has been shut down.
Also increase DATA_FORMAT_VERSION 2 -> 3
2023-08-12 16:17:59 -05:00
s809
68e9d64779
Fix compiling (except 1.16.5 & 1.17.1)
2023-08-08 20:25:07 +05:00
s809
b64b44f301
Merge branch 'main' of https://gitlab.com/jeseibel/minecraft-lod-mod
2023-08-08 12:48:37 +05:00
coolGi
9f58cf305f
Added a warning if value doesn't have a way to display it
2023-08-07 22:05:04 +09:30
coolGi
3b3ec1eee2
DH Jar now knows git version that it was built from
2023-08-07 21:10:45 +09:30
James Seibel
0a9e789cdc
Remove IMinecraftRenderWrapper.tryDisableVanillaFog()
...
They are now handled via mixins
2023-08-06 19:21:58 -05:00
James Seibel
a761ef4b6b
Add setUseDhLighting to ChunkWrapper
2023-08-06 19:19:45 -05:00
James Seibel
889474fb42
Add SeamlessOverdraw support for 1.16
2023-08-06 17:48:12 -05:00
James Seibel
4ad6c854c8
update comment in ChunkWrapper
2023-08-06 16:09:42 -05:00
James Seibel
ee06d81434
Add missing simicolons to ChunkWrapper
2023-08-06 15:20:28 -05:00
James Seibel
67b61b55a3
Fix 1.17 compiling
2023-08-06 09:08:12 -05:00
James Seibel
6906597165
Fix 1.19.2 compiling
2023-08-06 08:32:21 -05:00
coolGi
b399121f20
Added a ui button option + debug menu option
2023-08-06 18:59:39 +09:30
James Seibel
ea9cb7fcac
remove unused imports in BiomeWrapper
2023-08-05 22:06:09 -05:00
James Seibel
7ba1f77a19
Fix Biome/BlockState Wrapper in 1.18 and 1.19
2023-08-05 21:58:16 -05:00
James Seibel
739947e008
Fix compiling for 1.20.1
2023-08-05 21:21:32 -05:00
James Seibel
9fefaf6eca
Fix some rendering mixins 1.16
2023-08-05 16:28:10 -05:00
James Seibel
b5f3be4fcc
Fix BlockStateWrapper logger null pointer
2023-08-05 12:21:49 -05:00
James Seibel
f6c05303ea
Fix ChunkWrapper.updateClientLightReady() for 1.16
2023-08-05 11:27:38 -05:00
James Seibel
18b0b8c6f4
Fix world gen for 1.16
2023-08-05 11:27:23 -05:00
James Seibel
9c73443aa2
BatchGenEnv Java 8 fix, MC 1.16 fix, and minor reformat
2023-08-05 11:20:17 -05:00
James Seibel
fb57fbbe8d
Fix GUI screens for 1.16
2023-08-05 11:17:30 -05:00
James Seibel
c895dff2c8
Convert Biome/Block wrapper serialization methods to use ResourceLocations
2023-08-05 11:12:46 -05:00
James Seibel
5cd6111e92
Fix TintWithoutLevel... objects for 1.16
2023-08-05 11:11:41 -05:00
James Seibel
a57a34ab58
Fix GetConfigScreen and WrapperFactory using Java 8+ code
2023-08-05 11:10:34 -05:00
s809
76926d38db
Merge branch 'main' of https://gitlab.com/jeseibel/minecraft-lod-mod
2023-08-04 21:11:03 +05:00
James Seibel
f2c2c5dd92
Add config for Lod Shading so Old Lighting can be enabled for shaders
2023-08-01 20:11:30 -05:00
s809
01273e31bc
Merge branch 'main' of https://gitlab.com/jeseibel/minecraft-lod-mod
2023-07-31 17:43:45 +05:00
James Seibel
7b3f63a2f2
Fix a crash when the ForgeConfigApiPort mod is included
2023-07-29 17:35:00 -05:00
s809
f1b3ae120b
something
2023-07-24 19:16:05 +05:00
s809
c2b98ef694
Merge branch 'main' of https://gitlab.com/jeseibel/minecraft-lod-mod
2023-07-24 10:48:28 +05:00