aboutsummaryrefslogtreecommitdiff
path: root/src/gui/CMakeLists.txt
AgeCommit message (Collapse)Author
2022-06-05Add register dialog to separate login/register (#12185)rubenwardy
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
2021-09-26Touch UI support for desktop builds (#10729)TheBrokenRail
2021-03-19Drop old text input workarounds (#11089)sfan5
* Drop unused intlGUIEditBox * Drop unnecessary Linux text input workarounds
2021-01-04refacto: factorize multiple code parts from guiEditbox childs (#10782)Loïc Blot
2020-11-04Add model[] formspec element (#10320)SmallJoker
Formspec element to display models, written by @kilbith, rebased and tweaked. Co-authored-by: Jean-Patrick Guerrero <jeanpatrick.guerrero@gmail.com> Co-authored-by: sfan5 <sfan5@live.de>
2020-04-13Add scroll_container formspec element (redo) (#9101)DS
New formspec elements: - `scroll_container[<X>,<Y>;<W>,<H>;<scrollbar name>;<orientation>;<scroll factor>]` - `scroll_container_end[]` Other elements can be embedded in this element. Scrollbar must be placed manually.
2020-02-15Add animated_image[] formspec element (#9258)Hugues Ross
2020-02-01Formspec: Create a new class for inventorylists (#9287)DS
2019-12-09Refactor to centralize GUIButton styling/rendering code (#9090)Hugues Ross
2019-11-07Formspec: draw order and clipping for all elements (#8740)DS
2019-11-03Formspec: add hypertext elementPierre-Yves Rollo
2019-08-03Add custom colorable GUIButton implementationrubenwardy
2019-05-24Add IGUIScrollbar implementation with variable bar sizes (#8507)stujones11
2018-10-29Move touchscreen input handling to base GUIModalMenu classstujones11
2018-01-20Game refactor [2/X]: Various moves (profilergraph, nodePlacementPrediction, ↵Loic Blot
create_formspec_menu) * Move profilergraph to dedicated files * Move nodePlacementPrediction to Game class * Rename create_formspec_menu to GUIFormSpecMenu::create
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()
2017-11-08Move files to subdirectories (#6599)Vitaliy
* Move files around