| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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_'.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
Replaces mods and texture pack tabs with a single content tab
|