[Scummvm-git-logs] scummvm master -> 6fc6981be8e3a09bb0d8fe4913eee01697cf0bd9

tag2015 noreply at scummvm.org
Tue Jan 31 11:33:15 UTC 2023


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:
6fc6981be8 DIRECTOR: Add detection for ronja launcher (trac #14063)


Commit: 6fc6981be8e3a09bb0d8fe4913eee01697cf0bd9
    https://github.com/scummvm/scummvm/commit/6fc6981be8e3a09bb0d8fe4913eee01697cf0bd9
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-01-31T12:31:23+01:00

Commit Message:
DIRECTOR: Add detection for ronja launcher (trac #14063)

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 1420e495114..e4571ef3f86 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1304,6 +1304,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "picarddossier",		"Mini-Omnipedia: Picard Dossier" },
 	{ "poliq",				"Political IQ Test" },
 	{ "pqmakingof",			"The Making of Police Quest" },
+	{ "ronja",				"Ronja Rövardotter" },
 	{ "scissorsnstones",	"Scissors N Stones On-Line Manual" },
 	{ "solmahjong",			"Solitudes Mahjong Game" },
 	{ "superbowltrivia",	"Super Bowl Trivia Game" },
@@ -7591,6 +7592,11 @@ static const DirectorGameDescription gameDescriptions[] = {
 	WINGAME2t_l("ritterrost", "",  "start.exe",			"9bc3d64be0fe3caa612f070b27c943b8", 2595758,
 								   "data/Rostburg.DXR", "6bf95a48f366bdf8af3a198c7b723c77", 38107269, Common::DE_DEU, 702),
 
+	// Just a launcher for the game installer (Dutch release)
+	// Game is not Director
+	WINGAME2t_l("ronja", "Launcher", "start.exe",	   "6406cc4e3d59440e68717076ffe04f91", 2933829,
+									 "Ronja.exe",	   "42b225e052662197dd8bbb7ff3d4e5bd", 253952, Common::NL_NLD, 700),
+
 	// 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