James Seibel
|
244d960ec0
|
minor render data bugfix
|
2024-03-04 21:34:00 -06:00 |
|
James Seibel
|
eea2155e20
|
Temp fix for 0020 auto update script
|
2024-03-04 21:25:02 -06:00 |
|
James Seibel
|
8f6ff8c943
|
Fix data sources not saving correctly
|
2024-03-04 20:56:48 -06:00 |
|
James Seibel
|
97554ccae6
|
Increase Vertical Quality settings to hopefully reduce issues with floating islands
|
2024-03-04 07:13:43 -06:00 |
|
James Seibel
|
c866fbfbfd
|
Add update propagator thread pool
|
2024-03-04 07:10:20 -06:00 |
|
James Seibel
|
0c5c4f3a74
|
Fix multithreaded save calls to AbstractDhRepo
|
2024-03-04 07:08:32 -06:00 |
|
James Seibel
|
0f04453134
|
Make down sampling average values instead of grabbing the value closest to -inf
|
2024-03-03 19:17:24 -06:00 |
|
James Seibel
|
a734bb6a69
|
Increase AbstractNewDataSourceHandler update lock count 2x -> 4x
Trying to reduce lock collisions.
|
2024-03-03 19:08:23 -06:00 |
|
James Seibel
|
dc687f70ae
|
Add LodUtil light constants
|
2024-03-03 14:53:10 -06:00 |
|
James Seibel
|
e15ffe10c9
|
Improve FullDataPointUtil parameter names
|
2024-03-02 21:36:54 -06:00 |
|
James Seibel
|
3d999a1749
|
Change FullDataPointUtil to get/set sky and block lighting separately
The binary format is identical the only difference is the getter/setter methods
|
2024-03-02 21:31:21 -06:00 |
|
James Seibel
|
47391028d8
|
Prevent re-saving unmodified full data
|
2024-03-02 16:21:32 -06:00 |
|
James Seibel
|
b8e03a2144
|
Deprecate DhApiScreenResizeEvent, replace with DhApiColorDepthTextureCreatedEvent
|
2024-03-02 15:21:22 -06:00 |
|
James Seibel
|
2a39a4cdc4
|
Add several TODO comments and minor reformatting
|
2024-03-02 15:20:51 -06:00 |
|
James Seibel
|
89012711ce
|
rename ThreadPools -> ThreadPoolUtil
|
2024-03-02 14:02:54 -06:00 |
|
James Seibel
|
9b93125936
|
Add first draft of the new full data system
|
2024-03-02 11:44:50 -06:00 |
|
James Seibel
|
113c0f227f
|
Improve debugging for FullDataPointUtil.remap()
|
2024-03-02 08:05:54 -06:00 |
|
James Seibel
|
28e230a2db
|
Fix DhApiScreenResizeEvent incorrect description
|
2024-02-25 08:14:25 -06:00 |
|
James Seibel
|
bb5dd248d8
|
Add compound key repo support
|
2024-02-24 09:04:46 -06:00 |
|
James Seibel
|
9b46613355
|
temporary multiverse null pointer fix
|
2024-02-22 07:05:07 -06:00 |
|
James Seibel
|
a44469eac4
|
Add a temporary debug renderer to FullDataFileHandler for unsaved positions
|
2024-02-20 07:42:46 -06:00 |
|
coolGi
|
87e5647379
|
Refactored logos into assets/distanthorizons
|
2024-02-18 19:02:56 +10:30 |
|
James Seibel
|
045c9f46d2
|
Add resource (sql script) validation in Initializer.java
|
2024-02-17 22:27:23 -06:00 |
|
James Seibel
|
7826d756d0
|
Add stackoverflow source link to RenderUtil.getNearClipPlaneDistanceInBlocks()
|
2024-02-15 21:59:21 -06:00 |
|
James Seibel
|
f37ed0cccf
|
Revert Fog near end/far start distance to pre-RenderUtil fix
|
2024-02-15 21:54:21 -06:00 |
|
James Seibel
|
6fcdde8a9f
|
Fix fog rendering
|
2024-02-15 20:36:34 -06:00 |
|
James Seibel
|
cd20fb1e34
|
Temp fix for near clip plane going too far in some cases
|
2024-02-13 07:53:01 -06:00 |
|
James Seibel
|
d7c96bbba4
|
Fix ocean floors showing at very low detail levels
|
2024-02-11 21:31:24 -06:00 |
|
James Seibel
|
5c30d077dd
|
Add comments about corrupted data in full data transformer
|
2024-02-11 20:16:23 -06:00 |
|
James Seibel
|
7df442878d
|
Fix NeverCullFrustum casting error
|
2024-02-11 18:29:47 -06:00 |
|
James Seibel
|
b8f90ddc55
|
Add SharedApi.isChunkAtBlockPosAlreadyUpdating()
|
2024-02-11 16:39:03 -06:00 |
|
James Seibel
|
cc134092ed
|
Default to no culling for the shadow pass
|
2024-02-11 14:56:12 -06:00 |
|
James Seibel
|
5d4268e902
|
Minor IDhLevel refactor and rename DhLevel -> AbstractDhLevel
|
2024-02-10 22:05:46 -06:00 |
|
James Seibel
|
c718733104
|
Fix the API seeing the wrong far clip plane
|
2024-02-10 22:02:15 -06:00 |
|
James Seibel
|
97e7f05636
|
Fix using the wrong near clip plane
|
2024-02-10 21:58:20 -06:00 |
|
James Seibel
|
b4269afc9f
|
Add IDhApiShadowCullingFrustum and a config for shadow culling
|
2024-02-10 21:37:59 -06:00 |
|
James Seibel
|
46740f51a7
|
Merge branch 'distant-horizons-core-shadow.cull.fix'
|
2024-02-10 18:13:14 -06:00 |
|
James Seibel
|
9ccbc792b4
|
Minor file handler refactor
|
2024-02-10 18:08:08 -06:00 |
|
James Seibel
|
89ea4c5172
|
potentially fix world gen getting stuck
|
2024-02-10 18:06:37 -06:00 |
|
James Seibel
|
61c83e4c10
|
GeneratedFullDataFileHandler refactor
|
2024-02-10 18:06:24 -06:00 |
|
James Seibel
|
65e053db0d
|
Add ColumnRenderBufferBuilder debug config options
|
2024-02-10 17:30:42 -06:00 |
|
NULL511
|
a9ccc6fa34
|
alter frustum culling api usage
|
2024-02-10 18:06:34 -05:00 |
|
James Seibel
|
3f5622debf
|
Add "database has been closed" to DbConnectionClosedException
|
2024-02-10 12:10:10 -06:00 |
|
NULL511
|
bddf9c85e8
|
lava ID fix
|
2024-02-07 10:01:25 -05:00 |
|
NULL511
|
cb6d4a1471
|
separate camera and shadow frustum culling
|
2024-02-07 09:44:33 -05:00 |
|
James Seibel
|
2651e3d435
|
Attempt to reduce queuing duplicate world gen tasks
|
2024-02-07 07:34:43 -06:00 |
|
coolGi
|
2f4c398852
|
Removed a forgotten debug log from a previous commit
|
2024-02-07 23:36:59 +10:30 |
|
James Seibel
|
b255e0ac68
|
Merge branch 'main' of https://gitlab.com/jeseibel/distant-horizons-core
|
2024-02-07 07:06:03 -06:00 |
|
James Seibel
|
848b75ad7d
|
Add Lod Shading to the api config
|
2024-02-07 07:06:00 -06:00 |
|
coolGi
|
556550fea8
|
Fixed mod auto-updating on quilt
|
2024-02-07 23:23:07 +10:30 |
|