Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix incorrectly placed label in tab_online (#12732) | Niklp | 2022-09-14 |
| | |||
* | Fix crash when trying to overwrite a package | rubenwardy | 2022-09-14 |
| | | | | | | Before #11646, core.copy_dir would overwrite the target if it exists. Adding core.delete_dir restores the exact same behaviour Fixes #12303 | ||
* | Disable dynamic shadow dropdown on OGLES2 (#12637) | ROllerozxa | 2022-08-04 |
| | | | Co-authored-by: sfan5 <sfan5@live.de> | ||
* | Improve look of credits list | sfan5 | 2022-08-04 |
| | |||
* | Update credits tab | sfan5 | 2022-08-04 |
| | |||
* | Run Minetest update checker on startup (#7629) | SmallJoker | 2022-08-02 |
| | | | | | | | 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 ↵ | AFCMS | 2022-08-02 |
| | | | | | | `settingtypes.txt` (#12131) Co-authored-by: sfan5 <sfan5@live.de> Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com> | ||
* | Mainmenu: Escape server_favorite_delete path | SmallJoker | 2022-07-22 |
| | | | | No similar issues were found inside this file. | ||
* | Enable the gamebar on Android (#12354) | ROllerozxa | 2022-07-17 |
| | |||
* | Add check_mod_configuration to main menu | rubenwardy | 2022-07-14 |
| | |||
* | Enforce limits of settings that could cause buggy behaviour (#12450) | SmallJoker | 2022-07-09 |
| | | | Enforces the setting value bounds that are currently only limited by the GUI (settingtypes.txt). | ||
* | Reorganise settingtypes.txt (#12490) | rubenwardy | 2022-06-30 |
| | | | | | 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) | ROllerozxa | 2022-06-29 |
| | |||
* | Update my name | Nathanaël Courant | 2022-06-16 |
| | |||
* | Android: Add support for sharing debug.txt (#12370) | rubenwardy | 2022-06-05 |
| | |||
* | Add register dialog to separate login/register (#12185) | rubenwardy | 2022-06-05 |
| | | | | | | | | | | 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 Android | ROllerozxa | 2022-06-05 |
| | |||
* | Rework main menu confirmation dialogs (#12356) | ROllerozxa | 2022-06-03 |
| | |||
* | Default settings, presets and configuration for dynamic shadows (#12359) | x2048 | 2022-05-29 |
| | |||
* | Deprecate game.conf name, use title instead (#12030) | rubenwardy | 2022-05-21 |
| | |||
* | 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 | 2022-05-08 |
| | | | | Fixes #12290 | ||
* | Fix texture packs showing as "Nil (enabled)" in Content tab | rubenwardy | 2022-05-07 |
| | | | | Fixes #12285 | ||
* | ContentDB: Fix ungraceful crash on aliases when list download fails | rubenwardy | 2022-05-03 |
| | | | | Fixes #12267 and fixes #12154 | ||
* | Fix texture packs not showing as enabled in mainmenu | rubenwardy | 2022-04-24 |
| | | | | Fixes #12219 | ||
* | Fix invalid queued package element and path (#12218) | Alex | 2022-04-24 |
| | |||
* | Use mod names/titles instead of technical names (#12192) | olive | 2022-04-24 |
| | |||
* | Fix typo and update settings files | ShadowNinja | 2022-04-08 |
| | |||
* | Fix spaces generated by settings file generator | ShadowNinja | 2022-04-08 |
| | |||
* | Tune shadow perspective distortion (#12146) | x2048 | 2022-03-31 |
| | | | | | * 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 registry | Jude Melton-Houghton | 2022-03-29 |
| | |||
* | Fix broken dependency enabling due to missing `enabled` field (#12093) | rubenwardy | 2022-02-24 |
| | |||
* | Apply texture pack main menu textures immediately (#12018) | ROllerozxa | 2022-02-12 |
| | |||
* | Add support for 'seed' in disallow_mapgen_settings (#12023) | Wuzzy | 2022-02-12 |
| | |||
* | Noise params serialization fixup | Gaël C | 2022-02-08 |
| | |||
* | Fix types of get_mapgen_setting_noiseparams (#12025) | Lars Müller | 2022-02-04 |
| | |||
* | Revert "Disable dynamic shadows for the 5.5.0 release" (#12032) | rubenwardy | 2022-01-31 |
| | |||
* | Use virtual paths to specify exact mod to enable (#11784) | rubenwardy | 2022-01-30 |
| | |||
* | Update credits for 5.5.0 release (#12001) | sfan5 | 2022-01-30 |
| | |||
* | Fix Minetest logo when installed system-wide | ROllerozxa | 2022-01-30 |
| | |||
* | Disable dynamic shadows for the 5.5.0 release | SmallJoker | 2022-01-29 |
| | | | | | | | | | 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 doubleclick | SmallJoker | 2022-01-19 |
| | | | | | 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) | sfan5 | 2022-01-09 |
| | | | | | | | 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 store | sfan5 | 2021-12-13 |
| | |||
* | Remove unused Direct3D shader error/warning (#11793) | ROllerozxa | 2021-11-26 |
| | |||
* | Allow for Game-Specific Menu Music (#11241) | ExeVirus | 2021-11-22 |
| | |||
* | Move instead of copy during content install if possible | sfan5 | 2021-10-07 |
| | |||
* | Move archive extraction in content store to async job | sfan5 | 2021-10-07 |
| | |||
* | Add "MINETEST_MOD_PATH" environment variable (#11515) | emixa-d | 2021-10-07 |
| | | | | This adds an environment variable MINETEST_MOD_PATH. When it exists, Minetest will look there for mods in addition to ~/.minetest/mods/. |