[Scummvm-git-logs] scummvm master -> 175baacc69a91a1406f88d6b8eae0f7d25acbcd2

tag2015 noreply at scummvm.org
Wed Jun 18 01:15:47 UTC 2025


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:
175baacc69 DIRECTOR: Add detection for Bibleland


Commit: 175baacc69a91a1406f88d6b8eae0f7d25acbcd2
    https://github.com/scummvm/scummvm/commit/175baacc69a91a1406f88d6b8eae0f7d25acbcd2
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-06-18T03:15:04+02:00

Commit Message:
DIRECTOR: Add detection for Bibleland

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 7edf9086d7e..a9337890163 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -84,6 +84,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "betterd",			"The Better Dead Ratification" },
 	{ "beyondthewall",		"Beyond the Wall of Stars" },
 	{ "biblechamps", 		"Bible Champions: The Birth of Jesus" },
+	{ "bibleland",			"BibleLand.com" },
 	{ "bidule1", 			"La Boîte à bidules de l'oncle Ernest" },
 	{ "bidule2", 			"Le Bidulo Trésor de l'oncle Ernest" },
 	{ "bidule3", 			"Big Bang Bidule chez l'oncle Ernest" },
@@ -6495,6 +6496,11 @@ static const DirectorGameDescription gameDescriptions[] = {
 	WINGAME2("biblechamps", "", "Start32.EXE", "ecf9a4bf5fa21a6918b8c2a26fbe500a", 1508419,
 								"INTRO.dxr", "09a572dd9a5346708a529eaa3a0df400", 432698, 500),
 
+	MACGAME2("bibleland", "", "BibleLand.com", "r:6b82167b30f99bdfa6ee64fbde0b83fd",  721237,
+							  "BIBLELND.Dxr",  "d:d87ade22f3c2900fba710275148421fd", 3062290, 501),
+	WINGAME2("bibleland", "", "BIBLE32.EXE",   "t:4b00f50d0ddbe6d7a260c48b304961e9", 1675109,
+							  "BIBLELND.Dxr",  "f:d87ade22f3c2900fba710275148421fd", 3062290, 500),
+
 	WINGAME1_l("bigmax", "nº10", "BIG32.EXE", "3460ad87d2ba57104e2810a77b53c220", 4539109, Common::PT_BRA, 500),
 
 	MACGAME1("blam3", "", "  BLAM!3ppc.prj", "8a093239a2bbfd73269bc70f873c69b8", 106887, 501),




More information about the Scummvm-git-logs mailing list