[Scummvm-git-logs] scummvm master -> 122588a090b5bb22739910d2902731c49595a590

trembyle noreply at scummvm.org
Fri Feb 18 19:20:31 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:
d7fb242b19 GROOVIE: Add detection for German Uncle Henry
122588a090 GROOVIE: Adjust file dates for consistency


Commit: d7fb242b19b4248b9002bf29a18d19ffc692ac07
    https://github.com/scummvm/scummvm/commit/d7fb242b19b4248b9002bf29a18d19ffc692ac07
Author: trembyle (sean.patrick.brody at gmail.com)
Date: 2022-02-18T14:20:02-05:00

Commit Message:
GROOVIE: Add detection for German Uncle Henry

Funsoft released this game twice in Germany. The first was titled
"Uncle Henry's Mindblower" (1996-09-13) in English with German manual.
This is identical to the other English language versions.

It was released again as "Uncle Henry's Playhouse" completely in
German (1997-02-14).

Changed paths:
    engines/groovie/detection.cpp


diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp
index 3f99066dd11..2ec6dd50506 100644
--- a/engines/groovie/detection.cpp
+++ b/engines/groovie/detection.cpp
@@ -361,6 +361,19 @@ static const GroovieGameDescription gameDescriptions[] = {
 		kGroovieUHP
 	},
 
+	// Uncle Henry's Playhouse PC German
+	// Funsoft (1997-02-14)
+	{
+		{
+			"unclehenry", "",
+			AD_ENTRY2s("tpot.grv", "30d06af7669004f1ea7a99a5ebdb6935", 10469,
+						"trt7g.gjd", nullptr, -1),
+			Common::DE_DEU, Common::kPlatformWindows, ADGF_TESTING,
+			GUIO3(GUIO_NOMIDI, GUIO_NOASPECT, GAMEOPTION_EASIER_AI)
+		},
+		kGroovieUHP
+	},
+
 	// Tender Loving Care PC English (CD-ROM 1998-05-01)
 	{
 		{


Commit: 122588a090b5bb22739910d2902731c49595a590
    https://github.com/scummvm/scummvm/commit/122588a090b5bb22739910d2902731c49595a590
Author: trembyle (sean.patrick.brody at gmail.com)
Date: 2022-02-18T14:20:02-05:00

Commit Message:
GROOVIE: Adjust file dates for consistency

We'll use the file timestamp on the main script GRV for dating.

1. Adjust German TLC file dates
2. Add dates for remaining UHP/TLC releases
3. Sort English TLC DVDs by date
4. Fix missing UNSUPPORTED flag on German TLC DVD

Changed paths:
    engines/groovie/detection.cpp


diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp
index 2ec6dd50506..e8ef56ec0b0 100644
--- a/engines/groovie/detection.cpp
+++ b/engines/groovie/detection.cpp
@@ -349,7 +349,7 @@ static const GroovieGameDescription gameDescriptions[] = {
         kGroovieCDY
     },
 
-	// Uncle Henry's Playhouse PC English
+	// Uncle Henry's Playhouse PC English (1996-09-13)
 	{
 		{
 			"unclehenry", "",
@@ -386,11 +386,11 @@ static const GroovieGameDescription gameDescriptions[] = {
 		kGroovieTLC
 	},
 
-	// Tender Loving Care PC English (DVD-ROM 1998-08-26)
+	// Tender Loving Care PC English (DVD-ROM 1998-06-12)
 	{
 		{
 			"tlc", _s("Missing game code"),
-			AD_ENTRY2s("tlcmain.grv", "151af191015beb6f662919153e6c28d8", 17379,
+			AD_ENTRY2s("tlcmain.grv", "8a591c47d24dde38615e6ea2e79b51a5", 17375,
 						"tlcnav.gjd", nullptr, -1),
 			Common::EN_ANY, Common::kPlatformWindows, ADGF_DVD | ADGF_UNSUPPORTED,
 			GUIO2(GUIO_NOMIDI, GUIO_NOASPECT)
@@ -398,11 +398,11 @@ static const GroovieGameDescription gameDescriptions[] = {
 		kGroovieTLC
 	},
 
-	// Tender Loving Care PC English (DVD-ROM 1998-06-12)
+	// Tender Loving Care PC English (DVD-ROM 1998-08-26)
 	{
 		{
 			"tlc", _s("Missing game code"),
-			AD_ENTRY2s("tlcmain.grv", "8a591c47d24dde38615e6ea2e79b51a5", 17375,
+			AD_ENTRY2s("tlcmain.grv", "151af191015beb6f662919153e6c28d8", 17379,
 						"tlcnav.gjd", nullptr, -1),
 			Common::EN_ANY, Common::kPlatformWindows, ADGF_DVD | ADGF_UNSUPPORTED,
 			GUIO2(GUIO_NOMIDI, GUIO_NOASPECT)
@@ -410,20 +410,20 @@ static const GroovieGameDescription gameDescriptions[] = {
 		kGroovieTLC
 	},
 
-	// Tender Loving Care PC German (CD-ROM 1998-04-09)
+	// Tender Loving Care PC German (CD-ROM 1998-04-08)
 	// "Die Versuchung", Funsoft
 	{
 		{
 			"tlc", "CD",
 			AD_ENTRY2s("tlcmain.grv", "3459a25a5f31b430d320cba2e47d3c98", 17353,
 						"tlcnav.gjd", nullptr, -1),
-			Common::DE_DEU, Common::kPlatformWindows, ADGF_CD | ADGF_TESTING,
+			Common::DE_DEU, Common::kPlatformWindows, ADGF_CD | ADGF_UNSUPPORTED,
 			GUIO2(GUIO_NOMIDI, GUIO_NOASPECT)
 		},
 		kGroovieTLC
 	},
 
-	// Tender Loving Care PC German (DVD-ROM 1998-03-06)
+	// Tender Loving Care PC German (DVD-ROM 1998-08-23)
 	// "Die Versuchung", Conspiracy Entertainment Europe
 	{
 		{
@@ -436,7 +436,8 @@ static const GroovieGameDescription gameDescriptions[] = {
 		kGroovieTLC
 	},
 
-	// Tender Loving Care PC Demo German https://archive.org/details/Tender_Loving_Care_demo
+	// Tender Loving Care PC Demo German (CD-ROM 1998-03-23)
+	// https://archive.org/details/Tender_Loving_Care_demo
 	{
 		{
 			"tlc", "Demo",
@@ -448,7 +449,8 @@ static const GroovieGameDescription gameDescriptions[] = {
 		kGroovieTLC
 	},
 
-	// Tender Loving Care PC Trailer https://archive.org/details/Tender_Loving_Care_demo
+	// Tender Loving Care PC Trailer (CD-ROM 1998-03-23)
+	// On the same disc with the above German demo
 	{
 		{
 			"tlc", "Trailer",




More information about the Scummvm-git-logs mailing list