summaryrefslogtreecommitdiff
path: root/builtin/mainmenu/pkgmgr.lua
Commit message (Collapse)AuthorAge
* Make pkgmgr handle modpacks containing modpacks properlyElias Fleckenstein2021-03-01
| | | fixes #10550
* pkgmgr: Fix crash when .conf release field is invalidrubenwardy2021-02-28
| | | | Fixes #10942
* Replace 'minetest.' with 'core.' in builtinrubenwardy2021-02-11
|
* Load system-wide texture packs too (#10791)Zughy2021-01-21
| | | Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
* Cleanup global namespace pollution in builtin (#9451)Wuzzy2020-03-06
|
* Fix luacheck errorsrubenwardy2019-12-07
|
* Automatically enable depends of mods when enabling the mods in the world ↵HybridDog2019-09-26
| | | | | | config menu (#3473)
* Add luacheck to check builtin (#7895)rubenwardy2019-08-06
|
* World config: Make depends easier to read (#7396)HybridDog2019-03-07
| | | | | | | | | | | | * 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
* Builtin: Fix grayed-out but enabled modpacksSmallJoker2019-02-09
|
* Fix rename modpack dialog not appearing to take affectrubenwardy2019-02-03
|
* Make advanced settings noiseparams strings translatable (#8062)Wuzzy2019-01-20
| | | Various minor language improvements in settingtypes.txt.
* world.mt: Only accept true/false/nil values (#8055)SmallJoker2019-01-13
| | | | | This patch will make distinguishable mods in modpacks possible in the future `nil` checks are required to provide backwards-compatibility for fresh configured worlds
* pkgmgr: Fix games list not being updated after game installrubenwardy2019-01-09
| | | | Fixes #8074
* Deprecate modpack.txt and use modpack.conf instead (#7892)rubenwardy2019-01-06
| | | | * Deprecate modpack.txt and use modpack.conf instead
* Fix ignored mod.conf mod name for world.mt (broken by e8eaab6)SmallJoker2018-12-15
| | | | Patch supplied by @pgimeno. Thank you.
* Improve world configure menu (#7922)Paul Ouellette2018-12-02
| | | | | | Replace `Subgame mods` with <game name> mods. Display game description on left instead of dependencies. Fix double DIR_DELIM in some paths.
* Various grammar improvements (#7769)Paramat2018-10-06
| | | | In builtin//pkgmgr.lua, README.md and settingtypes.txt. Based on 2 pull requests by comradekingu.
* Tidy up dlg_config_world.lua (#5351)you2018-05-29
| | | Move code to pkgmgr
* Add updating to online content browserrubenwardy2018-05-16
|
* Add online content repositoryrubenwardy2018-04-19
Replaces mods and texture pack tabs with a single content tab