James Seibel
6ad94d3362
Update the version number to 1.5.0 and replace the LOD name with Distant Horizons
2021-10-13 23:28:43 -05:00
James Seibel
31f8cecc92
Add the minimum OpenGL version to the readme
...
BufferStorage technically only requires OpenGL 4.4, but I already had 4.5 written everywhere. If it becomes a problem that going to 4.4 fixes I could probably roll back to that.
2021-10-13 22:04:41 -05:00
James Seibel
b4106a8c3c
Improve the buffer rebuild logic related to light change
2021-10-13 21:59:46 -05:00
James Seibel
b6390c57ef
auto-indent
2021-10-13 21:03:03 -05:00
James Seibel
5172c66b9b
Merge branch 'CodeF53-1.16.5-patch-87033' into '1.16.5'
...
Update demo video to latest
See merge request jeseibel/minecraft-lod-mod!3
2021-10-14 01:59:33 +00:00
James Seibel
067fa92419
Improve the logic for vanilla overdraw to work better on different horizontal resolutions
2021-10-13 20:44:38 -05:00
Leonardo
15e80ed063
ceiled dimension now have 64 max render distance + various small changes
2021-10-14 02:29:42 +02:00
Leonardo
2c6549e815
Merge remote-tracking branch 'origin/1.16.5' into 1.16.5
...
# Conflicts:
# src/main/java/com/seibel/lod/builders/lodBuilding/LodBuilder.java
# src/main/java/com/seibel/lod/objects/VerticalLevelContainer.java
2021-10-14 02:28:24 +02:00
CodeF53
32423c07eb
Update demo video to latest
2021-10-13 15:03:27 +00:00
cola98765
4a0640a219
cleaned out some code.
2021-10-13 14:27:27 +02:00
cola98765
5f9f20a064
cleaned out some code.
2021-10-13 13:45:23 +02:00
cola98765
ef4ba7208e
cleaned out some code.
2021-10-13 13:31:47 +02:00
cola98765
80edf19b33
cleaned out some code.
2021-10-13 13:24:07 +02:00
cola98765
4baa649972
cleaned out some code. Applied autoformat everywhere
2021-10-13 12:45:21 +02:00
cola98765
c7dbc28a9a
cleaned out some code
2021-10-13 12:08:47 +02:00
cola98765
707c55653a
removed single level container
2021-10-13 12:01:56 +02:00
Leonardo
40cb7f4efc
Merge remote-tracking branch 'origin/1.16.5' into 1.16.5
...
# Conflicts:
# src/main/java/com/seibel/lod/objects/SingleLevelContainer.java
2021-10-13 11:35:24 +02:00
Leonardo
df22a082a1
Added option to avoid block with no collision + removed SingleLevelContainer class use
2021-10-13 11:34:59 +02:00
cola98765
3a7f411aa4
cleaned java ocs in DataPointUtil
2021-10-13 10:36:29 +02:00
cola98765
11c419e503
updated some TODO's
2021-10-13 10:15:48 +02:00
James Seibel
30b82e8009
update dynamic vanilla overdraw in LodUtil
2021-10-12 22:31:51 -05:00
James Seibel
7df4a161dd
Merge branch '1.16.5' of gitlab.com:jeseibel/minecraft-lod-mod into 1.16.5
2021-10-12 22:20:53 -05:00
James Seibel
56160db7ec
comment out the buffer builder expanding console logging
2021-10-12 22:20:44 -05:00
James Seibel
ac84c3707a
Remove a illegal import
2021-10-12 22:20:27 -05:00
Leonardo
d16f571467
Small changed to border shading + changed overdraw ratio
2021-10-12 17:12:31 +02:00
cola98765
d7bd0498a0
When there are no files for current gen mode, try to load more detailed ones instead.
2021-10-12 11:58:21 +02:00
James Seibel
57a2b956dd
Improve the VanillaOverdraw config to work better in roofed dimensions
2021-10-11 23:05:49 -05:00
James Seibel
51aadc8d39
Maybe fix a OpenGL error?
2021-10-11 23:00:28 -05:00
James Seibel
70e2f7f3e6
prevent a potential out of bounds exception
2021-10-11 23:00:11 -05:00
James Seibel
0ef8615a98
Extract the main work of the buffer builder into a method for easier hot swapping
2021-10-11 22:12:35 -05:00
James Seibel
4c6412d09f
comment out a debug override
2021-10-11 20:55:02 -05:00
Leonardo
27b8cfea09
Fixed the purple color bug
2021-10-11 23:17:20 +02:00
cola98765
b5ab06bfb6
resolved warning
2021-10-11 22:14:56 +02:00
James Seibel
732476b454
Add the overdraw
...
Overdraw renders LODs on top of vanilla chunks based with three different settings.
2021-10-10 21:31:45 -05:00
James Seibel
9d1a9eb9f3
Remove the memory estimation code.
...
Buffers will now be purposely created smaller than expected and then expanded to fit the need.
2021-10-10 14:01:13 -05:00
James Seibel
6018449cbe
Quick formatting change and remove a completed TODO
2021-10-10 08:10:05 -05:00
cola98765
8f43695a47
did someone say warnings and typos?
2021-10-10 13:07:23 +02:00
cola98765
30913a0c29
more typos
2021-10-10 11:36:10 +02:00
cola98765
d8cee2b10c
Merge remote-tracking branch 'origin/1.16.5' into 1.16.5
2021-10-10 11:19:09 +02:00
cola98765
33a706f660
autoformat
2021-10-10 11:19:02 +02:00
cola98765
6c2b707c02
autoformat
2021-10-10 11:16:54 +02:00
cola98765
ecb01c731e
Resolved "ALOT" of typos.
2021-10-10 11:09:15 +02:00
cola98765
72737a56c1
Resolved more warnings.
2021-10-10 10:38:00 +02:00
cola98765
1d1b5f6115
Resolved more warnings. Applied auto format in affected files.
2021-10-10 10:34:34 +02:00
cola98765
b67ab59a89
Resolved more warnings. Applied auto format in affected files.
2021-10-10 09:50:44 +02:00
cola98765
ca4597e3d9
Merge remote-tracking branch 'origin/1.16.5' into 1.16.5
2021-10-10 08:38:00 +02:00
cola98765
efd9a5a51b
merge all 1 block gaps for better look o trees
2021-10-10 08:37:47 +02:00
cola98765
4c3d19a6c6
merge all 1 block gaps for better look o trees
2021-10-10 08:36:45 +02:00
cola98765
6c4faa9103
Merge remote-tracking branch 'origin/1.16.5' into 1.16.5
2021-10-10 08:24:05 +02:00
James Seibel
6066957584
Update LodConfig.java
2021-10-09 20:14:51 -05:00