summaryrefslogtreecommitdiff
path: root/src/gui/guiConfirmRegistration.h
Commit message (Collapse)AuthorAge
* Add register dialog to separate login/register (#12185)rubenwardy2022-06-05
| | | | | | | | | | New users find Minetest's account system confusing. This change moves username/password to a new dialog, with login and register buttons added to the Join Game tab. The old registration confirmation dialog is removed in favour of the new dialog. Fixes #8138
* Replace all uses of core::list with std::list (#12313)paradust72022-05-22
|
* Formspecs: Add state-selection to style elements (#9378)Hugues Ross2020-04-11
|
* Drop GUIConfirmRegistration::m_address unused fieldLoïc Blot2019-03-12
|
* Move touchscreen input handling to base GUIModalMenu classstujones112018-10-29
|
* Add confirmation on new player registration (#6849)Muhammad Rifqi Priyo Susanto2018-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()