[Scummvm-git-logs] scummvm master -> dc86ff04bd7e9c2295222950ccb01ef0ec861004
rvanlaar
roland at rolandvanlaar.nl
Tue Aug 10 21:53:35 UTC 2021
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:
dc86ff04bd DIRECTOR: Add daydream titles to detection
Commit: dc86ff04bd7e9c2295222950ccb01ef0ec861004
https://github.com/scummvm/scummvm/commit/dc86ff04bd7e9c2295222950ccb01ef0ec861004
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2021-08-10T23:53:27+02:00
Commit Message:
DIRECTOR: Add daydream titles to detection
Adds win versions of:
- Safecracker a D5 game
- Traitors gate a D6 game
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 80d10dc121..523c90a09b 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -256,6 +256,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "rhem1", "Rhem" },
{ "rhlava", "Rescue Heroes: Lava Landslide" },
{ "rhmeteor", "Rescue Heroes: Meteor Madness" },
+ { "safecracker", "Safecracker" },
{ "sajaklucky", "Pat Sajak's Lucky Letters" },
{ "screamingmetal", "Screaming Metal" },
{ "searchlearn", "Search & Learn Adventures" },
@@ -290,6 +291,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "tkkg6", "TKKG: The Forged Fifties" },
{ "tkkg9", "TKKG: Voodoo Magic" },
{ "tommy", "Pete Townshend Presents Tommy: The Interactive Adventure" },
+ { "traitorsgate", "Traitors Gate" },
{ "totaldistortion", "Total Distortion" },
{ "tweeniesrtp", "Tweenies: Ready to Play" },
{ "vcop", "Virtual Cop" },
@@ -3060,6 +3062,8 @@ static const DirectorGameDescription gameDescriptions[] = {
WINDEMO2_l("rolypolys2", "Demo", "DEMO32.EXE", "38b75ecdedf662326fe4931a68ae60cd", 1411230,
"DEMO.DXR", "eef8ef25462ea82637af5ab730d3c684", 10075784, Common::JA_JPN, 501),
+ WINGAME1("safecracker", "", "sc_eng.exe", "1a7acbba10a7246ba58c1d53fc7203f5", 1415977, 501),
+
// Use 32-bit Windows executable in SUPPORT/WIN_95
MACGAME1("saillusion", "", "Illusion", "3f3285490a1764d200c9a82041bf4937", 719289, 501),
MACGAME1_l("saillusion", "", "Illusion", "06ed90580400cd9e263525f84c8075fd", 705673, Common::DE_DEU, 500),
@@ -3503,6 +3507,8 @@ static const DirectorGameDescription gameDescriptions[] = {
MACGAME1("tkkg6", "", "TKKG-Start", "dd58f1859ddab9bf15867a510cf7bfe4", 1034014, 650),
WINGAME1("tkkg6", "", "Tkkg6_32.exe", "d62438566e44826960fc16c5c23dbe43", 1594089, 650),
+ WINGAME1("traitorsgate", "", "TRG001.EXE", "b762d2cc3f7db2a6446135917fe92496", 2072959, 650),
+
MACGAME1("trekpedia98", "", "Ency98 Player", "b0b0e36586489ca6070d20feeff52fa5", 1091806, 600),
WINGAME1("trekpedia98", "", "ENCY98.EXE", "35f1550747fcf691283b0f2486144e2b", 1707566, 600),
More information about the Scummvm-git-logs
mailing list