aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu
AgeCommit message (Collapse)Author
2018-12-06Main menu style: Set to 'full' for Android, remove 'auto' option (#7936)Paramat
2018-12-06Disable game bar and header on Android (#7940)rubenwardy
2018-12-02Improve world configure menu (#7922)Paul Ouellette
Replace `Subgame mods` with <game name> mods. Display game description on left instead of dependencies. Fix double DIR_DELIM in some paths.
2018-11-26Content store: Hide navigation buttons when there's no packagesClobberXD
2018-11-18Android: Improve UI scaling on smaller high-density displays (#7834)stujones11
* Android: Improve UI scaling on smaller high-density displays
2018-11-13dlg_contentstore.lua: Various fixes and improvements (#7612)ClobberXD
Add missing 'core.formspec_escape' to 'get_screenshot'. Add warning label when no packages fetched. Internal name of the "Update" button was the same as "Install". Rename to 'update_'.
2018-11-10Escape special characters when searching the server list (#7842)ChimneySwift
Simple fix to stop searching for "[" or other special characters causing a crash.
2018-11-09Conf.example generation: Remove quotation marks from noise flags (#7844)Muhammad Rifqi Priyo Susanto
2018-11-08Improve content store layout (#7806)random-geek
2018-10-28Advanced settings: Fix noise parameter flags (#7819)Paramat
Populate the 'checkboxes' table with bools when creating the editing formspec.
2018-10-20Mainmenu: Clean up and improve advanced settings dialogues (#7802)SmallJoker
Improvements: 1. Formspec size and description box are calculated last 2. Width and height are now adjustable per setting type 3. Error message (dialogdata.error_message) shortens the description field and is placed below 4. Add more spacing for larger fonts 5. More comments and extensible by setting different height and width values
2018-10-18Advanced settings tree menu: Resize, fix clipped values (#7790)Paramat
2018-10-11Advanced settings menu: Centre setting edit box (#7778)Paramat
2018-10-06Various grammar improvements (#7769)Paramat
In builtin//pkgmgr.lua, README.md and settingtypes.txt. Based on 2 pull requests by comradekingu.
2018-09-30Remove settings properly (#7676)SmallJoker
2018-09-07Menu content tab: Fix clipped description and missing depends (#7703)SmallJoker
2018-08-22Content tab: Fix clipped text in texture pack button (#7667)Paramat
Wider buttons to not clip 'Disable Texture Pack' text when using a small game window (1024x600, the default).
2018-08-17World config: Add modpack descriptions and remove dependencies there (#7397)HybridDog
* Allow adding descriptions to modpacks using description.txt * Use a proper multiline formspec element: textarea
2018-07-31Make the primary, flow-advancing action the right-most (#7594)texmex
2018-07-21Disable shaders GUI on unsupported drivers (#7563)Vitaliy
* Disable shaders GUI on unsupported drivers (#2060) * Disable shaders if unavailable
2018-06-18Update to new ContentDB APIrubenwardy
2018-06-13Make os.tempfolder work correctly for MinGW & MSVC (#7443)nOOb3167
2018-06-05Fix builtin lua function os.tempfolder (#7368)nOOb3167
* Fix builtin lua function os.tempfolder
2018-05-29Tidy up dlg_config_world.lua (#5351)you
Move code to pkgmgr
2018-05-20Add screenshots to online content browserrubenwardy
2018-05-16Add updating to online content browserrubenwardy
2018-04-26Fix description wrapping in browse online contentrubenwardy
2018-04-19Add online content repositoryrubenwardy
Replaces mods and texture pack tabs with a single content tab
2018-03-28Load dependencies and description from mod.confAndrew Ward
2018-03-13Rename 'subgame' to 'game'paramat
2018-02-20Delete world dialog: Move buttons to avoid double click deletionMuhammad Rifqi Priyo Susanto
Move confirmation delete button to never overlap initial delete button, to avoid world deletion by accidental double click.
2018-02-19Add a refresh button to the serverlist (#6957)Tre
* add refresh button * Make search and refresh buttons smaller * Change to image button
2018-02-08Add main_menu_style settingPorygonZRocks
2018-01-25Main menu: Change tabs to 'Start Game' and 'Join Game' (#6955)Tre
2017-12-26Advanced settings: Add range check for float typeMuhammad Rifqi Priyo Susanto
2017-12-22Fix error if setting menu_last_game is not a valid gamenOOb3167
2017-12-16Give subgames the ability to disallow specific mapgens (#6792)Ezhh
2017-12-16Change Normal Map setting to be less ambigousTre
2017-11-19Mainmenu: Improve button alignmentezhh
2017-11-14Mainmenu: Make capitalisation consistent in mainmenu and advanced settingsezhh
2017-11-13Improve Settings tab button alignmentsezhh
2017-11-05Fix Settings tab formspec alignment (#6585)Ezhh
2017-10-23Improvements/fixes for noise parameter input in advanced settingsMuhammad Rifqi Priyo Susanto
Formspec input for each individual noise parameter and flag. Allow noise flags to be set in advanced settings, previously only settable in minetest.conf. Standardise 'group format' for noise parameters set in minetest.conf, as only these support noise flags. However the older 'single line' format is still accepted to support existing minetest.conf files. Therefore auto-generate minetest.conf.example with noise parameters in 'group format'. Setting 'type' in settingtypes.txt is now either 'noise_params_2D' or 'noise_params_3D', the dimension number is displayed in the advanced settings edit page.
2017-10-09Formspec: textarea with scrollbar improvementsadrido
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
2017-09-12Fix core.wrap_text and make its behaviour consistent with the docssfan5
Code based on initial implementation by @dsohler.
2017-08-18Make world creation menu automatically generate a random world name (#6257)lisacvuk
* Make world creation menu automatically generate a name. * Name is now initialy empty, and generated if player tries to create a world without a name.
2017-08-14Advanced settings: Re-organise mapgen settings for ease of useparamat
Add a comment about the auto-generated minetest.conf.example possibly appearing in the bin folder.
2017-08-13Add short description for disabled texture packsWuzzy
2017-08-09Update credits (#6228)Zeno-
2017-07-14Remove remaining modstore code (#6120)Elijah Duffy