James Seibel
|
2b519a826f
|
bandaid fix for Forge 1.20.1 UI crashing
|
2025-04-05 09:19:36 -05:00 |
|
James Seibel
|
445c01b5ae
|
up version number 2.3.2 -> 2.3.3
|
2025-04-05 09:11:45 -05:00 |
|
James Seibel
|
0f08bd540e
|
remove dev from the version number
2.3.2b
|
2025-04-05 09:10:23 -05:00 |
|
James Seibel
|
77088465f9
|
Improve DH world gen progress message
|
2025-04-02 07:25:19 -05:00 |
|
James Seibel
|
affe014433
|
Fix auto updater for MC 1.21.4 and 1.21.5
|
2025-03-31 06:56:00 -05:00 |
|
James Seibel
|
4c06bf6dbd
|
change iris incompat MC 1.21.5 1.8.12 -> 1.8.10
|
2025-03-30 17:31:51 -05:00 |
|
James Seibel
|
dcab616385
|
Fix memory leaks due to un-closed thread pools and worlds
|
2025-03-30 17:31:04 -05:00 |
|
James Seibel
|
89b7d08e9b
|
Fix the sun/moon and stars not rendering
Closes #986
|
2025-03-30 16:50:43 -05:00 |
|
James Seibel
|
724e318221
|
Fix beacon beams now going through some blocks
|
2025-03-30 15:23:27 -05:00 |
|
James Seibel
|
a40d62d46a
|
Fix flashing on MC 1.21.5 in non-overworld dimensions
|
2025-03-30 14:36:56 -05:00 |
|
James Seibel
|
2f6b4c079b
|
don't log InterruptedException during threadPool shutdown
|
2025-03-29 20:11:36 -05:00 |
|
James Seibel
|
951e3c0271
|
Fix accidentally removing required imports
|
2025-03-29 20:09:41 -05:00 |
|
James Seibel
|
84825c2d09
|
Add MC 1.21.5 to the auto build script
|
2025-03-29 19:23:53 -05:00 |
|
James Seibel
|
ec627e2eba
|
Fix fog for MC 1.16.5
|
2025-03-29 19:22:59 -05:00 |
|
James Seibel
|
06bc9a349f
|
Fix MC 1.16.5 compiling
|
2025-03-29 18:48:00 -05:00 |
|
James Seibel
|
ff6c4e227b
|
level wrapper weak refs to fix leak on bad shutdown
|
2025-03-29 18:18:23 -05:00 |
|
James Seibel
|
a4d46ffe94
|
Mark Iris 1.8.12 and lower broken for MC 1.21.5
Older MC versions are unaffected and function correctly
|
2025-03-29 16:51:46 -05:00 |
|
James Seibel
|
bd5c140782
|
Fix import for fabric mixin texture
|
2025-03-29 16:45:32 -05:00 |
|
James Seibel
|
229c3f7c91
|
Add neoforge 1.21.5
|
2025-03-29 16:11:04 -05:00 |
|
James Seibel
|
693369bc08
|
MC 1.21.5 changes, lighting fix, and world gen dup fix
|
2025-03-29 15:45:26 -05:00 |
|
James Seibel
|
d109fe6c43
|
comment out LOD bias option for MC 1.21.5+
|
2025-03-29 15:44:54 -05:00 |
|
James Seibel
|
3c9d3707cf
|
update world gen chunk loading for MC 1.21.5
|
2025-03-29 15:38:42 -05:00 |
|
James Seibel
|
6e53564835
|
Fix getting block colors for MC 1.21.5
|
2025-03-29 12:34:35 -05:00 |
|
James Seibel
|
2480fe0d86
|
Add basic MC 1.21.5 rendering (block colors and world gen broken)
|
2025-03-29 10:40:36 -05:00 |
|
James Seibel
|
691c9d3f45
|
up version number 2.3.1 -> 2.3.2
|
2025-03-25 07:17:34 -05:00 |
|
James Seibel
|
3faf25636d
|
remove dev from version number
2.3.1b
|
2025-03-25 07:16:56 -05:00 |
|
James Seibel
|
ab3bfbefb4
|
remove version from clean in buildall.bat
|
2025-03-25 07:16:07 -05:00 |
|
James Seibel
|
890e802de4
|
add execution policy for python script
|
2025-03-25 07:15:52 -05:00 |
|
James Seibel
|
c13bc0cd6e
|
Fix forge 1.18.2 dedicated server crash on startup
|
2025-03-20 07:08:21 -05:00 |
|
James Seibel
|
7143b7de08
|
Add config to only log GL errors once
|
2025-03-19 22:02:57 -05:00 |
|
James Seibel
|
d136d782f5
|
Attempt to fix Linux complaining about glIsFramebuffer()
|
2025-03-19 18:34:06 -05:00 |
|
James Seibel
|
29a160316c
|
Potentially fix LAN connections on neo/forge
|
2025-03-19 17:34:03 -05:00 |
|
James Seibel
|
1f6f64d322
|
Potentially fix GL errors when accessing the default FBO on Linux
|
2025-03-19 17:00:36 -05:00 |
|
James Seibel
|
37c0af529d
|
Fix restoring textures to the default FBO
|
2025-03-18 20:18:30 -05:00 |
|
James Seibel
|
1341ea3f3d
|
Attempt to fix GL errors on Linux during buffer cleanup
Attempt to fix #950
|
2025-03-18 19:51:22 -05:00 |
|
James Seibel
|
c0bb120669
|
Add stack tracing to GL error logging
|
2025-03-18 18:10:25 -05:00 |
|
James Seibel
|
f8887e403f
|
fix passing in the wrong flags to glBufferStorage()
Might Resolve #964 and #950
|
2025-03-18 07:43:23 -05:00 |
|
James Seibel
|
949ee423c8
|
Fix changing graphics settings on world load via API
|
2025-03-16 14:30:04 -05:00 |
|
James Seibel
|
b19ed3f30c
|
Fix GL error logging
|
2025-03-14 10:18:03 -05:00 |
|
James Seibel
|
2d085e1074
|
Add additional error checking/handling to Shader compiling
|
2025-03-13 21:12:34 -05:00 |
|
James Seibel
|
6ba0490cf7
|
Closes !950 (Texture name does not refer to a texture object)
|
2025-03-13 18:09:43 -05:00 |
|
James Seibel
|
b6a0878241
|
up version number 2.3.0-b -> 2.3.1-b-dev
Also fix compiling for release builds
|
2025-03-08 08:11:14 -06:00 |
|
James Seibel
|
50f5371084
|
Merge branch 'main' of gitlab.com:distant-horizons-team/distant-horizons
|
2025-03-06 07:43:29 -06:00 |
|
James Seibel
|
df74b8d243
|
Update coreSubProjects
|
2025-03-06 07:43:22 -06:00 |
|
James Seibel
|
fce2868c62
|
remove dev from version number for release
2.3.0b
|
2025-03-06 07:41:52 -06:00 |
|
s809
|
a36cd0763b
|
Add some debugging info for DTOs
|
2025-03-02 20:09:11 +05:00 |
|
James Seibel
|
0fba015f54
|
Fix crashing on MC 1.20.1 and older when updates aren't found 2
|
2025-03-01 09:19:52 -06:00 |
|
James Seibel
|
f251c90472
|
Fix crashing on MC 1.20.1 and older when updates aren't found
|
2025-03-01 09:13:47 -06:00 |
|
s809
|
492a051a3b
|
Replace chunk counts with speed in pregen
|
2025-02-27 21:08:31 +05:00 |
|
s809
|
0aa4743c1b
|
Should be division instead of multiplication
|
2025-02-26 23:17:05 +05:00 |
|