[Scummvm-git-logs] scummvm master -> 336d4868ed9894819910e647dbae6783a2852d69
tag2015
noreply at scummvm.org
Fri May 5 13:32:32 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:
336d4868ed AGS: Add a couple new detection entries
Commit: 336d4868ed9894819910e647dbae6783a2852d69
https://github.com/scummvm/scummvm/commit/336d4868ed9894819910e647dbae6783a2852d69
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-05-05T15:31:29+02:00
Commit Message:
AGS: Add a couple new detection entries
>From Steam/itch.io
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 4b5d832764a..7c07128d7c8 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -3265,6 +3265,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "winnersdontdodrugs", "Winners Don't Do Drugs" },
{ "winterrose", "The Winter Rose" },
{ "wisp", "Wisp" },
+ { "witchcuisine", "How to: Witchcraft Cuisine" },
{ "witchlullaby", "The Witch's Lullaby" },
{ "witchnight", "Witch Night" },
{ "witchron", "Witch!" },
@@ -4528,6 +4529,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
DEMO_ENTRY_EN("morphine", "Morphine.exe", "0a04523bb2e6fe2b4eb8eee70217ac16", 113435250),
DEMO_ENTRY("murdercases", "Murder Cases Demo.exe", "e01f39b38593e3f871a803908daa20e7", 431399292),
DEMO_ENTRY("murdercases", "Murder Cases Demo.exe", "e01f39b38593e3f871a803908daa20e7", 431401071),
+ DEMO_ENTRY("murdercases", "Murder Cases Demo.exe", "e01f39b38593e3f871a803908daa20e7", 669629768),
DEMO_ENTRY_EN("murderinminnesota", "Game.exe", "495d45fb8adfd49690ae3b97921feec6", 14820679), //v1 Windows
DEMO_ENTRY_EN("murderinminnesota", "Game.ags", "b4ed9f317081139a925d1b3a0260c1ad", 12340023), //v1 Linux
DEMO_ENTRY_EN("murderinminnesota", "Game.exe", "495d45fb8adfd49690ae3b97921feec6", 15258174), //v2 Windows
@@ -8158,6 +8160,9 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY_EN("winterrose", "Winter Rose.exe", "0500aacb6c176d47ac0f8158f055db83", 37443633), //v1.2
GAME_ENTRY_EN("winterrose", "Winter Rose.exe", "0500aacb6c176d47ac0f8158f055db83", 37444693), //v1.3
GAME_ENTRY_EN("wisp", "Wisp.exe", "9cb3c8dc7a8ab9c44815955696be2677", 2090032),
+ GAME_ENTRY("witchcuisine", "Witchcraft Cuisine.exe", "b781cc4ab0fbe647615fafa4830ec308", 29708682), // Win Eng-Ita
+ GAME_ENTRY("witchcuisine", "Witchcraft Cuisine.ags", "e21087d20f4671e9082ba9d0063e450a", 26541942), // Linux
+ GAME_ENTRY("witchcuisine", "games.ags", "90fe5cdf64cc46965c2e3d5c53af193a", 46076827), // Mac
GAME_ENTRY_EN("witchlullaby", "The Witch's Lullaby.exe", "ca511538e3e3244813db0f905a31810a", 70312050), // v1.1
GAME_ENTRY_EN("witchlullaby", "The Witch's Lullaby.ags", "3e89d1cade6b23ae330390a2924882f0", 59534130), // v1.2
GAME_ENTRY_EN("witchnight", "wnight.exe", "9cf51833e787cc919837d9a8bd8fc14c", 2792150),
More information about the Scummvm-git-logs
mailing list