[Scummvm-git-logs] scummvm master -> bbe39976fa4c399fe4d13b311b1d4fee99183ab2

sev- noreply at scummvm.org
Sat Dec 3 22:50:46 UTC 2022


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:
9640478b9b GOB: Added detection for playtoons5-de. Bug #13099
bbe39976fa GOB: Added detection for playtoons4-de. Bugreport #13100


Commit: 9640478b9b77a09b61c2bb73e70b2c0983cb98ff
    https://github.com/scummvm/scummvm/commit/9640478b9b77a09b61c2bb73e70b2c0983cb98ff
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-12-03T23:50:02+01:00

Commit Message:
GOB: Added detection for playtoons5-de. Bug #13099

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


diff --git a/engines/gob/detection/tables_playtoons.h b/engines/gob/detection/tables_playtoons.h
index 122cc9dab0b..2e186aba7ea 100644
--- a/engines/gob/detection/tables_playtoons.h
+++ b/engines/gob/detection/tables_playtoons.h
@@ -390,6 +390,25 @@
 	"intro2.stk", 0, 0
 },
 
+// -- Playtoons 5: The Stone of Wakan German --  "Der Stein von Wakan"
+// Bugreport #13099
+
+{
+	{
+		"playtoons5",
+		"",
+		AD_ENTRY2s("playtoon.stk",	"9e513e993a5b0e2496add3f50c08764b", 30448506,
+				   "wakan.stk",		"5518139580becd8c49bbfbdd4f49187a", 5523417),
+		DE_DEU,
+		kPlatformDOS,
+		ADGF_NO_FLAGS,
+		GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
+	},
+	kGameTypePlaytoons,
+	kFeatures640x480,
+	"intro2.stk", 0, 0
+},
+
 // -- Playtoons Construction Kit 1: Monsters --
 
 {


Commit: bbe39976fa4c399fe4d13b311b1d4fee99183ab2
    https://github.com/scummvm/scummvm/commit/bbe39976fa4c399fe4d13b311b1d4fee99183ab2
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-12-03T23:50:03+01:00

Commit Message:
GOB: Added detection for playtoons4-de. Bugreport #13100

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


diff --git a/engines/gob/detection/tables_playtoons.h b/engines/gob/detection/tables_playtoons.h
index 2e186aba7ea..fc15e778641 100644
--- a/engines/gob/detection/tables_playtoons.h
+++ b/engines/gob/detection/tables_playtoons.h
@@ -356,6 +356,21 @@
 	kFeatures640x480,
 	"intro2.stk", 0, 0
 },
+{ // Supplied by indy4fan in bug report #13100. Orig title: "Der Mandarin-Prinz"
+	{
+		"playtoons4",
+		"",
+		AD_ENTRY2s("playtoon.stk",	"f853153e9be33b9e0ec6970d05642e51", 30448480,
+				   "manda.stk",		"fb65d32f43ade3ff573a8534d5a1a91e", 6492732),
+		DE_DEU,
+		kPlatformDOS,
+		ADGF_NO_FLAGS,
+		GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
+	},
+	kGameTypePlaytoons,
+	kFeatures640x480,
+	"intro2.stk", 0, 0
+},
 { //Supplied by goodoldgeorg in bug report #4390
 	{
 		"playtoons4",
@@ -389,11 +404,7 @@
 	kFeatures640x480,
 	"intro2.stk", 0, 0
 },
-
-// -- Playtoons 5: The Stone of Wakan German --  "Der Stein von Wakan"
-// Bugreport #13099
-
-{
+{ // Supplied by indy4fan in bug report #13099. Orig title: "Der Stein von Wakan"
 	{
 		"playtoons5",
 		"",




More information about the Scummvm-git-logs mailing list