aboutsummaryrefslogtreecommitdiff
path: root/src/gui/guiConfirmRegistration.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Drop GUIConfirmRegistration::m_address unused fieldLoïc Blot2019-03-121-2/+1
|
* Move touchscreen input handling to base GUIModalMenu classstujones112018-10-291-0/+6
|
* Add confirmation on new player registration (#6849)Muhammad Rifqi Priyo Susanto2018-01-131-0/+61
* 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()