James Seibel
|
9f195231db
|
up the version number 2.0.2 -> 2.0.3
|
2024-03-19 06:48:26 -05:00 |
|
James Seibel
|
805429722f
|
Fix an issue where downsampling would sometimes corrupt the data souce
|
2024-03-18 21:14:35 -05:00 |
|
James Seibel
|
5b67f60e6f
|
Fix black block lighting for super flat worlds
|
2024-03-18 20:05:12 -05:00 |
|
James Seibel
|
6557a1a7bd
|
rename FullDataSourceV2.createFromCompleteDataSource
|
2024-03-18 20:01:39 -05:00 |
|
James Seibel
|
a62ee8b3cf
|
Merge !50
|
2024-03-17 19:09:01 -05:00 |
|
James Seibel
|
94e3426779
|
Remove ISourceProvider
|
2024-03-17 17:36:28 -05:00 |
|
James Seibel
|
6b13e9141c
|
rename FullDataFileHandler -> FullDataSourceProvider and Remove IFullDataSourceProvider
IFullDataSourceProvider was removed so legacy providers don't have to implement methods they don't need
|
2024-03-17 17:32:41 -05:00 |
|
James Seibel
|
bf00a23499
|
Rename IWorldGenerationQueue -> IFullDataSourceRetrievalQueue
|
2024-03-17 16:46:56 -05:00 |
|
James Seibel
|
569a4b16b4
|
Improve the nightly build warning text
|
2024-03-17 16:29:49 -05:00 |
|
James Seibel
|
8ec22189fd
|
remove unneeded casting in RenderSourceFileHandler
|
2024-03-17 16:24:46 -05:00 |
|
James Seibel
|
9d539c4766
|
Update several todo comments
|
2024-03-17 16:15:06 -05:00 |
|
James Seibel
|
fada27257c
|
Write FullDataSourceV2 column length as a short instead of a int
|
2024-03-17 16:14:24 -05:00 |
|
James Seibel
|
c55880bcb9
|
Fix empty data sources not updating and being regenerated
|
2024-03-16 22:43:22 -05:00 |
|
James Seibel
|
cbadfab62a
|
disable cave culling in the end
|
2024-03-16 22:43:07 -05:00 |
|
James Seibel
|
c435b55576
|
Fix updating empty LODs (IE in the end)
|
2024-03-16 22:27:11 -05:00 |
|
James Seibel
|
69e3e2bca3
|
Add a config to render overlapping quad errors
|
2024-03-16 22:23:20 -05:00 |
|
James Seibel
|
b20cbab012
|
Remove Seamless Overdraw Test
The result wasn't very good due to rendering issues with entities
|
2024-03-16 21:03:15 -05:00 |
|
James Seibel
|
ce4c5db5df
|
Fix incorrect FullDataSourceV2 downsampling for worldGenStep
|
2024-03-16 20:54:12 -05:00 |
|
James Seibel
|
6d2912e320
|
Add created and last modified unix time to FullDataSourceV2
|
2024-03-16 20:32:01 -05:00 |
|
James Seibel
|
e14e122b6c
|
Refactor FullDataSourceV2 variables
|
2024-03-16 20:19:24 -05:00 |
|
James Seibel
|
dcd16cb84b
|
rename NewFullDataSource -> FullDataSourceV2 and supporting objects
|
2024-03-16 19:53:01 -05:00 |
|
James Seibel
|
98183a4e75
|
Rename CompleteFullDataSource -> FullDataSourceV1
|
2024-03-16 19:40:36 -05:00 |
|
James Seibel
|
4ec1dea1ba
|
merge CompleteFullDataSource and FullDataArrayAccessor
|
2024-03-16 19:34:36 -05:00 |
|
James Seibel
|
031bf754e8
|
Remove SingleColumnFullDataAccessor and IFullDataAccessor
|
2024-03-16 19:16:50 -05:00 |
|
James Seibel
|
c081b6c57c
|
Remove unusused AbstractDhRepo.get(TDTO)
|
2024-03-16 17:47:06 -05:00 |
|
James Seibel
|
6413e17e4b
|
Add multiple compression options and unit tests
|
2024-03-16 17:25:15 -05:00 |
|
cola98765
|
9e0046ba83
|
Update en_us.json
|
2024-03-15 09:07:24 +00:00 |
|
cola98765
|
150d929a45
|
Update EVerticalQuality.java
|
2024-03-15 08:58:26 +00:00 |
|
James Seibel
|
d5074feda2
|
Add aggregate getters to NewFullDataSourceRepo for unit testing
|
2024-03-14 21:40:36 -05:00 |
|
James Seibel
|
4741e25349
|
Add NewFullDataSourceDTO.createUnitTestDataSource()
|
2024-03-14 21:35:52 -05:00 |
|
James Seibel
|
c3f99835db
|
Multithread full data migration
|
2024-03-12 22:00:36 -05:00 |
|
James Seibel
|
996621887c
|
Prevent world gen while migration is running
|
2024-03-12 21:43:26 -05:00 |
|
James Seibel
|
6f931c66bf
|
Add migration fail capture
|
2024-03-12 21:42:53 -05:00 |
|
James Seibel
|
024176f97c
|
Fix migrated downsampling light looking weird
|
2024-03-12 21:15:15 -05:00 |
|
James Seibel
|
968bc9addc
|
Fix incorrect parent updating lock logic
|
2024-03-12 21:05:45 -05:00 |
|
James Seibel
|
e83f7bd62e
|
Add FullDataPointUtilV1 for use with CompleteFullDataSource
|
2024-03-12 21:00:50 -05:00 |
|
James Seibel
|
c5787d0ff2
|
Add Legacy data source migration
|
2024-03-12 20:24:57 -05:00 |
|
James Seibel
|
30076f1b60
|
Minor comments and refactoring
|
2024-03-12 07:21:56 -05:00 |
|
James Seibel
|
34fdae1c78
|
remove debug code in NewFullDataSource
|
2024-03-10 21:50:13 -05:00 |
|
James Seibel
|
dd7d7733f0
|
Rename and remove debug wireframe configs
|
2024-03-10 21:47:27 -05:00 |
|
James Seibel
|
fd1944eb26
|
Remove unnecessary legacy debug rendering
|
2024-03-10 21:46:52 -05:00 |
|
James Seibel
|
64fce77a0a
|
Fix repo castring for AbstractNewDataSourceHandler
|
2024-03-10 21:38:41 -05:00 |
|
James Seibel
|
d569ae4052
|
Deprecate EHorizontalQuality.UNLIMITED
|
2024-03-10 21:30:59 -05:00 |
|
James Seibel
|
5f8eceee8d
|
Remove unused override in RenderSourceFileHandler
|
2024-03-10 21:16:03 -05:00 |
|
James Seibel
|
b49988af9e
|
Remove an unused method added by Iris
|
2024-03-10 21:15:45 -05:00 |
|
James Seibel
|
46ba2630f1
|
Fix LodQuadTree clear render cache not working at extreme distances
|
2024-03-10 21:15:37 -05:00 |
|
James Seibel
|
02a1445732
|
Fix render data not regenerating on config change
|
2024-03-10 21:14:59 -05:00 |
|
James Seibel
|
8bdc4fe779
|
Add missing changed for 28de6f93
|
2024-03-10 21:05:13 -05:00 |
|
James Seibel
|
28de6f93af
|
Fix world gen for extreme render distances
|
2024-03-10 20:44:12 -05:00 |
|
James Seibel
|
20394068b2
|
Add additional F3 lines for file updating
|
2024-03-09 17:06:17 -06:00 |
|