James Seibel
2376baf936
prevent potential null pointers in ServerApi
2023-02-25 21:29:56 -06:00
James Seibel
be0ce75ceb
refactor and prevent a potential null pointer in DhClientWorld
2023-02-25 21:27:35 -06:00
James Seibel
ea41fbc664
make DhClientServerLevel extends DhClientLevel
2023-02-25 17:17:27 -06:00
James Seibel
5579b1dc95
equalize DhClientLevel and DhClientServerLevel
2023-02-25 15:43:20 -06:00
James Seibel
8d5926fb2d
Add very rough client World support
2023-02-25 15:29:40 -06:00
James Seibel
03752509e7
improve ClientApi logging
2023-02-25 15:28:38 -06:00
James Seibel
e7d16b2109
refactor DhClientServerWorld
2023-02-25 15:27:31 -06:00
James Seibel
54252d10f5
minor refactor
2023-02-25 14:29:22 -06:00
James Seibel
19d8306094
move DhClientServerLevel.RenderState into its own file
2023-02-25 10:58:03 -06:00
James Seibel
373b354b20
Add additional shutdown logging
2023-02-25 10:57:27 -06:00
James Seibel
b9edf2ef93
Hard shutdown the world generator, don't wait
2023-02-25 10:22:45 -06:00
James Seibel
b4ffd65fbc
remove deprecated getServerFolderName()
2023-02-25 09:02:42 -06:00
James Seibel
eaee05df3f
Change the default multiplayer save mode to "name_only"
...
This is done to prevent issues with Realms
2023-02-25 08:56:40 -06:00
coolGi
7403657d83
Removed classifier's as they are no longer needed in gradle 18
2023-02-24 19:08:53 +10:30
coolGi
2a7e5ef9c9
Suppressed unchecked warning
2023-02-24 18:00:48 +10:30
James Seibel
e0cc271cf1
Fix world generator not closing
2023-02-23 20:19:15 -06:00
James Seibel
5174c71363
Downgrade to Java 8
2023-02-23 19:27:29 -06:00
James Seibel
af9215c849
Fix exceptions when closing a world
2023-02-21 21:25:06 -06:00
James Seibel
acd78a6067
update a comment in ColumnRenderSource
2023-02-21 19:59:48 -06:00
James Seibel
5c0aef32c1
Partially fix LODs disappearing when moving
2023-02-21 19:56:18 -06:00
James Seibel
924465a788
comment out a couple debug loggers
2023-02-19 17:16:39 -06:00
James Seibel
cf34457d20
remove duplicate renameCorruptedFile() code
2023-02-19 12:30:14 -06:00
James Seibel
0615a2917c
refactoring
2023-02-18 20:25:25 -06:00
James Seibel
4a3b4a1e23
Move FileUtil into the util package
2023-02-18 20:00:21 -06:00
James Seibel
553c348a0d
enable atomic move in MetaDataContainerFile
2023-02-18 18:19:52 -06:00
James Seibel
be036fe67a
rename MetaData -> BaseMetaData and AbstractMDF -> AbstractMDContainerF
...
The difference between MetaData and AbstractMetaDataFile wasn't obvious, this should make it a bit more clear
2023-02-18 18:02:44 -06:00
James Seibel
070cdc13e2
rename package dataType -> dataObjects and re-arange children
2023-02-18 17:07:36 -06:00
James Seibel
6ac762d415
remove AbstractRenderSourceLoader
...
There was only one type of RenderSource so it didn't make sense to keep it
2023-02-18 16:46:17 -06:00
James Seibel
40db02cce3
rename RenderFileHandler -> RenderSourceFileHandler
2023-02-18 16:41:21 -06:00
James Seibel
cabc1d1de9
Remove unused array from ColumnRenderSource
2023-02-18 16:20:11 -06:00
James Seibel
5e12edb251
Delete IColumnDataType and refactor ColumnRenderSource
...
ColumnRenderSource was the only object that inherited it
2023-02-18 16:17:11 -06:00
James Seibel
42623b4583
improve FullDataPointUtil and RenderDataPointUtil header comments
2023-02-18 13:48:30 -06:00
James Seibel
5dfd8d3738
Fix RenderDataPointUtil capitalization
2023-02-18 13:34:05 -06:00
James Seibel
031bde07dd
rename ColumnFormatUtil -> RenderDatapointUtil and move to util package
2023-02-18 13:33:09 -06:00
James Seibel
3f91c479f4
rename FullDataPoint -> FullDataPointUtil and move to util package
2023-02-18 13:10:17 -06:00
James Seibel
5afbe961e7
rename ColumnFormat -> ColumnFormatUtil
2023-02-18 12:37:47 -06:00
James Seibel
f8e3665e14
Remove unused methods from ColumnFormat
2023-02-18 12:36:54 -06:00
James Seibel
01ebf690f0
refactor ColumnFormat
2023-02-18 12:34:05 -06:00
James Seibel
6f743380dc
add long to bitShiftUtil
2023-02-18 12:32:06 -06:00
James Seibel
73edce1580
IColumnDataView minor refactor
2023-02-18 12:01:23 -06:00
James Seibel
3dbc0ee5cd
Remove IRenderSource
...
There was only ColumnRenderSource and several pieces of logic required there to only be ColumnRenderSource, so it didn't make sense to keep the interface.
2023-02-18 12:01:15 -06:00
James Seibel
a35a797ce0
move buffer building objects into datatype.render.bufferbuilding
2023-02-18 11:33:09 -06:00
James Seibel
912a7687c3
refactor columnArrayView and interface
2023-02-18 11:25:09 -06:00
James Seibel
16c6dffdd6
Move files into Full and Render dataType packages
2023-02-18 09:53:16 -06:00
James Seibel
3b621ac497
rename/refactor FullDataSource loaders
2023-02-18 09:45:56 -06:00
James Seibel
271bdb9f12
Move Full data sources into their own package
2023-02-18 09:36:59 -06:00
James Seibel
fbcf687ef9
rename ChunkSizedFullData -> ChunkSizedFullDataSource
2023-02-18 09:30:12 -06:00
James Seibel
e4b5a7cb93
rename several FullData objects
2023-02-18 09:28:58 -06:00
James Seibel
0832555ec0
minor SparesFullDataSource refactoring
2023-02-18 09:28:49 -06:00
James Seibel
13d4c74367
remove unused args in LodRenderSection
2023-02-18 09:13:05 -06:00