[Scummvm-git-logs] scummvm master -> 222450aa3f26c6ce89d32bbe7eb71b731435a80e
salty-horse
ori at avtalion.name
Sat Feb 13 13:44:07 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:
222450aa3f AGS: Detect Shardlight, Richard & Alice, The Charnel House Trilogy
Commit: 222450aa3f26c6ce89d32bbe7eb71b731435a80e
https://github.com/scummvm/scummvm/commit/222450aa3f26c6ce89d32bbe7eb71b731435a80e
Author: Ori Avtalion (ori at avtalion.name)
Date: 2021-02-13T15:41:45+02:00
Commit Message:
AGS: Detect Shardlight, Richard & Alice, The Charnel House Trilogy
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 14257f09a7..835bc9cb2c 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -153,10 +153,12 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "blackwell3", "The Blackwell Convergence" },
{ "blackwell4", "The Blackwell Deception" },
{ "blackwell5", "The Blackwell Epiphany" },
+ { "charnelhousetrilogy", "The Charnel House Trilogy" },
{ "geminirue", "Gemini Rue" },
{ "lamplightcity", "Lamplight City" },
{ "primordia", "Primordia" },
{ "resonance", "Resonance" },
+ { "richardandalice", "Richard & Alice" },
{ "shardlight", "Shardlight" },
{ "technobabylon", "Technobabylon" },
{ "thecatlady", "The Cat Lady" },
@@ -1500,6 +1502,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
ENGLISH_ENTRY("blackwell4", "deception.exe", "b3b192cf20a2f7666ddea3410dbd87cc", 304076138), // Steam
ENGLISH_ENTRY("blackwell5", "epiphany.exe", "c1cddd6fcdbcd030beda9f10d4e4270a", 281849897), // GOG
ENGLISH_ENTRY("blackwell5", "epiphany.exe", "c1cddd6fcdbcd030beda9f10d4e4270a", 281856724), // Steam
+ ENGLISH_ENTRY("charnelhousetrilogy", "CHT.ags", "55c782c9de5a09157ea6aafac90b9cc8", 339257135), // Steam
ENGLISH_ENTRY("geminirue", "gemini rue.exe", "f3c0c7d3892bdd8963e8ce017f73de08", 61986506), // GOG
ENGLISH_ENTRY("geminirue", "gemini_rue_pc.exe", "83362d0d2c1d4909bfbd85c04c95bde2", 72960932), // Steam
ENGLISH_ENTRY("primordia", "primordia.exe", "22313e59c3233001488c26f18c80cc08", 973495830), // GOG
@@ -1508,6 +1511,8 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
ENGLISH_ENTRY("puzzlebots", "ac2game.dat", "34b49df9cf6eadb5c3587b3921d5b72f", 787776664), // Steam
ENGLISH_ENTRY("resonance", "resonance.exe", "2e635c22bcbf0ed3d46f1bcde71812d4", 849404957), // GOG
ENGLISH_ENTRY("resonance", "resonance.exe", "2e635c22bcbf0ed3d46f1bcde71812d4", 849410915), // Steam
+ ENGLISH_ENTRY("richardandalice", "richardandalice.exe", "1023d348f67ba958f78ed62d029565c7", 109164768), // Steam
+ ENGLISH_ENTRY("shardlight", "Shardlight.exe", "ee801fba52d252249677a9170bd2db96", 642157876), // Steam
ENGLISH_ENTRY("technobabylon", "technobabylon.exe", "e523535e730f313e1ed9b19b1a9dd228", 447900356), // Steam
ENGLISH_ENTRY("thecatlady", "thecatlady.exe", "0ea2b985dc5d7d27cb7c1b7da5eedea0", 53988582), // Steam
ENGLISH_ENTRY("whispersofamachine", "whispers.exe", "b4962a0a9c9c33954e185a137125f527", 159084291), // Steam
More information about the Scummvm-git-logs
mailing list