[Scummvm-git-logs] scummvm master -> 0d84466dd0f39b0947eab6bce5bbceba05cb6fc2
tag2015
noreply at scummvm.org
Wed May 24 13:37:39 UTC 2023
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:
0d84466dd0 AGS: Add detection entries for two commercial games
Commit: 0d84466dd0f39b0947eab6bce5bbceba05cb6fc2
https://github.com/scummvm/scummvm/commit/0d84466dd0f39b0947eab6bce5bbceba05cb6fc2
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-05-24T15:28:15+02:00
Commit Message:
AGS: Add detection entries for two commercial games
Detective Boiled-Hard Case 1
The Castle (new version)
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index b1d9cf54a7a..08d1bd69578 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -289,6 +289,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "crimsondiamond","The Crimson Diamond" },
{ "crystalshardadventurebundle", "Crystal Shard Adventure Bundle" },
{ "danewguys2", "Da New Guys: Day of the Jackass" },
+ { "detectivebhdino", "Detective Boiled-Hard - Case File: Death of the Space Dino Hunter" },
{ "detectivegallo", "Detective Gallo" },
{ "diamondsintherough", "Diamonds in the Rough" },
{ "docapocalypse", "Doc Apocalypse" },
@@ -1046,7 +1047,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "desertminer", "Desert Miner" },
{ "desmond", "Desmond: The 'Thing' from another world!" },
{ "desolate", "Desolate" },
- { "detectivebhmini", "Detective Boiled Hard Mini Case" },
+ { "detectivebhmini", "Detective Boiled-Hard Mini Case" },
{ "detectiveobriced", "Detective O.Briced" },
{ "detectiverizal", "Detective Rizal and the Jaded Ruby" },
{ "detention", "Detention!" },
@@ -3901,6 +3902,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY_EN("cosmosquest3", "cq3.exe", "18b284c22010850f79bc5c20054a70c4", 8674790),
GAME_ENTRY_STEAM("crystalshardadventurebundle", "bundle.exe", "1c45d5c239d9eeef61e283983b6e6851", 4645713), // Multilang
GAME_ENTRY_EN("danewguys2", "jackass.exe", "029aab0fef5e9fff7b95ddf5d79d7718", 23932842), // Humble Store
+ GAME_ENTRY_EN_STEAM("detectivebhdino", "Detective Boiled-Hard Case File - Death of the Space Dino Hunter.exe", "4d5d25446373d4df71c6bda77a15230a", 49618396),
GAME_ENTRY_STEAM("detectivegallo", "dgbuild.exe", "2e0678b5642c64e057022a79742743fb", 90740554), // Multilang
GAME_ENTRY_GOG("detectivegallo", "dgbuild.exe", "2e0678b5642c64e057022a79742743fb", 90740772),
GAME_ENTRY("detectivegallo", "dgbuild.exe", "2e0678b5642c64e057022a79742743fb", 90713626), // Big Box Limited Edition DVD
@@ -4154,6 +4156,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY_EN("theantidote", "The Antidote.exe", "4017d881af6467d6aad9183e6e38a261", 325819947),
GAME_ENTRY_EN_STEAM("thebeardinthemirror", "the beard in the mirror.exe", "4d4b6d6e560cf32f440c39f8d3896da5", 40637501),
GAME_ENTRY_STEAM("thecastle", "maniac.exe", "3b96c2143d927f005715be73344e456c", 22362337), // En-Es-It
+ GAME_ENTRY_STEAM("thecastle", "maniac.exe", "f39cba038b386d28fbcf869556c090c1", 23317965), // En-De-Es-It
GAME_ENTRY_GOG("thecatlady", "thecatlady.exe", "0ea2b985dc5d7d27cb7c1b7da5eedea0", 1072316702), // Multilang
GAME_ENTRY_STEAM("thecatlady", "thecatlady.exe", "0ea2b985dc5d7d27cb7c1b7da5eedea0", 53988582),
GAME_ENTRY("thecatlady", "Cat Lady.exe", "92320e20e3d4c70a94d89e2f797e65c1", 1061000756), // DVD
More information about the Scummvm-git-logs
mailing list