Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-12 | Mainmenu: Properly sort mods and games (#12758) | SmallJoker | |
This also removes trivial and unused pkgmgr functions Fixes a bug caused by sorting in 2133fc8 | |||
2022-07-14 | Add check_mod_configuration to main menu | rubenwardy | |
2022-04-24 | Use mod names/titles instead of technical names (#12192) | olive | |
2022-01-30 | Use virtual paths to specify exact mod to enable (#11784) | rubenwardy | |
2021-02-11 | Replace 'minetest.' with 'core.' in builtin | rubenwardy | |
2020-06-04 | Add buttons to ContentDB in game bar and configure world (#9944) | rubenwardy | |
2019-03-07 | World config: Make depends easier to read (#7396) | HybridDog | |
* 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 | |||
2019-01-16 | Fix some misspellings (#8104) | Paul Ouellette | |
2019-01-13 | world.mt: Only accept true/false/nil values (#8055) | SmallJoker | |
This patch will make distinguishable mods in modpacks possible in the future `nil` checks are required to provide backwards-compatibility for fresh configured worlds | |||
2018-12-02 | Improve 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-17 | World 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-29 | Tidy up dlg_config_world.lua (#5351) | you | |
Move code to pkgmgr | |||
2018-04-19 | Add online content repository | rubenwardy | |
Replaces mods and texture pack tabs with a single content tab | |||
2017-05-19 | Mainmenu: Fix issues while trying to enable all mods (#5770) | SmallJoker | |
2017-05-06 | Use a settings object for the main settings | ShadowNinja | |
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-10 | Use tree to list mods rather than textlist | rubenwardy | |
2016-11-05 | Separate 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-12 | Add a button for disabling all mods to world config. (#3900) | red-001 | |
2016-04-28 | Mainmenu: Standardize the menu button order and sizes | SmallJoker | |
2015-02-18 | Add modname convention checking | Novatux | |
Fixes #2037 | |||
2014-12-28 | MainMenu: Save 'hide gamemods' and 'hide modpack contents' checkbox state ↵ | fz72 | |
(fixes #1960) | |||
2014-05-16 | Add formspec toolkit and refactor mainmenu to use it | sapier | |
Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews |