James Seibel
|
e43ee68508
|
Fix preset configs not applying after the UI screen changes
|
2023-08-18 07:51:15 -05:00 |
|
James Seibel
|
9a9aac64af
|
Update coreSubProjects
|
2023-08-17 22:18:00 -05:00 |
|
James Seibel
|
5193a3313d
|
Merge branch 'main' into 'main'
Fix querying block colors at constant position.
See merge request jeseibel/minecraft-lod-mod!34
|
2023-08-18 03:05:23 +00:00 |
|
James Seibel
|
2ff1b80650
|
Fix weird rendering on Intel GPUs
|
2023-08-17 21:05:05 -05:00 |
|
Builderb0y
|
7e0e51103b
|
Fix querying block colors at constant position.
|
2023-08-18 01:57:08 +00:00 |
|
coolGi
|
2977486866
|
Merge remote-tracking branch 'origin/main'
# Conflicts:
# coreSubProjects
|
2023-08-17 23:27:48 +09:30 |
|
coolGi
|
bb9df60004
|
Updated core subproject
|
2023-08-17 23:25:36 +09:30 |
|
James Seibel
|
a1b42f61fb
|
Update coreSubProjects
|
2023-08-17 07:23:25 -05:00 |
|
coolGi
|
b394c01f47
|
Changed inject to the correct point (thx @Steveplays)
|
2023-08-16 20:02:49 +09:30 |
|
coolGi
|
c047996592
|
This revert commit 21144a7c
|
2023-08-16 19:38:49 +09:30 |
|
James Seibel
|
cc2340d1b9
|
Add a .editorconfig to core
|
2023-08-15 20:50:52 -05:00 |
|
James Seibel
|
01b233e968
|
Potentially fix lag when moving across chunk borders
|
2023-08-15 20:49:29 -05:00 |
|
coolGi
|
c53cf3f870
|
Fixed fabric 1.16.5
|
2023-08-15 14:51:57 +09:30 |
|
coolGi
|
4f0da248e3
|
Fixed git submodule not getting commit
|
2023-08-15 14:44:10 +09:30 |
|
coolGi
|
44688afeb9
|
Updated settings.gradle to 1.20.1
|
2023-08-15 13:23:07 +09:30 |
|
coolGi
|
4301ed9917
|
Fixed building for pre 1.19
|
2023-08-15 13:16:39 +09:30 |
|
coolGi
|
0b26f8ce3c
|
Updated core subproject
|
2023-08-15 13:00:51 +09:30 |
|
coolGi
|
815aed53fc
|
Removed unused accessors
|
2023-08-15 13:00:41 +09:30 |
|
coolGi
|
9cde0edfa3
|
Didnt merge it correctly
|
2023-08-15 12:52:59 +09:30 |
|
coolGi
|
70b3ba0040
|
Merge remote-tracking branch 'origin/main'
# Conflicts:
# coreSubProjects
# fabric/src/main/java/com/seibel/distanthorizons/fabric/FabricClientProxy.java
# fabric/src/main/java/com/seibel/distanthorizons/fabric/mixins/client/MixinLevelRenderer.java
# fabric/src/main/java/com/seibel/distanthorizons/fabric/mixins/mods/sodium/MixinSodiumRenderer.java
# fabric/src/main/java/com/seibel/distanthorizons/fabric/wrappers/modAccessor/SodiumAccessor.java
|
2023-08-15 12:50:20 +09:30 |
|
coolGi
|
32c89b1af9
|
Updated core submodule
|
2023-08-15 12:47:43 +09:30 |
|
coolGi
|
21144a7ce4
|
Fix to sodium, now no longer requiring Mixins
|
2023-08-15 12:47:13 +09:30 |
|
James Seibel
|
0935a6e94b
|
Fix ClientBlockDetailMap.getBlockStateData not passing the BlockPos
Thanks Builderb0y
|
2023-08-14 22:01:03 -05:00 |
|
coolGi
|
f28f09dd40
|
Tmp fix for sodium
|
2023-08-15 11:54:41 +09:30 |
|
James Seibel
|
f564755d66
|
Apply editorconfig auto formatting
|
2023-08-14 21:16:13 -05:00 |
|
James Seibel
|
2af274171c
|
Create .editorconfig
|
2023-08-14 20:48:14 -05:00 |
|
James Seibel
|
de726b7669
|
Fix ModGitInfo crashing on release MC
|
2023-08-14 07:30:48 -05:00 |
|
James Seibel
|
22d134e786
|
Fix MC 1.17 compiling
|
2023-08-14 07:12:56 -05:00 |
|
James Seibel
|
642b040f65
|
change the default MC version to 1.20.1
|
2023-08-13 18:07:32 -05:00 |
|
James Seibel
|
0cc883b6c3
|
Fix unnecessary region file concurrency warnings in MC 1.16 and 1.17
|
2023-08-13 17:51:10 -05:00 |
|
James Seibel
|
902362f54f
|
Fix 1.16 and 1.17 compiling
|
2023-08-13 17:23:36 -05:00 |
|
James Seibel
|
f9c946e3ce
|
Improve DhLightingEngine performance
|
2023-08-13 17:10:45 -05:00 |
|
James Seibel
|
9020d5bbe6
|
Replace ChunkWrapper light hash maps with 1D arrays
|
2023-08-13 17:02:45 -05:00 |
|
James Seibel
|
fe973d27b9
|
Merge branch 'main' of gitlab.com:jeseibel/minecraft-lod-mod
|
2023-08-13 13:37:43 -05:00 |
|
James Seibel
|
e9c1f41f50
|
Fix the game instantly crashing due to running out of memory
|
2023-08-13 13:37:35 -05:00 |
|
James Seibel
|
630e3bf16f
|
Merge branch 'local.docker.compile' into 'main'
Local docker compile
See merge request jeseibel/minecraft-lod-mod!33
|
2023-08-12 22:05:29 +00:00 |
|
Null 511
|
27df83f8e7
|
Local docker compile
|
2023-08-12 22:05:29 +00:00 |
|
James Seibel
|
4ad9bb0d71
|
Fix FullDataPointIdMap (de)serialization duplicate Entries
Potentially fix serializing Biomes/Blocks after a level has been shut down.
Also increase DATA_FORMAT_VERSION 2 -> 3
|
2023-08-12 16:17:59 -05:00 |
|
coolGi
|
4fcd4cb2f7
|
Merge branch 'cicd.cleanup' into 'main'
CICD Improvements
See merge request jeseibel/minecraft-lod-mod!32
|
2023-08-08 22:09:51 +00:00 |
|
Null 511
|
15beb792d1
|
CICD Improvements
|
2023-08-08 22:09:51 +00:00 |
|
coolGi
|
401daf907c
|
Updated core sub-module
|
2023-08-08 21:23:38 +09:30 |
|
coolGi
|
a3f6f51a7a
|
Temporary fix for sodium 0.5's fog occlusion
|
2023-08-08 21:23:25 +09:30 |
|
coolGi
|
e4cd89131e
|
Removed test git stage
|
2023-08-08 20:41:23 +09:30 |
|
coolGi
|
32d8553b9b
|
Added a temporary ci stage to test git
|
2023-08-08 20:36:35 +09:30 |
|
coolGi
|
092fc45a36
|
Updated core submodule
|
2023-08-07 22:05:13 +09:30 |
|
coolGi
|
9f58cf305f
|
Added a warning if value doesn't have a way to display it
|
2023-08-07 22:05:04 +09:30 |
|
coolGi
|
c1370e74a2
|
Updated core sub-module
|
2023-08-07 21:10:54 +09:30 |
|
coolGi
|
3b3ec1eee2
|
DH Jar now knows git version that it was built from
|
2023-08-07 21:10:45 +09:30 |
|
coolGi
|
803d26c7c7
|
Maybe fixed game not compiling for 1.18.2
|
2023-08-07 20:22:17 +09:30 |
|
James Seibel
|
9244f29daa
|
Update coreSubProjects
|
2023-08-06 19:26:46 -05:00 |
|