tom lee
254d908807
Nuke old WorldGen, reorganize and improve all GridList util
2022-03-19 22:30:27 +08:00
TomTheFurry
2907c8e3e7
Fixed a deadlock on shutting down BufferBuilders
2022-03-16 18:52:55 +08:00
TomTheFurry
4097cf7619
ADVANCED FOGGGGGGGGGGGGGGGG~~~~~~~~~~~~~~~~
2022-03-16 18:52:55 +08:00
TomTheFurry
cf519c02be
Pushed the stuff leetom did on my macbook
2022-03-15 21:17:07 +10:30
TomTheFurry
4f563c2be5
Add proper multi FrameBuffer support(And fix MacOS?)
2022-03-15 16:38:39 +08:00
TomTheFurry
e8de59a226
Fixup MixinUtilBackgroudThread+more render log
2022-03-15 18:48:27 +10:30
TomTheFurry
323da0b12c
Improve GLMessage Parser
2022-03-15 12:37:51 +08:00
TomTheFurry
1c0e7839c0
Add Advanced Fog config entries. Actual impl is a todo.
2022-03-15 00:00:35 +08:00
TomTheFurry
d2056d824f
Slight cleanup of lodRenderer
2022-03-14 16:22:19 +08:00
TomTheFurry
7da2b90611
Fix hasCliffFace() not crossing chunk boundaries.
...
Also temp added cave culling. Need logic to provide better cave culling.
2022-03-14 15:10:04 +08:00
TomTheFurry
f1eb06bbb1
Fix nullptr exception on calling clear(d) with d being null (Thx @HyperSoop)
2022-03-14 14:36:42 +08:00
TomTheFurry
fbd8f48433
Improved getMaximumRenderedChunk and fix GLMessage on forge
2022-03-13 22:57:06 +08:00
TomTheFurry
49cc46dc25
Update Config defaults
2022-03-13 16:15:28 +08:00
TomTheFurry
1c7d87b9d3
Add new config: Biome Blending
2022-03-13 15:39:34 +08:00
James Seibel
bca2b61800
Close #207 (re-add brightness/contrast configs)
2022-03-09 23:06:15 -06:00
TomTheFurry
c9cabd8a32
Rework BlockDetail and stuff.
2022-03-08 23:26:41 +08:00
TomTheFurry
d731424e93
Fix it so I think java8 now works...? (Javadoc won't tell me versions)
2022-03-08 16:04:38 +08:00
James Seibel
510058b7df
Closes #217 (Change Server Folder Name)
...
Adds multiple options for formatting the server folder name.
If LODs have already been generated with a previous setting the files will have to be transferred to the new folder.
2022-03-07 22:15:52 -06:00
James Seibel
05e70416b7
Manual refactoring
2022-03-07 06:34:06 -06:00
James Seibel
d5eb094256
Replace constant values with their enum representations
2022-03-07 06:28:48 -06:00
James Seibel
b7aa341961
Auto Format
2022-03-07 06:28:23 -06:00
James Seibel
3f091af3f8
Rename MinecraftWrapper -> MinecraftClientWrapper
2022-03-05 18:26:47 -06:00
James Seibel
566eb3651f
remove WorldWrapper.isEmpty()
...
It wasn't used and there was a comment saying not to use it
2022-03-05 18:14:03 -06:00
James Seibel
58392a8ac1
Update the DependencyHandler to support circular references
2022-03-05 17:34:19 -06:00
James Seibel
2149da59df
Replace string.strip() with string.trim()
2022-03-03 19:34:09 -06:00
coolGi2007
e41b19ba2e
Fixed 1.16 (tough someone needs to fix core/objects/opengl/RenderRegion to work with java8)
2022-03-03 17:39:14 +10:30
James Seibel
d84d535896
Refactor the dependency injectors
2022-03-01 21:19:45 -06:00
tom lee
e6f8c0d65f
Cleanup Error logging + Polish OpenGL Error/Warning/Message handling
2022-02-27 17:01:03 +08:00
tom lee
7db3789bc2
Fix Overdraw Circles & Void chunk error spam due to genMode+1
2022-02-26 16:15:11 +08:00
tom lee
8d18ba861e
Fix missing move. Also moved needRegenBuffer flag to RenderRegion
2022-02-25 15:13:39 +08:00
tom lee
6e63e39cd8
Patch the merge commit cause I used wrong files and also -1 level bug
2022-02-24 22:27:21 +08:00
tom lee
1dcc973a24
Overhaul Rendering Buffer Management
...
+ Merging with Leo's fix to adjData and stuff
2022-02-24 21:59:20 +08:00
Morippi
7ad2e82646
Added comments
2022-02-23 18:26:35 +01:00
Morippi
f32dfbcbe7
Added comments
2022-02-23 18:24:59 +01:00
Morippi
18b7835c4c
Small fix to the region circle border
2022-02-23 17:16:05 +01:00
Morippi
c5f23dabb2
Removed border from details circles and regions
2022-02-23 16:38:19 +01:00
tom lee
d6ba5205ad
Too many changes. See details:
...
- Fix new block color with tint system slowdown
- Fix leaves block color
- Fix rgba not translating to rgb properly
- Which changed water color to be darker
- Optimized quad merging to be faster
- Fix All types of gray color texture issue
- Fix Textures that rely on BlockState
- Fix All types of tint
- (?)Create Model perhaps no longer purple
- Fixed LodBufferBuilder always in single thread mode
2022-02-22 23:10:49 +08:00
Morippi
6948e4e437
Alpha now uses max value in merge and not average value
2022-02-22 11:54:24 +01:00
tom lee
d39912e235
Fix init error by moving bufferFactory to ClientApi
2022-02-22 11:35:42 +08:00
Ran
fa3d07edb5
Put logger in ApiShared.java
2022-02-21 17:34:51 +06:00
Ran
bf4eb954d3
Merge remote-tracking branch 'origin/main' into main
...
# Conflicts:
# src/main/java/com/seibel/lod/core/builders/lodBuilding/LodBuilder.java
2022-02-21 17:29:40 +06:00
Ran
1ddf2091b1
Put logger in ApiShared.java
2022-02-21 17:27:53 +06:00
tom lee
4708da8e8f
Rework block color/shape stuff
2022-02-21 19:19:44 +08:00
Ran
59fa6eed73
Add protocol version
2022-02-21 09:21:27 +00:00
coolGi2007
0edca2402d
Renamed RunMain to JarMain
2022-02-20 22:23:03 +00:00
cola98765
59bf66ec58
wireframe again hides the culled faces, to maintain parity as to what is actually rendered in different modes.
2022-02-20 14:09:03 +01:00
coolGi2007
a14046ef88
Added something so you can run the jar(dosnt do anything yet)
2022-02-20 11:43:41 +00:00
cola98765
cff317937f
removed dummy enum. made genmode a byte where it's not an enum
2022-02-20 11:50:58 +01:00
cola98765
cead0346ad
probable fix
2022-02-20 11:03:29 +01:00
cola98765
f3f3c3d54d
gen mode + 1 of what was before
2022-02-20 10:54:17 +01:00