Commit Graph

2570 Commits

Author SHA1 Message Date
s809 e5fb8477d3 Update core 2023-08-04 22:12:28 +05:00
s809 428cacd262 Update core 2023-08-04 21:52:26 +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
James Seibel dbefea35c2 temporarily comment out LodQuadTree concurrency warning
The warning doesn't appear to be causing any ill effects for now, but it will still need to be fixed in the future
2023-08-01 07:44:55 -05:00
James Seibel f887f38e17 Add a 1 sec timeout before applying config presets 2023-08-01 07:42:18 -05:00
James Seibel 080a99d6db Remove thread preset "paid for whole cpu" and tweak CPU preset options 2023-08-01 07:27:41 -05:00
s809 9fec679b03 Attempt to fix dimension switching 2023-08-01 17:04:40 +05:00
s809 853a1d1490 Update core 2023-08-01 12:55:53 +05:00
James Seibel 7fee50883a Slightly increase the default world gen thread count and activities 2023-07-31 21:44:23 -05:00
James Seibel 9bc97780a4 temporary fix for some LODs not appearing 2023-07-31 20:51:51 -05:00
s809 01273e31bc Merge branch 'main' of https://gitlab.com/jeseibel/minecraft-lod-mod 2023-07-31 17:43:45 +05:00
s809 ebb4808bdc Avoid losing requests due to concurrency 2023-07-31 17:42:59 +05:00
s809 fd09adb1a7 World generation 2023-07-31 15:24:33 +05:00
James Seibel 7b3f63a2f2 Fix a crash when the ForgeConfigApiPort mod is included 2023-07-29 17:35:00 -05:00
James Seibel 60be8302f4 Fix multiplayer networking configs and add missing localizations 2023-07-29 10:01:35 -05:00
James Seibel c2ec60c6e5 Fix Forge networked multiverse and connecting to Forge servers
This change require an additional empty byte at the beginning of the multiverse packets
2023-07-29 09:21:44 -05:00
James Seibel fef7369338 Fix default mcVer from 1.18.4 -> 1.18.2
We don't have a 1.18.4 properties file
2023-07-28 07:25:51 -05:00
James Seibel 036754c54a Fix 1.19 and 1.20 compiling 2023-07-28 07:22:45 -05:00
James Seibel 8e0ccd781b refactor FabricClientProxy 2023-07-27 21:38:58 -05:00
James Seibel 1ee02211b9 Fix Forge client-side rendering 2023-07-27 21:37:00 -05:00
James Seibel a2ac2e00da update forge 1.18.2 40.2.9 -> 40.2.10 2023-07-25 21:27:21 -05:00
James Seibel a33ecec9d3 Add missing callAfterRunUpdates to forge mixingLevelRenderer 2023-07-25 21:27:01 -05:00
s809 82b7b439a4 Update core 2023-07-24 19:16:21 +05:00
s809 f1b3ae120b something 2023-07-24 19:16:05 +05:00
s809 70ee20e817 Implement transferring of missing full data source types 2023-07-24 14:15:03 +05:00
s809 f713d65f9c Update core 2023-07-24 11:01:20 +05:00
s809 c2b98ef694 Merge branch 'main' of https://gitlab.com/jeseibel/minecraft-lod-mod 2023-07-24 10:48:28 +05:00
s809 140c9f6a50 Update core 2023-07-24 10:48:14 +05:00
James Seibel b0937fd9d0 Fix a native code crash in MC 1.20 when using seamless overdraw 2023-07-23 18:21:01 -05:00
James Seibel d1283db786 Add a config to disable multiverse networking 2023-07-23 17:35:33 -05:00
s809 c704d61d03 Update core 2023-07-24 01:46:31 +05:00
James Seibel dc556efe0b Fix blocking the server thread in 1.20.1 world generation 2023-07-23 15:32:40 -05:00
s809 aae484fbdf Update core 2023-07-23 23:48:58 +05:00
s809 a546a97e34 Got chunks to generate on server 2023-07-23 20:34:40 +05:00
s809 3ca9d98c05 Merge branch 'main' of https://gitlab.com/jeseibel/minecraft-lod-mod 2023-07-23 11:09:07 +05:00
James Seibel 0ff59e49a1 Fix lighting propagation when connected to a server 2023-07-22 21:02:58 -05:00
James Seibel febf5c31cc Remove an un-needed error log in tryGetClientLevelWrapper() 2023-07-22 20:43:31 -05:00
James Seibel 1665999111 Fix BlockStateWrapper deserialization
For some reason using "JsonOps.COMPRESSED" caused issues in a few cases when trying to deserialize the JSON string.
This also causes all old Full data to be deprecated since the method of serialization was changed.
2023-07-22 18:19:31 -05:00
James Seibel 14dd26349a Fix 1.20.1 missing imports 2023-07-22 12:57:35 -05:00
James Seibel 54e356d98c Merge branch 'main' of gitlab.com:jeseibel/minecraft-lod-mod 2023-07-22 12:40:19 -05:00
James Seibel 959dd4e718 Add a config for world gen timeout 2023-07-22 12:34:20 -05:00
James Seibel a61b2cb2fc Rename DLodDirection -> EDhDirection and rename several methods 2023-07-22 12:20:39 -05:00
James Seibel 6ac5b7f9a3 Default to using the new lighting engine for world generation 2023-07-22 12:17:23 -05:00
coolGi 3f26a70169 Fixed fog not being properly removed on forged 2023-07-21 17:06:14 +09:30
coolGi 084bf635cb Fixed fabric crash 2023-07-21 03:18:11 +09:30
coolGi f1a7e69c63 Updated core submodule 2023-07-20 21:06:20 +09:30
coolGi 93cfc64493 Fixed parchment version 2023-07-20 20:35:29 +09:30
coolGi eeaa836c45 Fixed improper location for remap (fixing forge 1.20.1) 2023-07-20 20:13:44 +09:30
coolGi 30d3d8c52e Updated parchment version 2023-07-20 20:12:53 +09:30