aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu
AgeCommit message (Collapse)Author
2023-02-27Add minetest.get_player_window_information() (#12367)rubenwardy
2023-01-16Fix Enter key after creating a new world (#12997)Muhammad Rifqi Priyo Susanto
Prevents Enter key or "double-click" event to play the world just after creating a new world
2022-12-25Fix join game tab being slightly shorter than the others (#13073)ROllerozxa
2022-12-04Remove Irrlicht documentation URL from key settings (#13010)sfan5
2022-12-03Fix startup after removing last game (#13015)Jude Melton-Houghton
2022-11-30Avoid resetting music when dialog opens (#13003)Jude Melton-Houghton
2022-11-09Fix typos and en_US/en_GB inconsistency in various files (#12902)Abdou-31
2022-10-18Implement vector and node conversion in Lua (#12609)Jude Melton-Houghton
Co-authored-by: sfan5 <sfan5@live.de>
2022-10-17Fix list sorting behaviour with missing geoipsfan5
2022-10-17Take geographic distance into account for server list ordering (#12790)sfan5
2022-09-29Add crosshair support for Android (#7865)Muhammad Rifqi Priyo Susanto
If enabled, a crosshair will be shown to select object. This will give Android players a way to play like they play on desktop. On third-person back camera mode, player is forced to use crosshair. On third-person front camera mode, player is unable to select anything. Co-authored-by: ROllerozxa <temporaryemail4meh+github@gmail.com> Co-authored-by: rubenwardy <rw@rubenwardy.com>
2022-09-25Fix double escape in update checker dialogLars Mueller
2022-09-16Content tab: Fix content download broken by bc3dcccSmallJoker
2022-09-12Mainmenu: Properly sort mods and games (#12758)SmallJoker
This also removes trivial and unused pkgmgr functions Fixes a bug caused by sorting in 2133fc8
2022-09-10Fix texture pack sorting in content tab (#12727)ROllerozxa
Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com>
2022-09-02Fix incorrectly placed label in tab_online (#12732)Niklp
2022-08-16Add package title to ContentDB error messages (#12705)rubenwardy
2022-08-15Add unit tests for pkgmgr.install_dirrubenwardy
2022-08-15Refactor pkgmgr.install_dir to simplify logicrubenwardy
2022-08-15Fix crash when trying to overwrite a packagerubenwardy
Before #11646, core.copy_dir would overwrite the target if it exists. Adding core.delete_dir restores the exact same behaviour Fixes #12303
2022-08-04Disable dynamic shadow dropdown on OGLES2 (#12637)ROllerozxa
Co-authored-by: sfan5 <sfan5@live.de>
2022-08-04Improve look of credits listsfan5
2022-08-04Update credits tabsfan5
2022-08-02Run Minetest update checker on startup (#7629)SmallJoker
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>
2022-08-02Add `minetest.settings` to CSM API and allow CSMs to provide ↵AFCMS
`settingtypes.txt` (#12131) Co-authored-by: sfan5 <sfan5@live.de> Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com>
2022-07-22Mainmenu: Escape server_favorite_delete pathSmallJoker
No similar issues were found inside this file.
2022-07-17Enable the gamebar on Android (#12354)ROllerozxa
2022-07-14Add check_mod_configuration to main menurubenwardy
2022-07-09Enforce limits of settings that could cause buggy behaviour (#12450)SmallJoker
Enforces the setting value bounds that are currently only limited by the GUI (settingtypes.txt).
2022-06-30Reorganise settingtypes.txt (#12490)rubenwardy
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
2022-06-29Improve warnings when no games or only devtest is installed (#11955)ROllerozxa
2022-06-16Update my nameNathanaël Courant
2022-06-05Android: Add support for sharing debug.txt (#12370)rubenwardy
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-06-05Hide "Autosave Screen Size" on AndroidROllerozxa
2022-06-03Rework main menu confirmation dialogs (#12356)ROllerozxa
2022-05-29Default settings, presets and configuration for dynamic shadows (#12359)x2048
2022-05-21Deprecate game.conf name, use title instead (#12030)rubenwardy
2022-05-08Enable dependencies when enabling modpacks (#12202)Jude Melton-Houghton
2022-05-08Fix enabling of dependencies with identical names (#12253)Jude Melton-Houghton
2022-05-08Fix mods not being recursively enabledrubenwardy
Fixes #12290
2022-05-07Fix texture packs showing as "Nil (enabled)" in Content tabrubenwardy
Fixes #12285
2022-05-03ContentDB: Fix ungraceful crash on aliases when list download failsrubenwardy
Fixes #12267 and fixes #12154
2022-04-24Fix texture packs not showing as enabled in mainmenurubenwardy
Fixes #12219
2022-04-24Fix invalid queued package element and path (#12218)Alex
2022-04-24Use mod names/titles instead of technical names (#12192)olive
2022-04-08Fix typo and update settings filesShadowNinja
2022-04-08Fix spaces generated by settings file generatorShadowNinja
2022-03-31Tune shadow perspective distortion (#12146)x2048
* 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
2022-03-29Store vector metatable in registryJude Melton-Houghton