[Scummvm-git-logs] scummvm master -> e2bf1bd296912ba5e69d77138a2c3aaf8fd9c0db

sev- noreply at scummvm.org
Mon Dec 18 17:12:51 UTC 2023


This automated email contains information about 5 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
749ae4bcbe DIRECTOR: Add detection entry for Tivola Sampler Disc (Summer 2000)
db2407f678 DIRECTOR: Move tivolas2000 detection entry to proper Director version
f1ef5fe9d5 DIRECTOR: Made tivola sampler target names more specific
f9358f33e2 DIRECTOR: Add additional detection item for tivolasummer2000
e2bf1bd296 DIRECTOR: Switch to tail-based checksums for tivolasummer2000


Commit: 749ae4bcbeccf6234b4c2b3f886f242f9d5f8a05
    https://github.com/scummvm/scummvm/commit/749ae4bcbeccf6234b4c2b3f886f242f9d5f8a05
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-12-18T18:12:45+01:00

Commit Message:
DIRECTOR: Add detection entry for Tivola Sampler Disc (Summer 2000)

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index fbf2d64d32c..75f237a53d4 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1515,6 +1515,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "sfk",				"Science for Kids Product Demos" },
 	{ "sonywalkman",		"Sony Walkman PRD-155SB / PRD-150" },
 	{ "techiescom",			"techies.com Business Card" },
+	{ "tivolas2000",		"Tivola Demo - Sommer 2000" },
 	{ "tlc",				"The Learning Company Sampler" },
 	{ "ubt",				"Under the Big Top" },
 	{ "vygrpresents",		"Voyager Presents" },
