Fix date in Dat files, Added IKO and HA3 sets, updated the manifest and build files, Added SD card support for Android, Fix the Android app crash when resuming from background, Improved Android downloader, added finger sliding popup menu for Android devices without sidebar menu, fixed several crashes during game, added the mutating card ability, fixed the adventure card ability, added new borderline primitives.
This commit is contained in:
@@ -58,7 +58,7 @@ void GameStateOptions::Start()
|
||||
optionsList->Add(NEW WGuiHeader("Card Display Options"));
|
||||
optionsList->Add(NEW OptionInteger(Options::SHOWBORDER, "Show Borders"));
|
||||
//black border
|
||||
optionsList->Add(NEW OptionInteger(Options::BLKBORDER, "All Black Border"));
|
||||
optionsList->Add(NEW OptionInteger(Options::BLKBORDER, "All Black Borders"));
|
||||
//show tokens in editor
|
||||
optionsList->Add(NEW OptionInteger(Options::SHOWTOKENS, "Show Tokens in Editor"));
|
||||
WDecoStyled * wMisc = NEW WDecoStyled(NEW WGuiHeader("Warning!!!"));
|
||||
@@ -258,9 +258,9 @@ void GameStateOptions::Render()
|
||||
"",
|
||||
"Dev Team:",
|
||||
"Abrasax, Almosthumane, Daddy32, DJardin, Dr.Solomat,",
|
||||
"J, Jeck, kevlahnota, Leungclj, linshier, Mootpoint,",
|
||||
"Mnguyen, Ph34rbot, Psyringe, Rolzad73, Salmelo, Superhiro,",
|
||||
"Vitty85, Wololo, Yeshua, Zethfox",
|
||||
"J, Jeck, kevlahnota, Leungclj, linshier, Mootpoint,",
|
||||
"Mnguyen, Ph34rbot, Psyringe, Rolzad73, Salmelo, Superhiro,",
|
||||
"Vitty85, Wololo, Yeshua, Zethfox",
|
||||
"",
|
||||
"Music by Celestial Aeon Project, http://www.jamendo.com",
|
||||
"",
|
||||
|
||||
Reference in New Issue
Block a user