7e4f3a3185
Fix chunks not generating out of view range when changing worlds
James Seibel
2021-05-29 13:22:48 -05:00
9fe6be10f6
replace LodGeometryQuality with LodDetail
James Seibel
2021-05-29 13:02:05 -05:00
76b356d38e
Add version handling and improve error handling
James Seibel
2021-05-29 13:01:47 -05:00
811e24ee5e
Improve and simplify LodChunk
James Seibel
2021-05-29 13:00:43 -05:00
5002db15d6
Remove LodLocation since LodCorner exists
James Seibel
2021-05-29 12:45:46 -05:00
a3357c1193
Replace LodGeometryQuality with LodDetail
James Seibel
2021-05-29 12:45:19 -05:00
af36224a57
Remove unneeded object creation
James Seibel
2021-05-29 12:42:39 -05:00
630ff361d3
in ColorDirection replace N,S,E,W with NORTH, SOUTH, EAST, WEST
James Seibel
2021-05-19 12:51:23 -05:00
34c6f29a18
Add file versioning to the file handler
James Seibel
2021-05-19 12:34:02 -05:00
909718e491
Remove the readyToReadAndWrite method
James Seibel
2021-05-19 12:10:36 -05:00
8a3d199247
Implement Single and Quad geometry qualities for CubicLod Rendering
James Seibel
2021-05-19 08:47:22 -05:00
fa13c981b7
Add a missing empty line in the config file
James Seibel
2021-05-18 21:56:33 -05:00
815b00c3ca
Add multiple color modes and set up for geometry quality
James Seibel
2021-05-08 16:41:55 -05:00
ae9144a6c4
Add the basis for different LOD drawing modes (aka templates)
James Seibel
2021-05-08 14:58:41 -05:00
359fde3b6b
Remove an unneeded line
James Seibel
2021-05-08 14:37:05 -05:00
92fa904cc6
Setup the config and enum for multiple LOD drawing modes
James Seibel
2021-05-05 16:55:01 -05:00
2583ae34d4
Remove DrawMode since it wasn't supported anyway
James Seibel
2021-05-05 16:53:39 -05:00
e36b3394f4
Remove an unneeded comment
James Seibel
2021-05-05 16:35:23 -05:00
7af38df92c
Remove some outdated TODOs
James Seibel
2021-04-18 21:23:30 -05:00
51add24110
Merge branch '1.16.4' of gitlab.com:jeseibel/minecraft-lod-mod into 1.16.4
James Seibel
2021-04-03 12:11:32 -05:00
9e5aac3bf7Close#18 (allow client use on servers)
James Seibel
2021-04-03 12:05:16 -05:00
5738a5b7cdClose#8 (allow client use on servers)
James Seibel
2021-04-03 12:05:16 -05:00
e1216966a3
Add error checking
James Seibel
2021-04-02 22:56:13 -05:00
222c0de7f1
Only try generating chunks on a local server
James Seibel
2021-04-02 22:50:33 -05:00
b4f1fb6d28
Improve a TODO
James Seibel
2021-04-01 21:05:45 -05:00
a32082ad20
Remove the need for a World object in LodBuilder
James Seibel
2021-04-01 13:57:47 -05:00
eeb5fb6c3c
Improve the generateLodChunkAsync method
James Seibel
2021-04-01 13:56:52 -05:00
cb50f24c86
Improve how a unloaded LodWorld is handled
James Seibel
2021-04-01 13:13:14 -05:00
5ca5764c0e
Improve how LodWorld, LodBuilder, and LodRenderer objects are handled to prevent multiple references
James Seibel
2021-03-31 14:22:35 -05:00
fccd1db045
Add the ability to select and deselect worlds
James Seibel
2021-03-31 14:18:11 -05:00