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
James Seibel
f55cb4b320
maybe fix freebsd OS crashing
2025-09-20 22:40:58 -05:00
James Seibel
9d3c88f0b2
Update coreSubProjects
2025-09-20 16:29:38 -05:00
James Seibel
e397a3e47a
fix annotation compiling again
2025-09-20 16:29:32 -05:00
James Seibel
4ff315de91
fix missing annotations for compiling
2025-09-20 15:58:40 -05:00
James Seibel
2fb1c43d7c
Allow native relocator to run on freebsd
2025-09-20 15:58:19 -05:00
James Seibel
58b5fac20b
Add experimental option to maybe help with Mac crashing
2025-09-20 15:11:09 -05:00
James Seibel
ec238d29c6
Fix "CUSTOM" quality preset when Iris is present
2025-09-16 07:44:26 -05:00
James Seibel
dac36c9e34
include world gen chunk/sec rate in progress log
2025-09-14 08:18:40 -05:00
James Seibel
caca05c0f0
up fabric loader/api version for 1.21.8
2025-09-14 08:12:00 -05:00
James Seibel
5ce7eae7c0
Fix DH world gen missing structures
2025-09-14 08:11:47 -05:00
James Seibel
2c38401637
Improve world gen task queue speed slightly
2025-09-13 17:59:52 -05:00
James Seibel
489fe753f5
remove unexplored terrain rendering
2025-09-11 07:07:26 -05:00
James Seibel
2293afc2d3
remove unexplored terrain rendering
2025-09-11 07:06:20 -05:00
James Seibel
b48adeb3e3
Add unexplored ocean for overworld
2025-09-10 07:46:31 -05:00
James Seibel
438186cb70
improve lod load time slightly
2025-09-07 16:16:33 -05:00
James Seibel
c86ff4acae
fix api jar version 4.0.0 -> 4.1.0
2025-09-06 12:18:00 -05:00
James Seibel
e27e1bc2d7
add unexplored fog
2025-09-06 12:00:00 -05:00
James Seibel
336bf2ea26
Don't merge blocks that get colored by blocks above into columns
2025-09-06 08:53:30 -05:00
James Seibel
e72c08b0bc
Fix LOD-only rendering mode
2025-09-06 08:38:39 -05:00
James Seibel
4ced316304
add (native) ZStd compression as default compressor
2025-09-03 07:40:24 -05:00
s809
d486878876
Replace pooled buffers with unpooled
2025-08-07 17:55:27 +05:00
s809
b0b0b38bf8
Reduce network logging by default
2025-07-27 23:21:30 +05:00
James Seibel
9e43896864
up version number 2.3.4 -> 2.3.5
2025-07-19 14:59:19 -05:00
James Seibel
d09ddf57d3
remove dev from version number
2.3.4b
2025-07-19 14:57:19 -05:00
James Seibel
486edac1d8
replace 1.21.7 with 1.21.8 in gitlab CI
2025-07-19 14:56:32 -05:00
James Seibel
3b3731a137
Replace 1.21.7 support with 1.21.8
2025-07-19 13:29:29 -05:00
s809
563ec70154
Load level on player add if missing
2025-07-19 19:05:59 +05:00
James Seibel
175f5ed6d6
Improve logging for initial DH startup
2025-07-16 07:28:15 -05:00
James Seibel
1e63607233
Fix AfterDhInitEvent not firing on Neo
...
Fixes some Iris shader compile issues
2025-07-16 07:18:23 -05:00
James Seibel
4dd8be23fa
Merge !81 (forge AfterInit API Event not firing on clients)
2025-07-16 06:56:38 -05:00
James Seibel
7fac5b4c6e
Remove chunky incompatibility
...
I'm still a bit annoyed that problems can arise, but if people are able to configure DH/Chunky to work well together, I won't stop them from running together.
Note that a warning will be printed to the chat/log, if chunky is detected.
2025-07-15 07:49:44 -05:00
James Seibel
f2ec1ecf3f
Update all neoforge references to latest
...
Hopefully will fix some shader issues #1087
2025-07-15 07:41:19 -05:00
James Seibel
2674e6b2e9
up the version number 2.3.3 -> 2.3.4
2025-07-12 09:35:52 -05:00
James Seibel
bcbe3f0fb7
remove dev from the version number
2.3.3b
2025-07-12 09:35:24 -05:00
James Seibel
f85108ed11
Fix API config renderingEnabled() changing the user value
...
Fixes #1083
2025-07-12 08:16:40 -05:00
James Seibel
2bc5169ce5
Closes #1084 (AfterDhInitEvent firing before DH config setup)
2025-07-12 08:02:08 -05:00
James Seibel
1edd809708
Fix config UI not showing DH version for MC 1.21.6+
2025-07-11 07:29:46 -05:00
James Seibel
475111b38b
full data DTO close data source if corrupted
2025-07-10 22:25:41 -05:00
James Seibel
b44a967e56
Fix monoliths when connected to a server
2025-07-10 07:29:52 -05:00
James Seibel
acea685e75
fix some neo running issues with dependency ranges
2025-07-09 07:28:54 -05:00
James Seibel
20f15a6b39
Fixes !1078 (lag due to beacon updating on server)
2025-07-09 07:28:37 -05:00