summaryrefslogtreecommitdiffstats
path: root/World.gd (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-09-18Organize World Gen Stuffdusoleil1-77/+0
2022-09-18Prototype levels of detail per chunkdusoleil1-1/+28
2022-09-18Add ChunkLoader to World Generationdusoleil1-34/+26
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-16Fix rounding error in chunk render distancedusoleil1-24/+23
2022-09-16Rewrite World code to load/deload Chunks in a circle around a travelerdusoleil1-56/+47
2022-09-15Lower World Generation radius for performancedusoleil1-1/+1
2022-09-15Update movement scripts after Main scene reorganization mergedusoleil1-1/+1
2022-09-15Prototype procedurally generated world with rocksdusoleil1-1/+52
2022-09-15Reorganize the Main scene and fix the collision layers/masksdusoleil1-1/+2
2022-09-15Pilot ship with arrow keysdusoleil1-0/+16