aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu/pkgmgr.lua
AgeCommit message (Collapse)Author
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-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-07-14Add check_mod_configuration to main menurubenwardy
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-04-24Fix texture packs not showing as enabled in mainmenurubenwardy
Fixes #12219
2022-04-24Use mod names/titles instead of technical names (#12192)olive
2022-02-24Fix broken dependency enabling due to missing `enabled` field (#12093)rubenwardy
2022-01-30Use virtual paths to specify exact mod to enable (#11784)rubenwardy
2022-01-19Main menu: Fix automatic dependency enables on doubleclickSmallJoker
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
2021-10-07Move instead of copy during content install if possiblesfan5
2021-10-07Move archive extraction in content store to async jobsfan5
2021-10-07Add "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-01Make pkgmgr handle modpacks containing modpacks properlyElias Fleckenstein
fixes #10550
2021-02-28pkgmgr: Fix crash when .conf release field is invalidrubenwardy
Fixes #10942
2021-02-11Replace 'minetest.' with 'core.' in builtinrubenwardy
2021-01-21Load system-wide texture packs too (#10791)Zughy
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
2020-03-06Cleanup global namespace pollution in builtin (#9451)Wuzzy
2019-12-07Fix luacheck errorsrubenwardy
2019-09-26Automatically enable depends of mods when enabling the mods in the world ↵HybridDog
config menu (#3473)
2019-08-06Add luacheck to check builtin (#7895)rubenwardy
2019-03-07World 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-09Builtin: Fix grayed-out but enabled modpacksSmallJoker
2019-02-03Fix rename modpack dialog not appearing to take affectrubenwardy
2019-01-20Make advanced settings noiseparams strings translatable (#8062)Wuzzy
Various minor language improvements in settingtypes.txt.
2019-01-13world.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-09pkgmgr: Fix games list not being updated after game installrubenwardy
Fixes #8074
2019-01-06Deprecate modpack.txt and use modpack.conf instead (#7892)rubenwardy
* Deprecate modpack.txt and use modpack.conf instead
2018-12-15Fix ignored mod.conf mod name for world.mt (broken by e8eaab6)SmallJoker
Patch supplied by @pgimeno. Thank you.
2018-12-02Improve 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-06Various grammar improvements (#7769)Paramat
In builtin//pkgmgr.lua, README.md and settingtypes.txt. Based on 2 pull requests by comradekingu.
2018-05-29Tidy up dlg_config_world.lua (#5351)you
Move code to pkgmgr
2018-05-16Add updating to online content browserrubenwardy
2018-04-19Add online content repositoryrubenwardy
Replaces mods and texture pack tabs with a single content tab