Added ATH and DDN sets, refactored all sets to add a new tag for better sorting in set filter and award section, improved Android downloader.

This commit is contained in:
Vittorio Alfieri
2021-01-09 02:26:38 +01:00
parent eaaa4d783b
commit 7a6c4b2c15
265 changed files with 1455 additions and 328 deletions
+5 -1
View File
@@ -23,8 +23,10 @@ public:
string id; //Short name: 10E, RAV, etc. Automatic from folder.
string author; //Author of set, for crediting mod makers, etc.
string name; //Long name: Tenth Edition
int block; //For future use by tournament mode, etc.
string orderindex; //Order index for sorting sets: BEG-1.POR
string date; //The full release date of the set.
int year; //The year the set was released.
int block; //For future use by tournament mode, etc.
int total;//total cards
//TODO Way to group cards by name, rather than mtgid.
@@ -32,6 +34,8 @@ public:
int totalCards();
string getName();
string getOrderIndex();
string getDate();
string getBlock();
void processConfLine(string line);