valoeghese / 2fc0f18

Not-So-Bad-Anymore block game with more of an RPG vibe. Inspired by Minecraft and Cube World
Other
2 stars 0 forks source link

Remove toadd toadd nonsense #41

Closed valoeghese closed 2 years ago

valoeghese commented 2 years ago

Chunk-adding after loading is staggered now due to threading stuff and funi limiting code Therefore we can probably afford to do away with that nonsense from the old chunkloading method. It will clean up a lot to just add it to render list

valoeghese commented 2 years ago

Unrelated note, I’ve changed so much it may as well be 0.3.0

valoeghese commented 2 years ago

This might actually be necessary to keep (albeit with potentially tidier code?) for #43, as we will need to rebuild all chunks (spiralling out in that order probably). Alternatively we could just keep loading screen until all chunks wait I'm an idiot I just realised while typing this we're just updating the image buffer on the tile atlas there's no need to rebuild chunk meshes