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

sev- noreply at scummvm.org
Sat Dec 3 23:22:47 UTC 2022


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

Summary:
d979c4d23c DIRECTOR: Added detection for finegardening. Bugreport #13324


Commit: d979c4d23c6db191df24d931127a03393f1a4be2
    https://github.com/scummvm/scummvm/commit/d979c4d23c6db191df24d931127a03393f1a4be2
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-12-04T00:22:18+01:00

Commit Message:
DIRECTOR: Added detection for finegardening. Bugreport #13324

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 0126c333188..fe247231198 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -138,6 +138,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "fctexport",			"Felix's Cartoon Transformer" },
 	{ "fctplayer",			"Felix Cartoon Player" },
 	{ "fff",				"Four Footed Friends" },
+	{ "finegardening",		"Fine Gardening Propagation" },
 	{ "fishwish",			"The Fish Who Could Wish" },
 	{ "flipper",			"Flipper" },
 	{ "flipper1",           "The Three Worlds of Flipper & Lopaka" },
@@ -8079,6 +8080,11 @@ static const DirectorGameDescription gameDescriptions[] = {
 	// See notes in D6 entry
 	MACGAME1("checkersvillage", "OS X", "village.osx", "f991fbe24bc002a215fda2c58fbb572f", 5880680, 1010),
 
+	// Fine Gardening Propagation
+	// Fine Gardening How-To-DVD-ROM series. Propagation Product#041036 FGDVDROM7-2'*
+	// Bugreport #13324
+	WINGAME1("finegardening", "", "FG_Propagation.exe",  "f9d19112c3af1093bd291a535b1c6883", 126422, 1010),
+
 	// German Win version is D9
 	// Installer & uninstaller also use Director
 	MACGAME1_l("garygadget5", "", "WillyRaumschiff OSX", "b7181d7af306a3d336e5cc70cc77c641", 318788, Common::DE_DEU, 1010),




More information about the Scummvm-git-logs mailing list