[Scummvm-git-logs] scummvm master -> 1f193d16585b621fc5ce0611cec1ea6994335bf1

aquadran noreply at scummvm.org
Sat Jun 11 09:12:24 UTC 2022


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:
1f193d1658 DIRECTOR: Added detection entry for "Pettson & Findus i tradgarden", ticket 12908


Commit: 1f193d16585b621fc5ce0611cec1ea6994335bf1
    https://github.com/scummvm/scummvm/commit/1f193d16585b621fc5ce0611cec1ea6994335bf1
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2022-06-11T11:12:20+02:00

Commit Message:
DIRECTOR: Added detection entry for "Pettson & Findus i tradgarden", ticket 12908

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 3e4a2bfb26c..bced260141d 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -5672,6 +5672,9 @@ static const DirectorGameDescription gameDescriptions[] = {
 
 	WINGAME2_l("pettson2", "", "START32.EXE", "518a98696fe1122e08410b0f157f21bf", 1723219,
 							   "START.DXR",	  "18d333b1b9b02d76b35a07252046d295", 37384, Common::SE_SWE, 602),
+	WINGAME2_l("pettson2", "", "START32.EXE", "518a98696fe1122e08410b0f157f21bf", 2986791,
+	           "Pinnspel.dxr", "d30d1dd7cec0926972615dc4769cbc48", 5085428, Common::DE_DEU, 602),
+
 	// German version is D7
 	MACGAME1_l("pettsonjk", "", "Starta kalendern",		 "98f39f06e78cc7d3e20b498d30f737b6", 1029165, Common::SE_SWE, 600),
 	MACGAME1_l("pettsonjk", "", "Pesosen joulukalenteri", "3aaab7a6b2cbcc767f839bd6d8d3dd26", 1032582, Common::FI_FIN, 602),
@@ -6449,6 +6452,8 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACGAME1_l("pettson3", "",	   "Pettson3",	   "4ea5fc09f79eee6dded94dc40f303779", 211841, Common::SE_SWE, 800),
 	WINGAME1_l("pettson3", "",	   "Pettson3.exe", "1c753fb8361ba617ae6142fcdd12d3d5", 2443868, Common::SE_SWE, 800),
 
+	WINGAME1_l("pettson4", "", "Findus4.exe", "e24d4bab978b1a5c2326d2c56cf4d781", 2253756, Common::DE_DEU, 800),
+
 	WINDEMO1("phonicsquest", "Demo", "Phonics Quest Demo.exe", "0c81c84ca4966313ad27d47daba44537", 2202074, 851),
 
 	WINGAME2_l("plcd", "Nº4 2001", "Start.exe",		  "e24d4bab978b1a5c2326d2c56cf4d781", 2247370,




More information about the Scummvm-git-logs mailing list