[Scummvm-git-logs] scummvm master -> 933fd7a5abae0087bd254aaa5f146f6e9f9297d2

sev- noreply at scummvm.org
Sat Feb 3 17:03:12 UTC 2024


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

Summary:
46c57d9800 DIRECTOR: Use tail detection for safecracker-win
933fd7a5ab DIRECTOR: Specify name for Xtras 'the' word


Commit: 46c57d9800e975392865d30d8999d25b066aeb5c
    https://github.com/scummvm/scummvm/commit/46c57d9800e975392865d30d8999d25b066aeb5c
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-02-03T18:01:31+01:00

Commit Message:
DIRECTOR: Use tail detection for safecracker-win

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 48385a68889..05f3b9fbd4f 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -6780,7 +6780,7 @@ static const DirectorGameDescription gameDescriptions[] = {
 	WINGAME1t_l("ronron", "", "xn--.EXE-9u4ca5bb", "a7f01320844d04408e1519e398a5e0d0", 1451774, Common::JA_JPN, 501),
 
 	// Requires installation, sc32inst.exe, Vise installer
-	WINGAME1("safecracker", "", "sc_eng.exe", "1a7acbba10a7246ba58c1d53fc7203f5", 1415977, 501),
+	WINGAME1("safecracker", "", "sc_eng.exe", "t:01871e94a5d9b0fad2b063b486cda3f1", 1415977, 501),
 
 	// Published by the University of Arizona and the Environmental Education Exchange
 	MACGAME1("saguaro", "", "Settings/SCInstall", "ec6fba1c2d0fd9dbe987f4336cb08e2b", 719005, 501),


Commit: 933fd7a5abae0087bd254aaa5f146f6e9f9297d2
    https://github.com/scummvm/scummvm/commit/933fd7a5abae0087bd254aaa5f146f6e9f9297d2
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-02-03T18:01:31+01:00

Commit Message:
DIRECTOR: Specify name for Xtras 'the' word

Changed paths:
    engines/director/lingo/lingo-the.cpp


diff --git a/engines/director/lingo/lingo-the.cpp b/engines/director/lingo/lingo-the.cpp
index 87359ab1277..14f3be8c617 100644
--- a/engines/director/lingo/lingo-the.cpp
+++ b/engines/director/lingo/lingo-the.cpp
@@ -162,6 +162,7 @@ TheEntity entities[] = {
 	{ kTheVideoForWindowsPresent,	"videoForWindowsPresent",	false, 400, true },	//		D4 f
 	{ kTheWindow,			"window",			true,  400, false },	//			D4
 	{ kTheWindowList,		"windowList",		false, 400, false },	//			D4 p
+	{ kTheXtras,			"xtras",			false, 500, false },	//			D4 p
 	{ kTheNOEntity, nullptr, false, 0, false }
 };
 




More information about the Scummvm-git-logs mailing list