Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Registration dialog: Larger text field with scrollbars (#7047) | SmallJoker | 2018-02-23 |
| | | | Center text, text area doubled now | ||
* | Registration confirmation dialog: Fix grammar | Muhammad Rifqi Priyo Susanto | 2018-01-13 |
| | | | | Fixes commit 792752997c5ae2aaa4f54d0a2e2af2a96d7d1e9f. | ||
* | Add confirmation on new player registration (#6849) | Muhammad Rifqi Priyo Susanto | 2018-01-13 |
* Attempt to add registration confirmation Using SRP auth mechanism, if server sent AUTH_MECHANISM_FIRST_SRP that means the player isn't exist. Also tell player about the server and chosen username. Local game has localhost as IP address of the server. Add RenderingEngine::draw_menu_scene() to draw GUI and clouds background. aborted -> connection_aborted * Rewrite information message text Client::promptConfirmRegister() -> Client::promptConfirmRegistration() |