Skip to content

bugfix(lobby): Fix player list ignoring refresh interval on roster updates and adjust lobby entry animation#426

Merged
x64-dev merged 1 commit intoGeneralsOnlineDevelopmentTeam:mainfrom
MrS-ibra:bugfix/lobby-player-list-refresh
Mar 27, 2026
Merged

bugfix(lobby): Fix player list ignoring refresh interval on roster updates and adjust lobby entry animation#426
x64-dev merged 1 commit intoGeneralsOnlineDevelopmentTeam:mainfrom
MrS-ibra:bugfix/lobby-player-list-refresh

Conversation

@MrS-ibra
Copy link
Copy Markdown
Member

This PR does a few minor bug fixes and tweaks here and there:
Fixes two issues with the lobby player list refresh behaviour.

The roster update callback was forcing an immediate refresh on every roster change and ignored the refresh interval, the player list was refreshing far more frequently than desired as result.
The fix allows a single forced refresh on lobby entry, then lets all later roster updates follow the normal interval.

Refresh interval is increased from 4 to 6 seconds to reduce unnecessary jumps on the player list and to allow for more time to read player's tooltip.

Cleans up redundancies and adjusts the row entry animation

@x64-dev x64-dev merged commit 8ce544d into GeneralsOnlineDevelopmentTeam:main Mar 27, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants