[Scummvm-git-logs] scummvm master -> e0ccf90d28ede89a8b195fd4b22f70793829632a
tag2015
noreply at scummvm.org
Sun Apr 2 21:42:43 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:
e0ccf90d28 DIRECTOR: Add detection for Adibou corps humain
Commit: e0ccf90d28ede89a8b195fd4b22f70793829632a
https://github.com/scummvm/scummvm/commit/e0ccf90d28ede89a8b195fd4b22f70793829632a
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-04-02T23:41:17+02:00
Commit Message:
DIRECTOR: Add detection for Adibou corps humain
Trac report #14381
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 0120e92ea08..4e1dc43eb75 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" },
+ { "adibouhumain", "Adibou: Aventure dans le corps humain" },
{ "adiboumots", "Adibou: Joue avec les mots et les nombres (5-6 ans)" },
{ "affaires1", "Affaires à suivre: L'Ãle diabolique" },
{ "boulebill", "Boule et Bill: Au Voleur!" },
@@ -8502,6 +8503,8 @@ static const DirectorGameDescription gameDescriptions[] = {
WINGAME2_l("1contre100", "", "start.exe", "00541c08177b6d55a3df893bcfccc843", 2764454,
"main.dxr", "c2bf555f6209e51a1c8cce29c8e6534f", 43315121, Common::FR_FRA, 1010),
+ WINGAME1_l("adibouhumain", "", "Adibou_CH.exe", "t:d955b857b9e506d1e3141ca4d81b59d5", 2633827, Common::FR_FRA, 1010),
+
WINGAME1_l("adiboumots", "", "ADBR_EX56.exe", "t:aee1d0997a82c796292b59d9c398ca20", 3872922, Common::FR_FRA, 1010),
// Found on AOL 9.0 promo CD
More information about the Scummvm-git-logs
mailing list