s809
|
0f2e007eff
|
Fix config descriptions & clean up
|
2024-11-22 13:29:06 +05:00 |
|
s809
|
36b719c361
|
Merge branch 'main' of https://gitlab.com/jeseibel/distant-horizons-core into feature/generation-distance-limiting
|
2024-11-22 12:51:35 +05:00 |
|
James Seibel
|
7455893ef8
|
Fix race condition in LodRenderSection loading
|
2024-11-21 19:00:27 -06:00 |
|
James Seibel
|
b909214974
|
Fix caught null pointer
|
2024-11-21 17:21:14 -06:00 |
|
s809
|
b59965671c
|
Make generation limit work
|
2024-11-22 00:16:30 +05:00 |
|
s809
|
cf5ba685f4
|
Merge branch 'main' of https://gitlab.com/jeseibel/distant-horizons-core into feature/generation-distance-limiting
|
2024-11-21 22:10:31 +05:00 |
|
James Seibel
|
23c160e948
|
Accidentally flipped an assertion last commit
|
2024-11-21 07:41:31 -06:00 |
|
James Seibel
|
6ff2c9f14c
|
improve columnRenderbuffer assertion message
|
2024-11-21 07:17:20 -06:00 |
|
helpimnotdrowning
|
f7926456a3
|
Fix distant-horizons#870: Correctly template regex
|
2024-11-19 16:15:23 -06:00 |
|
James Seibel
|
eb749d6bb0
|
Fix a rare error where chunk lighting is set to -1
|
2024-11-18 07:46:24 -06:00 |
|
James Seibel
|
deaccf53f9
|
Fix sometimes not loading high-detail LODs when on a server
|
2024-11-18 07:40:16 -06:00 |
|
James Seibel
|
9f966f0643
|
Remove manifold string plugin
|
2024-11-17 08:03:04 -06:00 |
|
James Seibel
|
bcc44ab5e3
|
Add player's DhSectionPos to the F3 menu
|
2024-11-17 06:22:48 -06:00 |
|
James Seibel
|
6595f5d90e
|
Fix fog shader compiling on some software renderers
|
2024-11-16 21:57:58 -06:00 |
|
s809
|
74e8487fe4
|
Merge branch 'main' of https://gitlab.com/jeseibel/distant-horizons-core into feature/generation-distance-limiting
|
2024-11-15 12:30:14 +05:00 |
|
s809
|
f5fc0004d5
|
Replace Apache's base32 with guava
|
2024-11-15 09:32:51 +05:00 |
|
s809
|
5fe6c2cb7b
|
Merge branch 'main' of https://gitlab.com/jeseibel/distant-horizons-core into feature/generation-distance-limiting
|
2024-11-14 17:00:54 +05:00 |
|
s809
|
f92a1ccc27
|
Add a comment to #pluginMessageReceived methods
|
2024-11-14 15:52:41 +05:00 |
|
s809
|
5448b8890d
|
Replace truncating the hashed seed with encoding it into base32
|
2024-11-14 15:23:35 +05:00 |
|
James Seibel
|
127ec81ade
|
Add AbstractConfigType.typeIsFloatingPointNumber()
|
2024-11-13 18:26:20 -06:00 |
|
James Seibel
|
937b36bfa2
|
Catch a few FullDataSourceV2 Repo closed exceptions
|
2024-11-13 07:00:31 -06:00 |
|
James Seibel
|
7f761e415f
|
Fix potential null pointers if other mods mess with the MVM or Proj matricies
|
2024-11-12 07:27:41 -06:00 |
|
s809
|
eeae8dbdc5
|
WIP generation distance limiting
|
2024-11-12 12:25:29 +05:00 |
|
James Seibel
|
ea55750c4b
|
Hopefully fix some file path complaints for test files
|
2024-11-11 07:45:18 -06:00 |
|
James Seibel
|
8a61266651
|
fix level.getHashedSeed() and re-add default getDhIdentifier()
|
2024-11-09 21:17:09 -06:00 |
|
James Seibel
|
de548c9a5e
|
Merge branch 'main' of gitlab.com:distant-horizons-team/distant-horizons-core
|
2024-11-09 20:58:48 -06:00 |
|
James Seibel
|
6413725eae
|
Fix height fog
|
2024-11-09 20:58:45 -06:00 |
|
s809
|
bd264086e3
|
Remove seed hash from local & server worlds, and expose DH's level identifier to API
|
2024-11-09 22:36:25 +05:00 |
|
James Seibel
|
52452e356d
|
fix upload canceling
|
2024-11-09 09:53:28 -06:00 |
|
James Seibel
|
6321a6f9af
|
Attempt to fix concurrency in generic render direct rendering
|
2024-11-09 09:51:54 -06:00 |
|
James Seibel
|
b0f2918daf
|
Fix GLProxy renderThread skipping some tasks
|
2024-11-09 09:48:37 -06:00 |
|
James Seibel
|
adce15f648
|
Improve Buffer uploading speed and remove buffer upload thread
|
2024-11-09 08:48:18 -06:00 |
|
James Seibel
|
ea1d79a1a6
|
Add todo to GenericObjRenderer about potential crash
|
2024-11-08 07:41:22 -06:00 |
|
James Seibel
|
0fb7131631
|
deprectate MC_CLIENT.executeOnRenderThread()
Use GLProxy instead
|
2024-11-08 07:41:02 -06:00 |
|
James Seibel
|
13b9e9b0d9
|
(test) remove GLProxy render thread timeout
This should cause upload tasks to finish much faster but will cause stuttering if too many tasks build up
|
2024-11-08 07:40:37 -06:00 |
|
James Seibel
|
bbd6f2ea89
|
Move some buffer building logic off the render thread
|
2024-11-08 07:39:58 -06:00 |
|
James Seibel
|
32b9e723d1
|
Fix crashing after server shutdown in serverPlayerDisconnectEvent
|
2024-11-06 07:08:17 -06:00 |
|
James Seibel
|
14db049148
|
Fix unnecessary logging for JarUtil jarFile getting
Closes #733
|
2024-11-05 07:32:44 -06:00 |
|
James Seibel
|
f8b1b8378a
|
Fix Concurrent modification in DhServerWorld
|
2024-11-05 07:16:09 -06:00 |
|
James Seibel
|
f396a650b4
|
Merge branch 'main' of gitlab.com:distant-horizons-team/distant-horizons-core
|
2024-11-04 18:29:08 -06:00 |
|
James Seibel
|
1dffedccb9
|
Add hashed seed to server level folders to replace multiverse similarity
|
2024-11-04 18:29:03 -06:00 |
|
s809
|
534684328e
|
Fix Flashback crash on dimension loading
|
2024-11-03 19:20:14 +05:00 |
|
James Seibel
|
573c9912db
|
add IChunkWrapper debug method
|
2024-11-02 13:08:26 -05:00 |
|
James Seibel
|
f3af6ce74b
|
add recalculate heightmap config (disabled by default)
|
2024-11-02 13:06:27 -05:00 |
|
James Seibel
|
b7fccae64d
|
Prep for MC 1.21.3 support
|
2024-11-02 11:19:29 -05:00 |
|
James Seibel
|
6fccaab841
|
Fix potential RejectedExecutionException error in ServerLevel
|
2024-11-02 11:19:10 -05:00 |
|
James Seibel
|
7e88ec4cc1
|
Improve ChunkLightStorage error logging
|
2024-11-01 18:07:42 -05:00 |
|
James Seibel
|
072fc0cb66
|
remove unused part of RenderUtil.shouldLodsRender()
|
2024-11-01 18:06:17 -05:00 |
|
James Seibel
|
5da0314556
|
Rename DummyRunExecutorService -> RunOnThisThreadExecutorService
|
2024-11-01 18:05:33 -05:00 |
|
James Seibel
|
415f0bb866
|
Remove unneeded ClientApi events
|
2024-10-31 20:28:43 -05:00 |
|