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

FTR: Frag Table: Player Connection Duration #292

Open
proof88 opened this issue Apr 8, 2024 · 0 comments
Open

FTR: Frag Table: Player Connection Duration #292

proof88 opened this issue Apr 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@proof88
Copy link
Owner

proof88 commented Apr 8, 2024

Basically this feature consists of 2 tasks:

  • record timestamp of a player connected to server;
  • visualize in on frag table.

1st item as I remember is needed for corner case, when a player shoots, disconnects, another player connects, with same id "accidentally" as coming from GNS, bullet hits, and we mistakenly register the frag for the newly registered player.
It is also needed for fixing this bug: #323

The bullets are already timestamped if I remember, we just need to compare the timestamps to fix the corner case.

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

No branches or pull requests

1 participant