Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|