James Seibel
628c9b071f
DhBlockPos cleanup
2024-08-29 20:05:26 -05:00
James Seibel
ed39b6181f
Fix DH beacon detection logic mutating input block pos
...
alternate title: Fix DH beacon detection logic breaking the lighting engine
2024-08-29 19:54:36 -05:00
James Seibel
1d6d712483
Fix LODs not updating in the nether or when blocks are changed underground
2024-08-29 07:32:55 -05:00
James Seibel
73c4f0ffcd
Add a quick DH cloud UI config
2024-08-28 07:16:20 -05:00
James Seibel
48d1005be6
Up version number 2.2.0 -> 2.2.1-dev
2024-08-20 19:16:18 -05:00
James Seibel
e71e8d1966
Up version number 2.1.3-dev -> 2.2.0
2.2.0a
2024-08-20 17:44:41 -05:00
James Seibel
489b3d3ae1
Fix Legacy GL causing fog to smear
2024-08-20 17:44:41 -05:00
James Seibel
1b162f10e6
Add sharedApi.isChunkAtChunkPosAlreadyUpdating()
2024-08-18 14:46:12 -05:00
James Seibel
301cce3d11
Remove unused chunkUnloadEvent
2024-08-18 14:25:51 -05:00
James Seibel
e68d0d5c45
Fix fog and SSAO being broken by some mods
2024-08-17 22:29:28 -05:00
James Seibel
2cf952fb76
Deprecate IDhApiWorldGenerator.isBusy(), task queuing is now handled internally
2024-08-12 22:20:06 -05:00
James Seibel
c7c5ab17bc
Add optional DhApiChunk validation for world gen
2024-08-12 21:47:48 -05:00
James Seibel
a98955530f
Allow adding empty lists to DhApiChunk
2024-08-11 22:01:24 -05:00
James Seibel
c63a509f9e
Fix DhApiChunk setDataPoints failing for empty lists
2024-08-11 21:55:11 -05:00
James Seibel
dac51a9eea
Add mod compat warning message config
2024-08-11 09:54:54 -05:00
James Seibel
8d78a1ad74
Rename BeaconBeamDTO.pos -> blockPos
2024-08-09 07:25:49 -05:00
James Seibel
7c11bb4258
Fix beacons not enabling/disabling correctly
2024-08-09 07:25:24 -05:00
James Seibel
0d6ec3d836
Fix frustum culling when the screen is warped
2024-08-07 18:55:02 -05:00
James Seibel
9449433fe8
Fix deleting beacons
2024-08-07 07:47:11 -05:00
James Seibel
2c976c9fb1
Improve fast chunk hash to respect surface block heights
2024-08-07 07:47:02 -05:00
James Seibel
90fdfbbe61
Fix direct memory leak and remove config for GpuUpload
2024-08-07 07:29:52 -05:00
James Seibel
a8df13fdd2
Fix LodRenderSection holding onto unnecessary memory
2024-08-06 21:47:03 -05:00
James Seibel
f05eac2637
test
2024-08-06 20:47:23 -05:00
James Seibel
4ae30b3d47
Improve LOD detail level detection and hole filling
2024-08-04 08:30:58 -05:00
James Seibel
8abefdcfd5
Attempt to improve LOD building speed and reduce broken lighting on servers
2024-08-03 17:11:18 -05:00
James Seibel
801a126de0
Fix chunk has being saved before LOD update
2024-08-03 16:50:12 -05:00
James Seibel
377d0fbe12
Allow DhApiChunk to accept top down or bottom up data point orders
2024-08-03 09:32:57 -05:00
James Seibel
1ecf968668
Remove unused ChunkToLodBuilder
2024-08-03 09:32:29 -05:00
James Seibel
c43b985f4e
Fix off by 1 error in Render data transformer
2024-08-02 18:30:55 -05:00
James Seibel
b7fea64925
Fix out of bounds exception in Full Data Transformer
2024-08-02 17:56:25 -05:00
James Seibel
116d7f4a3f
Fix incorrect comment in DhSectionPos
2024-08-01 06:52:05 -05:00
James Seibel
0c36dc03a5
Fix cave culling affecting floating islands and add LOD reload to some configs
2024-07-31 19:06:44 -05:00
James Seibel
c658269eb7
Remove deprecated methods and move method to StringUtil
2024-07-30 17:06:55 -05:00
James Seibel
defaea86f0
Remove unused sodium and McRenderWrapper methods
...
Removed methods were originally used to cull LODs if MC had loaded chunks, however this turned out to be more trouble than it was worth and caused more problems than it solved.
2024-07-30 17:00:59 -05:00
James Seibel
f1564cc90b
Fix presets only using "custom" after any value was changed
2024-07-30 15:47:48 -05:00
James Seibel
66feb0b9c2
Fix SSAO shader crashing when entering empty config values
2024-07-30 15:35:01 -05:00
James Seibel
79bfa21115
Fix default logging debug to file
2024-07-29 20:40:23 -05:00
James Seibel
5588b0d2fa
Add TODO to cleanup LodRenderSection futures
2024-07-29 07:29:48 -05:00
James Seibel
e9788acb46
Fix rapidly changing dimensions causing the game to crash
2024-07-29 07:13:06 -05:00
James Seibel
8056a5b8bf
Add Buffer Builder/Uploader thread pools to the F3 menu
2024-07-29 07:08:42 -05:00
James Seibel
e0ad956e34
Fix incorrect DhApiChunk create constructor parameter order (again)
2024-07-28 20:18:15 -05:00
James Seibel
9546f9cbc8
Close !66 (fix incorrect positions being fed into biome color code)
2024-07-28 09:33:24 -05:00
James Seibel
9834b20a9f
Revert and Deprecate DhApiChunk and DhApiTerrainDataPoint constructors
2024-07-28 08:56:18 -05:00
James Seibel
752008e8ac
Re-add deprecated IDhApiLevelWrapper.getHeight()
2024-07-28 08:55:54 -05:00
James Seibel
fbe81021c0
Update API javadocs
2024-07-28 08:55:35 -05:00
James Seibel
882c5399bd
Fix holes in LODs boarding different detail levels
2024-07-27 21:06:50 -05:00
James Seibel
dbe0461d5f
Fix LOD upload warning
2024-07-27 20:25:55 -05:00
James Seibel
d3d166dd02
Undo experimental change to LOD reloading
2024-07-27 20:11:28 -05:00
James Seibel
d0dd1f38ff
Fix LODs flashing twice when changing configs
2024-07-27 20:11:00 -05:00
James Seibel
53300a3028
Update IDhApiRenderProxy.clearRenderDataCache() to also clear cached block colors
2024-07-27 17:36:40 -05:00