[Scummvm-git-logs] scummvm master -> b70b8eb8f416c4c448a20084fc3ba15901c9835e
tag2015
noreply at scummvm.org
Sat Jun 21 20:00:07 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
b70b8eb8f4 DIRECTOR: Add detection for Skipper & Skeeto 1
Commit: b70b8eb8f416c4c448a20084fc3ba15901c9835e
https://github.com/scummvm/scummvm/commit/b70b8eb8f416c4c448a20084fc3ba15901c9835e
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-06-21T21:51:26+02:00
Commit Message:
DIRECTOR: Add detection for Skipper & Skeeto 1
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 37cb21aa1c4..d9ff9a889d6 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -468,7 +468,8 @@ static const PlainGameDescriptor directorGames[] = {
{ "sinkha1", "Sinkha: Hyleyn" },
{ "sinkha2", "Sinkha: Atmosphere / Planet of the Clouds" },
{ "sitfarm", "Sitting on the Farm" },
- { "skeeto10", "Skipper & Skeeto: Fun in the Park" }, // Magnus & Myggen
+ { "skeeto1", "Skipper & Skeeto: Tales from Paradise Park" }, // Magnus & Myggen
+ { "skeeto10", "Skipper & Skeeto: Fun in the Park" },
{ "skippy", "Skippy and the Curse of the Temple of Ock" },
{ "skyborg", "SkyBorg: Into the Vortex" },
{ "slamdunktyping", "Slam Dunk Typing" },
@@ -3197,6 +3198,11 @@ static const DirectorGameDescription gameDescriptions[] = {
WINDEMO2("sk8board", "Demo", "RIDE.EXE", "65d06b5fef155a2473434571aff5bc29", 370013,
"INTRO.MMM", "91195cec43e8a7bafe8b91d5e121b2e5", 273118, 310),
+ // Magnus & Myggen: Leg og Lær
+ // Original release. Other versions are D5 and above
+ WINGAME2_l("skeeto1", "", "MAGNUS.EXE", "t:23965c54b1d788825fa2ef912f7a637b", 28609061,
+ "MAGNUS0.DXR", "f:30dfa45352e90a7b070b21e8948934d8", 3916, Common::DA_DNK, 404),
+
// Demo from Blender 1.5
// Version 1.2 onwards are D4
MACGAME1("smile", "v1.1", "SMILE! The Splattering", "249f5b6c2a2b050af6ebd533203c5e32", 2479330, 310),
@@ -7630,6 +7636,17 @@ static const DirectorGameDescription gameDescriptions[] = {
WINGAME2("sinkha", "Music and Animation", "MUSIC.EXE", "3460ad87d2ba57104e2810a77b53c220", 1393827,
"MUS_ANIM.DXR", "2e31baec8a4957593db517bbf46c6740", 1141212, 500),
+ // Multilanguage English/Spanish. Needs installation
+ WINGAME2("skeeto1", "", "START16.EXE", "t:c19794b0e9df2c4e76c0d227ae4e4883", 1147041,
+ "MAGNUSGB.CXT", "f:fbb5c96c52981b53a893f69275629bb4", 11087808, 501),
+ WINGAME2("skeeto1", "Tutorial", "TUTOR32.EXE", "t:6eae78e010386eec6c540537e179457f", 1448025,
+ "MMTUTOR.DXR", "f:e3e670ee1545071c62373de6fd52ea86", 12223542, 501),
+ // Multilanguage Danish/Swedish/Norwegian/Finnish
+ WINGAME2_l("skeeto1", "", "START32.EXE", "t:789a64c2bb938610c3d3eca4cbd1a483", 1624983,
+ "MAGNUS1.DXR", "f:9d9e1d7063775648445e93b5e2969b33", 6508488, Common::DA_DNK, 501),
+ WINGAME2_l("skeeto1", "Tutorial", "TUTOR32.EXE", "t:dab81d0fbcdcaa38f05858a99fa4298f", 1448069,
+ "MMTUTOR.DXR", "f:1d8d4e8c4ebe9fa7d465f302644ab1c5", 26066084, Common::DA_DNK, 501),
+
// Developed by Mary Boies Software, published by Creative Wonders
// Windows version also found in Middle School Advantage 2001 bundle
MACGAME1("slamdunktyping", "", "Mac Install/Slam Dunk Typing/Slam Dunk Typing", "r:5683c6b3956a3bca7fb5fc5bbb237984", 718945, 501),
More information about the Scummvm-git-logs
mailing list