Commit Graph

2982 Commits

Author SHA1 Message Date
Steveplays28 9a880c3ab1 style: Rename renderDistance to renderDistanceRadius to stay in sync with the main config 2023-10-20 14:03:28 +02:00
Steveplays28 0b247f04b4 fix: Fix getting LOD render distance radius from the config
This config option was renamed recently, to fix LODs not rendering out to the LOD render distance border. Also removed an unused import.
2023-10-20 13:50:03 +02:00
Steveplays28 7f1d664731 Merge branch 'main-upstream'
# Conflicts:
#	coreSubProjects
2023-10-20 13:41:50 +02:00
James Seibel f6860ed4af Update coreSubProjects 2023-10-19 22:15:42 -05:00
James Seibel 15ed0c2392 bandaid fix for World gen holes 2023-10-19 22:13:44 -05:00
James Seibel 22f290c8a3 minor refactor 2023-10-19 21:45:11 -05:00
James Seibel 6d39fb23d6 Fix never ending world gen tasks 2023-10-19 20:47:41 -05:00
James Seibel 0a523b99c7 Fix Sqlite memory leak 2023-10-19 20:11:49 -05:00
James Seibel c537ab2082 Merge branch 'main' of gitlab.com:jeseibel/minecraft-lod-mod 2023-10-19 18:28:36 -05:00
James Seibel 63005035d7 Disable MC 1.17 lighting (always use DH lighting)
Something in MC 1.17 is broken so chunks that DH gets may be broken about 25% of the time.
2023-10-19 18:28:23 -05:00
coolGi c8d03a625a Updated sub-project 2023-10-20 00:57:57 +10:30
James Seibel d11d26dc9f fix localization and render startup for 1.16 2023-10-19 07:28:01 -05:00
James Seibel 1932cf9e76 Fix chunkwrapper null pointer 2023-10-19 07:27:31 -05:00
James Seibel 97e6797fea Fix MC 1.16/1.17 compiling 2023-10-19 07:27:23 -05:00
James Seibel c4105c3014 Fix Forge not rendering 2023-10-19 07:04:24 -05:00
James Seibel 826b4a6305 Fix section null pointer error for MC 1.16 2023-10-18 22:01:36 -05:00
James Seibel 0cb0874c54 Fix black chunks on fabric 1.20.2 2023-10-18 21:16:05 -05:00
James Seibel b831dd84e4 Fix LOD render distance measured as the diameter instead of radius
Closes #565
2023-10-18 07:51:25 -05:00
James Seibel 6775bf8a3d Fix transparent fog rendering 2023-10-18 07:24:24 -05:00
James Seibel 61402afd93 Fix DH auto update jar deletion and add more logging 2023-10-17 21:43:01 -05:00
James Seibel c5cff674fe Add GLStates around the DhApplyShader 2023-10-16 21:58:01 -05:00
James Seibel 679b5c082a Fix transparent LODs overwriting opaque LOD alpha values 2023-10-16 21:33:50 -05:00
James Seibel e00faa8e3c Fix crashing on Mac and GL4.3 and older 2023-10-16 20:45:05 -05:00
James Seibel e5265f3dbb Add (mac broken) FrameBuffer application 2023-10-15 18:05:38 -05:00
s809 a2288d740b Fix compilation 2023-10-14 22:13:22 +05:00
s809 958f0347a3 Merge branch 'main' of https://gitlab.com/jeseibel/minecraft-lod-mod 2023-10-14 22:09:31 +05:00
coolGi 71e3e10280 Updated core sub-module 2023-10-14 22:48:10 +10:30
James Seibel 9443f6d1e5 Have GLProxy attempt creating contexts with all supported GL versions 2023-10-13 21:56:10 -05:00
James Seibel 415c553308 Add IDhApiRenderProxy for getting/setting framebuffers and textures 2023-10-13 19:58:12 -05:00
coolGi 4b783df11e Fixed lod's being rendered underwater 2023-10-13 23:26:06 +10:30
James Seibel 6d7135ef29 Fix black chunks when Sodium is installed 2023-10-13 07:36:44 -05:00
James Seibel c0f8b6729b Fix missing MC sky 2023-10-12 21:35:09 -05:00
James Seibel a5a01b8a76 Disable the russian translation 2023-10-12 19:47:22 -05:00
James Seibel ecd44d9d31 Merge branch 'main' of gitlab.com:jeseibel/minecraft-lod-mod 2023-10-12 19:43:00 -05:00
James Seibel fb4f0b0440 Improve SSAO class readability 2023-10-12 19:42:53 -05:00
coolGi c0bd3dda19 Surrounded the Java location with quotations so paths with spaces work 2023-10-13 02:54:32 +10:30
coolGi d4c94ea5e4 Attempt to find Java's binary to use for the self updater on Windows 2023-10-13 02:00:16 +10:30
coolGi 1a48d161d9 Updater now works with spaces in file paths 2023-10-13 00:07:02 +10:30
James Seibel adbb9cbc40 Fix SSAO Rendering 2023-10-12 07:49:11 -05:00
coolGi 40db006d62 Fixed compilation for older mc versions (again) 2023-10-12 23:08:12 +10:30
James Seibel ed64e83807 Re-add OpenGL debug config options, also remove debug LOD update configs 2023-10-10 20:40:55 -05:00
James Seibel 644b5462f1 Merge branch 'main' of gitlab.com:jeseibel/minecraft-lod-mod 2023-10-10 19:35:40 -05:00
James Seibel 33aded7345 Fix Light map flickering when multiple client levels are active 2023-10-10 19:33:10 -05:00
coolGi d04314a9ee Fixed compilation for older mc versions 2023-10-11 01:40:15 +10:30
coolGi fadc2e7ab4 Disabled relocation for sqlite (relocation bug on their end) 2023-10-11 01:19:31 +10:30
coolGi 8fc6d4a1de Changed self updater location to use the class' path 2023-10-10 23:05:42 +10:30
coolGi 87c3f5549c Updated core subproject 2023-10-10 22:57:59 +10:30
coolGi 1e9120c6d9 Relocated the sqlite dependency in the jar 2023-10-10 22:48:20 +10:30
James Seibel 53a6b9fcd0 merge in Steveplays Frame/Depth buffer changes 2023-10-10 07:01:27 -05:00
James Seibel 682fb11e9e Fix render cache clearing deleting the database instead of removing the cache data 2023-10-08 21:17:44 -05:00