Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-27 | Add minetest.get_player_window_information() (#12367) | rubenwardy | |
2023-01-16 | Fix 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-25 | Fix join game tab being slightly shorter than the others (#13073) | ROllerozxa | |
2022-12-04 | Remove Irrlicht documentation URL from key settings (#13010) | sfan5 | |
2022-12-03 | Fix startup after removing last game (#13015) | Jude Melton-Houghton | |
2022-11-30 | Avoid resetting music when dialog opens (#13003) | Jude Melton-Houghton | |
2022-11-09 | Fix typos and en_US/en_GB inconsistency in various files (#12902) | Abdou-31 | |
2022-10-18 | Implement vector and node conversion in Lua (#12609) | Jude Melton-Houghton | |
Co-authored-by: sfan5 <sfan5@live.de> | |||
2022-10-17 | Fix list sorting behaviour with missing geoip | sfan5 | |
2022-10-17 | Take geographic distance into account for server list ordering (#12790) | sfan5 | |
2022-09-29 | Add 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-25 | Fix double escape in update checker dialog | Lars Mueller | |
2022-09-16 | Content tab: Fix content download broken by bc3dccc | SmallJoker | |
2022-09-12 | Mainmenu: 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-10 | Fix texture pack sorting in content tab (#12727) | ROllerozxa | |
Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com> | |||
2022-09-02 | Fix incorrectly placed label in tab_online (#12732) | Niklp | |
2022-08-16 | Add package title to ContentDB error messages (#12705) | rubenwardy | |
2022-08-15 | Add unit tests for pkgmgr.install_dir | rubenwardy | |
2022-08-15 | Refactor pkgmgr.install_dir to simplify logic | rubenwardy | |
2022-08-15 | Fix crash when trying to overwrite a package | rubenwardy | |
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-04 | Disable dynamic shadow dropdown on OGLES2 (#12637) | ROllerozxa | |
Co-authored-by: sfan5 <sfan5@live.de> | |||
2022-08-04 | Improve look of credits list | sfan5 | |
2022-08-04 | Update credits tab | sfan5 | |
2022-08-02 | Run 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-02 | Add `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-22 | Mainmenu: Escape server_favorite_delete path | SmallJoker | |
No similar issues were found inside this file. | |||
2022-07-17 | Enable the gamebar on Android (#12354) | ROllerozxa | |
2022-07-14 | Add check_mod_configuration to main menu | rubenwardy | |
2022-07-09 | Enforce 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-30 | Reorganise 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-29 | Improve warnings when no games or only devtest is installed (#11955) | ROllerozxa | |
2022-06-16 | Update my name | Nathanaël Courant | |
2022-06-05 | Android: Add support for sharing debug.txt (#12370) | rubenwardy | |
2022-06-05 | Add 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-05 | Hide "Autosave Screen Size" on Android | ROllerozxa | |
2022-06-03 | Rework main menu confirmation dialogs (#12356) | ROllerozxa | |
2022-05-29 | Default settings, presets and configuration for dynamic shadows (#12359) | x2048 | |
2022-05-21 | Deprecate game.conf name, use title instead (#12030) | rubenwardy | |
2022-05-08 | Enable dependencies when enabling modpacks (#12202) | Jude Melton-Houghton | |
2022-05-08 | Fix enabling of dependencies with identical names (#12253) | Jude Melton-Houghton | |
2022-05-08 | Fix mods not being recursively enabled | rubenwardy | |
Fixes #12290 | |||
2022-05-07 | Fix texture packs showing as "Nil (enabled)" in Content tab | rubenwardy | |
Fixes #12285 | |||
2022-05-03 | ContentDB: Fix ungraceful crash on aliases when list download fails | rubenwardy | |
Fixes #12267 and fixes #12154 | |||
2022-04-24 | Fix texture packs not showing as enabled in mainmenu | rubenwardy | |
Fixes #12219 | |||
2022-04-24 | Fix invalid queued package element and path (#12218) | Alex | |
2022-04-24 | Use mod names/titles instead of technical names (#12192) | olive | |
2022-04-08 | Fix typo and update settings files | ShadowNinja | |
2022-04-08 | Fix spaces generated by settings file generator | ShadowNinja | |
2022-03-31 | Tune 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-29 | Store vector metatable in registry | Jude Melton-Houghton | |