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

GameInfoCache: Keep properly track of what's already loaded, lots of cleanup #18775

Merged
merged 4 commits into from
Jan 28, 2024

Conversation

hrydgard
Copy link
Owner

Now we carefully keep track of what we've already loaded (icon, background image etc) and what we haven't, and what's pending.

Should fix the png error from #18705 which I've proved was a race condition where two threads tried to load the image at the same time.

@hrydgard hrydgard added the Code Cleanup Cleanup to make future work easier. Needs to be done sometimes. label Jan 28, 2024
@hrydgard hrydgard added this to the 1.17.1 milestone Jan 28, 2024
@hrydgard hrydgard marked this pull request as ready for review January 28, 2024 15:56
@hrydgard hrydgard merged commit f9fff42 into master Jan 28, 2024
18 checks passed
@hrydgard hrydgard deleted the gameinfocache-fixes branch January 28, 2024 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Cleanup Cleanup to make future work easier. Needs to be done sometimes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant