[Scummvm-git-logs] scummvm master -> e40004ce32aadb4dfedf289127fca9c71c8384cd
tag2015
noreply at scummvm.org
Fri Oct 7 13:44:03 UTC 2022
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:
59f9370854 DIRECTOR: Add detection for CSI Miami
e40004ce32 DIRECTOR: Add detection for Physicus Win/De and remove duplicate
Commit: 59f9370854edfc76e08b4794bde18a01b49180ac
https://github.com/scummvm/scummvm/commit/59f9370854edfc76e08b4794bde18a01b49180ac
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-10-07T15:43:18+02:00
Commit Message:
DIRECTOR: Add detection for CSI Miami
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 26384682ead..5e2cc5386b7 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -112,6 +112,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "crusader", "Crusader: A Conspiracy in the Kingdom of Jerusalem" },
{ "crusader2000", "Crusader: Edition 2000" },
{ "crystalskull", "The Crystal Skull" },
+ { "csimiami", "CSI: Miami" },
{ "daedalus", "The Daedalus Encounter" },
{ "darkeye", "The Dark Eye" },
{ "dazzeloids", "Dazzeloids" },
@@ -7509,6 +7510,8 @@ static const DirectorGameDescription gameDescriptions[] = {
// Disc 2
MACGAME1("casino5p" ,"", "Slots 200 Plus (OSX)", "d483e955df901222145267d2ad729ea2", 291178, 900),
+ WINGAME1t("csimiami", "", "CSI-Miami.exe", "18c375549db93a8b7a09ee94ff24b891", 3521217, 900),
+
WINGAME2_l("eso", "", "START.EXE", "c612aa43e7ef55aa4fd2e1085fb1ef7a", 3752491,
"ESO_D1.DXR", "6d39a8ef9a8060e21616f23872c581b6", 2075636, Common::ES_ESP, 900),
Commit: e40004ce32aadb4dfedf289127fca9c71c8384cd
https://github.com/scummvm/scummvm/commit/e40004ce32aadb4dfedf289127fca9c71c8384cd
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-10-07T15:43:18+02:00
Commit Message:
DIRECTOR: Add detection for Physicus Win/De and remove duplicate
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 5e2cc5386b7..04f685a8947 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -340,7 +340,6 @@ static const PlainGameDescriptor directorGames[] = {
{ "perdido", "Lost in the Amazon" },
{ "peterrabbit", "The Adventures of Peter Rabbit and Benjamin Bunny" },
{ "pennyhorse", "Penny Horse" },
- { "physicus", "Physicus: Save the World with Science!" },
{ "phonicsquest", "Disney Phonics Quest" },
{ "physicus", "Physicus: Save the World with Science!" },
{ "pingu1", "Pingu: A Barrel of Fun!" },
@@ -6885,6 +6884,8 @@ static const DirectorGameDescription gameDescriptions[] = {
MACGAME1_l("physicus", "", "Physikus", "5d3f89e052320f8ce140451c730e232b", 114645, Common::FR_FRA, 702),
+ WINGAME1t_l("physicus", "", "Physikus.exe", "89be052460986358d7e4724ebc940af6", 1816828, Common::DE_DEU, 702),
+
WINDEMO1("planetstrass", "Demo", "Planet.exe", "88d4c24f6d4b78a73ce5b07693eddbc8", 15434606, 702),
MACGAME1_l("polis2", "", "POLIS 2", "fa52f0136cde568a46249ce74f01a324", 110730, Common::SE_SWE, 700),
More information about the Scummvm-git-logs
mailing list