[Scummvm-git-logs] scummvm master -> a967465b406c06a285c102f7d3877586a9a92ce2
tag2015
noreply at scummvm.org
Fri Feb 3 17:39:13 UTC 2023
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:
f933f4ce34 DIRECTOR: Move betterd among D4 entries
a967465b40 DIRECTOR: Use english title for pepperon
Commit: f933f4ce34332948985a1f87457eca6a2956b487
https://github.com/scummvm/scummvm/commit/f933f4ce34332948985a1f87457eca6a2956b487
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-02-03T17:53:45+01:00
Commit Message:
DIRECTOR: Move betterd among D4 entries
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index e4571ef3f86..58b596b5273 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1841,13 +1841,6 @@ static const DirectorGameDescription gameDescriptions[] = {
#undef SUPPORT_STATUS
#define SUPPORT_STATUS ADGF_TESTING
- // Original filename is 'BD-J/Demo'
- // Developed by ART Sector ONE / Richard M. Coombs
- // ãã¿ã¼ããã ã¼ã©ãã£ãã£ã±ã¼ã·ã§ã³ã¼ published by NEC Interchannel, Minato, Tokyo (1995)
- MACGAME1("betterd", "", "Better Dead 12 megs", "17efee018a660458fae80de4364021ac", 486717, 404),
- MACDEMO1_l("betterd", "Demo", "xn--BD-JDemo-na47b", "17efee018a660458fae80de4364021ac", 487275, Common::JA_JPN, 404),
- WINGAME1_l("betterd", "", "BETTERD.EXE", "e484d23ce2b6750d9e7e4a7b32632f47", 696877, Common::JA_JPN, 404),
-
// Original filename is æ±è³ã¹ã¿ã¼ã
MACGAME1_l("easternmind", "", "xn--zckm1a5qp59wok6a", "276bee761e48a6fd709df77d5c2f60dd", 394781, Common::JA_JPN, 313),
@@ -1884,6 +1877,13 @@ static const DirectorGameDescription gameDescriptions[] = {
//
//////////////////////////////////////////////////
+ // Original filename is 'BD-J/Demo'
+ // Developed by ART Sector ONE / Richard M. Coombs
+ // ãã¿ã¼ããã ã¼ã©ãã£ãã£ã±ã¼ã·ã§ã³ã¼ published by NEC Interchannel, Minato, Tokyo (1995)
+ MACGAME1("betterd", "", "Better Dead 12 megs", "17efee018a660458fae80de4364021ac", 486717, 404),
+ MACDEMO1_l("betterd", "Demo", "xn--BD-JDemo-na47b", "17efee018a660458fae80de4364021ac", 487275, Common::JA_JPN, 404),
+ WINGAME1_l("betterd", "", "BETTERD.EXE", "e484d23ce2b6750d9e7e4a7b32632f47", 696877, Common::JA_JPN, 404),
+
MACGAME1("chopsuey", "", "Chop8", "01be45e7241194dad07938e7059b88e3", 481254, 404),
WINGAME1("chopsuey", "", "CHOPSUEY.EXE", "785e26240153a028549e8a66c2e904bf", 772382, 404),
Commit: a967465b406c06a285c102f7d3877586a9a92ce2
https://github.com/scummvm/scummvm/commit/a967465b406c06a285c102f7d3877586a9a92ce2
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-02-03T18:08:10+01:00
Commit Message:
DIRECTOR: Use english title for pepperon
Game had some localized releases, so better use the
english title instead of japanese
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 58b596b5273..084cf38f444 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1126,7 +1126,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "pbtoilet1", "PerfectBLUE TOILET1" },
{ "pbtoilet2", "PerfectBLUE TOILET2" },
{ "panicook", "PANICOOK" },
- { "pepperon", "ãããã³æã®åå£" }, // Four Seasons in Pepperon Village, aka Valmaison au fil des saisons, aka Livet i Pepperon
+ { "pepperon", "Four Seasons in Pepperon" }, // ãããã³æã®åå£ aka Valmaison au fil des saisons, aka Livet i Pepperon
{ "perfectblue", "Perfect Blue ããããâ
ãã¤ã" },
{ "please", "Please!" }, // by Teruo Takashima
{ "pod1", "POD: Super Pop Digital Magazine" },
More information about the Scummvm-git-logs
mailing list