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

Game loop #99

Merged
merged 2 commits into from
Oct 17, 2020
Merged

Game loop #99

merged 2 commits into from
Oct 17, 2020

Conversation

MickVermeulen
Copy link
Member

Updated the game loop to ignore the flag requests and handle all tick tasks concurrently, improves game loop performance quite nicely. Also, slow update and stuck where made much more strict (1 tick and 2 ticks respectively).

Mick Vermeulen added 2 commits October 17, 2020 22:37
… all ticks now exeucte async using waitall, slow tick and stuck detection is stricter
@MickVermeulen MickVermeulen self-assigned this Oct 17, 2020
@MickVermeulen MickVermeulen linked an issue Oct 17, 2020 that may be closed by this pull request
@MickVermeulen MickVermeulen merged commit f85f263 into master Oct 17, 2020
@MickVermeulen MickVermeulen deleted the game-loop branch November 2, 2020 08:57
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.

game loop optimizations
1 participant