s809
851dabc18b
Fix 1.16.5 compilation
2025-01-02 20:20:32 +05:00
s809
dccdbaeb73
Rename serversideShortName to chatCommandName
2025-01-02 19:43:01 +05:00
s809
f4126f5378
Add descriptions to config entries in commands
2025-01-01 20:33:01 +05:00
s809
97af075c7d
Use correct world folder name in LAN level key prefix
2025-01-01 18:13:25 +05:00
James Seibel
1dfdd422db
Potentially fix EXCEPTION_ACCESS_VIOLATION rendering crash
2024-12-31 09:08:25 -06:00
James Seibel
072082c56a
handle corrupted data better
2024-12-28 13:45:43 -06:00
James Seibel
43caa2a55c
Fix neoforge running in release
2024-12-28 13:45:17 -06:00
James Seibel
b8bad9b6bf
fix compiling for MC 1.20.4
2024-12-27 18:12:14 -06:00
James Seibel
8afdd6ed2b
Fix typo preventing threadpools from running
2024-12-27 18:11:58 -06:00
James Seibel
34968a6945
Add schedule fix mixin to neoforge
...
also fix old fabric compiling
2024-12-27 09:25:54 -06:00
James Seibel
851a79a77e
Fix compiling on older MC versions
2024-12-27 09:18:00 -06:00
James Seibel
1ca1db705f
Merge branch 'main' of gitlab.com:distant-horizons-team/distant-horizons
2024-12-27 08:48:16 -06:00
James Seibel
8f57c2cce2
Only have a single thread config
2024-12-27 08:47:20 -06:00
s809
942e3093cb
Respond to incompatible packets so the client is able to display an error in F3
2024-12-27 17:05:07 +05:00
s809
f3e65010f1
Fix failed counter working incorrectly
2024-12-27 15:51:47 +05:00
s809
b3cfb35fac
Update core
2024-12-26 16:09:29 +05:00
s809
b60d778303
Use library provided method for filling *ArrayLists
2024-12-25 23:12:58 +05:00
James Seibel
9ec28aa661
Fix beacons not appearing chunks pulled from distant generation
2024-12-25 09:31:01 -06:00
James Seibel
98400a9d3c
Fix mod compat warning chat not hiding with config
2024-12-25 09:17:44 -06:00
James Seibel
ae8658ae77
Fix DH preventing server shutdown on close
2024-12-25 09:04:55 -06:00
James Seibel
e928fe3ecd
Fix not loaded tick schedule warning in world gen
...
"Trying to schedule tick in not loaded position" can log in MC 1.21.4 when sand or other FallingBlock.class blocks attempt to generate in a DH context (IE the chunk isn't loaded in the server).
2024-12-25 08:23:33 -06:00
James Seibel
963dc4a404
minor DhLitWorldGenregion refactor
2024-12-25 08:21:42 -06:00
James Seibel
04f42999df
potentially fix rare null pointer
2024-12-24 08:54:28 -06:00
James Seibel
730d014f13
Fix compiling on for MC before 1.21.1
2024-12-24 08:09:02 -06:00
James Seibel
1f81c50ce1
Fix lag/errors when pulling pre-existing chunks
2024-12-24 08:02:01 -06:00
James Seibel
f60c550879
Massively reduce memory use and fix object leaks
2024-12-22 09:17:49 -06:00
James Seibel
0d556b5d95
Attempt to fix stuttering in MC 1.21.4 for pre-existing chunk pulling
2024-12-20 15:36:36 -06:00
James Seibel
70d897f09c
add config assumePreExistingChunksAreFinished
2024-12-20 15:27:03 -06:00
James Seibel
9accb6d584
refactor testGenericWorldGen to support hotswapping
2024-12-20 14:02:30 -06:00
James Seibel
843dc580c8
Repo and Obj Pool rewrite
...
This should provide a significant reduction in garbage generated, reducing GC pressure.
2024-12-20 13:38:47 -06:00
James Seibel
77aa4773ef
Fix some bugs and reduce GC load slightly
2024-12-14 23:35:36 -06:00
James Seibel
fc3c944e3d
remove timeout from chunk IoWorker in world gen
2024-12-14 23:35:29 -06:00
James Seibel
7d6aecc4c7
Merge branch 'distant-horizons-feature/server-backed-distant-gen'
...
Also remove ChunkWrapper LevelReader parameter
2024-12-14 14:07:16 -06:00
James Seibel
528beb8384
Revert chunky core changes
2024-12-14 12:21:56 -06:00
James Seibel
5f1180a5dd
Revert "Fix holes when using Chunky"
2024-12-14 12:21:39 -06:00
James Seibel
a9f1e8587c
Revert "change the chunky warning message"
...
This reverts commit 77a366065d .
2024-12-14 12:20:27 -06:00
James Seibel
7a076f5509
re-add full (server) distant generator mode
2024-12-13 07:26:55 -06:00
James Seibel
3349e51655
minor batchGenEnv renaming
2024-12-13 07:25:47 -06:00
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