[Scummvm-git-logs] scummvm master -> 3c3019f25701e56ed1b18ce7a2fbce4228a074c6

sev- sev at scummvm.org
Tue Dec 8 12:25:06 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
3c3019f257 STARK: x.arc -> x.xarc in the detection enties


Commit: 3c3019f25701e56ed1b18ce7a2fbce4228a074c6
    https://github.com/scummvm/scummvm/commit/3c3019f25701e56ed1b18ce7a2fbce4228a074c6
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-12-08T13:24:39+01:00

Commit Message:
STARK: x.arc -> x.xarc in the detection enties

Changed paths:
    engines/stark/detection.cpp


diff --git a/engines/stark/detection.cpp b/engines/stark/detection.cpp
index 0fe606087f..a289f6aa55 100644
--- a/engines/stark/detection.cpp
+++ b/engines/stark/detection.cpp
@@ -36,7 +36,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// English DVD
 	{
 		"tlj", "DVD",
-		AD_ENTRY2s("x.arc",			"de8327850d7bba90b690b141eaa23f61", 3032,
+		AD_ENTRY2s("x.xarc",		"de8327850d7bba90b690b141eaa23f61", 3032,
 				   "chapters.ini",	"5b5a1f1dd2297d9ce0d3d12216d5d2c5", 485),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
@@ -48,7 +48,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// GOG edition
 	{
 		"tlj", "GOG",
-		AD_ENTRY2s("x.arc",			"a0559457126caadab0cadac02d35f26f", 3032,
+		AD_ENTRY2s("x.xarc",		"a0559457126caadab0cadac02d35f26f", 3032,
 				   "chapters.ini",	"5b5a1f1dd2297d9ce0d3d12216d5d2c5", 485),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
@@ -60,7 +60,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// English Old Demo
 	{
 		"tlj", "Old Demo",
-		AD_ENTRY2s("x.arc",			"97abc1bb9239dee4c208e533f3c97e1c", 98,
+		AD_ENTRY2s("x.xarc",		"97abc1bb9239dee4c208e533f3c97e1c", 98,
 				   "chapters.ini",	"5b5a1f1dd2297d9ce0d3d12216d5d2c5", 485),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
@@ -72,7 +72,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// English v1.61 Demo
 	{
 		"tlj", "v1.61 Demo",
-		AD_ENTRY2s("x.arc",			"61093bcd499b386ed5c0345c52f48909", 98,
+		AD_ENTRY2s("x.xarc",		"61093bcd499b386ed5c0345c52f48909", 98,
 				   "chapters.ini",	"5b5a1f1dd2297d9ce0d3d12216d5d2c5", 485),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
@@ -84,7 +84,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// French Demo
 	{
 		"tlj", "Demo",
-		AD_ENTRY2s("x.arc",			"97abc1bb9239dee4c208e533f3c97e1c", 98,
+		AD_ENTRY2s("x.xarc",		"97abc1bb9239dee4c208e533f3c97e1c", 98,
 				   "chapters.ini",	"e54f6370dca06496069790840409cf95", 506),
 		Common::FR_FRA,
 		Common::kPlatformWindows,
@@ -96,7 +96,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// Norwegian Demo
 	{
 		"tlj", "Demo",
-		AD_ENTRY2s("x.arc",			"97abc1bb9239dee4c208e533f3c97e1c", 98,
+		AD_ENTRY2s("x.xarc",		"97abc1bb9239dee4c208e533f3c97e1c", 98,
 				   "chapters.ini",	"f358f604abd1aa1476ed05d6d271ac70", 473),
 		Common::NB_NOR,
 		Common::kPlatformWindows,
@@ -108,7 +108,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// Norwegian 4 CD version - supplied by L0ngcat
 	{
 		"tlj", "4 CD",
-		AD_ENTRY2s("x.arc",			"a0559457126caadab0cadac02d35f26f", 3032,
+		AD_ENTRY2s("x.xarc",		"a0559457126caadab0cadac02d35f26f", 3032,
 				   "chapters.ini",	"f358f604abd1aa1476ed05d6d271ac70", 473),
 		Common::NB_NOR,
 		Common::kPlatformWindows,
@@ -120,7 +120,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// Norwegian DLC-edition (DVD?)
 	{
 		"tlj", "DVD",
-		AD_ENTRY2s("x.arc",			"de8327850d7bba90b690b141eaa23f61", 3032,
+		AD_ENTRY2s("x.xarc",		"de8327850d7bba90b690b141eaa23f61", 3032,
 				   "chapters.ini",	"f358f604abd1aa1476ed05d6d271ac70", 473),
 		Common::NB_NOR,
 		Common::kPlatformWindows,
@@ -132,7 +132,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// German DVD version supplied by Vorph on the forums
 	{
 		"tlj", "DVD",
-		AD_ENTRY2s("x.arc",			"de8327850d7bba90b690b141eaa23f61", 3032,
+		AD_ENTRY2s("x.xarc",		"de8327850d7bba90b690b141eaa23f61", 3032,
 				   "chapters.ini",	"e4611d143a87b263d8d7a54edc7e7cd7", 515),
 		Common::DE_DEU,
 		Common::kPlatformWindows,
@@ -144,7 +144,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// German 4CD
 	{
 		"tlj", "4 CD",
-		AD_ENTRY2s("x.arc",			"a0559457126caadab0cadac02d35f26f", 3032,
+		AD_ENTRY2s("x.xarc",		"a0559457126caadab0cadac02d35f26f", 3032,
 				   "chapters.ini",	"e4611d143a87b263d8d7a54edc7e7cd7", 515),
 		Common::DE_DEU,
 		Common::kPlatformWindows,
@@ -156,7 +156,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// Italian DVD version
 	{
 		"tlj", "DVD",
-		AD_ENTRY2s("x.arc",			"de8327850d7bba90b690b141eaa23f61", 3032,
+		AD_ENTRY2s("x.xarc",		"de8327850d7bba90b690b141eaa23f61", 3032,
 				   "chapters.ini",	"9a81ea4e6f5b84511dd4e56d04a64e2e", 498),
 		Common::IT_ITA,
 		Common::kPlatformWindows,
@@ -168,7 +168,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// Italian 4CD
 	{
 		"tlj", "4 CD",
-		AD_ENTRY2s("x.arc",			"a0559457126caadab0cadac02d35f26f", 3032,
+		AD_ENTRY2s("x.xarc",		"a0559457126caadab0cadac02d35f26f", 3032,
 				   "chapters.ini",	"9a81ea4e6f5b84511dd4e56d04a64e2e", 498),
 		Common::IT_ITA,
 		Common::kPlatformWindows,
@@ -180,7 +180,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// Dutch 4CD
 	{
 		"tlj", "4 CD",
-		AD_ENTRY2s("x.arc",			"a0559457126caadab0cadac02d35f26f", 3032,
+		AD_ENTRY2s("x.xarc",		"a0559457126caadab0cadac02d35f26f", 3032,
 				   "chapters.ini",	"c8dadd9a3b41640734d6213e89cd5635", 508),
 		Common::NL_NLD,
 		Common::kPlatformWindows,
@@ -192,7 +192,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// Spanish 4CD
 	{
 		"tlj", "4 CD",
-		AD_ENTRY2s("x.arc",			"a0559457126caadab0cadac02d35f26f", 3032,
+		AD_ENTRY2s("x.xarc",		"a0559457126caadab0cadac02d35f26f", 3032,
 				   "chapters.ini",	"3640df6d536b186bff228337284d9631", 525),
 		Common::ES_ESP,
 		Common::kPlatformWindows,
@@ -204,7 +204,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// French 2CD
 	{
 		"tlj", "2 CD",
-		AD_ENTRY2s("x.arc",			"de8327850d7bba90b690b141eaa23f61", 3032,
+		AD_ENTRY2s("x.xarc",		"de8327850d7bba90b690b141eaa23f61", 3032,
 				   "chapters.ini",	"e54f6370dca06496069790840409cf95", 506),
 		Common::FR_FRA,
 		Common::kPlatformWindows,
@@ -216,7 +216,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// French 4CD
 	{
 		"tlj", "4 CD",
-		AD_ENTRY2s("x.arc",			"a0559457126caadab0cadac02d35f26f", 3032,
+		AD_ENTRY2s("x.xarc",		"a0559457126caadab0cadac02d35f26f", 3032,
 				   "chapters.ini",	"e54f6370dca06496069790840409cf95", 506),
 		Common::FR_FRA,
 		Common::kPlatformWindows,
@@ -228,7 +228,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// Swedish Demo
 	{
 		"tlj", "Demo",
-		AD_ENTRY2s("x.arc",			"97abc1bb9239dee4c208e533f3c97e1c", 98,
+		AD_ENTRY2s("x.xarc",		"97abc1bb9239dee4c208e533f3c97e1c", 98,
 				   "chapters.ini",	"f6a2007300209492b7b90b4c0467832d", 462),
 		Common::SE_SWE,
 		Common::kPlatformWindows,
@@ -240,7 +240,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// Swedish 4CD
 	{
 		"tlj", "4 CD",
-		AD_ENTRY2s("x.arc",			"a0559457126caadab0cadac02d35f26f", 3032,
+		AD_ENTRY2s("x.xarc",		"a0559457126caadab0cadac02d35f26f", 3032,
 				   "chapters.ini",	"f6a2007300209492b7b90b4c0467832d", 462),
 		Common::SE_SWE,
 		Common::kPlatformWindows,
@@ -252,7 +252,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// Swedish DVD Nordic Special Edition - supplied by L0ngcat
 	{
 		"tlj", "DVD",
-		AD_ENTRY2s("x.arc",			"de8327850d7bba90b690b141eaa23f61", 3032,
+		AD_ENTRY2s("x.xarc",		"de8327850d7bba90b690b141eaa23f61", 3032,
 				   "chapters.ini",	"f6a2007300209492b7b90b4c0467832d", 462),
 		Common::SE_SWE,
 		Common::kPlatformWindows,
@@ -264,7 +264,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// Polish 4CD
 	{
 		"tlj", "4 CD",
-		AD_ENTRY2s("x.arc",			"a0559457126caadab0cadac02d35f26f", 3032,
+		AD_ENTRY2s("x.xarc",		"a0559457126caadab0cadac02d35f26f", 3032,
 				   "chapters.ini",	"6abc5c38e6e31face4b675355b117620", 499),
 		Common::PL_POL,
 		Common::kPlatformWindows,
@@ -276,7 +276,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// Russian 2CD by 1C
 	{
 		"tlj", "2 CD/Fargus",
-		AD_ENTRY2s("x.arc",			"de8327850d7bba90b690b141eaa23f61", 3032,
+		AD_ENTRY2s("x.xarc",		"de8327850d7bba90b690b141eaa23f61", 3032,
 				   "chapters.ini",	"740b97b94e97ed11f064f5fa125ebee1", 486),
 		Common::RU_RUS,
 		Common::kPlatformWindows,
@@ -288,7 +288,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// Russian 2CD by 7Wolf
 	{
 		"tlj", "2 CD/7Wolf",
-		AD_ENTRY2s("x.arc",			"a0559457126caadab0cadac02d35f26f", 3032,
+		AD_ENTRY2s("x.xarc",		"a0559457126caadab0cadac02d35f26f", 3032,
 				   "chapters.ini",	"8e08025c89575d2573c2edf0daa1cb34", 406),
 		Common::RU_RUS,
 		Common::kPlatformWindows,
@@ -300,7 +300,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// Hungarian fan-made
 	{
 		"tlj", "Fanmade",
-		AD_ENTRY2s("x.arc",			"a0559457126caadab0cadac02d35f26f", 3032,
+		AD_ENTRY2s("x.xarc",		"a0559457126caadab0cadac02d35f26f", 3032,
 				   "chapters.ini",	"790b51a88b5493bff5168a77738e0e84", 451),
 		Common::HU_HUN,
 		Common::kPlatformWindows,




More information about the Scummvm-git-logs mailing list