aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu/pkgmgr.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add check_mod_configuration to main menurubenwardy2022-07-141-8/+47
* Deprecate game.conf name, use title instead (#12030)rubenwardy2022-05-211-3/+5
* Enable dependencies when enabling modpacks (#12202)Jude Melton-Houghton2022-05-081-2/+1
* Fix enabling of dependencies with identical names (#12253)Jude Melton-Houghton2022-05-081-2/+7
* Fix mods not being recursively enabledrubenwardy2022-05-081-1/+1
* Fix texture packs showing as "Nil (enabled)" in Content tabrubenwardy2022-05-071-2/+2
* Fix texture packs not showing as enabled in mainmenurubenwardy2022-04-241-1/+1
* Use mod names/titles instead of technical names (#12192)olive2022-04-241-10/+16
* Fix broken dependency enabling due to missing `enabled` field (#12093)rubenwardy2022-02-241-5/+7
* Use virtual paths to specify exact mod to enable (#11784)rubenwardy2022-01-301-22/+50
* Main menu: Fix automatic dependency enables on doubleclickSmallJoker2022-01-191-0/+1
* Move instead of copy during content install if possiblesfan52021-10-071-6/+2
* Move archive extraction in content store to async jobsfan52021-10-071-71/+0
* Add "MINETEST_MOD_PATH" environment variable (#11515)emixa-d2021-10-071-5/+3
* Make pkgmgr handle modpacks containing modpacks properlyElias Fleckenstein2021-03-011-22/+17
* pkgmgr: Fix crash when .conf release field is invalidrubenwardy2021-02-281-2/+2
* Replace 'minetest.' with 'core.' in builtinrubenwardy2021-02-111-3/+3
* Load system-wide texture packs too (#10791)Zughy2021-01-211-25/+34
* Cleanup global namespace pollution in builtin (#9451)Wuzzy2020-03-061-0/+56
* Fix luacheck errorsrubenwardy2019-12-071-9/+9
* Automatically enable depends of mods when enabling the mods in the world conf...HybridDog2019-09-261-15/+93
* Add luacheck to check builtin (#7895)rubenwardy2019-08-061-5/+2
* World config: Make depends easier to read (#7396)HybridDog2019-03-071-2/+2
* Builtin: Fix grayed-out but enabled modpacksSmallJoker2019-02-091-1/+1
* Fix rename modpack dialog not appearing to take affectrubenwardy2019-02-031-1/+6
* Make advanced settings noiseparams strings translatable (#8062)Wuzzy2019-01-201-1/+1
* world.mt: Only accept true/false/nil values (#8055)SmallJoker2019-01-131-2/+5
* pkgmgr: Fix games list not being updated after game installrubenwardy2019-01-091-1/+5
* Deprecate modpack.txt and use modpack.conf instead (#7892)rubenwardy2019-01-061-13/+38
* Fix ignored mod.conf mod name for world.mt (broken by e8eaab6)SmallJoker2018-12-151-1/+1
* Improve world configure menu (#7922)Paul Ouellette2018-12-021-3/+4
* Various grammar improvements (#7769)Paramat2018-10-061-3/+3
* Tidy up dlg_config_world.lua (#5351)you2018-05-291-0/+42
* Add updating to online content browserrubenwardy2018-05-161-43/+68
* Add online content repositoryrubenwardy2018-04-191-0/+684