[Scummvm-git-logs] scummvm master -> 0034b125151a42432a311f4f742fad8c16b9b891

sev- sev at scummvm.org
Thu Apr 22 00:08:32 UTC 2021


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

Summary:
7d972a73fe GLK: AGT: Added detection for more games. Bugreport #11570
e578d3e033 MOHAWK: Added detection entry for grandma demo. Bugreport #11576
0034b12515 MOHAWK: Added newkid demo detection. Bugreport #11577


Commit: 7d972a73fe3e64e549c9fc610717981e5cd27fd7
    https://github.com/scummvm/scummvm/commit/7d972a73fe3e64e549c9fc610717981e5cd27fd7
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-04-22T02:08:23+02:00

Commit Message:
GLK: AGT: Added detection for more games. Bugreport #11570

Changed paths:
    engines/glk/agt/detection_tables.h


diff --git a/engines/glk/agt/detection_tables.h b/engines/glk/agt/detection_tables.h
index eb8e2bac40..b7c1e85b9a 100644
--- a/engines/glk/agt/detection_tables.h
+++ b/engines/glk/agt/detection_tables.h
@@ -43,6 +43,7 @@ const PlainGameDescriptor AGT_GAME_LIST[] = {
 	{ "cercla", "Cercla" },
 	{ "cardigan1", "Space Aliens Laughed at My Cardigan" },
 	{ "cardigan2", "Still Laughing at my Cardigan" },
+	{ "curse", "Curse of ManorLand" },
 	{ "sanityclause", "Sanity Clause or, Why Santa Didn't Make It to YOUR House that Year" },
 	{ "cliffdiver1", "Cliff Diver: Investigator for Hire - Case 1" },
 	{ "cliffdiver2", "Cliff Diver: Investigator for Hire - Case 2" },
@@ -60,6 +61,7 @@ const PlainGameDescriptor AGT_GAME_LIST[] = {
 	{ "elf20", "The Elf's Christmas Adventure" },
 	{ "elfquest", "Elf Quest" },
 	{ "eliescape", "Escape from the ELI" },
+	{ "emailbox", "E-MAILBOX" },
 	{ "escapeprisonisland", "Escape from Prison Island" },
 	{ "agtfable", "A Fable" },
 	{ "firststupidgame", "My First Stupid Game" },
@@ -138,6 +140,7 @@ const PlainGameDescriptor AGT_GAME_LIST[] = {
 	{ "tossedintospace", "Tossed into Space : Dr.Schmidt Goes Home" },
 	{ "timesquared", "TimeSquared" },
 	{ "folkestone", "Murder at the Folkestone Inn" },
+	{ "void", "VOID:CORPORATION" },
 	{ "wanderer1", "Black Wanderer 1 - The Darkest Road" },
 	{ "wanderer2", "Black Wanderer 2 - The Unborn One" },
 	{ "wanderer3", "Black Wanderer 3 - Twas a Time of Dread" },
@@ -164,6 +167,7 @@ const GlkDetectionEntry AGT_GAMES[] = {
 	DT_ENTRY0("cardigan1", "301509b196fd27c87d5d176f895b94ea", 103356),
 	DT_ENTRY0("cardigan2", "f17a9d5401cb5cb1be4cb2719d0c9d34", 97767),
 	DT_ENTRY0("cercla", "a56219015b70f507d9a1f74e0a92db1f", 136080),
+	DT_ENTRY0("curse", "b09a74de6081e4d56e0348c9951623e9", 79139),
 	DT_ENTRY0("sanityclause", "a7ea1c9ae6200511af71dfcebb5d55ff", 246159),
 	DT_ENTRY0("cliffdiver1", "14ce6a122a061f2b361e725fe2c0c0e4", 120042),
 	DT_ENTRY0("cliffdiver2", "9cc68e22a0ba03fe13bd4bfb413e08df", 155682),
@@ -183,6 +187,7 @@ const GlkDetectionEntry AGT_GAMES[] = {
 	DT_ENTRY0("elf20", "0fa1e888a452fec59bb4a5a6ffa43d78", 101088),
 	DT_ENTRY0("elfquest", "5419ab5d7a19037a5971c7e2de59cee4", 16929),
 	DT_ENTRY0("eliescape", "8d604abcccccbc0064b7488497f6242d", 72414),
+	DT_ENTRY0("emailbox", "f90b34f0f2d7dfb3c7f29fbae9897671", 55908),
 	DT_ENTRY0("escapeprisonisland", "8f6cf9b1f46e968b353bd00a48c2bd6b", 48762),
 	DT_ENTRY0("agtfable", "9acb005ddd793da7898eda2bbc79a9d3", 15147),
 	DT_ENTRY0("ccfirstadv", "8a8ff26cd6a396c193d865fa6e37594d", 83754),
@@ -270,6 +275,7 @@ const GlkDetectionEntry AGT_GAMES[] = {
 	DT_ENTRY0("agtwizardscastle", "3adecad94b61babdadfbe20242e86b24", 18792),
 	DT_ENTRY0("hobbswok", "3178e271e8259a889df99545d6c65362", 198369),
 	DT_ENTRY0("wraithblaster", "392f507d42c006a30c55a20ec9e75f44", 194643),
+	DT_ENTRY0("void", "b6818cc6396e1357c3c551bc338c653d", 53784),
 	DT_ENTRY0("journeyintoxanth", "2b073d48a8a01f91d7bca5db482e3ecd", 147177),
 	DT_ENTRY0("zanfar", "5fc6914fe02c0235f8a5343db8b6359e", 83106),
 


Commit: e578d3e03343f9fdfbd309d2b02092faa61b9536
    https://github.com/scummvm/scummvm/commit/e578d3e03343f9fdfbd309d2b02092faa61b9536
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-04-22T02:08:23+02:00

Commit Message:
MOHAWK: Added detection entry for grandma demo. Bugreport #11576

Changed paths:
    engines/mohawk/detection_tables.h


diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 755a8afbf5..d50bc60f93 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1608,6 +1608,22 @@ static const MohawkGameDescription gameDescriptions[] = {
 		"GRANDMA.EXE"
 	},
 
+	// From ajshell1 in bug #11576
+	{
+		{
+			"grandma",
+			"Demo",
+			AD_ENTRY1s("GRANDMA.512", "1f2cb06795dddc20bedbd711fb57338e", 869),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_DEMO,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_LIVINGBOOKSV1,
+		GF_DEMO,
+		"GRANDMA.EXE"
+	},
+
 	// From the Mac CD "La Tartaruga e la Lepre" (The Turtle and the Hare) [Italian, English]
 	{
 		{


Commit: 0034b125151a42432a311f4f742fad8c16b9b891
    https://github.com/scummvm/scummvm/commit/0034b125151a42432a311f4f742fad8c16b9b891
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-04-22T02:08:23+02:00

Commit Message:
MOHAWK: Added newkid demo detection. Bugreport #11577

Changed paths:
    engines/mohawk/detection_tables.h


diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index d50bc60f93..b7dae8f3af 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1860,6 +1860,22 @@ static const MohawkGameDescription gameDescriptions[] = {
 		"NEWKID.EXE"
 	},
 
+	// From ajshell1 in bug #11577
+	{
+		{
+			"newkid",
+			"Demo",
+			AD_ENTRY1s("NEWKID.512", "876a9f31527f4b3bb38d79a2e1206d21", 563),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_DEMO,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_LIVINGBOOKSV1,
+		GF_DEMO,
+		"NEWKID.EXE"
+	},
+
 	{
 		{
 			"newkid",




More information about the Scummvm-git-logs mailing list