[Scummvm-git-logs] scummvm master -> 8edf90b1df22ccbff0d076f76bbca22a4cbb4b8e
tag2015
noreply at scummvm.org
Mon Mar 16 15:08:26 UTC 2026
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:
8edf90b1df DIRECTOR: Add detection for Regenbogenfisch Jr 2
Commit: 8edf90b1df22ccbff0d076f76bbca22a4cbb4b8e
https://github.com/scummvm/scummvm/commit/8edf90b1df22ccbff0d076f76bbca22a4cbb4b8e
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2026-03-16T16:04:14+01:00
Commit Message:
DIRECTOR: Add detection for Regenbogenfisch Jr 2
Fix #16387
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index edad044a6b9..33f165bcb6f 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1057,6 +1057,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "otelo", "o.tel.o Online 01011" },
{ "physicus2", "Physicus: Die Rückkehr" },
{ "ponkymath12", "Durchstarten mit Ponky: Mathe 1. + 2. Klasse" },
+ { "rainbowfishjr2", "Der Regenbogenfisch Junior 2: Kraktors Geburtstag" },
{ "ravecard2001", "Ravecard 2001" },
{ "ravensburger", "Ravensburger Interactive Demo-Sampler" },
{ "raveshuttle", "Rave Shuttle: The Cosmic Challenge" },
@@ -10721,6 +10722,10 @@ static const DirectorGameDescription gameDescriptions[] = {
MACGAME1_l("pixeline9", "OS X", "Pixeline - Mac OS X", "4a522e1da5d5b8570e3ab625945b19cf", 234733, Common::DA_DNK, 900),
WINGAME1_l("pixeline9", "", "Pixeline 9 DK.exe", "c612aa43e7ef55aa4fd2e1085fb1ef7a", 2816536, Common::DA_DNK, 900),
+ // Published by EMME, only in Germany?
+ // TRAC report #16387
+ WINGAME1_l("rainbowfishjr2", "", "regenbogenfisch jr 2.exe", "t:d2a055700b5410886197c4c72d9edf1f", 2188712, Common::DE_DEU, 900),
+
WINGAME1("sajaklucky", "Deluxe", "LuckyLettersDeluxe.exe", "001d65a360a61861118f3cfa92c68ef3", 14018695, 900),
// Classic Mac OS and Windows executables are D8
More information about the Scummvm-git-logs
mailing list