[Scummvm-cvs-logs] scummvm master -> e4d5b37a3e42b4b6237d73f2da99844b86bbf413

bluegr bluegr at gmail.com
Mon May 20 11:45:40 CEST 2013


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

Summary:
bd91467891 Revert "DRASCULA: Fix the comment of the Debian repacked Italian version"
e4d5b37a3e Revert "DRASCULA: Add detection entries for the Debian repacked versions (bug #3612236)"


Commit: bd91467891575dca4eeb8eb26c7987762ebd5fd4
    https://github.com/scummvm/scummvm/commit/bd91467891575dca4eeb8eb26c7987762ebd5fd4
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-05-20T02:44:03-07:00

Commit Message:
Revert "DRASCULA: Fix the comment of the Debian repacked Italian version"

This reverts commit d06a6542249ae18ec4b43ffb7ac4e5273baf3fd7.

Changed paths:
    engines/drascula/detection.cpp



diff --git a/engines/drascula/detection.cpp b/engines/drascula/detection.cpp
index 2e493a7..038bf76 100644
--- a/engines/drascula/detection.cpp
+++ b/engines/drascula/detection.cpp
@@ -227,7 +227,7 @@ static const DrasculaGameDescription gameDescriptions[] = {
 	},
 
 	{
-		// Drascula Italian version (Debian repacked files - bug #3612236)
+		// Drascula Italian version (ScummVM repacked files)
 		{
 			"drascula",
 			0,


Commit: e4d5b37a3e42b4b6237d73f2da99844b86bbf413
    https://github.com/scummvm/scummvm/commit/e4d5b37a3e42b4b6237d73f2da99844b86bbf413
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-05-20T02:44:17-07:00

Commit Message:
Revert "DRASCULA: Add detection entries for the Debian repacked versions (bug #3612236)"

This reverts commit f0071c65adf72f0fda07395b19b28a7e730b619a.

Changed paths:
    engines/drascula/detection.cpp



diff --git a/engines/drascula/detection.cpp b/engines/drascula/detection.cpp
index 038bf76..1917bc8 100644
--- a/engines/drascula/detection.cpp
+++ b/engines/drascula/detection.cpp
@@ -92,26 +92,6 @@ static const DrasculaGameDescription gameDescriptions[] = {
 	},
 
 	{
-		// Drascula English version (Debian repacked files - bug #3612236)
-		{
-			"drascula",
-			0,
-			{
-				{"packet.001", 0, "5c4432a7f9352260143c53e925745181", 31909218},
-				// HACK: List packet.001 twice to ensure this detector entry
-				// is ranked just as high as the others (which each have two
-				// detection files).
-				{"packet.001", 0, "5c4432a7f9352260143c53e925745181", 31909218},
-				{NULL, 0, NULL, 0}
-			},
-			Common::EN_ANY,
-			Common::kPlatformDOS,
-			GF_PACKED,
-			GUIO0()
-		},
-	},
-
-	{
 		// Drascula French version (original packed files)
 		{
 			"drascula",
@@ -146,23 +126,6 @@ static const DrasculaGameDescription gameDescriptions[] = {
 	},
 
 	{
-		// Drascula French version (Debian repacked files - bug #3612236)
-		{
-			"drascula",
-			0,
-			{
-				{"packet.001", 0, "5c4432a7f9352260143c53e925745181", 31909218},
-				{"packet.002", 1, "fa6d0ad818c3740802f948b9d58b292e", 109989},
-				{NULL, 0, NULL, 0}
-			},
-			Common::FR_FRA,
-			Common::kPlatformDOS,
-			GF_PACKED,
-			GUIO0()
-		},
-	},
-
-	{
 		// Drascula German version (original packed files)
 		{
 			"drascula",
@@ -180,23 +143,6 @@ static const DrasculaGameDescription gameDescriptions[] = {
 	},
 
 	{
-		// Drascula German version (Debian repacked files - bug #3612236)
-		{
-			"drascula",
-			0,
-			{
-				{"packet.001", 0, "5c4432a7f9352260143c53e925745181", 31909218},
-				{"packet.003", 1, "91810ba140e13068309877e96870b97d", 109614},
-				{NULL, 0, NULL, 0}
-			},
-			Common::DE_DEU,
-			Common::kPlatformDOS,
-			GF_PACKED,
-			GUIO0()
-		},
-	},
-
-	{
 		// Drascula Italian version (original packed version)
 		{
 			"drascula",
@@ -227,23 +173,6 @@ static const DrasculaGameDescription gameDescriptions[] = {
 	},
 
 	{
-		// Drascula Italian version (ScummVM repacked files)
-		{
-			"drascula",
-			0,
-			{
-				{"packet.001", 0, "5c4432a7f9352260143c53e925745181", 31909218},
-				{"packet.005", 1, "3d303929f35059924cccbd72bea75ce8", 15491442},
-				{NULL, 0, NULL, 0}
-			},
-			Common::IT_ITA,
-			Common::kPlatformDOS,
-			GF_PACKED,
-			GUIO0()
-		},
-	},
-
-	{
 		// Drascula Spanish version (original packed version)
 		{
 			"drascula",
@@ -273,23 +202,6 @@ static const DrasculaGameDescription gameDescriptions[] = {
 		},
 	},
 
-	{
-		// Drascula Spanish version (Debian repacked files - bug #3612236)
-		{
-			"drascula",
-			0,
-			{
-				{"packet.001", 0, "5c4432a7f9352260143c53e925745181", 31909218},
-				{"packet.004", 1, "cec3d3654873e2f6f024ac31eec02a12", 16480118},
-				{NULL, 0, NULL, 0}
-			},
-			Common::ES_ESP,
-			Common::kPlatformDOS,
-			GF_PACKED,
-			GUIO0()
-		},
-	},
-
 	//// Unpacked versions ////////////////////////////////////////////////////
 
 	{






More information about the Scummvm-git-logs mailing list