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

tag2015 noreply at scummvm.org
Thu Dec 28 13:51:53 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:
f5ca933629 DIRECTOR: Add detection for Przygody Pippi


Commit: f5ca93362917ac25f78815971d10de19bc1757fa
    https://github.com/scummvm/scummvm/commit/f5ca93362917ac25f78815971d10de19bc1757fa
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-12-28T14:50:49+01:00

Commit Message:
DIRECTOR: Add detection for Przygody Pippi

TRAC #14742

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index a10d6c2148d..bb748aa45c8 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1317,6 +1317,7 @@ static const PlainGameDescriptor directorGames[] = {
 
 	// Polish titles
 	{ "kontyngent99",		"Katalog Samochodów Kontyngent '99" },
+	{ "pippiprzygody",		"Przygody Pippi!" },
 
 	// Portuguese titles
 	{ "activamulti1",		"Activa Multimédia - 1. Expedição através das Grandes Civilizações" },
@@ -8670,6 +8671,9 @@ static const DirectorGameDescription gameDescriptions[] = {
 
 	WINDEMO1("phonicsquest", "Demo", "Phonics Quest Demo.exe", "0c81c84ca4966313ad27d47daba44537", 2202074, 851),
 
+	WINGAME2_l("pippiprzygody", "", "PIPPI.EXE",		 "t:1b09c0423bc71ace28a8519afa222ab6", 56206,
+									"AAA_MOOV/dlia.mov", "d:23c8cfcda5128d9fcd3f9dd617d008e6", 1156049, Common::PL_POL, 800),
+
 	// Original name is "Syng, lær og leg"
 	MACGAME1_l("pixeline1", "", "xn--syng, lr og leg-3lb",		"a44511b8ff0e46b4f9c85dd1cb58d458", 157815, Common::DA_DNK, 851),
 	WINGAME1_l("pixeline1", "", "xn--syng, lr og leg.exe-rxb", 	"0c81c84ca4966313ad27d47daba44537", 3797528, Common::DA_DNK, 851),




More information about the Scummvm-git-logs mailing list