aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu/init.lua
AgeCommit message (Collapse)Author
2022-06-07Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
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
2022-05-17Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-11-22Allow for Game-Specific Menu Music (#11241)ExeVirus
2021-05-13Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-03-30Consistent title bar + render information in mainmenu (#10764)SmallJoker
2021-02-10Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-01-22Use JSON for favorites, move server list code to Lua (#10085)rubenwardy
Co-authored-by: sfan5 <sfan5@live.de>
2021-01-07Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2020-12-28Display Minetest header when menu_last_game value isn't available anymore ↵Zughy
(#10751)
2020-12-23Add dependency resolution to ContentDB (#9997)rubenwardy
2020-11-28Merged MinetestElias Fleckenstein
2020-08-27Android: drop simple MainMenu (#10227)Maksim
The default (PC-style) MainMenu works great on Android. Provides access to ContentDB and allows players to create many worlds in a few clicks. Makes the interface consistent and eliminates player confusion.
2020-07-18Update to minetest 5.4.0-devElias Fleckenstein
2020-05-17builtin: Move common/async_event.lua to mainmenu/async_event.luasfan5
It only works in the context of the mainmenu.
2020-05-13Hacked ClientElias Fleckenstein
2019-02-18Update gamebar on tab enter (#8192)Paul Ouellette
2018-12-06Main menu style: Set to 'full' for Android, remove 'auto' option (#7936)Paramat
2018-04-19Add online content repositoryrubenwardy
Replaces mods and texture pack tabs with a single content tab
2018-02-08Add main_menu_style settingPorygonZRocks
2017-07-14Remove remaining modstore code (#6120)Elijah Duffy
2017-06-30Create a filesystem abstraction layer for CSM and only allow accessing files ↵red-001
that are scanned into it. (#5965) * Load client-side mods into memory before executing them. This removes the remaining filesystem access that client-sided mods had and it will hopefully make then more secure. * Lua Virtual filesystem: don't load the files into memory just scan the filenames into memory. * Fix the issues with backtrace * fix most of the issues * fix code style. * add a comment
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-02-12Mainmenu: Brighter text colours for readabilityHybrid Dog
2017-01-15Add keyword based search to serverlistred-001
2016-05-13Fix #4111 ("Provided world path doesn't exist" if choosing singleplayer on ↵Rui
first run") Bug and whitespace error fixed (Zeno)
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
2016-02-21Restore simple settings tab and add advanced settings as dialogBlockMen
2015-03-30Let main menu scale (non-Android)Craig Robbins
This fixes main menu not fitting for 800x600 (and lower resolutions) on PC builds
2015-02-18Use fixed size for builtin menus on non-android platformsPerttu Ahola
2015-01-09Remove automatic consistent formspec size <-> font size (now has to be done ↵sapier
manually) Set builtin formspecs to autoscale in order to get consistent formspec look and feel Uncouple label positioning from font size (May break some formspecs but is required to allow manual font adjustment)
2014-11-26Fix Android main menu crash, and user data directory check.Kodexky
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
2014-11-20Simplify loading of Android version of menuShadowNinja
2014-08-14Fix mainmenu game initialisationBlockMen
2014-06-22Support for scalable font and gui elementssapier
Fix positioning of tabheader in order to be usable for scaling GUIs WARNING: this changes position of current tabheaders, mods have to adjust!
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
2014-05-08Use "core" namespace internallyShadowNinja
2014-05-07Organize builtin into subdirectoriesShadowNinja