aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu/dlg_config_world.lua
AgeCommit message (Collapse)Author
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-08-17World config: Add modpack descriptions and remove dependencies there (#7397)HybridDog
* Allow adding descriptions to modpacks using description.txt * Use a proper multiline formspec element: textarea
2018-05-29Tidy up dlg_config_world.lua (#5351)you
Move code to pkgmgr
2018-04-19Add online content repositoryrubenwardy
Replaces mods and texture pack tabs with a single content tab
2017-05-19Mainmenu: Fix issues while trying to enable all mods (#5770)SmallJoker
2017-05-06Use a settings object for the main settingsShadowNinja
This unifies the settings APIs. This also unifies the sync and async registration APIs, since the async registration API did not support adding non-functions to the API table.
2017-02-10Use tree to list mods rather than textlistrubenwardy
2016-11-05Separate optional from required mod dependencies in main menu (#4721)Wuzzy
* Separate optional from require dep's in main menu * Simplify modmgr mod dependency listing code
2016-10-12Add a button for disabling all mods to world config. (#3900)red-001
2016-04-28Mainmenu: Standardize the menu button order and sizesSmallJoker
2015-02-18Add modname convention checkingNovatux
Fixes #2037
2014-12-28MainMenu: Save 'hide gamemods' and 'hide modpack contents' checkbox state ↵fz72
(fixes #1960)
2014-05-16Add formspec toolkit and refactor mainmenu to use itsapier
Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews