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

Batch tick updates on server #24

Open
kholland950 opened this issue Nov 19, 2020 · 0 comments · May be fixed by #34
Open

Batch tick updates on server #24

kholland950 opened this issue Nov 19, 2020 · 0 comments · May be fixed by #34
Labels
bug Something isn't working
Projects
Milestone

Comments

@kholland950
Copy link
Owner

kholland950 commented Nov 19, 2020

Current broadcast rate for tick updates (player move events) is (players - 1) * 32 per second. This should be fixed to match the tick rate (32tps)

The server should send one type of message per tick with all game state

@kholland950 kholland950 added the bug Something isn't working label Nov 19, 2020
@kholland950 kholland950 added this to the poc milestone Nov 19, 2020
@kholland950 kholland950 self-assigned this Nov 20, 2020
@kholland950 kholland950 removed their assignment Feb 24, 2021
@kholland950 kholland950 added this to In progress in poc Feb 24, 2021
@kholland950 kholland950 moved this from In progress to To do in poc Feb 24, 2021
@kholland950 kholland950 moved this from To do to In progress in poc Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
poc
In progress
Development

Successfully merging a pull request may close this issue.

1 participant