[Scummvm-git-logs] scummvm master -> d3f22e6f9faa24d4704e8dc23a6a76c1f3278751
moralrecordings
noreply at scummvm.org
Sat Dec 16 07:54:58 UTC 2023
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:
d3f22e6f9f DIRECTOR: Fix the version number for the Gadget Windows demo
Commit: d3f22e6f9faa24d4704e8dc23a6a76c1f3278751
https://github.com/scummvm/scummvm/commit/d3f22e6f9faa24d4704e8dc23a6a76c1f3278751
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2023-12-16T15:54:55+08:00
Commit Message:
DIRECTOR: Fix the version number for the Gadget Windows demo
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 58a18519eed..e11bdcec2d5 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1972,6 +1972,7 @@ static const DirectorGameDescription gameDescriptions[] = {
// Original filename is æ±è³ã¹ã¿ã¼ã
MACGAME1_l("easternmind", "", "xn--zckm1a5qp59wok6a", "276bee761e48a6fd709df77d5c2f60dd", 394781, Common::JA_JPN, 313),
+ // Windows demo version is D4
// Pippin version is D5
// "Room(306)" application skips the opening cutscenes
MACGAME1("gadget", "", "GADGET", "7f443f2e63fd497a9ad85b10dc880a91", 384631, 313),
@@ -1990,8 +1991,6 @@ static const DirectorGameDescription gameDescriptions[] = {
"DATA/GA00.MMM", "72ffa3d703affdf146ba19cb80e6bdbd", 324390, Common::JA_JPN, 310),
// Warning text at the end is in both Japanese and English
MACDEMO1("gadget", "Demo", "GADGET", "f5277c53bacd27936158dd3867e587e2", 390109, 311),
- WINDEMO2t("gadget", "Demo", "GADGET.EXE", "52a854cc16777395d05aa87859e6be5a", 684203,
- "DATA/01_HOTEL.DIR", "3287761cea8b676110a197e0c2ec7d31", 9403586, 311),
MACDEMO1_l("henachoco", "Trial Version", "Hena Choco Derby Demo", "f5277c53bacd27936158dd3867e587e2", 1794011, Common::JA_JPN, 311),
// Found on Info Mac 5 (1995-01)
@@ -2104,6 +2103,10 @@ static const DirectorGameDescription gameDescriptions[] = {
MACGAME2_l("fukuokagoround", "", "Fukuoka Go-Round", "0c7bbb4b24823e5ab871cb4c1d6f3710", 484167, "shared.dir", "b83bfaec3666b328ec743e074a94115f", 20900286, Common::JA_JPN, 404),
WINGAME2t_l("fukuokagoround", "", "FGR.EXE", "dc2da038ba67c2bd2f5bb31b97261db9", 5293611, "SHARED.DIR", "6bf95a48f366bdf8af3a198c7b723c77", 16038266, Common::JA_JPN, 404),
+ // Full game is D3
+ WINDEMO2t("gadget", "Demo", "GADGET.EXE", "52a854cc16777395d05aa87859e6be5a", 684203,
+ "DATA/01_HOTEL.DIR", "3287761cea8b676110a197e0c2ec7d31", 9403586, 404),
+
// Original filename 'ããã°ãï¼ãã¬ã¡ãã'
MACGAME1_l("ganbareinuchan", "", "xn--n8jp8dzbs1jpcwcg96593c", "411051c134236a9ead0d0d1837aafb5e", 290426, Common::JA_JPN, 402),
WINGAME2_l("ganbareinuchan", "", "INU.EXE", "5c30d0b58fcc65a7227225e97dbb1539", 1860265,
More information about the Scummvm-git-logs
mailing list