[Scummvm-git-logs] scummvm master -> 1cf45ea0003f4928b5276a48bc0a62202189aad0
sev-
noreply at scummvm.org
Sun Jun 2 19:31:32 UTC 2024
This automated email contains information about 4 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
eafb9999db DIRECTOR: Add detection for Den sjungande FÃ¥gelboken
fcb98a7c4d DIRECTOR: Move "singingbirdbook" entries to appropriate spots
c477b64bab DIRECTOR: Adjust "singingbirdbook" entry after feedback
1cf45ea000 DIRECTOR: Add Macintosh detection entry for "singingbirdbook"
Commit: eafb9999db1b119a4305b1f99b1fdd7cf070619b
https://github.com/scummvm/scummvm/commit/eafb9999db1b119a4305b1f99b1fdd7cf070619b
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2024-06-02T21:31:27+02:00
Commit Message:
DIRECTOR: Add detection for Den sjungande FÃ¥gelboken
This one starts, but the buttons don't work. There is also a Macintosh
version, but dumping it also gives you the Windows EXE so I don't know
if it needs to be added?
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 0646bcc2c40..d8750e6cf41 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -419,6 +419,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "shrmess", "Schoolhouse Rock!: 1st-4th Grade Math Essentials" },
{ "simpsonsplayer", "The Simpsons Cartoon Player" },
{ "simpsonsstudio", "The Simpsons Cartoon Studio" },
+ { "singingbirdbook", "Jan Lindblad presenterar den sjungande FÃ¥gelboken" },
{ "sinkha", "Sinkha: The 3D Multimedia Novel" },
{ "sinkha1", "Sinkha: Hyleyn" },
{ "sinkha2", "Sinkha: Atmosphere / Planet of the Clouds" },
@@ -2261,6 +2262,13 @@ static const DirectorGameDescription gameDescriptions[] = {
WINDEMO2t("wrath", "Demo", "WRATH.EXE", "5d0ee796571b99d402a06438ae2f3d56", 696815,
"SHARED.DIR", "e709f7b88f6241e4f45632beb0533ac1", 3570542, 404),
+ // Jan Lindblad presenterar den sjungande FÃ¥gelboken
+ // There is also a Macintosh version which also appears to be using
+ // Macromedia 4.0.4. But dumping that version still gives you the
+ // lindblad.exe file, and I assume all the data files are functionally
+ // the same, even if they have resource and data forks.
+ WINGAME1t_l("singingbirdbook", "", "lindblad.exe", "713376834e4e94d87ad931a66c3575fc", 698995, Common::SE_SWE, 404),
+
//////////////////////////////////////////////////
//
// Macromedia Director v5
Commit: fcb98a7c4df9cd038d210901fca8467f4c5ab149
https://github.com/scummvm/scummvm/commit/fcb98a7c4df9cd038d210901fca8467f4c5ab149
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2024-06-02T21:31:27+02:00
Commit Message:
DIRECTOR: Move "singingbirdbook" entries to appropriate spots
I didn't see the Swedish section when I added it earlier, and it wasn't
until now that I realized that the detection entries are in alphabetical
order.
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index d8750e6cf41..a611ae9cc9b 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -419,7 +419,6 @@ static const PlainGameDescriptor directorGames[] = {
{ "shrmess", "Schoolhouse Rock!: 1st-4th Grade Math Essentials" },
{ "simpsonsplayer", "The Simpsons Cartoon Player" },
{ "simpsonsstudio", "The Simpsons Cartoon Studio" },
- { "singingbirdbook", "Jan Lindblad presenterar den sjungande FÃ¥gelboken" },
{ "sinkha", "Sinkha: The 3D Multimedia Novel" },
{ "sinkha1", "Sinkha: Hyleyn" },
{ "sinkha2", "Sinkha: Atmosphere / Planet of the Clouds" },
@@ -1423,6 +1422,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "polis3", "Polis 3: Vargspår" },
{ "requiem", "Requiem: en mordgåta på 1600-talet" },
{ "rymdjakten", "Rymdjakten" },
+ { "singingbirdbook", "Jan Lindblad presenterar den sjungande FÃ¥gelboken" },
{ "sverigejakten", "Sverigejakten"},
{ "speltajm", "Trazan & Banarne presenterar Speltajm" },
{ "xtown1", "CrossTown: Giftet" },
@@ -2262,13 +2262,6 @@ static const DirectorGameDescription gameDescriptions[] = {
WINDEMO2t("wrath", "Demo", "WRATH.EXE", "5d0ee796571b99d402a06438ae2f3d56", 696815,
"SHARED.DIR", "e709f7b88f6241e4f45632beb0533ac1", 3570542, 404),
- // Jan Lindblad presenterar den sjungande FÃ¥gelboken
- // There is also a Macintosh version which also appears to be using
- // Macromedia 4.0.4. But dumping that version still gives you the
- // lindblad.exe file, and I assume all the data files are functionally
- // the same, even if they have resource and data forks.
- WINGAME1t_l("singingbirdbook", "", "lindblad.exe", "713376834e4e94d87ad931a66c3575fc", 698995, Common::SE_SWE, 404),
-
//////////////////////////////////////////////////
//
// Macromedia Director v5
@@ -5470,6 +5463,13 @@ static const DirectorGameDescription gameDescriptions[] = {
// Win version is D5
MACGAME1("simpsontrivia", "v3.1", "Simpsons Trivia 3.1", "db9b7f11aea52a294d2986a94a184000", 58354, 403),
+ // Jan Lindblad presenterar den sjungande FÃ¥gelboken
+ // There is also a Macintosh version which also appears to be using
+ // Macromedia 4.0.4. But dumping that version still gives you the
+ // lindblad.exe file, and I assume all the data files are functionally
+ // the same, even if they have resource and data forks.
+ WINGAME1t_l("singingbirdbook", "", "lindblad.exe", "713376834e4e94d87ad931a66c3575fc", 698995, Common::SE_SWE, 404),
+
// Published by Pearson in association with the Ski Club of Great Britain
WINDEMO1("skieurope96", "Demo", "SKI.EXE", "3643257d68fadce83611760435ca5cd4", 696861, 404),
Commit: c477b64bab50e724659d7c54d4546854434ff64c
https://github.com/scummvm/scummvm/commit/c477b64bab50e724659d7c54d4546854434ff64c
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2024-06-02T21:31:27+02:00
Commit Message:
DIRECTOR: Adjust "singingbirdbook" entry after feedback
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index a611ae9cc9b..9f7467b9486 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -5468,7 +5468,7 @@ static const DirectorGameDescription gameDescriptions[] = {
// Macromedia 4.0.4. But dumping that version still gives you the
// lindblad.exe file, and I assume all the data files are functionally
// the same, even if they have resource and data forks.
- WINGAME1t_l("singingbirdbook", "", "lindblad.exe", "713376834e4e94d87ad931a66c3575fc", 698995, Common::SE_SWE, 404),
+ WINGAME1_l("singingbirdbook", "", "lindblad.exe", "t:713376834e4e94d87ad931a66c3575fc", 698995, Common::SE_SWE, 404),
// Published by Pearson in association with the Ski Club of Great Britain
WINDEMO1("skieurope96", "Demo", "SKI.EXE", "3643257d68fadce83611760435ca5cd4", 696861, 404),
Commit: 1cf45ea0003f4928b5276a48bc0a62202189aad0
https://github.com/scummvm/scummvm/commit/1cf45ea0003f4928b5276a48bc0a62202189aad0
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2024-06-02T21:31:27+02:00
Commit Message:
DIRECTOR: Add Macintosh detection entry for "singingbirdbook"
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 9f7467b9486..6116d089c09 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -5469,6 +5469,7 @@ static const DirectorGameDescription gameDescriptions[] = {
// lindblad.exe file, and I assume all the data files are functionally
// the same, even if they have resource and data forks.
WINGAME1_l("singingbirdbook", "", "lindblad.exe", "t:713376834e4e94d87ad931a66c3575fc", 698995, Common::SE_SWE, 404),
+ MACGAME1_l("singingbirdbook", "", "xn--Den Sjungande Fgelboken-y8b", "fc608944b366a5f450fa6f11625ce75f", 482582, Common::SE_SWE, 404),
// Published by Pearson in association with the Ski Club of Great Britain
WINDEMO1("skieurope96", "Demo", "SKI.EXE", "3643257d68fadce83611760435ca5cd4", 696861, 404),
More information about the Scummvm-git-logs
mailing list