Skip to content
New issue

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

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

Already on GitHub? # to your account

fix(game): drop provider race condition #266

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

MeikelLP
Copy link
Owner

@MeikelLP MeikelLP commented Dec 13, 2024

fixes #246

  • Also fixes a bug in QuadTree having gaps when subdividing and despawning entities. Caused when spawning to many entities on the same spot (may happen when spawning many drops)
  • Improved drop loading by parallelizing loading

TODO

  • fix rc

@MeikelLP MeikelLP added type/bug Something isn't working area/game The game app is affected labels Dec 13, 2024
@MeikelLP MeikelLP added this to the 0.1 The Baseline milestone Dec 13, 2024
@MeikelLP MeikelLP marked this pull request as draft December 17, 2024 09:54
@MeikelLP MeikelLP marked this pull request as ready for review December 17, 2024 20:48
@MeikelLP MeikelLP added the help wanted Extra attention is needed label Dec 17, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
area/game The game app is affected help wanted Extra attention is needed type/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: race condition when loading
1 participant