summaryrefslogtreecommitdiff
path: root/builtin/mainmenu/tab_online.lua
Commit message (Collapse)AuthorAge
* Remove fgettext("") in builtinWuzzy2019-02-09
| | | | 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-10
| | | | | Simple fix to stop searching for "[" or other special characters causing a crash.
* Add a refresh button to the serverlist (#6957)Tre2018-02-19
| | | | | | | | * 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-25
|
* Mainmenu: Improve button alignmentezhh2017-11-19
|
* Formspec: textarea with scrollbar improvementsadrido2017-10-09
| | | | | | | | | | | | 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-29
|
* Menu: Merge singleplayer and server tabs (#5627)Elijah Duffy2017-05-21
Rename "Singleplayer" tab to "Play" and remove "Server" tab placing server functionality under a "Host Game" checkbox in "Play."