James Seibel
c3597cd843
update fog mixin
2025-06-18 17:36:02 -05:00
James Seibel
d4a52ac5a3
update version properties
2025-06-18 17:34:14 -05:00
James Seibel
1b9d14e7b4
Disable cave culling for medium quality and higher
2025-06-17 07:15:36 -05:00
James Seibel
0ea27b676e
Optimize ClientLevelWrapper.GetWrapper()
...
Should speed up initial LOD loading a bit
2025-06-17 07:15:15 -05:00
James Seibel
cd73608b07
Reduce stuttering with fast world gen
2025-06-14 16:17:33 -05:00
James Seibel
03fc22f611
Reduce allocations in getBlockColor by using a cached method reference
...
Currently there is a large number of allocations of `java.lang.invoke.invokers$Holder:linkToTargetMethod` -- this prevents that
2025-06-11 07:09:40 -05:00
James Seibel
cc251e46b0
Add Api Before/After Text Create events
2025-06-09 07:50:25 -05:00
James Seibel
7aa0bfefec
Fix hash collisions in FullDataPointIdMap
2025-06-06 07:43:44 -05:00
James Seibel
9bdad5e4f1
Fix 1.21.5 compiling
2025-06-06 07:36:00 -05:00
James Seibel
baebb7323d
Close #776 (fix Polytone client biome colors)
2025-06-05 07:53:23 -05:00
James Seibel
8a3175f345
Mark Polytone as incompatible
2025-06-04 07:49:15 -05:00
James Seibel
dc58efb301
Handle nulls in ChunkLoader
...
Should fix WorldPainter worlds
2025-06-04 07:28:51 -05:00
James Seibel
c9ac4b2ada
Fix GLMC.glDeleteTextures() calls
2025-06-04 07:07:51 -05:00
s809
6e1ec476ed
Check LOD timestamps in file handler threads
2025-06-03 23:41:51 +05:00
James Seibel
d1aa5a524b
Remove line ending from editorconfig
...
Done to fix some issues with some devs on linux
2025-05-17 11:47:06 -05:00
James Seibel
5c661a3a76
yaml indent 2 -> 4
...
for consistency
2025-05-17 11:25:37 -05:00
s809
d29e9085a1
Fix getWorldFolderName crash
2025-05-03 13:44:54 +05:00
Ran
d392de3c0d
Update Forgix
...
fixes a critical bug
2025-05-03 17:40:58 +10:00
Ran
7209193f8f
Fix gradle versioning
2025-05-03 11:21:17 +10:00
s809
ed4f644a3f
Bump protocol version
2025-05-03 00:08:12 +05:00
Ran
34038684a7
Fix gradle versioning for core application
2025-05-02 12:45:18 +10:00
s809
6fe6694c82
Merge branch 'feature/adaptive-data-rate'
2025-04-27 21:57:47 +05:00
s809
8e52f1aca5
Merge branch 'refactor/remove-python-dependency'
2025-04-27 21:48:53 +05:00
s809
5ce3dda2d5
Clear up the comment a bit
2025-04-27 21:48:28 +05:00
s809
f4f81f4d7f
Account for forge byte when encoding protocol version instead of shifting the entire packet on pre-1.20.6
2025-04-27 21:40:50 +05:00
s809
7c37a5c370
Run prepare only when needed
2025-04-27 00:40:12 +05:00
s809
b495ac4799
remove python dependency for building with correct sqlite natives
2025-04-27 00:13:24 +05:00
s809
2ddeaf50eb
test builds
2025-04-21 00:00:01 +05:00
Ran
3721ebea6e
Improve LodDataBuilder.java
...
- Use bitwise modulo
- Don't compute certain things 256 times when they can be computed once.
- Removed expressions that are always false
- Improved comments
2025-04-11 11:24:17 +10:00
Ran
98f8a87362
Improve LodDataBuilder.java
...
- Use bitwise modulo
- Don't compute certain things 256 times when they can be computed once.
- Removed expressions that are always false
- Improved comments
2025-04-11 11:20:05 +10:00
Ran
10a743ddef
Don't check for Indium for Sodium version >= 0.6
2025-04-07 23:53:02 +10:00
James Seibel
95c896f964
maybe break n-sized rendering but fix LOD loading getting stuck
2025-04-07 06:56:58 -05:00
James Seibel
040bc16874
re-add comment to getWorldFolderName()
2025-04-07 06:55:45 -05:00
James Seibel
35d3fdb473
Revert "bandaid fix for Forge 1.20.1 UI crashing"
...
This reverts commit 2b519a826f .
2025-04-07 06:55:01 -05:00
Ran
549f7510f7
Merge remote-tracking branch 'origin/main'
...
# Conflicts:
# common/src/main/java/com/seibel/distanthorizons/common/wrappers/block/TintWithoutLevelOverrider.java
2025-04-07 13:52:25 +10:00
Ran
fab64d8477
Fix white foliage issue
2025-04-07 13:52:02 +10:00
Ran
4a6a35f617
Fix white foliage issue
2025-04-07 13:47:42 +10:00
James Seibel
2b519a826f
bandaid fix for Forge 1.20.1 UI crashing
2025-04-05 09:19:36 -05:00
James Seibel
445c01b5ae
up version number 2.3.2 -> 2.3.3
2025-04-05 09:11:45 -05:00
James Seibel
0f08bd540e
remove dev from the version number
2.3.2b
2025-04-05 09:10:23 -05:00
James Seibel
77088465f9
Improve DH world gen progress message
2025-04-02 07:25:19 -05:00
James Seibel
affe014433
Fix auto updater for MC 1.21.4 and 1.21.5
2025-03-31 06:56:00 -05:00
James Seibel
4c06bf6dbd
change iris incompat MC 1.21.5 1.8.12 -> 1.8.10
2025-03-30 17:31:51 -05:00
James Seibel
dcab616385
Fix memory leaks due to un-closed thread pools and worlds
2025-03-30 17:31:04 -05:00
James Seibel
89b7d08e9b
Fix the sun/moon and stars not rendering
...
Closes #986
2025-03-30 16:50:43 -05:00
James Seibel
724e318221
Fix beacon beams now going through some blocks
2025-03-30 15:23:27 -05:00
James Seibel
a40d62d46a
Fix flashing on MC 1.21.5 in non-overworld dimensions
2025-03-30 14:36:56 -05:00
James Seibel
2f6b4c079b
don't log InterruptedException during threadPool shutdown
2025-03-29 20:11:36 -05:00
James Seibel
951e3c0271
Fix accidentally removing required imports
2025-03-29 20:09:41 -05:00
James Seibel
84825c2d09
Add MC 1.21.5 to the auto build script
2025-03-29 19:23:53 -05:00