[Scummvm-git-logs] scummvm branch-2-3 -> 27b27ad811e8bf4440e9d3d8b4c066d5ed0c099d

sev- sev at scummvm.org
Sun Aug 29 22:47:01 UTC 2021


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:
dda89c210c AGOS: Added detection for Czech elvira1/elvira2. Bugreport #12017
27b27ad811 GOB: Added detection for inca2-us v1.07. Bugreport #12757


Commit: dda89c210c6ab5d6e9b1d05d4a9c2eb809db3d54
    https://github.com/scummvm/scummvm/commit/dda89c210c6ab5d6e9b1d05d4a9c2eb809db3d54
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-08-30T00:46:52+02:00

Commit Message:
AGOS: Added detection for Czech elvira1/elvira2. Bugreport #12017

Changed paths:
    engines/agos/detection_tables.h


diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h
index 1ead4caf88..ce65d8ac70 100644
--- a/engines/agos/detection_tables.h
+++ b/engines/agos/detection_tables.h
@@ -316,6 +316,29 @@ static const AGOSGameDescription gameDescriptions[] = {
 		GF_OLD_BUNDLE
 	},
 
+	// Elvira 1 - English DOS Floppy with Czech patch(v1.08)
+	{
+		{
+			"elvira1",
+			"Floppy",
+
+			{
+				{ "gamepc",			GAME_BASEFILE,	"5e73b4a609fdd0c0db2f076b871a5d5b", 137655},
+				{ "icon.dat",		GAME_ICONFILE,	"fda48c9da7f3e72d0313e2f5f760fc45", 56448},
+				{ "tbllist",		GAME_TBLFILE,	"319f6b227c7822a551f57d24e70f8149", 368},
+				AD_LISTEND
+			},
+			Common::CZ_CZE,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NOSPEECH)
+		},
+
+		GType_ELVIRA1,
+		GID_ELVIRA1,
+		GF_OLD_BUNDLE
+	},
+
 	// Elvira 1 - English DOS Floppy, with Spanish patch
 	{
 		{
@@ -668,6 +691,32 @@ static const AGOSGameDescription gameDescriptions[] = {
 		GF_OLD_BUNDLE
 	},
 
+	// Elvira 2 - English DOS Floppy with Czech patch
+	{
+		{
+			"elvira2",
+			"Floppy",
+
+			{
+				{ "gamepc",			GAME_BASEFILE,	"022536512981f1962276c0813a1351d8", 122729},
+				{ "icon.dat",		GAME_ICONFILE,	"83a7278bff55c82fbb3aef92981866c9", 54471},
+				{ "menus.dat",		GAME_MENUFILE,	"a2fdc88a77c8bdffec6b36cbeda4d955", 108},
+				{ "start",			GAME_RESTFILE,	"4d380a35ba941d03ee5084c71d20055b", 27876},
+				{ "stripped.txt",	GAME_STRFILE,	"c2533277b7ff11f5495967d55355ea17", 81},
+				{ "tbllist",		GAME_TBLFILE,	"8252660df0edbdbc3e6377e155bbd0c5", 284},
+				AD_LISTEND
+			},
+			Common::CZ_CZE,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NOSPEECH)
+		},
+
+		GType_ELVIRA2,
+		GID_ELVIRA2,
+		GF_OLD_BUNDLE
+	},
+
 	// Elvira 2 - French DOS Floppy
 	{
 		{


Commit: 27b27ad811e8bf4440e9d3d8b4c066d5ed0c099d
    https://github.com/scummvm/scummvm/commit/27b27ad811e8bf4440e9d3d8b4c066d5ed0c099d
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-08-30T00:46:52+02:00

Commit Message:
GOB: Added detection for inca2-us v1.07. Bugreport #12757

Changed paths:
    engines/gob/detection/tables_inca2.h


diff --git a/engines/gob/detection/tables_inca2.h b/engines/gob/detection/tables_inca2.h
index 30ed73eafa..95734539e5 100644
--- a/engines/gob/detection/tables_inca2.h
+++ b/engines/gob/detection/tables_inca2.h
@@ -86,6 +86,20 @@
 	kFeaturesCD,
 	0, 0, 0
 },
+{
+	{
+		"inca2",
+		"v1.07",
+		AD_ENTRY1s("intro.stk", "b56e4147acc5852c6fc2de5985ab94b0", 804796),
+		EN_USA,
+		kPlatformDOS,
+		ADGF_NO_FLAGS,
+		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+	},
+	kGameTypeInca2,
+	kFeaturesCD,
+	0, 0, 0
+},
 {
 	{
 		"inca2",




More information about the Scummvm-git-logs mailing list