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

ADR - Dead Reckoning #11

Open
dudash opened this issue Jul 28, 2022 · 0 comments
Open

ADR - Dead Reckoning #11

dudash opened this issue Jul 28, 2022 · 0 comments
Labels

Comments

@dudash
Copy link
Contributor

dudash commented Jul 28, 2022

ADR Context / Overview

Dead Reckoning

Decision

The client will be able to calculate the same physics as the server in-between delta updates from the server. The server will always be sending absolute information - these messages will only be sent if the server believe the client couldn't have figured it out on its own. The client should also be able to LERP its own calculated physics to the server provided when it gets updates.

Rationale

For performance reasons - cut down on the required number of networked updates the server needs to send and the clients need to process.

Status

<[Proposed | Accepted | Deprecated | Superseded]
If deprecated, indicate why. If superseded, include a link to the new ADR. >

Consequences

<Describe here the resulting context, after applying the decision. All consequences should be listed, not just the "positive" ones. >

Authors

@thoraxe @dudash @RoddieKieley

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant