proof88 / PRooFPS-dd

PRooFPS-dd
https://www.facebook.com/whiskhyll
GNU General Public License v3.0
4 stars 1 forks source link

FTR: Frag Table: Player Connection Duration #292

Open proof88 opened 6 months ago

proof88 commented 6 months ago

Basically this feature consists of 2 tasks:

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: https://github.com/proof88/PRooFPS-dd/issues/323

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