[Scummvm-git-logs] scummvm master -> ba871e31776b4ecfc6d60e1b5544a35f8770d086
sev-
sev at scummvm.org
Sun Aug 29 22:46:03 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:
b07f300b68 AGOS: Added detection for Czech elvira1/elvira2. Bugreport #12017
ba871e3177 GOB: Added detection for inca2-us v1.07. Bugreport #12757
Commit: b07f300b68b2052e20591398bd979ea01e68dd85
https://github.com/scummvm/scummvm/commit/b07f300b68b2052e20591398bd979ea01e68dd85
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-08-30T00:09:50+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: ba871e31776b4ecfc6d60e1b5544a35f8770d086
https://github.com/scummvm/scummvm/commit/ba871e31776b4ecfc6d60e1b5544a35f8770d086
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-08-30T00:45:31+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