Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-03 | Add: [Network] Keep the refresh button in lowered state while refreshing (#9600) | Patric Stout | |
This gives user visual feedback that the refresh is still pending, and prevents people from clicking again and again thinking nothing is happening. This is especially true for connections that fall back to TURN, as that takes a few seconds to kick in. Additionally, prevent clicking on the button again while a refresh is pending. This is only delaying a successful result. | |||
2021-08-23 | Fix: [Network] show query errors in the server listing instead of error ↵ | Patric Stout | |
popup (#9506) When you are query several servers at once, it is rather unclear for which server you got a popup. Instead, show any errors on the server itself. This is only true for the query-part. Joining a server still gives an error popup to tell you about any issue. | |||
2021-08-23 | Fix #9501: [Network] crash when more than one game-info query was pending ↵ | Patric Stout | |
(#9502) |