Age | Commit message (Collapse) | Author |
|
|
|
|
|
This also removes trivial and unused pkgmgr functions
Fixes a bug caused by sorting in 2133fc8
|
|
|
|
Enforces the setting value bounds that are currently only limited by the GUI (settingtypes.txt).
|
|
|
|
|
|
Fixes #12267 and fixes #12154
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package.id is a sanitised combination of author and basename, used to
compare remote and local content. Minetest ignores `_game` when comparing
game names, so package.id has `_game` removed. This meant that the wrong
URL was being generated for View.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
They are used for tracking the package, so should match ContentDB.
|
|
Fixes 'install' button continuing to be displayed after installing a game whose
name ends with '_game'.
|
|
|
|
Fixes #8168
|
|
|
|
|
|
|
|
Fixes #7967 'Package manager doesn't track content reliably'.
|
|
* Content store: Disable more details dialog for now
|
|
|
|
* Deprecate modpack.txt and use modpack.conf instead
|
|
|
|
|
|
|
|
|
|
|
|
Add missing 'core.formspec_escape' to 'get_screenshot'.
Add warning label when no packages fetched.
Internal name of the "Update" button was the same as "Install". Rename to 'update_'.
|
|
|
|
|