[Scummvm-git-logs] scummvm master -> ae7543e1502144930635f415831fa935d018b454
bluegr
noreply at scummvm.org
Wed May 28 05:13:34 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:
ae7543e150 DIRECTOR: Swedish edutainment games; Krakel ABC game and the Fem Myror demo
Commit: ae7543e1502144930635f415831fa935d018b454
https://github.com/scummvm/scummvm/commit/ae7543e1502144930635f415831fa935d018b454
Author: BreakinBenny (fox at blaj.net)
Date: 2025-05-28T08:13:30+03:00
Commit Message:
DIRECTOR: Swedish edutainment games; Krakel ABC game and the Fem Myror demo
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 7f42f2ad5b8..09bbf409338 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1489,6 +1489,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "brspel", "BR spel" },
{ "djuphavsjakten", "Djuphavsjakten" },
{ "ernie", "Ernie: Broke in Bayonne" }, // aka Ernie: Pank i Bayonne
+ { "femmyrordemo", "Fem myror är fler än fyra elefanter - Demo" }, //10 games from parts 1 and 2
{ "garygadget2", "Bygg båtar med Mulle Meck" }, // First game listed under English
{ "garygadget3", "Bygg flygplan med Mulle Meck" },
{ "garygadget4", "Bygg hus med Mulle Meck" },
@@ -1497,6 +1498,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "jonssonligan1", "Jönssonligan: Jakten på Mjölner" },
{ "jonssonligan2", "Jönssonligan går på djupet" },
{ "kosmopolska", "Kosmopolska" },
+ { "krakeldamm", "Krakels ABC: Den galna dammsugaren/Mera Krakel" },
{ "mumin1", "KurragoÌmma med Mumintrollen" },
{ "onsalakorv", "Onsalakorv" },
{ "pettson1", "Pettson o Findus i snickarbon" },
@@ -8279,6 +8281,10 @@ static const DirectorGameDescription gameDescriptions[] = {
WINGAME2_l("kontyngent99", "", "START.EXE", "d:d62438566e44826960fc16c5c23dbe43", 1513041,
"DANE/MAIN.DXR", "d:98b4f7339e1f8f6628035e6317f78912", 21043440, Common::PL_POL, 650),
+ // Krakel Spektakel - Krakels ABC
+ WINGAME1_l("krakeldamm", "Hemglass V1.1", "DAMMNT.EXE", "518a98696fe1122e08410b0f157f21bf", 1515971, Common::SV_SWE, 602),
+
+
// Published by Future Soft of Nasr City, Cairo
WINGAME1_l("ktaralarkam", "", "123.exe", "a593079aecf5bd938ce75264cac24b2d", 2748951, Common::AR_ARB, 600),
@@ -9018,6 +9024,12 @@ static const DirectorGameDescription gameDescriptions[] = {
WINGAME2("jewels1", "", "Jewels.exe", "t:b362017d018a849198bd0a4f3c469e0a", 2023828,
"JOTO/intro.dxr", "d:f5a9969070ef59b66aa4474bc8ef684e", 21136, 700),
+ // Fem myror är fler än fyra elefanter, Första & Andra delen + Hemglass demo
+ // BreakinBenny: Dedicated to the memory of Magnus Härenstam, Brasse Brännström and Eva Remaeus!
+ MACGAME1_l("femmyrordemo", "Hemglass Demo", "MEDIA/Fem myror 2", "r:0944b962ebb00f4b5d5149d220f8449b", 111222, Common::SV_SWE, 702),
+ WINGAME1_l("femmyrordemo", "Hemglass Demo", "MEDIA/femmyror.exe", "7c18c9a6af2694156bf09ed195c1ab09", 2619547, Common::SV_SWE, 702),
+
+
// All of the installers also use Director
// Mac filename is Starta Jönssonligan
MACGAME1_l("jonssonligan1", "", "toInstall/xn--Starta Jnssonligan-k3b", "rt:02dd75fb8d3e7fd133d372c5e5039675", 113494, Common::SV_SWE, 702),
More information about the Scummvm-git-logs
mailing list