Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-07 | 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 | |
This adds an environment variable MINETEST_MOD_PATH. When it exists, Minetest will look there for mods in addition to ~/.minetest/mods/. | |||
2021-03-01 | Make pkgmgr handle modpacks containing modpacks properly | Elias Fleckenstein | |
fixes #10550 | |||
2021-02-28 | pkgmgr: Fix crash when .conf release field is invalid | rubenwardy | |
Fixes #10942 | |||
2021-02-11 | Replace 'minetest.' with 'core.' in builtin | rubenwardy | |
2021-01-21 | Load system-wide texture packs too (#10791) | Zughy | |
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com> | |||
2020-03-06 | Cleanup global namespace pollution in builtin (#9451) | Wuzzy | |
2019-12-07 | Fix luacheck errors | rubenwardy | |
2019-09-26 | Automatically enable depends of mods when enabling the mods in the world ↵ | HybridDog | |
config menu (#3473) | |||
2019-08-06 | Add luacheck to check builtin (#7895) | rubenwardy | |
2019-03-07 | World config: Make depends easier to read (#7396) | HybridDog | |
* Do not always show every depends textfieds When there are no dependencies, it does not longer show an empty list. * Adjust the list height to avoid a scrollbar when possible * change minimum height and no dependencies message * Do not get depends for modpacks | |||
2019-02-09 | Builtin: Fix grayed-out but enabled modpacks | SmallJoker | |
2019-02-03 | Fix rename modpack dialog not appearing to take affect | rubenwardy | |
2019-01-20 | Make advanced settings noiseparams strings translatable (#8062) | Wuzzy | |
Various minor language improvements in settingtypes.txt. | |||
2019-01-13 | world.mt: Only accept true/false/nil values (#8055) | SmallJoker | |
This patch will make distinguishable mods in modpacks possible in the future `nil` checks are required to provide backwards-compatibility for fresh configured worlds | |||
2019-01-09 | pkgmgr: Fix games list not being updated after game install | rubenwardy | |
Fixes #8074 | |||
2019-01-06 | Deprecate modpack.txt and use modpack.conf instead (#7892) | rubenwardy | |
* Deprecate modpack.txt and use modpack.conf instead | |||
2018-12-15 | Fix ignored mod.conf mod name for world.mt (broken by e8eaab6) | SmallJoker | |
Patch supplied by @pgimeno. Thank you. | |||
2018-12-02 | Improve 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-10-06 | Various grammar improvements (#7769) | Paramat | |
In builtin//pkgmgr.lua, README.md and settingtypes.txt. Based on 2 pull requests by comradekingu. | |||
2018-05-29 | Tidy up dlg_config_world.lua (#5351) | you | |
Move code to pkgmgr | |||
2018-05-16 | Add updating to online content browser | rubenwardy | |
2018-04-19 | Add online content repository | rubenwardy | |
Replaces mods and texture pack tabs with a single content tab |