[Scummvm-git-logs] scummvm master -> ab4389d4541c63c530e161b21095f7c6451be002

tag2015 noreply at scummvm.org
Fri Sep 5 16:29:11 UTC 2025


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
72b025c0c4 DIRECTOR: Add detection for Secret Number
ab4389d454 MADS: Add detection for Rex Nebular RUS fanmade


Commit: 72b025c0c4e9d6e7283ae4e624b4af188b336bf4
    https://github.com/scummvm/scummvm/commit/72b025c0c4e9d6e7283ae4e624b4af188b336bf4
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-09-05T18:28:40+02:00

Commit Message:
DIRECTOR: Add detection for Secret Number

Fix #16161

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 2e72d1b2dbd..f70f3add4fb 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1039,6 +1039,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "sachabenteuer",		"Toggolino Sachabenteuer" },
 	{ "schulerhilfemath1",	"Schülerhilfe Mathe: Klasse 1." },
 	{ "schulerhilfemath2",	"Schülerhilfe Mathe: Klasse 2." },
+	{ "secretnumber",		"Secret Number" },
 	{ "shine",				"Shine: Die Angst hat einen Namen" },
 	{ "suderhof",			"Geschichten vom Süderhof" },
 	{ "technicus",			"Technicus: Ten Hours Left" },
@@ -7708,6 +7709,11 @@ static const DirectorGameDescription gameDescriptions[] = {
 	WINGAME2("secretmind", "Disc 2", "Install Secrets of the Mind/Mind.exe", "t:e9cfac3e743c99605893a1b5e90a821d", 1412092,
 									 "XBITEMOV/BLDE01.DIR",	 "f:e137bdd5e7afe3b68ad8309e78edeb43", 87132, 500),
 
+	// Secret Number - Ein spannender Mathe-Krimi für Kinder ab 7
+	// Published by Cornelsen Verlag GmbH (1996)
+	// TRAC #16161
+	WINGAME1_l("secretnumber", "", "SECRET31.EXE", "t:e621031f37a28f79fc5e9e7c3a32db67", 970389, Common::DE_DEU, 501),
+
 	// Both versions require installation
 	MACGAME1("secretpaths1", "", "Secret Paths in the Forest",	   "r:4f0fb528e9c495fd2822ad400178e7a8",  716771, 501),
 	WINGAME1("secretpaths1", "", "Secret Paths in the Forest.exe", "t:76d15b10a75287527d6affed91675c01", 1425465, 501),


Commit: ab4389d4541c63c530e161b21095f7c6451be002
    https://github.com/scummvm/scummvm/commit/ab4389d4541c63c530e161b21095f7c6451be002
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-09-05T18:28:41+02:00

Commit Message:
MADS: Add detection for Rex Nebular RUS fanmade

Changed paths:
    engines/mads/detection_tables.h


diff --git a/engines/mads/detection_tables.h b/engines/mads/detection_tables.h
index e9ce46bb580..1e59c004c86 100644
--- a/engines/mads/detection_tables.h
+++ b/engines/mads/detection_tables.h
@@ -117,6 +117,21 @@ static const MADSGameDescription gameDescriptions[] = {
 		0
 	},
 
+	{
+		// Rex Nebular and the Cosmic Gender Bender DOS Russian fanmade
+		{
+			"nebular",
+			"Fanmade",
+			AD_ENTRY1s("section1.hag", "1c09f2cb2c801741769be55c83f89c52", 943426),
+			Common::RU_RUS,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUIO6(GUIO_NOSPEECH, GAMEOPTION_EASY_MOUSE, GAMEOPTION_ANIMATED_INVENTORY, GAMEOPTION_ANIMATED_INTERFACE, GAMEOPTION_NAUGHTY_MODE, GAMEOPTION_COPY_PROTECTION)
+		},
+		GType_RexNebular,
+		0
+	},
+
 	{
 		// Rex Nebular and the Cosmic Gender Bender DOS English Demo
 		{




More information about the Scummvm-git-logs mailing list