Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upported changes and improved chunk queuing #33

Merged
merged 9 commits into from
Oct 8, 2016

Conversation

marvin-bitterlich
Copy link
Contributor

Closes #23
Closes #29
Closes #32

This pull request fixes above mentioned issues and prs.

It also adds a spiral chunk en-queuing. The region to load is split into regions 512x512 chunks and these regions are then split into 4x4 chunk Squares.

This pr will break skipChunks as I gave it up in favor of a better sorting. But we can now filter per region so we can mask regions to not be generated again once they complete. That is a imo way more failsafe approach to this.

Tested this pr on my server and it works perfectly fine.

Review please @gecgooden

@gecgooden gecgooden merged commit 8ac357a into gecgooden:master Oct 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generate chunks in 2x2 blocks
2 participants