aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu/tab_server.lua
AgeCommit message (Collapse)Author
2017-05-21Menu: Merge singleplayer and server tabs (#5627)Elijah Duffy
Rename "Singleplayer" tab to "Play" and remove "Server" tab placing server functionality under a "Host Game" checkbox in "Play."
2017-05-06Use a settings object for the main settingsShadowNinja
This unifies the settings APIs. This also unifies the sync and async registration APIs, since the async registration API did not support adding non-functions to the API table.
2017-01-15Add keyword based search to serverlistred-001
2016-04-08Mainmenu: Refactor tab UI codeRui914
- Use local variables for tabs in place of globals - Merge together if statements where possible - Replace manual table searching code with indexof where possible
2015-07-10Fix remnant bugs on mainmenujp
- Stop attempting to start a world when no world's created/selected in server tab - Better world's indexes handling between subgames lists
2015-07-02Set server_announce to world.mt and respect modes when changing subgameSokomine
2015-06-30Fix single click world selectest31
2015-06-30Fix bugs in mainmenujeanpatrick.guerrero@gmail.com
2015-03-18Save creative_mode and enable_damage setting for each world in world.mtfz72
Create Parameters on world initialisation and set settings of old worlds
2014-12-13Remove vertlabels from main menu and relayout a bitKahrl
2014-12-08Always escape user provided data in mainmenu fieldsKahrl
2014-05-24Fix a bunch of small bugs due to mainmenu cleanupsapier
Fix doubleclick not working in singleplayer Fix of by one issue on accessing raw list Fix this->self Fix copy&paste error for scroll button
2014-05-17Fix singleplayer dialogs missing game customizationsapier
2014-05-16Add formspec toolkit and refactor mainmenu to use itsapier
Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews