[Scummvm-git-logs] scummvm master -> da9511f5c3901ff9b7ad34f3d9bc783569a56430
mistydemeo
noreply at scummvm.org
Sat Sep 21 22:05:07 UTC 2024
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:
da9511f5c3 DIRECTOR: add kosmopolska
Commit: da9511f5c3901ff9b7ad34f3d9bc783569a56430
https://github.com/scummvm/scummvm/commit/da9511f5c3901ff9b7ad34f3d9bc783569a56430
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2024-09-21T15:00:40-07:00
Commit Message:
DIRECTOR: add kosmopolska
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index f8a0abf7296..65469181d14 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1434,6 +1434,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "historia", "Svensk historia: från asatro till frihetskrig år 800-1500" },
{ "jonssonligan1", "Jönssonligan: Jakten på Mjölner" },
{ "jonssonligan2", "Jönssonligan går på djupet" },
+ { "kosmopolska", "Kosmopolska" },
{ "mumin1", "KurragoÌmma med Mumintrollen" },
{ "onsalakorv", "Onsalakorv" },
{ "pettson1", "Pettson o Findus i snickarbon" },
@@ -6725,6 +6726,8 @@ static const DirectorGameDescription gameDescriptions[] = {
WINGAME2("kidsbiblepaul", "", "Startup.exe", "t:db89c88c444f41b95cf5a36599dc9c5c", 1410395,
"PAULDISC/DISCPAUL.DXR", "d:33e2ce00c9ff1dbcc7a7fd05809571ed", 6766086, 501),
+ WINGAME1tf_l("kosmopolska", "", "Kosmopol.exe", "0259a0a907883c8750d662d59fda1ef3", 1416549, Common::SE_SWE, 501, GF_32BPP),
+
MACGAME1("maccubed", "Disc 1", "Let's Go! Arcade", "5b3a7fa45ec7655c5f9b7fe39ae37a11", 705357, 500),
MACGAME1("maccubed", "Disc 2", "Let's Go! Games", "5b3a7fa45ec7655c5f9b7fe39ae37a11", 705357, 500),
MACGAME1("maccubed", "Disc 3", "Let's Go! Kids, Board &Card", "5b3a7fa45ec7655c5f9b7fe39ae37a11", 705357, 500),
More information about the Scummvm-git-logs
mailing list