aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu/dlg_config_world.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* World config: Make depends easier to read (#7396)HybridDog2019-03-071-9/+38
| | | | | | | | | | | | * 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
* Fix some misspellings (#8104)Paul Ouellette2019-01-161-1/+1
|
* world.mt: Only accept true/false/nil values (#8055)SmallJoker2019-01-131-1/+1
| | | | | This patch will make distinguishable mods in modpacks possible in the future `nil` checks are required to provide backwards-compatibility for fresh configured worlds
* Improve world configure menu (#7922)Paul Ouellette2018-12-021-8/+12
| | | | | | Replace `Subgame mods` with <game name> mods. Display game description on left instead of dependencies. Fix double DIR_DELIM in some paths.
* World config: Add modpack descriptions and remove dependencies there (#7397)HybridDog2018-08-171-7/+19
| | | | | * Allow adding descriptions to modpacks using description.txt * Use a proper multiline formspec element: textarea
* Tidy up dlg_config_world.lua (#5351)you2018-05-291-127/+84
| | | Move code to pkgmgr
* Add online content repositoryrubenwardy2018-04-191-5/+5
| | | | Replaces mods and texture pack tabs with a single content tab
* Mainmenu: Fix issues while trying to enable all mods (#5770)SmallJoker2017-05-191-11/+13
|
* Use a settings object for the main settingsShadowNinja2017-05-061-2/+2
| | | | | | | 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.
* Use tree to list mods rather than textlistrubenwardy2017-02-101-80/+30
|
* Separate optional from required mod dependencies in main menu (#4721)Wuzzy2016-11-051-5/+10
| | | | | | * Separate optional from require dep's in main menu * Simplify modmgr mod dependency listing code
* Add a button for disabling all mods to world config. (#3900)red-0012016-10-121-9/+28
|
* Mainmenu: Standardize the menu button order and sizesSmallJoker2016-04-281-19/+19
|
* Add modname convention checkingNovatux2015-02-181-3/+8
| | | | Fixes #2037
* MainMenu: Save 'hide gamemods' and 'hide modpack contents' checkbox state ↵fz722014-12-281-20/+36
| | | | (fixes #1960)
* Add formspec toolkit and refactor mainmenu to use itsapier2014-05-161-0/+290
Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews