[Scummvm-git-logs] scummvm master -> e92d8e7548bea1ccbba19625d58ab8efe93c59eb
tag2015
noreply at scummvm.org
Sat Nov 9 10:50:27 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:
e92d8e7548 DIRECTOR: Add Kings of the Ice detection
Commit: e92d8e7548bea1ccbba19625d58ab8efe93c59eb
https://github.com/scummvm/scummvm/commit/e92d8e7548bea1ccbba19625d58ab8efe93c59eb
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2024-11-09T11:48:01+01:00
Commit Message:
DIRECTOR: Add Kings of the Ice detection
Fix #13301
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 70b919f137f..70ebff37990 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -626,6 +626,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "itc", "Internet the City: A Guided Tour Through the Internet" },
{ "journey2life", "The Journey to Life" },
{ "journey2source", "Journey to the Source: An Expedition along the Yangtze River" },
+ { "kingsice", "Kings of the Ice: A History of World Hockey" },
{ "klondikegold", "Klondike Gold - An Interactive History" },
{ "learningcoreldraw3", "Learning CorelDRAW 3" },
{ "laughingbird", "The Laughing Bird Restaurant" },
@@ -9100,6 +9101,10 @@ static const DirectorGameDescription gameDescriptions[] = {
WINGAME1("kidsmathsquest", "", "Ekmquest.exe", "e24d4bab978b1a5c2326d2c56cf4d781", 4775408, 800),
+ // CD bundled with a hockey encyclopedia
+ // TRAC report #13301
+ WINGAME1("kingsice", "", "BASE/HOCKEY.EXE", "t:0c2d3a7ca37227925557d434ad44a0fc", 77070, 850),
+
// Vlaams Centrum voor Agro- en Visserijmarketing is a government agency that promotes agricultural products
// The CD-ROM offers the opportunity to work on healthy food, more specifically on fruit and vegetables
// Additional activities are offered for parents, teachers and management
More information about the Scummvm-git-logs
mailing list