Opened 9 years ago

Last modified 11 months ago

#3389 closed enhancement

Lobby - allow reconnect without returning to the main menu — at Version 1

Reported by: elexis Owned by:
Priority: If Time Permits Milestone: Alpha 27
Component: Multiplayer lobby Keywords:
Cc: Patch:

Description (last modified by elexis)

If you are in the lobby and become disconnected, then in order to rejoin you have to return to the main menu and start the login process from scratch (Back -> Multiplayer -> Lobby -> Login -> Connect). The client doesn't attempt to reconnect by itself.

We could have a "Reconnect" button with the same size and position as the "Host" button that is only visible while we are disconnected. If clicked, it should attempt to rejoin without the need to provide the credentials again.

Change History (1)

comment:1 by elexis, 7 years ago

Description: modified (diff)
Keywords: simple added

The new 'Connect' button would just have to do few calls that we find in lobbyStartConnect() of prelobby.js and reuse some code of init of lobby.js (could be moved to a new helper function) and call it from the "connected" case in lobby.js.

Note: See TracTickets for help on using tickets.