[Scummvm-git-logs] scummvm master -> ed54c11922adf0d2e19b8e58a9f706a149939646
bluegr
noreply at scummvm.org
Thu Jun 13 21:03:34 UTC 2024
This automated email contains information about 3 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
7c67849bec GOB: add new Adi 2 english variant to detection
7f6b97b300 GOB: add Adi 2 math variant to detection
ed54c11922 GOB: add version number for Gob2 entry
Commit: 7c67849becd3abaf062d2c0f6c8b7a607c93126e
https://github.com/scummvm/scummvm/commit/7c67849becd3abaf062d2c0f6c8b7a607c93126e
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-06-14T00:03:30+03:00
Commit Message:
GOB: add new Adi 2 english variant to detection
Changed paths:
engines/gob/detection/tables_adi2.h
diff --git a/engines/gob/detection/tables_adi2.h b/engines/gob/detection/tables_adi2.h
index 9959c78587a..f471dfd1adf 100644
--- a/engines/gob/detection/tables_adi2.h
+++ b/engines/gob/detection/tables_adi2.h
@@ -237,6 +237,20 @@
"adi2.stk", "ediintro.tot", 0
},
+{
+ {
+ "adi2", // This version comes from the Sierra's Schoolhouse Math
+ "Adi 2",
+ AD_ENTRY1s("adi2.stk", "da5c5b4a6b56ed34d10ae5e0acfb9f8d", 11690760),
+ EN_USA,
+ kPlatformDOS,
+ ADGF_UNSTABLE,
+ GUIO0()
+ },
+ kFeaturesNone, // When Assertion bug is fixed check if this version also needs kFeatures600x400
+ "adi2.stk", "ediintro.tot", 0
+},
+
// -- Demos --
{
Commit: 7f6b97b30025846164d48e93a748f9b0002fd058
https://github.com/scummvm/scummvm/commit/7f6b97b30025846164d48e93a748f9b0002fd058
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-06-14T00:03:30+03:00
Commit Message:
GOB: add Adi 2 math variant to detection
Changed paths:
engines/gob/detection/tables_adi2.h
diff --git a/engines/gob/detection/tables_adi2.h b/engines/gob/detection/tables_adi2.h
index f471dfd1adf..e61786ac39b 100644
--- a/engines/gob/detection/tables_adi2.h
+++ b/engines/gob/detection/tables_adi2.h
@@ -236,7 +236,6 @@
kFeaturesNone,
"adi2.stk", "ediintro.tot", 0
},
-
{
{
"adi2", // This version comes from the Sierra's Schoolhouse Math
@@ -250,6 +249,19 @@
kFeaturesNone, // When Assertion bug is fixed check if this version also needs kFeatures600x400
"adi2.stk", "ediintro.tot", 0
},
+{
+ {
+ "adi2", // This version comes from the Sierra's Schoolhouse Math
+ "Adi 2 Math",
+ AD_ENTRY1s("adi2.stk", "0f102a6e4fac493162dfb70144c662bf", 12112994),
+ EN_USA,
+ kPlatformDOS,
+ ADGF_UNSTABLE,
+ GUIO0()
+ },
+ kFeaturesNone, // When Assertion bug is fixed check if this version also needs kFeatures600x400
+ "adi2.stk", "ediintro.tot", 0
+},
// -- Demos --
Commit: ed54c11922adf0d2e19b8e58a9f706a149939646
https://github.com/scummvm/scummvm/commit/ed54c11922adf0d2e19b8e58a9f706a149939646
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-06-14T00:03:30+03:00
Commit Message:
GOB: add version number for Gob2 entry
Changed paths:
engines/gob/detection/tables_gob2.h
diff --git a/engines/gob/detection/tables_gob2.h b/engines/gob/detection/tables_gob2.h
index f3e38bccbdf..361e73ba7ec 100644
--- a/engines/gob/detection/tables_gob2.h
+++ b/engines/gob/detection/tables_gob2.h
@@ -411,7 +411,7 @@
{ // Found in french ADI 2 Francais-Maths CM1
{
"gob2",
- "",
+ "v1.03",
AD_ENTRY1s("intro.stk", "24489330a1d67ff978211f574822a5a6", 883756),
FR_FRA,
kPlatformWindows,
More information about the Scummvm-git-logs
mailing list