s809
7c4c99089b
Use same packet resource for all versions
2024-08-19 17:56:34 +05:00
s809
00ec14d319
Add logging of request group lifecycle
2024-08-15 15:47:13 +05:00
s809
56188bc7d2
Fix colors in verifyall.ps1
2024-08-14 13:29:32 +05:00
s809
9b2429d388
Fix compilation
2024-08-11 21:21:15 +05:00
s809
2aa68ec41d
Merge branch 'main' of https://gitlab.com/jeseibel/distant-horizons into serverside
2024-08-11 20:59:39 +05:00
James Seibel
398a3fb0bc
Add alex's cave warning message
2024-08-11 09:55:12 -05:00
s809
13c9f95750
Fix compilation
2024-08-11 00:53:12 +05:00
s809
b0549cecff
Do not clear keyed level on close event
2024-08-10 23:53:33 +05:00
s809
95fb4a0e6a
Make encode/decode error handling work correctly
2024-08-10 23:26:09 +05:00
s809
2a3aadc2fa
Make error handling somewhat work
2024-08-10 19:49:40 +05:00
James Seibel
e0fa638ad9
Fix beacons not enabling/disabling correctly
2024-08-09 07:26:20 -05:00
James Seibel
4e42cbd4ce
Fix frustum culling when the screen is warped
2024-08-07 18:55:09 -05:00
s809
52bddca0df
Merge branch 'serverside-experimental/prevent-disconnects' into serverside
2024-08-07 22:20:39 +05:00
James Seibel
b6c6be77cd
Fix beacons not being updated
2024-08-07 07:47:30 -05:00
James Seibel
0964293a72
Fix direct memory leak and remove config for GpuUpload
2024-08-07 07:30:01 -05:00
s809
606dede9ef
Fix real-time updates
2024-08-06 23:12:18 +05:00
s809
e8c9d8391a
Fix Neoforge not being able to connect to vanilla servers
2024-08-05 14:51:32 +05:00
James Seibel
c8b6141ce0
Improve LOD detail level detection and hole filling
2024-08-04 08:31:03 -05:00
James Seibel
948540369f
Attempt to improve LOD building speed and reduce broken lighting on servers
2024-08-03 17:11:22 -05:00
James Seibel
363df0ad6f
Fix MC 1.16/1.17 compiling
2024-08-03 11:38:02 -05:00
James Seibel
a37e105434
Add (disabled) test API world generator
2024-08-03 09:52:06 -05:00
James Seibel
aeea0c00c3
Allow DhApiChunk to accept top down or bottom up data point orders
2024-08-03 09:33:05 -05:00
s809
88ca223bbc
Fix dimension switching (untested)
2024-08-03 15:43:19 +05:00
James Seibel
137352674e
Fix off by 1 error in Render data transformer
2024-08-02 18:30:59 -05:00
James Seibel
4734552954
Fix MC 1.16 compiling
2024-08-02 18:21:47 -05:00
James Seibel
879c2f1ec4
Fix out of bounds exception in Full Data Transformer
2024-08-02 17:56:33 -05:00
James Seibel
7dc9d2a352
Clean up faster world gen and fix even offset gen events
2024-08-02 08:25:32 -05:00
s809
4a51bbc796
[skip ci] Prevent disconnects on encode/decode/handle errors
2024-08-01 22:19:21 +05:00
James Seibel
cabc470ebd
Temporary Test removing world gen boarder chunks
2024-08-01 07:44:46 -05:00
James Seibel
0bf1f493aa
Change some world gen info logs to debug
2024-08-01 07:06:47 -05:00
James Seibel
705bd14ee4
Fix cave culling affecting floating islands and add LOD reload to some configs
2024-07-31 19:06:47 -05:00
James Seibel
155955e49b
Mark Iris 1.7.4 and lower as incompatible (as recommended by IMS)
2024-07-30 17:13:54 -05:00
James Seibel
c76a793b18
Remove deprecated methods and move method to StringUtil
2024-07-30 17:07:16 -05:00
James Seibel
50cc8501a0
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:01:09 -05:00
James Seibel
209279e3e4
Merge branch 'distant-horizons-m2'
2024-07-30 16:06:39 -05:00
James Seibel
41239572a5
Fix presets only using "custom" after any value was changed
2024-07-30 15:47:52 -05:00
s809
94ca0e2729
Increase defaults for network compression threads
2024-07-30 10:52:32 +05:00
James Seibel
106ab47c3d
Fix default logging debug to file
2024-07-29 20:40:54 -05:00
James Seibel
a84f9b60e5
Fix rapidly changing dimensions causing the game to crash
2024-07-29 07:29:56 -05:00
s809
5befdbcddc
Use FullDataPayload instead of reusing messages
2024-07-29 13:10:11 +05:00
James Seibel
4481e8634a
Fix incorrect DhApiChunk create constructor parameter order (again)
2024-07-28 20:18:31 -05:00
s809
3e02d7f9dc
Add build number on F3 screen
2024-07-28 20:19:41 +05:00
s809
48b38d9285
Fix compilation
2024-07-28 19:58:35 +05:00
s809
8c7c787a8f
Merge branch 'main' of https://gitlab.com/jeseibel/distant-horizons into serverside
2024-07-28 19:44:46 +05:00
James Seibel
3e432682fb
fix incorrect positions being fed into biome color code
2024-07-28 09:34:15 -05:00
s809
fc0cf56b48
Merge branch 'main' of https://gitlab.com/jeseibel/distant-horizons into serverside
2024-07-28 19:01:35 +05:00
James Seibel
05569c03a4
Revert and Deprecate DhApiChunk and DhApiTerrainDataPoint constructors
2024-07-28 08:56:26 -05:00
s809
32c63ae15b
Reapply "Merge branch 'main' of https://gitlab.com/jeseibel/distant-horizons into serverside"
...
This reverts commit a2d5e8cdb3 .
2024-07-28 17:06:36 +05:00
James Seibel
2d567b84be
Fix holes in LODs boarding different detail levels
2024-07-27 21:06:55 -05:00
James Seibel
e2a378250f
Fix LOD upload warning
2024-07-27 20:25:58 -05:00