[Scummvm-git-logs] scummvm master -> 16e2fcc3ab73732e96f09d0e0107b78a7fad1d50
tag2015
noreply at scummvm.org
Tue Nov 28 15:28:37 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:
16e2fcc3ab DIRECTOR: Add detection for addy im zaubergarten
Commit: 16e2fcc3ab73732e96f09d0e0107b78a7fad1d50
https://github.com/scummvm/scummvm/commit/16e2fcc3ab73732e96f09d0e0107b78a7fad1d50
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-11-28T16:25:44+01:00
Commit Message:
DIRECTOR: Add detection for addy im zaubergarten
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index c6790f4ee64..e4c9ab2aa70 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -879,6 +879,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "tomlisaindiens", "Tom et Lisa: les Indiens" },
// German titles
+ { "addybuschugarten", "Addy Buschu: Im Zaubergarten" }, // AKA Ein toller Tag - Jonas im Zaubergarten
{ "addybuschuzirkus", "Addy Buschu: Im Zirkus" },
{ "bibi2", "Bibi Blocksberg 2: Ein verhexter Schultag" },
{ "bibifilm", "Bibi Blocksberg: Mein verhextes Filmstudio" },
@@ -9028,6 +9029,10 @@ static const DirectorGameDescription gameDescriptions[] = {
WINGAME2_l("1contre100", "", "start.exe", "00541c08177b6d55a3df893bcfccc843", 2764454,
"main.dxr", "c2bf555f6209e51a1c8cce29c8e6534f", 43315121, Common::FR_FRA, 1010),
+ // TRAC report #14587
+ WINGAME2_l("addybuschugarten", "", "AC2.exe", "t:388c4fce21350a827720b46d47d13d2c", 3804099,
+ "AC2_GE.DXR", "t:5fc93d63963a9b4ad8309588b41473d4", 25408, Common::DE_DEU, 1010),
+
// TRAC report #14576
WINGAME2_l("addybuschuzirkus", "", "AC1.exe", "t:bce969dfb978d2c1c00785d102787f3d", 4204863,
"adbc.ico", "t:cc3dd9e7e9f690f6a6b0701796a73148", 21974, Common::DE_DEU, 1010),
More information about the Scummvm-git-logs
mailing list