[Scummvm-git-logs] scummvm master -> ef20c9333ce78a2b82101fd90289705e636196ec
mistydemeo
noreply at scummvm.org
Sun Aug 28 16:33:10 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:
ef20c9333c DIRECTOR: more games
Commit: ef20c9333ce78a2b82101fd90289705e636196ec
https://github.com/scummvm/scummvm/commit/ef20c9333ce78a2b82101fd90289705e636196ec
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2022-08-28T09:30:47-07:00
Commit Message:
DIRECTOR: more games
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index ee94c15db66..0d68439822b 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -182,6 +182,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "gigglefarm", "AlphaBonk Farm" },
{ "giggletour", "The Gigglebone Gang World Tour" },
{ "gigglevania", "Pantsylvania: The Kingdom of the Fancy Pants" },
+ { "goferwinkel", "Goferwinkel's Adventures: The Lavender Land" },
{ "goldilocks", "Goldilocks Gamebook" },
{ "gordak", "Gord at k" },
{ "grammarplaytime2", "Grammar Playtime Vol.2: Asking Questions" },
@@ -2043,6 +2044,8 @@ static const DirectorGameDescription gameDescriptions[] = {
MACDEMO1_l("goalrush1", "Demo", "GOAL RUSH!! DEMO", "f5277c53bacd27936158dd3867e587e2", 392276, Common::JA_JPN, 311),
MACDEMO1_l("goalrush2", "Demo", "GOAL RUSH!! DEMO", "276bee761e48a6fd709df77d5c2f60dd", 397408, Common::JA_JPN, 313),
+ WINGAME1t("goferwinkel", "", "GOFERWIN/GOFER.EXE", "cba909306680f788d77244147ddf76ae", 1065773, 300),
+
// Mac also has an 8-bit color binary. Win is limited to 8-bit color in D3.
MACGAME1("golfcd", "", "Great Golf CD (24bit)", "7f443f2e63fd497a9ad85b10dc880a91", 3633557, 313),
WINGAME1("golfcd", "", "GOLF.EXE", "65d06b5fef155a2473434571aff5bc29", 370009, 313),
@@ -4641,6 +4644,12 @@ static const DirectorGameDescription gameDescriptions[] = {
WINGAME1t("ushistory", "", "HISTORY.EXE", "5660e6a7b772b5bf8867627ab0d7a58b", 703629, 404),
+ // Original filename is 'ãããããã³æã®åå£'
+ MACGAME1_l("pepperon", "", "xn--u9j2la0f4a9404c9vg8wz", "8b138db44d4421cc7294a9dc792ccf1b", 521283, Common::JA_JPN, 404),
+ // Decomposed variant of the above
+ MACGAME1_l("pepperon", "", "xn--u9jtea0wb1ktbx480dksir53a", "8b138db44d4421cc7294a9dc792ccf1b", 521283, Common::JA_JPN, 404),
+ WINGAME1t_l("pepperon", "", "PEPPERON/START95.EXE", "b7fd4c43d44291a15ef1829e96652a5b", 1094585, Common::JA_JPN, 404),
+
// French version titled "Valmaison au fil des saisons"
MACGAME1_l("pepperon", "", "Valmaison", "8b138db44d4421cc7294a9dc792ccf1b", 502569, Common::FR_FRA, 404),
WINGAME1_l("pepperon", "", "PEPPERON/START95.EXE", "4086df04abc18956581cee17b48e81c1", 1805439, Common::FR_FRA, 404),
More information about the Scummvm-git-logs
mailing list