Commit Graph

2591 Commits

Author SHA1 Message Date
coolGi 3b3ec1eee2 DH Jar now knows git version that it was built from 2023-08-07 21:10:45 +09:30
coolGi 803d26c7c7 Maybe fixed game not compiling for 1.18.2 2023-08-07 20:22:17 +09:30
James Seibel 9244f29daa Update coreSubProjects 2023-08-06 19:26:46 -05:00
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 3f4df4289c minor ForgeServerProxy reformat 2023-08-06 19:19:23 -05:00
James Seibel 879c70a7a0 Fix forge vanilla fog removal 2023-08-06 19:11:09 -05:00
James Seibel b0c1f69023 add a todo comment to fabric MixinThreadingDetector to match forge 2023-08-06 17:49:14 -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 521549a349 Fix MixinTextureUtil mixin crash due to incorrect package path 2023-08-06 15:37:55 -05:00
James Seibel ee06d81434 Add missing simicolons to ChunkWrapper 2023-08-06 15:20:28 -05:00
James Seibel 3f6ee90b4e Fix SodiumAccessor breaking 1.16 2023-08-06 09:23:43 -05:00
James Seibel a017586c0e Add 1.17.1 to the CI script 2023-08-06 09:09:24 -05:00
James Seibel 027b867afd Merge branch 'main' of gitlab.com:jeseibel/minecraft-lod-mod 2023-08-06 09:08:28 -05:00
James Seibel 67b61b55a3 Fix 1.17 compiling 2023-08-06 09:08:12 -05:00
coolGi b2efeb77e1 Started work on fix for sodium 0.5 for 1.20.x 2023-08-06 23:22:51 +09:30
coolGi 2929009e63 Merge remote-tracking branch 'origin/main' 2023-08-06 23:04:34 +09:30
James Seibel 4604751f80 Add 1.16.5 to the CI script 2023-08-06 08:32:40 -05:00
James Seibel 6906597165 Fix 1.19.2 compiling 2023-08-06 08:32:21 -05:00
coolGi 8235a911ab Fixed sodium not working on post 1.16 2023-08-06 22:18:48 +09:30
coolGi 8af8039a00 Updated core sub-module 2023-08-06 19:01:32 +09:30
coolGi b399121f20 Added a ui button option + debug menu option 2023-08-06 18:59:39 +09:30
James Seibel bf519301f5 Merge branch 'main' of gitlab.com:jeseibel/minecraft-lod-mod 2023-08-05 22:36:18 -05:00
James Seibel 9f0378f969 comment out netty code
It broke MC 1.16
2023-08-05 22:32:57 -05:00
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 cfb0dd4096 Fix Server start/end forge events 1.16 2023-08-05 19:42:17 -05:00
James Seibel 92ff5beebc Fix null biomes onChunkSave in 1.16 2023-08-05 19:39:24 -05:00
James Seibel 8bb1251dc9 Fix Sodium rendering 1.16 2023-08-05 19:15:17 -05:00
James Seibel a52a122f9f Update MixinThreadingDetector.java 2023-08-05 18:17:01 -05:00
James Seibel c90efed0fe Remove/fix Terraforged mixin 1.16 2023-08-05 18:14:46 -05:00
James Seibel b41119232e Remove BCLibAccessor from 1.16 2023-08-05 17:27:30 -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 8fd5c6e3a4 update manifold 2023.1.10 -> 2023.1.11 2023-08-05 11:18:11 -05:00
James Seibel fb57fbbe8d Fix GUI screens for 1.16 2023-08-05 11:17:30 -05:00
James Seibel 98d2b0db3f Fix several mixins for 1.16 2023-08-05 11:15:48 -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
coolGi 49baaaab85 Updated core sub-module 2023-08-05 16:53:50 +09:30
coolGi f8a0ce84de Some general fixes 2023-08-05 16:53:41 +09:30
coolGi 7408187507 Updated core submodule 2023-08-05 15:07:52 +09:30
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