@@ -8234,6 +8235,9 @@ static const DirectorGameDescription gameDescriptions[] = {
 	WINGAME2("thematrix", "", "Presentation.exe", "c1a2e8b7e41fa204009324a9c7db1030", 2212124,
 							  "intro.dir",        "ebe2cac80218c4933ecc609cd8ef27cc", 10368479, 700),
 
+	// Tivola demo/sampler disc, Summer 2000, released in Germany
+	WINGAME1_l("tivolas2000", "Sampler", "START32.EXE", "1b8d78ddca650041b8997cac7af3184b", 1675134, Common::DE_DEU, 650),
+
 	// ein Fall für TKKG: Wer stoppt den Feuerteufel? (bilingual DE/EN)
 	MACGAME2("tkkg7", "", "TKKG-Start", "0944b962ebb00f4b5d5149d220f8449b", 113458,
 						  "Score.dxr", "c1a18f5a5a71148ef469841ccb253771", 16804, 702),


Commit: db2407f678829d4bedc684f5f0653e1caf5f8805
    https://github.com/scummvm/scummvm/commit/db2407f678829d4bedc684f5f0653e1caf5f8805
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-12-18T18:12:45+01:00

Commit Message:
DIRECTOR: Move tivolas2000 detection entry to proper Director version

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 75f237a53d4..fbe47e1174f 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -7796,6 +7796,9 @@ static const DirectorGameDescription gameDescriptions[] = {
 
 	WINGAME1("thesims", "", "maxis.exe", "d62438566e44826960fc16c5c23dbe43", 1915533, 650),
 
+	// Tivola demo/sampler disc, Summer 2000, released in Germany
+	WINGAME1_l("tivolas2000", "Sampler", "START32.EXE", "1b8d78ddca650041b8997cac7af3184b", 1675134, Common::DE_DEU, 650),
+
 	// ein Fall für TKKG: Tödliche Schokolade (bilingual DE/EN)
 	MACGAME2("tkkg2", "", "TKKG start", "7ce3e3594ca71914e50806cf934ac714", 1032378,
 						  "SCORE.DXR",  "4d3d5b66729e31d35828e40aee85fe39", 10849, 602),
@@ -8235,9 +8238,6 @@ static const DirectorGameDescription gameDescriptions[] = {
 	WINGAME2("thematrix", "", "Presentation.exe", "c1a2e8b7e41fa204009324a9c7db1030", 2212124,
 							  "intro.dir",        "ebe2cac80218c4933ecc609cd8ef27cc", 10368479, 700),
 
-	// Tivola demo/sampler disc, Summer 2000, released in Germany
-	WINGAME1_l("tivolas2000", "Sampler", "START32.EXE", "1b8d78ddca650041b8997cac7af3184b", 1675134, Common::DE_DEU, 650),
-
 	// ein Fall für TKKG: Wer stoppt den Feuerteufel? (bilingual DE/EN)
 	MACGAME2("tkkg7", "", "TKKG-Start", "0944b962ebb00f4b5d5149d220f8449b", 113458,
 						  "Score.dxr", "c1a18f5a5a71148ef469841ccb253771", 16804, 702),


Commit: f1ef5fe9d5006f38391788b01c7df40a44c09cff
    https://github.com/scummvm/scummvm/commit/f1ef5fe9d5006f38391788b01c7df40a44c09cff
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-12-18T18:12:45+01:00

Commit Message:
DIRECTOR: Made tivola sampler target names more specific

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index fbe47e1174f..28e5e6074a8 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1515,7 +1515,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "sfk",				"Science for Kids Product Demos" },
 	{ "sonywalkman",		"Sony Walkman PRD-155SB / PRD-150" },
 	{ "techiescom",			"techies.com Business Card" },
-	{ "tivolas2000",		"Tivola Demo - Sommer 2000" },
+	{ "tivolasummer2000",	"Tivola Demo - Sommer 2000" },
 	{ "tlc",				"The Learning Company Sampler" },
 	{ "ubt",				"Under the Big Top" },
 	{ "vygrpresents",		"Voyager Presents" },
@@ -7797,7 +7797,7 @@ static const DirectorGameDescription gameDescriptions[] = {
 	WINGAME1("thesims", "", "maxis.exe", "d62438566e44826960fc16c5c23dbe43", 1915533, 650),
 
 	// Tivola demo/sampler disc, Summer 2000, released in Germany
-	WINGAME1_l("tivolas2000", "Sampler", "START32.EXE", "1b8d78ddca650041b8997cac7af3184b", 1675134, Common::DE_DEU, 650),
+	WINGAME1_l("tivolasummer2000", "Sampler", "START32.EXE", "1b8d78ddca650041b8997cac7af3184b", 1675134, Common::DE_DEU, 650),
 
 	// ein Fall für TKKG: Tödliche Schokolade (bilingual DE/EN)
 	MACGAME2("tkkg2", "", "TKKG start", "7ce3e3594ca71914e50806cf934ac714", 1032378,


Commit: f9358f33e204fb258ea1a00234b8f23200d2bbd9
    https://github.com/scummvm/scummvm/commit/f9358f33e204fb258ea1a00234b8f23200d2bbd9
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-12-18T18:12:45+01:00

Commit Message:
DIRECTOR: Add additional detection item for tivolasummer2000

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 28e5e6074a8..e8aaef5d418 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -7797,7 +7797,8 @@ static const DirectorGameDescription gameDescriptions[] = {
 	WINGAME1("thesims", "", "maxis.exe", "d62438566e44826960fc16c5c23dbe43", 1915533, 650),
 
 	// Tivola demo/sampler disc, Summer 2000, released in Germany
-	WINGAME1_l("tivolasummer2000", "Sampler", "START32.EXE", "1b8d78ddca650041b8997cac7af3184b", 1675134, Common::DE_DEU, 650),
+	WINGAME2_l("tivolasummer2000", "Sampler", "START32.EXE", "1b8d78ddca650041b8997cac7af3184b", 1675134,
+											   "INTRO.DXR",   "a9c22c2247353e17cc6385eb9cbcb014", 1169358, Common::DE_DEU, 650),
 
 	// ein Fall für TKKG: Tödliche Schokolade (bilingual DE/EN)
 	MACGAME2("tkkg2", "", "TKKG start", "7ce3e3594ca71914e50806cf934ac714", 1032378,


Commit: e2bf1bd296912ba5e69d77138a2c3aaf8fd9c0db
    https://github.com/scummvm/scummvm/commit/e2bf1bd296912ba5e69d77138a2c3aaf8fd9c0db
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-12-18T18:12:45+01:00

Commit Message:
DIRECTOR: Switch to tail-based checksums for tivolasummer2000

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index e8aaef5d418..132d9e8d543 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -7797,8 +7797,8 @@ static const DirectorGameDescription gameDescriptions[] = {
 	WINGAME1("thesims", "", "maxis.exe", "d62438566e44826960fc16c5c23dbe43", 1915533, 650),
 
 	// Tivola demo/sampler disc, Summer 2000, released in Germany
-	WINGAME2_l("tivolasummer2000", "Sampler", "START32.EXE", "1b8d78ddca650041b8997cac7af3184b", 1675134,
-											   "INTRO.DXR",   "a9c22c2247353e17cc6385eb9cbcb014", 1169358, Common::DE_DEU, 650),
+	WINGAME2_l("tivolasummer2000", "Sampler", "START32.EXE",  "t:6e942f3ee581d326d0a5bd41bc29e220", 1675134,
+											  "INTRO.DXR",    "a9c22c2247353e17cc6385eb9cbcb014",   1169358, Common::DE_DEU, 650),
 
 	// ein Fall für TKKG: Tödliche Schokolade (bilingual DE/EN)
 	MACGAME2("tkkg2", "", "TKKG start", "7ce3e3594ca71914e50806cf934ac714", 1032378,




More information about the Scummvm-git-logs mailing list