aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu
AgeCommit message (Collapse)Author
2015-08-14Don't do formspec escaping twice for loading descriptionest31
2015-07-25Fix FSAA dropdown option reset after changing another dropdown optionjeanpatrick.guerrero@gmail.com
2015-07-25Remove drivers dropdown in the settings tabkilbith
2015-07-24Update my nameNovatux
2015-07-21Fix crash in mainmenu when loaded subgame does not have a "menu" directorysfan5
2015-07-21Allow random menu images for subgamessfan5
2015-07-18Add antialiasing UI settingMark Schreiber
The Irrlicht engine supports antialiasing, and Minetest already supports saving an antialiasing setting in its configuration file. However, Minetest lacked UI elements to set this setting, and previously the only way to enable the feature was by hand-editing the configuration file. Add a drop-down menu that can enable antialiasing.
2015-07-18Change texture pack description file nameExcaliburZero
Change the name for texture pack description files from "info.txt" to "description.txt" in order to keep the naming consistent between description files for both mods and texture packs. Also add backwards compatibility for texture packs that use "info.txt", and note in the log that "info.txt" is depreciated.
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-08Add new leaves style - simple (glasslike drawtype)RealBadAngel
2015-07-04Fix attempt to start a world when no world is selected/createdjeanpatrick.guerrero@gmail.com
2015-07-02Set server_announce to world.mt and respect modes when changing subgameSokomine
2015-07-01Fix world.mt not written when selecting modeSokomine
2015-06-30Fix single click world selectest31
2015-06-30Fix bugs in mainmenujeanpatrick.guerrero@gmail.com
2015-06-16Update credits tabest31
2015-06-15Don't highlight entries in creditsWuzzy
2015-06-09More reliable serverlist behaviourHybridDog
-> remember the previously loaded serverlist, and use if new one failed -> show a "loading" serverlist
2015-05-16Add core.get_dir_listShadowNinja
2015-04-26Remove fly mode in simple main menuMuhammad Rifqi Priyo Susanto
As the fly mode option is avaiable in-game, this is not used anymore.
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-03-29Update creditsCraig Robbins
2015-03-25Remove duplicate code since 8ca08a850ff2494652aa0ac2daa3d00f03aa4e7aLoic Blot
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
2015-03-16Android: Fix auto-entry of server address and port in mainmenuest31
Fixes #2497.
2015-02-18Add modname convention checkingNovatux
Fixes #2037
2015-02-18Server: announce MIN/MAX protocol version supported to serverlist. Client: ↵est31
check serverlist Client now informs about incompatible servers from the list, this permits to prevent the protocol movements. Server announces its supported protocol versions to master server
2015-02-18Use fixed size for builtin menus on non-android platformsPerttu Ahola
2015-02-18Fix map_seed not changed when creating a new world after login to anotherfz72
2015-02-14Fix issue #2278, Connection sent before address data loadingLoic Blot
2015-02-12Minor fixes in translationsngosang
2015-02-12Fix store.lua bug: default screenshotRui
2015-02-12Fix tab_mods.lua: default screenshot patchRui
https://forum.minetest.net/viewtopic.php?f=6&t=11201 Fixed this bug.
2015-02-11Fix 'Download complete' dialog in the mods storengosang
2015-01-21Allow filter and mipmap drop down menues to be translatedCraig Robbins
2015-01-18Reorganize supported video driver query mechanismskwolekr
2015-01-18Revert "Fix style on settings tab"kwolekr
This reverts commit 7b17b9059e30cef384ecca37feec87cdcdfd39b8.
2015-01-18Fix style on settings tabjeanpatrick.guerrero@gmail.com
2015-01-15Add missing return value for filter/mipmap dropdown in mainmenukilbith
2015-01-15Small tweaking (alignement - client tab)kilbith
2015-01-15Reorganizing client and server tabsjeanpatrick.guerrero@gmail.com
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)
2015-01-04Fix forgotten favourite list image update of simple menusapier
2015-01-04Re-add lost way to debug simple menu on PCsapier
2014-12-29Add core.get_mapgen_names() to Main Menu API (and use it)kwolekr
Also rewrite mapgen registration for static initialization
2014-12-30Ignore downloaded public serverlist if public_serverlist is falseKahrl
Fixes #1807: When the server list finishes downloading, the local server list resets in certain conditions
2014-12-28MainMenu: Save 'hide gamemods' and 'hide modpack contents' checkbox state ↵fz72
(fixes #1960)
2014-12-13Remove vertlabels from main menu and relayout a bitKahrl
2014-12-13Display serverlist flags as iconsKahrl
2014-12-10Ignore .name directories and filesSmallJoker
Signed-off-by: Craig Robbins <kde.psych@gmail.com>