aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu/tab_online.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mainmenu: Escape server_favorite_delete pathSmallJoker2022-07-221-2/+2
| | | | No similar issues were found inside this file.
* Add register dialog to separate login/register (#12185)rubenwardy2022-06-051-14/+43
| | | | | | | | | | 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
* Mainmenu: Improve "Join Game" tab (#11078)sfan52021-03-201-215/+241
|
* Use JSON for favorites, move server list code to Lua (#10085)rubenwardy2021-01-221-55/+60
| | | Co-authored-by: sfan5 <sfan5@live.de>
* MainMenu: Add clear button and icon for search input (#10363)Andrey2020-12-191-1/+8
|
* Add comments for translators (#9510)Wuzzy2020-03-201-0/+1
| | | | | * Add translator comments for "special" strings * Add translator comments for some "tricky" strings
* Add luacheck to check builtin (#7895)rubenwardy2019-08-061-3/+3
|
* Remove fgettext("") in builtinWuzzy2019-02-091-1/+1
| | | | This call is useless and wrong, the empty string has a special meaning in Gettext.
* Escape special characters when searching the server list (#7842)ChimneySwift2018-11-101-0/+1
| | | | | Simple fix to stop searching for "[" or other special characters causing a crash.
* Add a refresh button to the serverlist (#6957)Tre2018-02-191-2/+9
| | | | | | | | * add refresh button * Make search and refresh buttons smaller * Change to image button
* Main menu: Change tabs to 'Start Game' and 'Join Game' (#6955)Tre2018-01-251-1/+1
|
* Mainmenu: Improve button alignmentezhh2017-11-191-4/+4
|
* Formspec: textarea with scrollbar improvementsadrido2017-10-091-2/+2
| | | | | | | | | | | | Increase scrollrate depending on fontsize Scroll on mousewheel Allow scrolling and marking text on non writable textareas Update lua api about readonly mode Show scrollbar if text overflows
* Change the server description after a search (#6074)Vincent Glize2017-06-291-0/+1
|
* Menu: Merge singleplayer and server tabs (#5627)Elijah Duffy2017-05-211-0/+350
Rename "Singleplayer" tab to "Play" and remove "Server" tab placing server functionality under a "Host Game" checkbox in "Play."