summaryrefslogtreecommitdiffstats
path: root/World.tscn (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-09-18Organize World Gen Stuffdusoleil1-64/+0
2022-09-18Prototype levels of detail per chunkdusoleil1-1/+26
2022-09-18Add ChunkLoader to World Generationdusoleil1-11/+11
Break up world gen into chunk and offload generating them to a Chunk Loader. The World figures out which chunks should be loaded and gives this to the Chunk Loader. The Chunk Loader frees any chunks out of render distance. It also picks an unloaded chunk and gives it to a worker thread to generate it.
2022-09-16Generate Stuff in a Chunkdusoleil1-1/+2
2022-09-16Fix rounding error in chunk render distancedusoleil1-6/+6
2022-09-16Rewrite World code to load/deload Chunks in a circle around a travelerdusoleil1-0/+38