James Seibel
3cfb4386d9
set default dev version to 1.21.10
2025-10-12 15:07:23 -05:00
James Seibel
352d0f4759
re-add MC 1.21.9 support
2025-10-12 15:04:31 -05:00
James Seibel
d158a89592
Fix neoforge rendering
2025-10-12 15:02:09 -05:00
James Seibel
9cc826f8a9
Fix client tinted biomes
2025-10-12 14:49:32 -05:00
James Seibel
22a4c6bc79
Fix neoforge server startup crash
2025-10-12 14:05:27 -05:00
James Seibel
20b9f4f1cb
Fix stuttering when flying over un-generated chunks
2025-10-12 13:58:03 -05:00
James Seibel
5c0c1c5e20
up version number 2.3.5 -> 2.3.6
2025-10-11 20:55:45 -05:00
James Seibel
69645994c9
remove dev from version number
2.3.5b
2025-10-11 20:54:47 -05:00
James Seibel
fdcbb0594d
fix version constant 1.21.9 -> 1.21.10
2025-10-11 20:40:06 -05:00
James Seibel
e5711b4ddb
Fix newer fabric versions needing two resource loaders
2025-10-11 18:42:08 -05:00
James Seibel
cb1a617b92
Fix a few old MC versions compiling
2025-10-11 12:04:41 -05:00
James Seibel
4187eaf112
Fix fading when Sodium is installed
2025-10-11 11:14:12 -05:00
James Seibel
084de2b3f1
Fix double pass fading (sodium still breaks it)
2025-10-10 07:44:47 -05:00
James Seibel
7b0a9d4843
Replace 1.21.9 with 1.21.10
2025-10-10 07:35:37 -05:00
James Seibel
c42f800db5
add fabric 1.21.9 support
2025-10-10 07:15:27 -05:00
James Seibel
300ef3745f
Fix VANILLA_CHUNKS API world gen
2025-10-08 17:27:11 -05:00
James Seibel
5a9fdb3314
Fix neforge texture validation support
2025-10-07 07:43:46 -05:00
James Seibel
8708ca3048
Update to latest neoforge 1.21.9 version
2025-10-07 07:18:32 -05:00
James Seibel
9cfdbdc0ca
Fix compiling for MC 1.21.8 and older
2025-10-05 16:27:06 -05:00
James Seibel
48f82b0966
Re-add biome blending
2025-10-05 16:23:27 -05:00
James Seibel
75f7ef0085
Separate DH pool threads and new executor "Render Loader"
2025-10-04 20:11:19 -05:00
James Seibel
270776a782
fix world gen protochunks in 1.21.9
2025-10-04 10:48:50 -05:00
James Seibel
21fff72521
Fix f3 menu for 1.21.9
2025-10-04 10:28:52 -05:00
James Seibel
a860a9740d
Fix neoforge not rendering
2025-10-02 20:30:18 -05:00
James Seibel
a2105699fa
Write custom timeout logic for DelayedDataSourceCache
2025-10-02 20:30:16 -05:00
James Seibel
ea4838c791
add DhApiChunkProcessingEvent
2025-10-02 18:03:43 -05:00
James Seibel
9168543945
Fix a few compiler errors for old MC versions
2025-10-02 17:34:29 -05:00
James Seibel
460996d8cd
add 1.21.9 to the CI list
2025-10-02 07:44:08 -05:00
James Seibel
c3948abc40
fix older MC version compiling
2025-10-02 07:42:49 -05:00
James Seibel
8ed902f6f2
rename ChunkLoader -> ChunkFileReader
2025-10-02 07:39:03 -05:00
James Seibel
15dda30050
add neo 1.21.9 support
2025-10-02 07:37:54 -05:00
James Seibel
26428ff905
Fix config UI crashing on older MC versions
2025-09-29 19:06:20 -05:00
James Seibel
4419ab4b8c
Manually close compression streams to try reducing GC reliance
2025-09-29 17:21:08 -05:00
James Seibel
5d50994beb
cull LOD rendering on the quad tree
2025-09-29 07:28:12 -05:00
James Seibel
ce9f843048
config gui refactoring
2025-09-28 16:32:20 -05:00
James Seibel
8c934b4982
config gui refactoring
2025-09-28 16:30:33 -05:00
James Seibel
9ae41865f3
Fix tooltips rendering incorrectly
2025-09-28 16:29:08 -05:00
James Seibel
ade7a8d8dc
minor config handler refactoring
2025-09-28 16:14:38 -05:00
James Seibel
461dad9fe8
Fix compiling on MC 1.19.4 and older
2025-09-27 22:09:36 -05:00
James Seibel
b832e77ac2
Refactor ClassicConfigGUI, add disabled API buttons
2025-09-27 20:58:55 -05:00
James Seibel
66c41e49db
update manifold 2025.1.20 -> 2025.1.27
2025-09-27 20:08:30 -05:00
James Seibel
0f968255e0
Move lang missing test back to GetConfigScreen
2025-09-27 20:08:04 -05:00
James Seibel
ed50161cfd
Fix compiling for pre MC 1.20.6
2025-09-27 08:35:57 -05:00
s809
7e18acdb8f
Make lang initialization client only
2025-09-26 21:45:40 +05:00
s809
5c05fdd9fa
Add global bandwidth limit setting
2025-09-26 21:45:19 +05:00
James Seibel
afca4d837f
Force Mac upload method to DATA
...
Maybe will help with crashing/memory corruption?
Data is the most basic upload method in GL so Mac should be able to support it a lot better than BUFFER_STORAGE.
2025-09-24 07:23:36 -05:00
James Seibel
6db3795fa5
Start refactoring ClassicConfigGUI
2025-09-21 21:30:01 -05:00
James Seibel
21fe38da8e
up LWJGL version 3.3.1 -> 3.3.3
...
Shouldn't actually be used by anything, just for use with unused the Swing GUI
2025-09-21 21:28:12 -05:00
James Seibel
340c0bc586
Move lang test to abstract mod init
2025-09-21 21:26:36 -05:00
James Seibel
77c7ebc0d0
Fix a few UI screens crashing
2025-09-21 21:25:57 -05:00