aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Disable dynamic shadow dropdown on OGLES2 (#12637)ROllerozxa2022-08-041-3/+11
| | | Co-authored-by: sfan5 <sfan5@live.de>
* Improve look of credits listsfan52022-08-042-25/+61
|
* Update credits tabsfan52022-08-041-25/+29
|
* Run Minetest update checker on startup (#7629)SmallJoker2022-08-022-1/+174
| | | | | | | This feature is enabled by default for non-Android release builds. Package maintainers may use -DENABLE_UPDATE_CHECKER=0 to disable it. Co-authored-by: rubenwardy <rw@rubenwardy.com> Co-authored-by: sfan5 <sfan5@live.de>
* Add `minetest.settings` to CSM API and allow CSMs to provide ↵AFCMS2022-08-021-0/+30
| | | | | | `settingtypes.txt` (#12131) Co-authored-by: sfan5 <sfan5@live.de> Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com>
* Mainmenu: Escape server_favorite_delete pathSmallJoker2022-07-221-2/+2
| | | | No similar issues were found inside this file.
* Enable the gamebar on Android (#12354)ROllerozxa2022-07-173-134/+92
|
* Add check_mod_configuration to main menurubenwardy2022-07-143-12/+133
|
* Enforce limits of settings that could cause buggy behaviour (#12450)SmallJoker2022-07-091-1/+1
| | | Enforces the setting value bounds that are currently only limited by the GUI (settingtypes.txt).
* Reorganise settingtypes.txt (#12490)rubenwardy2022-06-301-4/+4
| | | | | This organises the settingstype.txt file to use a logical/user-friendly structure. Advanced settings are also demoted to an advanced section at the end. At most 3 levels of hierarchy are used, as that's the most allowed by the settings redesign
* Improve warnings when no games or only devtest is installed (#11955)ROllerozxa2022-06-291-10/+19
|
* Update my nameNathanaël Courant2022-06-161-1/+1
|
* Android: Add support for sharing debug.txt (#12370)rubenwardy2022-06-051-1/+8
|
* Add register dialog to separate login/register (#12185)rubenwardy2022-06-053-14/+168
| | | | | | | | | | 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
* Hide "Autosave Screen Size" on AndroidROllerozxa2022-06-051-7/+9
|
* Rework main menu confirmation dialogs (#12356)ROllerozxa2022-06-034-23/+20
|
* Default settings, presets and configuration for dynamic shadows (#12359)x20482022-05-291-8/+9
|
* Deprecate game.conf name, use title instead (#12030)rubenwardy2022-05-213-13/+13
|
* Enable dependencies when enabling modpacks (#12202)Jude Melton-Houghton2022-05-081-2/+1
|
* Fix enabling of dependencies with identical names (#12253)Jude Melton-Houghton2022-05-081-2/+7
|
* Fix mods not being recursively enabledrubenwardy2022-05-081-1/+1
| | | | Fixes #12290
* Fix texture packs showing as "Nil (enabled)" in Content tabrubenwardy2022-05-071-2/+2
| | | | Fixes #12285
* ContentDB: Fix ungraceful crash on aliases when list download failsrubenwardy2022-05-031-1/+1
| | | | Fixes #12267 and fixes #12154
* Fix texture packs not showing as enabled in mainmenurubenwardy2022-04-241-1/+1
| | | | Fixes #12219
* Fix invalid queued package element and path (#12218)Alex2022-04-241-2/+1
|
* Use mod names/titles instead of technical names (#12192)olive2022-04-244-16/+36
|
* Fix typo and update settings filesShadowNinja2022-04-081-1/+1
|
* Fix spaces generated by settings file generatorShadowNinja2022-04-081-4/+11
|
* Tune shadow perspective distortion (#12146)x20482022-03-311-5/+5
| | | | | * Pass perspective distortion parameters as uniforms * Set all perspective bias parameters via ShadowRenderer * Recalibrate perspective distortion and shadow range to render less shadow geometry with the same quality and observed shadow distance
* Store vector metatable in registryJude Melton-Houghton2022-03-291-0/+1
|
* Fix broken dependency enabling due to missing `enabled` field (#12093)rubenwardy2022-02-241-5/+7
|
* Apply texture pack main menu textures immediately (#12018)ROllerozxa2022-02-121-9/+12
|
* Add support for 'seed' in disallow_mapgen_settings (#12023)Wuzzy2022-02-121-6/+11
|
* Noise params serialization fixupGaël C2022-02-081-14/+14
|
* Fix types of get_mapgen_setting_noiseparams (#12025)Lars Müller2022-02-041-17/+13
|
* Revert "Disable dynamic shadows for the 5.5.0 release" (#12032)rubenwardy2022-01-311-7/+7
|
* Use virtual paths to specify exact mod to enable (#11784)rubenwardy2022-01-303-26/+73
|
* Update credits for 5.5.0 release (#12001)sfan52022-01-301-23/+27
|
* Fix Minetest logo when installed system-wideROllerozxa2022-01-301-1/+1
|
* Disable dynamic shadows for the 5.5.0 releaseSmallJoker2022-01-291-7/+7
| | | | | | | | | The dynamic shadows are yet not in the desired state to justify the inclusion into version 5.5.0. A stable release is long overdue, hence this allows fixes to continue in 5.6.0-dev to finally release an acceptable version of the dynamic shadows feature. Reverting this commit is highly recommended to proceed in development.
* Main menu: Fix automatic dependency enables on doubleclickSmallJoker2022-01-191-0/+1
| | | | | When mods were toggled by double-click, the hard dependencies were no longer enabled automatically. However, the 'Enabled' checkbox did still work. This commit restores the behaviour as seen before commit c401a06
* Mainmenu game-related changes (#11887)sfan52022-01-093-169/+197
| | | | | | | fixes: * Switching between games does not immediately hide creative mode / damage buttons if so specified * World creation menu has a game selection list even though the menu already provides a gamebar * Showing gameid in world list is unnecessary * Choice of mapgen parameters in menu persists between games (and was half-broken)
* Fix URL escaping in content storesfan52021-12-131-11/+24
|
* Remove unused Direct3D shader error/warning (#11793)ROllerozxa2021-11-261-7/+1
|
* Allow for Game-Specific Menu Music (#11241)ExeVirus2021-11-225-53/+69
|
* Move instead of copy during content install if possiblesfan52021-10-071-6/+2
|
* Move archive extraction in content store to async jobsfan52021-10-073-96/+32
|
* Add "MINETEST_MOD_PATH" environment variable (#11515)emixa-d2021-10-071-5/+3
| | | | This adds an environment variable MINETEST_MOD_PATH. When it exists, Minetest will look there for mods in addition to ~/.minetest/mods/.
* Add disable_settings to game.conf to get rid of "Enable Damage"/"Creative ↵Hugues Ross2021-08-121-12/+80
| | | | | | | | | Mode"/"Host Server" checkboxes (#11524) This adds support for disable_settings to game.conf. In this you can specify a list of settings that should not be visible in the "local game" (or however it is called nowadays) tab. Enable Damage, Creative Mode and Host Server are supported. Co-authored-by: Wuzzy <Wuzzy2@mail.ru> Co-authored-by: Aaron Suen <warr1024@gmail.com> Co-authored-by: rubenwardy <rw@rubenwardy.com>
* ContentDB: Add support for package aliases / renaming (#11484)rubenwardy2021-08-021-3/+17
|