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

tag2015 noreply at scummvm.org
Sat Apr 1 09:54:49 UTC 2023


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:
ae624b0aad DIRECTOR: Add detection for Adibou mots and nombres


Commit: ae624b0aad19e03b7c8c549f443c37dea60a45ad
    https://github.com/scummvm/scummvm/commit/ae624b0aad19e03b7c8c549f443c37dea60a45ad
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-04-01T11:51:24+02:00

Commit Message:
DIRECTOR: Add detection for Adibou mots and nombres

Trac report #14378

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 275b38f7dc6..a28fbe65ecd 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -804,6 +804,7 @@ static const PlainGameDescriptor directorGames[] = {
 
 	// French titles
 	{ "1contre100",			"1 contre 100" },
+	{ "adiboumots",			"Adibou: Joue avec les mots et les nombres (5-6 ans)" },
 	{ "affaires1",			"Affaires à suivre: L'Île diabolique" },
 	{ "boulebill",			"Boule et Bill: Au Voleur!" },
 	{ "boitearire",			"La boîte à rire" },
@@ -8498,6 +8499,8 @@ static const DirectorGameDescription gameDescriptions[] = {
 	WINGAME2_l("1contre100", "", "start.exe", "00541c08177b6d55a3df893bcfccc843", 2764454,
 								 "main.dxr",  "c2bf555f6209e51a1c8cce29c8e6534f", 43315121, Common::FR_FRA, 1010),
 
+	WINGAME1_l("adiboumots", "", "ADBR_EX56.exe", "t:aee1d0997a82c796292b59d9c398ca20", 3872922, Common::FR_FRA, 1010),
+
 	// Found on AOL 9.0 promo CD
 	// Game description is based on desktop shortcut after installation
 	WINGAME2("aolstarwars", "", "STARWARS.EXE", 		"bcf64185ce848b7b70858d62945f48a8", 25472412,




More information about the Scummvm-git-logs mailing list