mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Add support for modstore screenshots
Add error output on invalid mmdb entries
This commit is contained in:
@@ -202,11 +202,19 @@ struct ModStoreVersionEntry {
|
||||
int mtversion;
|
||||
};
|
||||
|
||||
struct ModStoreTitlePic {
|
||||
int id;
|
||||
std::string file;
|
||||
std::string description;
|
||||
int mod;
|
||||
};
|
||||
|
||||
struct ModStoreModDetails {
|
||||
/* version_set?? */
|
||||
std::vector<ModStoreCategoryInfo> categories;
|
||||
ModAuthorInfo author;
|
||||
ModLicenseInfo license;
|
||||
ModStoreTitlePic titlepic;
|
||||
int id;
|
||||
std::string title;
|
||||
std::string basename;
|
||||
|
Reference in New Issue
Block a user