James Seibel
52b8a91dc5
fix cleanup threadpool preventing JVM shutdown
2026-05-16 10:16:10 -05:00
James Seibel
2dd5b82be3
Merge branch 'Vulkan'
2026-05-15 21:58:21 -05:00
James Seibel
4dec387ca1
remove a todo
2026-05-15 18:23:55 -05:00
James Seibel
fd3a8f7ddf
Add MC Version locking to the config
2026-05-15 07:44:00 -05:00
James Seibel
e3f586da56
temp comment out PooledDataSourceCheckoutTest
2026-05-12 21:56:18 -05:00
James Seibel
775984f651
add TODO
2026-05-11 22:01:00 -05:00
James Seibel
269f2c30fd
Initial changes for Vulkan
2026-05-11 21:56:53 -05:00
James Seibel
40b27335ea
Add stack getting for render tasks
2026-05-03 16:45:23 -05:00
James Seibel
d0b07a5d2f
remove accidental debug code
2026-05-03 16:40:35 -05:00
James Seibel
cb0fee9780
fix generic renderer buffer leak on level close
2026-05-03 16:36:32 -05:00
James Seibel
895e9276cd
Fix GL buffer GC in RenderContainer canceling
2026-05-03 15:46:01 -05:00
James Seibel
9ee0af8b01
Add BasicPhantomReference for debugging
2026-05-03 15:45:52 -05:00
James Seibel
36862a968f
fix rare skylight application bug
2026-05-02 21:14:54 -05:00
James Seibel
27204336b2
cleanup lod buffer container closing
2026-05-02 21:14:14 -05:00
James Seibel
4846cf5019
comment out unnecessary shutdown logging
2026-05-02 21:13:07 -05:00
James Seibel
f7f3c1146f
separate shared phantom logging logic
2026-05-02 21:12:26 -05:00
James Seibel
aaa5e958f0
Fix LOD shading applying incorrectly with Iris
2026-05-02 15:14:25 -05:00
James Seibel
726da953bd
Merge branch 'distant-horizons-core-optimizations'
2026-05-02 11:35:26 -05:00
James Seibel
c4f4935fdd
Remove unused mac render code
2026-05-02 10:36:44 -05:00
James Seibel
3ef8bd7e20
Add position finder debug config
2026-04-29 07:35:16 -05:00
James Seibel
ec72762067
use camera pos for detail calculations
2026-04-28 07:09:22 -05:00
James Seibel
4d0ed2a6dc
fix null pointer on dedicated server shutdown
2026-04-27 07:48:06 -05:00
James Seibel
7b252b173b
Fix wyncraft getting stuck at low LOD quality
2026-04-27 07:27:03 -05:00
James Seibel
43d0a971f7
add todo commented code
2026-04-24 06:50:00 -05:00
James Seibel
9e60c698de
move before render pass events into render api
2026-04-23 17:54:33 -05:00
James Seibel
bf2affa6d1
Fix "fog" rendering when underwater with Iris
2026-04-23 17:39:40 -05:00
James Seibel
98f6cea86a
Fix near clip plane to close with shaders
2026-04-23 17:09:24 -05:00
James Seibel
d9f3b31cc5
Add timeout to CSV block culling configs
2026-04-22 18:48:21 -05:00
James Seibel
e465ef5325
Fix flashing when moving over root node boundaries
2026-04-22 18:36:09 -05:00
s809
225385a43f
Clean up received payload buffer check a bit
2026-04-23 00:26:32 +05:00
James Seibel
7d7d07416b
Fix quad tree unit tests
2026-04-22 07:41:44 -05:00
James Seibel
5ef308cbee
fix rare race condition preventing world gen
2026-04-21 22:19:57 -05:00
James Seibel
d61b601c14
fix potential exceptions after world shutdown
2026-04-21 22:19:46 -05:00
James Seibel
246c679a97
Maybe fix native GL crash due to buffer free
2026-04-21 21:40:20 -05:00
James Seibel
4b317a8e00
Fix garbage collector warning not using config
2026-04-21 19:59:17 -05:00
James Seibel
1debd4b875
Improve node out-of-bound logic
...
This fixes some overlapping rendering issues, fixes LOD generating outside of render distance, and fixes low-detail LODs flashing when moving into previously-explored LODs
2026-04-21 19:49:50 -05:00
James Seibel
5dcda31990
Try fixing LOD flashing/stuck low details
2026-04-21 07:48:07 -05:00
James Seibel
ae16ed2341
Revert "Fix LODs loading outside render distance"
...
This reverts commit 2c266d2495 .
2026-04-20 21:32:00 -05:00
James Seibel
2c266d2495
Fix LODs loading outside render distance
...
Fixes !1233
2026-04-19 21:48:26 -05:00
James Seibel
7e40546bc5
fix world gen not canceling for far away pos
2026-04-19 21:10:20 -05:00
James Seibel
5d391c83ea
quad tree region/comment cleanup
2026-04-19 21:07:42 -05:00
James Seibel
0895bf53e3
renderDataPointUtil toString cleanup
2026-04-18 21:45:24 -05:00
James Seibel
42be139e94
remove google-collect
2026-04-18 11:07:12 -05:00
James Seibel
6f54cfacb5
fix unit test compiling
2026-04-14 20:38:05 -05:00
James Seibel
61eaf43ba0
Add DhApiBlockColorOverrideEvent
2026-04-14 20:35:38 -05:00
James Seibel
9e65e2dd4c
comment/deprecate a few API events
2026-04-14 19:03:00 -05:00
James Seibel
d62d21776d
fix IBO buffer creation size
2026-04-12 15:17:48 -05:00
James Seibel
a44c5d562d
Move native dialog to common
...
Native dialog was changed with LWJGL 3.4.1
2026-04-12 13:53:31 -05:00
James Seibel
1d9bffe64e
only run world gen for rendering levels
...
Also fix world gen progress getting stuck on a single level
2026-04-11 21:40:28 -05:00
James Seibel
b4e0687e2a
fix gitlab auto updater failing for MC 26
2026-04-11 16:58:23 -05:00