Age | Commit message (Collapse) | Author |
|
* 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
|
|
|
|
This patch will make distinguishable mods in modpacks possible in the future
`nil` checks are required to provide backwards-compatibility for fresh configured worlds
|
|
Replace `Subgame mods` with <game name> mods.
Display game description on left instead of dependencies.
Fix double DIR_DELIM in some paths.
|
|
* Allow adding descriptions to modpacks using description.txt
* Use a proper multiline formspec element: textarea
|
|
Move code to pkgmgr
|
|
Replaces mods and texture pack tabs with a single content tab
|
|
|
|
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.
|
|
|
|
* Separate optional from require dep's in main menu
* Simplify modmgr mod dependency listing code
|
|
|
|
|
|
Fixes #2037
|
|
(fixes #1960)
|
|
Fix crash on using cursor keys in client menu without selected server
Add support for non fixed size tabviews
|