aboutsummaryrefslogtreecommitdiff
path: root/src/gui/guiConfirmRegistration.h
AgeCommit message (Collapse)Author
2020-04-11Formspecs: Add state-selection to style elements (#9378)Hugues Ross
2019-03-12Drop GUIConfirmRegistration::m_address unused fieldLoïc Blot
2018-10-29Move touchscreen input handling to base GUIModalMenu classstujones11
2018-01-13Add confirmation on new player registration (#6849)Muhammad Rifqi Priyo Susanto
* 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()