s809
71e4cd6272
Fix real-time updates
2024-08-06 23:12:13 +05:00
s809
82c5de7dfe
Fix Neoforge not being able to connect to vanilla servers
2024-08-05 14:51:17 +05:00
James Seibel
4ae30b3d47
Improve LOD detail level detection and hole filling
2024-08-04 08:30:58 -05:00
James Seibel
8abefdcfd5
Attempt to improve LOD building speed and reduce broken lighting on servers
2024-08-03 17:11:18 -05:00
James Seibel
801a126de0
Fix chunk has being saved before LOD update
2024-08-03 16:50:12 -05:00
James Seibel
377d0fbe12
Allow DhApiChunk to accept top down or bottom up data point orders
2024-08-03 09:32:57 -05:00
James Seibel
1ecf968668
Remove unused ChunkToLodBuilder
2024-08-03 09:32:29 -05:00
s809
9d11733444
Fix dimension switching (untested)
2024-08-03 15:42:43 +05:00
James Seibel
c43b985f4e
Fix off by 1 error in Render data transformer
2024-08-02 18:30:55 -05:00
James Seibel
b7fea64925
Fix out of bounds exception in Full Data Transformer
2024-08-02 17:56:25 -05:00
s809
e62c6a5c55
[skip ci] Prevent disconnects on encode/decode/handle errors
2024-08-01 22:19:10 +05:00
James Seibel
116d7f4a3f
Fix incorrect comment in DhSectionPos
2024-08-01 06:52:05 -05:00
James Seibel
0c36dc03a5
Fix cave culling affecting floating islands and add LOD reload to some configs
2024-07-31 19:06:44 -05:00
James Seibel
c658269eb7
Remove deprecated methods and move method to StringUtil
2024-07-30 17:06:55 -05:00
James Seibel
defaea86f0
Remove unused sodium and McRenderWrapper methods
...
Removed methods were originally used to cull LODs if MC had loaded chunks, however this turned out to be more trouble than it was worth and caused more problems than it solved.
2024-07-30 17:00:59 -05:00
James Seibel
f1564cc90b
Fix presets only using "custom" after any value was changed
2024-07-30 15:47:48 -05:00
James Seibel
66feb0b9c2
Fix SSAO shader crashing when entering empty config values
2024-07-30 15:35:01 -05:00
s809
93b57ae2e1
Increase defaults for network compression threads
2024-07-30 10:52:27 +05:00
James Seibel
79bfa21115
Fix default logging debug to file
2024-07-29 20:40:23 -05:00
James Seibel
5588b0d2fa
Add TODO to cleanup LodRenderSection futures
2024-07-29 07:29:48 -05:00
James Seibel
e9788acb46
Fix rapidly changing dimensions causing the game to crash
2024-07-29 07:13:06 -05:00
James Seibel
8056a5b8bf
Add Buffer Builder/Uploader thread pools to the F3 menu
2024-07-29 07:08:42 -05:00
s809
e5033a0c0f
Use FullDataPayload instead of reusing messages
2024-07-29 13:10:04 +05:00
James Seibel
e0ad956e34
Fix incorrect DhApiChunk create constructor parameter order (again)
2024-07-28 20:18:15 -05:00
s809
32abe15b09
Add build number on F3 screen
2024-07-28 20:19:38 +05:00
s809
2b65e33aa7
Merge branch 'main' of https://gitlab.com/jeseibel/distant-horizons-core into serverside
2024-07-28 19:44:25 +05:00
James Seibel
9546f9cbc8
Close !66 (fix incorrect positions being fed into biome color code)
2024-07-28 09:33:24 -05:00
s809
bc6ab6c840
Merge branch 'main' of https://gitlab.com/jeseibel/distant-horizons-core into serverside
2024-07-28 19:01:28 +05:00
James Seibel
9834b20a9f
Revert and Deprecate DhApiChunk and DhApiTerrainDataPoint constructors
2024-07-28 08:56:18 -05:00
James Seibel
752008e8ac
Re-add deprecated IDhApiLevelWrapper.getHeight()
2024-07-28 08:55:54 -05:00
James Seibel
fbe81021c0
Update API javadocs
2024-07-28 08:55:35 -05:00
s809
ccbb071704
Reapply "Merge branch 'main' of https://gitlab.com/jeseibel/distant-horizons-core into serverside"
...
This reverts commit d26cb41048 .
2024-07-28 17:05:58 +05:00
James Seibel
882c5399bd
Fix holes in LODs boarding different detail levels
2024-07-27 21:06:50 -05:00
James Seibel
dbe0461d5f
Fix LOD upload warning
2024-07-27 20:25:55 -05:00
James Seibel
d3d166dd02
Undo experimental change to LOD reloading
2024-07-27 20:11:28 -05:00
James Seibel
d0dd1f38ff
Fix LODs flashing twice when changing configs
2024-07-27 20:11:00 -05:00
James Seibel
53300a3028
Update IDhApiRenderProxy.clearRenderDataCache() to also clear cached block colors
2024-07-27 17:36:40 -05:00
James Seibel
56303dd82a
level wrapper renamings
2024-07-27 16:51:08 -05:00
s809
d26cb41048
Revert "Merge branch 'main' of https://gitlab.com/jeseibel/distant-horizons-core into serverside"
...
This reverts commit a15aaa573d , reversing
changes made to 83c1a2fd63 .
2024-07-27 23:06:34 +05:00
s809
a15aaa573d
Merge branch 'main' of https://gitlab.com/jeseibel/distant-horizons-core into serverside
2024-07-27 21:43:21 +05:00
James Seibel
19d8c89bd8
Fix ice/water vertical LOD lighting
2024-07-27 09:30:41 -05:00
James Seibel
adba3e4c15
clear testing default debug config values
2024-07-27 08:40:59 -05:00
James Seibel
479ce8093e
minor cleanup/refactor
2024-07-27 08:28:31 -05:00
James Seibel
1ed6c619d9
Add localization for new column builder debug options
2024-07-27 08:26:46 -05:00
Builderb0y
825f439ffb
fix incorrect positions being fed into biome color code.
2024-07-27 02:32:31 +00:00
James Seibel
b1b487e63f
Improve RenderDataPointUtil toString()
2024-07-24 06:46:28 -05:00
James Seibel
2763a7ca75
add missing brackets
2024-07-23 20:41:22 -05:00
James Seibel
b4b1a2a549
remove deprecated RenderDataPointUtil logic
2024-07-23 20:05:41 -05:00
James Seibel
5865317394
Remove deprecated LodQuadBuilder code
2024-07-23 19:53:13 -05:00
James Seibel
b70c090e94
Refactor and cleanup buffer building
2024-07-23 19:39:44 -05:00