[Scummvm-git-logs] scummvm master -> 1602322cbec76d414cc85006431f8e4a6a56c2a9
trembyle
54326852+trembyle at users.noreply.github.com
Tue Oct 19 19:28:24 UTC 2021
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:
1602322cbe DIRECTOR: Allow alternate filename for jman2 demo
Commit: 1602322cbec76d414cc85006431f8e4a6a56c2a9
https://github.com/scummvm/scummvm/commit/1602322cbec76d414cc85006431f8e4a6a56c2a9
Author: trembyle (sean.patrick.brody at gmail.com)
Date: 2021-10-19T15:28:10-04:00
Commit Message:
DIRECTOR: Allow alternate filename for jman2 demo
The projector filename was released on this disc incorrectly encoded
as MacRoman when the rest of the disc is MacJapanese.
Since this was a physical release from local publisher Bandai, we
should allow this mistake as the \"correct\" filename, alongside
the actually correct filename in case another copy of the demo ever
shows up.
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 07be39a9ec..1d4756aa51 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -2741,12 +2741,15 @@ static const DirectorGameDescription gameDescriptions[] = {
MACDEMO1("jman", "Director's Cut Demo", "Journeyman - Director's Cut", "01be45e7241194dad07938e7059b88e3", 484284, 400),
// Original filename is Buried in Time⢠PowerPC; also contains 68k binary
- // Original Japanese demo filename is Buried in Time⢠Demo
+ // Revised '06/22/94 demo' is from Bandai Visual CD-ROM Previews Kawara-ban Vol. 3
+ // On this Japanese disc, the filename is encoded as MacRoman, resulting in Buried in Timeェ Demo
+ // The MacRoman filename should have been Buried in Time⢠Demo
MACGAME1("jman2", "", "Buried in Time PowerPC", "71287376e445ab9c98f0d150bb0ed175", 80334, 400),
MACGAME1_l("jman2", "", "Buried in Time PowerPC", "71287376e445ab9c98f0d150bb0ed175", 86324, Common::DE_DEU, 400),
- //MACDEMO1_l("jman2", "Demo", "xn--Buried in Time Demo-yp97h", "cdb27c916044ae4dceb4b7326063fa03", 329851, Common::JA_JPN, 400),
MACDEMO1("jman2", "Demo", "Buried in Time Demo", "1ae45c23586b41997ba52e2e7c771c4c", 437743, 400),
MACDEMO1("jman2", "06/22/94 Demo", "Buried in Time Demo", "cdb27c916044ae4dceb4b7326063fa03", 328895, 400),
+ MACDEMO1("jman2", "06/22/94 Demo 2", "xn--Buried in Time Demo-yp97h", "cdb27c916044ae4dceb4b7326063fa03", 329851, 400),
+ MACDEMO1("jman2", "06/22/94 Demo 2", "xn--Buried in Time Demo-eo0l", "cdb27c916044ae4dceb4b7326063fa03", 329851, 400),
MACDEMO1("jman2", "Final Demo", "Buried in Time Demo", "cc3321069072b90f091f220bba16e4d4", 292731, 400),
MACDEMO1("jman2", "Gallery", "BIT Gallery", "01be45e7241194dad07938e7059b88e3", 484284, 400),
MACDEMO1("jman2", "Overview", "BIT Overview", "01be45e7241194dad07938e7059b88e3", 484284, 400),
More information about the Scummvm-git-logs
mailing list