[Scummvm-git-logs] scummvm master -> 9deb66e3db4d708846af8eb449c93ee8a805ac57

aquadran noreply at scummvm.org
Sat Jun 11 09:07:35 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:
9deb66e3db DIRECTOR: Added detection entry for "Ritter Rost" ticket #12907


Commit: 9deb66e3db4d708846af8eb449c93ee8a805ac57
    https://github.com/scummvm/scummvm/commit/9deb66e3db4d708846af8eb449c93ee8a805ac57
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2022-06-11T11:07:30+02:00

Commit Message:
DIRECTOR: Added detection entry for "Ritter Rost" ticket #12907

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index bb25c65357e..3e4a2bfb26c 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -739,6 +739,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "otelo",				"o.tel.o Online 01011" },
 	{ "ravensburger",		"Ravensburger Interactive Demo-Sampler" },
 	{ "raveshuttle",		"Rave Shuttle: The Cosmic Challenge" },
+	{ "ritterrost",			"Ritter Rost - Die Eiserne Burg" },
 	{ "tkkgkit",			"TKKG: Identikit" },
 	{ "zwergnase",			"Zwerg Nase: Ein interaktives Märchen" },
 
@@ -6117,6 +6118,8 @@ static const DirectorGameDescription gameDescriptions[] = {
 	WINGAME1("relaxation", "ECD",  "solitude.exe", "7a4164849d026c0f2aa8ea4c7d5447ba", 1807680, 702),
 	MACGAME1("relaxplayer", "ECD", "Relax",		   "0944b962ebb00f4b5d5149d220f8449b", 112738, 702),
 
+	WINGAME1_l("ritterrost", "",  "start.exe", "7c18c9a6af2694156bf09ed195c1ab09", 2595758, Common::DE_DEU, 702),
+
 	// original filename is a single space
 	MACGAME1("sentence", "", "xn-- -", "0944b962ebb00f4b5d5149d220f8449b", 113458, 702),
 	WINGAME1t("sentence", "", "_.exe", "85a448c736ada6c5d2c456b72cdd28b8", 2212402, 700),




More information about the Scummvm-git-logs mailing list