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

trembyle 54326852+trembyle at users.noreply.github.com
Fri Oct 15 15:28:10 UTC 2021


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:
73933d90fd JANITORIAL: DIRECTOR: Minor formatting fixes
f8658d60db DIRECTOR: Add detection for community discoveries
df21feb3a7 DIRECTOR: Change Simpsons Studio game IDs


Commit: 73933d90fdf7fbd32ec8475118eb7be4a369046e
    https://github.com/scummvm/scummvm/commit/73933d90fdf7fbd32ec8475118eb7be4a369046e
Author: trembyle (sean.patrick.brody at gmail.com)
Date: 2021-10-15T11:16:22-04:00

Commit Message:
JANITORIAL: DIRECTOR: Minor formatting fixes

Fixed whitespace, sorting, etc.

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 13a33d2970..fde30b7e82 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -32,7 +32,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "theapartment",		"The Apartment, Interactive demo" },
 	{ "dirmacromedia",		"Macromedia Director" },
 	{ "dirmacromind",		"MacroMind Director" },
-	{ "lingoexpo",			"Director 4 Lingo Expo and Sample Titles"},
+	{ "lingoexpo",			"Director 4 Lingo Expo and Sample Titles" },
 
 	// Commercially released games
 	{ "10plus2",			"10+2" },
@@ -68,8 +68,8 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "barbpauper",			"Barbie as the Princess and the Pauper" },
 	{ "barbrapunzel",		"Barbie as Rapunzel: A Creative Adventure" },
 	{ "barbswanlake",		"Barbie of Swan Lake: The Enchanted Forest" },
-	{ "basilbaker",			"Venice Under Glass: A Basil Baker Mystery Adventure"},
-	{ "bbbighelpers",		"Little Bears Make Big Helpers: Life's Little Lessons with the Berenstain Bears"},
+	{ "basilbaker",			"Venice Under Glass: A Basil Baker Mystery Adventure" },
+	{ "bbbighelpers",		"Little Bears Make Big Helpers: Life's Little Lessons with the Berenstain Bears" },
 	{ "bearfamily",			"A Bear Family Adventure" },
 	{ "beautyorbeast",		"Beauty or the Beast" },
 	{ "betterd",			"The Better Dead Ratification" },
@@ -333,9 +333,9 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "shrlucky",			"Schoolhouse Rock!: Lucky's Math Arcade" },
 	{ "shrmath",			"Schoolhouse Rock!: Math Rock" },
 	{ "shrmess",			"Schoolhouse Rock!: 1st-4th Grade Math Essentials" },
-	{ "simpsonplayer",		"The Simpsons Cartoon Player"},
-	{ "simpsonstudio",		"The Simpsons Cartoon Studio"},
-	{ "sitfarm",	        "Sitting on the Farm"},
+	{ "simpsonplayer",		"The Simpsons Cartoon Player" },
+	{ "simpsonstudio",		"The Simpsons Cartoon Studio" },
+	{ "sitfarm",	        "Sitting on the Farm" },
 	{ "skeeto10",			"Skipper & Skeeto: Fun in the Park" }, // Magnus & Myggen
 	{ "skippy",             "Skippy and the Curse of the Temple of Ock" },
 	{ "skyborg",			"SkyBorg: Into the Vortex" },


Commit: f8658d60dbea70fc505d53e82c631d0bc22b1e14
    https://github.com/scummvm/scummvm/commit/f8658d60dbea70fc505d53e82c631d0bc22b1e14
Author: trembyle (sean.patrick.brody at gmail.com)
Date: 2021-10-15T11:17:12-04:00

Commit Message:
DIRECTOR: Add detection for community discoveries

Thanks to Parotaku for suggesting The Mask (D3 Mac / D4 Win)

Thanks to einentei for discovering the Bud weis er screen saver.

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index fde30b7e82..38f8c0d1ad 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -241,6 +241,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "madtg",				"Madeline Thinking Games" },
 	{ "majestic",			"Majestic Part I: Alien Encounter" },
 	{ "maniacsports",		"Maniac Sports" },
+	{ "mask",				"The Mask: The Origin" },
 	{ "mastermansion",		"Masterpiece Mansion" },
 	{ "mastermansionex",	"Masterpiece Mansion: Art Explorer" },
 	{ "martian",			"Ray Bradbury's The Martian Chronicles Adventure Game" },
@@ -1123,6 +1124,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "pingutime",			"Time for Pingu" },
 	{ "ss007",				"The James Bond Screensaver" },
 	{ "ss102dalmations",	"102 Dalmations Screen Saver" },
+	{ "ssbudfranklouie",	"Budweiser: Frank & Louie Screen Saver" },
 	{ "sscocacola",			"Coca-Cola Screen Saver" },
 	{ "ssdietcoke",			"Diet Coke Screen Saver" },
 	{ "ssgbi",				"German Bold Italic Screen Saver" },
