Make player ping visible in the scoretab #103

Closed
opened 2021-10-24 20:45:25 +02:00 by unfa · 2 comments

Ping is so far only shown locally.

By including it in the player_info object, it could be nicely sent to all peers so you could look up people's ping in the score table.

Ping is so far only shown locally. By including it in the `player_info` object, it could be nicely sent to all peers so you could look up people's ping in the score table.
unfa added the
good first issue
label 2021-12-13 00:06:51 +01:00
Poster
Owner

In Performance.gd in the _process() function you'll find code that checks and prints ping between you and the game server (also lost packets).

This code can be reused (copied and adapted) to check ping of other players and display that in the score table along with player names and scores.

In `Performance.gd` in the `_process()` function you'll find code that checks and prints ping between you and the game server (also lost packets). This code can be reused (copied and adapted) to check ping of other players and display that in the score table along with player names and scores.
Poster
Owner

Done.

Done.
unfa closed this issue 2022-01-03 15:30:00 +01:00
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unfa/liblast#103
There is no content yet.