James Seibel
77a366065d
change the chunky warning message
2024-12-12 21:05:19 -06:00
James Seibel
c2d6ecaae6
Fix holes when using Chunky
...
(at the cost of some server lag)
2024-12-12 20:56:48 -06:00
James Seibel
c9bc830058
Fix null pointer in LodRenderSection
2024-12-12 07:46:41 -06:00
James Seibel
6125031d9d
Remove world gen timeout config
...
It didn't work as originally intended. It was originally added to prevent world gen lock-ups if a thread hits and infinite loop, but it didn't do anything for that use case and just ended up being annoying for low-end users.
2024-12-12 06:59:10 -06:00
s809
c041cde574
Show thread preset in config entries in server command
2024-12-10 20:19:03 +05:00
s809
bd946af229
Add player into request group before trying to fulfill
2024-12-09 16:48:24 +05:00
s809
559626456a
Prune world gen tasks above limit in multiplayer
2024-12-09 12:03:53 +05:00
s809
c6843c1d95
Revert "Fix gen tasks sometimes not submitting after LOD level changes"
...
This reverts commit 585a288f
2024-12-08 19:33:20 +05:00
James Seibel
0d32fab434
Fix off-by-one error in DhAPI Terrain Repo
...
Specifically getting by blockpos
2024-12-07 15:08:40 -06:00
James Seibel
94571de00f
Improve Chunk LOD building (thanks builderb0y!)
2024-12-07 11:45:02 -06:00
James Seibel
d062eff8b4
Merge branch 'main' of gitlab.com:distant-horizons-team/distant-horizons
2024-12-07 11:20:28 -06:00
James Seibel
b1e46faf6f
Fix GLWrapper compiling for MC 1.16
2024-12-07 11:20:09 -06:00
James Seibel
04ed5b2e03
Replace many GL32 calls with GLMC (IMinecraftGLWrapper)
2024-12-07 09:56:50 -06:00
s809
15d9ff503f
Re-add pruning of visitedPositions
2024-12-06 23:32:59 +05:00
s809
64942d77e4
Use N-sized generation on server when available
2024-12-06 23:10:53 +05:00
s809
f287dbd4d3
Merge branch 'NSizedMultiplayerTest'
2024-12-04 23:40:00 +05:00
James Seibel
c387f57d9c
Add MC 1.21.4 to the CI build script
2024-12-03 20:21:10 -06:00
James Seibel
2dacb91b79
Add MC 1.21.4 support
2024-12-03 20:17:50 -06:00
James Seibel
d809568cc3
update Iris/Sodium dependency versions for 1.21.1
...
Just used for compiling and consistency, shouldn't change anything
2024-12-03 19:44:04 -06:00
James Seibel
beee44df14
Add fabric-api >= 0.110.1 requirement for MC 1.21.3
2024-12-03 19:40:29 -06:00
s809
f651fc4b50
Up protocol version
2024-12-03 21:23:41 +05:00
s809
596e4eae0e
Fix gen tasks sometimes not submitting after LOD level changes
2024-12-03 21:13:01 +05:00
James Seibel
6e70073ae4
Add visited position removal timer in RemoteFullDataSourceProvider
2024-12-02 07:51:12 -06:00
James Seibel
1beef2b4ad
Fix a potential null pointer in world gen chunk loading
2024-12-02 07:18:42 -06:00
James Seibel
a0e4ed8371
Fix 1.20.4 compiling
2024-12-01 21:06:30 -06:00
James Seibel
f40adfd9c6
Merge !70 (Fix invisible gui button in MC 1.21.3)
2024-12-01 17:52:32 -06:00
James Seibel
7fb5e95809
Add Fabric 1.21.3 support
...
Also fixes:
`Mod was built with a newer version of Loom (1.8.9), you are using Loom (1.7.415)`
2024-12-01 17:43:09 -06:00
James Seibel
03d5cb9289
Fix compiling for Java 8
2024-12-01 17:06:53 -06:00
James Seibel
3b4b4d6b7e
Remove unused world gen MixinData thread local
2024-12-01 17:00:22 -06:00
James Seibel
b9a97a0fda
Merge branch 'main' of gitlab.com:distant-horizons-team/distant-horizons
2024-12-01 15:51:42 -06:00
James Seibel
0dae6942cb
Update coreSubProjects
2024-12-01 15:51:27 -06:00
James Seibel
8bb6aeb526
up the manifold version 2024.1.35 -> 37
2024-12-01 15:50:54 -06:00
James Seibel
32ec420248
Merge !68 (Fix slowdown when C2ME is installed)
...
Thanks ishland for the fix!
2024-12-01 15:50:41 -06:00
s809
1925537da0
Lower log level of out of range warning
2024-11-22 14:54:48 +05:00
James Seibel
3bb4c21fa2
Fix forge compiling for some versions
2024-11-21 19:22:25 -06:00
James Seibel
5b61a98196
Fix race condition when generating terrain extremely quickly
2024-11-21 19:00:57 -06:00
James Seibel
7c6eba983a
Fix auto updater attempting to update to "null"
2024-11-19 07:32:54 -06:00
James Seibel
0023ab09ed
Fix auto updater not appearing on neoforge
2024-11-19 07:32:27 -06:00
James Seibel
c289f5d717
minor format cleanup
2024-11-19 06:58:12 -06:00
watertrainer
6df3ad722c
delete done TODO
2024-11-19 11:30:43 +00:00
watertrainer
56f6abd858
ensure clientLevel is loaded, even if player gets redirected ( fixes #869 )
2024-11-19 11:30:00 +00:00
James Seibel
c326e0ba81
Fix a rare error where chunk lighting is set to -1
2024-11-18 07:46:27 -06:00
James Seibel
60b28fcf2e
Fix sometimes not loading high-detail LODs when on a server
2024-11-18 07:40:24 -06:00
James Seibel
a9ffd3bd3b
Forgot to remove all of manifold string gradle
2024-11-18 07:15:33 -06:00
James Seibel
bc72e925df
Remove manifold string plugin
2024-11-17 08:03:15 -06:00
James Seibel
108df99633
up version number 2.3.0-a -> 2.3.0-b
2024-11-16 22:07:41 -06:00
James Seibel
ba245ea266
Merge branch 'main' of gitlab.com:distant-horizons-team/distant-horizons
2024-11-16 22:03:48 -06:00
James Seibel
ec721ce172
minor build.gradle formatting change
2024-11-16 21:59:28 -06:00
James Seibel
3ad2a95c10
up fabric loader version in 1.21.1
2024-11-16 21:59:15 -06:00
James Seibel
e22e241d06
revert accidental change to gradle.properties default version
2024-11-16 21:58:18 -06:00