@@ -1721,6 +1723,11 @@ static const DirectorGameDescription gameDescriptions[] = {
 
 	MACDEMO1_l("marinefantasy", "Demo", "MarineFantasy", "276bee761e48a6fd709df77d5c2f60dd", 395226, Common::JA_JPN, 313),
 
+	// Mac version on same disc is D4
+	// Developed by MetroLight Studios, Los Angeles
+	// Published by Cambrix, Woodland Hills, California (1996)
+	WINGAME1("mask", "", "MASK.EXE", "c7da3e208b35c77d39af787cf74a57ae", 2377627, 311),
+
 	MACGAME1("maze", "", "Maze", "c4917547b9d9fda87567a9b3544489c4", 384534, 300),
 
 	// Selection of demos narrated by the MazeBox Tone Cruise mascot:
@@ -2813,6 +2820,9 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACDEMO1_l("manhole", "Masterpiece Edition Demo", "The Manhole DEMO", "583a2d78dfcc184f2fbabfd3187322c1", 301861, Common::JA_JPN, 400),
 	MACDEMO1_l("manhole", "Masterpiece Edition Demo", "The Manhole DEMO", "583a2d78dfcc184f2fbabfd3187322c1", 301925, Common::JA_JPN, 400),
 
+	// Windows version on same disc is D3
+	MACGAME1("mask", "", "The Mask", "32a48ccef630fd453ac3501f72474545", 291308, 403),
+
 	MACGAME1("mastermansion", "", "Masterpiece Mansion", "bdd793ba61c4333dfeaf976d6adc38fe", 285533, 404),
 	WINGAME1("mastermansion", "", "MANSION.EXE", "b397657fec77654afc589000612de963", 84700821, 404),
 	WINDEMO1("mastermansion", "Demo", "MANSION.EXE", "be88c599759d0c8d6bdc1d2719ca769a", 17866669, 404),
@@ -4726,6 +4736,9 @@ static const DirectorGameDescription gameDescriptions[] = {
 	WINGAME1("solmahjong", "1999 version", "Mahjong.exe", "7a4164849d026c0f2aa8ea4c7d5447ba", 2757472, 702),
 	WINGAME1("solmahjong", "2001 version", "Mahjong.exe", "7a4164849d026c0f2aa8ea4c7d5447ba", 2832712, 702),
 
+	// https://web.archive.org/web/1id_/www.budweiser.com/screensaver/pc/screen99.exe
+	WINGAME1("ssbudfranklouie", "", "Screen99.exe", "c1a2e8b7e41fa204009324a9c7db1030", 3397601, 700),
+
 	WINGAME1("ssheidi1", "", "_heidi01.exe", "91823501d9b3f9b9ced814101312fd11", 5985066, 701),
 	WINGAME1("ssheidi2", "", "_heidi02.exe", "91823501d9b3f9b9ced814101312fd11", 7783641, 701),
 


Commit: df21feb3a78ee58a1636f3368afdc3005924a1c5
    https://github.com/scummvm/scummvm/commit/df21feb3a78ee58a1636f3368afdc3005924a1c5
Author: trembyle (sean.patrick.brody at gmail.com)
Date: 2021-10-15T11:24:06-04:00

Commit Message:
DIRECTOR: Change Simpsons Studio game IDs

Per request by Discord user Lenny, who runs automated tests on these.

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 38f8c0d1ad..b74d5d9206 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -334,8 +334,8 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "shrlucky",			"Schoolhouse Rock!: Lucky's Math Arcade" },
 	{ "shrmath",			"Schoolhouse Rock!: Math Rock" },
 	{ "shrmess",			"Schoolhouse Rock!: 1st-4th Grade Math Essentials" },
-	{ "simpsonplayer",		"The Simpsons Cartoon Player" },
-	{ "simpsonstudio",		"The Simpsons Cartoon Studio" },
+	{ "simpsonsplayer",		"The Simpsons Cartoon Player" },
+	{ "simpsonsstudio",		"The Simpsons Cartoon Studio" },
 	{ "sitfarm",	        "Sitting on the Farm" },
 	{ "skeeto10",			"Skipper & Skeeto: Fun in the Park" }, // Magnus & Myggen
 	{ "skippy",             "Skippy and the Curse of the Temple of Ock" },
@@ -3159,11 +3159,11 @@ static const DirectorGameDescription gameDescriptions[] = {
 
 	// Player app is a standalone player for cartoons created in Studio
 	// Demo is found on apcmag.cd Dec 1999 disc 3, published by Australian Consolidated Press
-	MACGAME1("simpsonstudio", "",	  "Simpsons Cartoon Studio", "cd98745b01c43b49b223ecb1543cb3b1", 317514, 403),
-	MACGAME1("simpsonplayer", "",	  "Simpsons Cartoon Player", "f18e1cf6fb9fea099aae580c2057e551", 502040, 403),
-	WINGAME1("simpsonstudio", "",	  "SIMPSONS.EXE", "358af28ffe3fa515a9b9a03149483cb1", 3368957, 404),
-	WINDEMO1("simpsonstudio", "Demo", "SIMPDEMO.EXE", "bcd332d5061ec00b103c1529b4095a49", 901047, 404),
-	WINGAME1("simpsonplayer", "",	  "SPLAYER.EXE",  "8966c096c5718316fddc7b238dd9df94", 884843, 404),
+	MACGAME1("simpsonsstudio", "",	   "Simpsons Cartoon Studio", "cd98745b01c43b49b223ecb1543cb3b1", 317514, 403),
+	MACGAME1("simpsonsplayer", "",	   "Simpsons Cartoon Player", "f18e1cf6fb9fea099aae580c2057e551", 502040, 403),
+	WINGAME1("simpsonsstudio", "",	   "SIMPSONS.EXE", "358af28ffe3fa515a9b9a03149483cb1", 3368957, 404),
+	WINDEMO1("simpsonsstudio", "Demo", "SIMPDEMO.EXE", "bcd332d5061ec00b103c1529b4095a49", 901047, 404),
+	WINGAME1("simpsonsplayer", "",	   "SPLAYER.EXE",  "8966c096c5718316fddc7b238dd9df94", 884843, 404),
 
 	// Win version is D5
 	MACGAME1("simpsontrivia", "v3.1", "Simpsons Trivia 3.1", "db9b7f11aea52a294d2986a94a184000", 58354, 403),




More information about the Scummvm-git-logs mailing list