[Scummvm-git-logs] scummvm master -> c6204c2c90ed3e8d17404da71cafa125077953be
dreammaster
dreammaster at scummvm.org
Tue Apr 13 01:21:31 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:
c6204c2c90 AGS: Add detection entry
Commit: c6204c2c90ed3e8d17404da71cafa125077953be
https://github.com/scummvm/scummvm/commit/c6204c2c90ed3e8d17404da71cafa125077953be
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-04-12T18:21:17-07:00
Commit Message:
AGS: Add detection entry
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index e0a55b7a7a..e97db13689 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -421,6 +421,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "castleoffire", "Castle of Fire" },
{ "catacombic", "Catacombic" },
{ "catapault", "CATapault" },
+ { "catlady", "The Cat Lady" },
{ "cayannepepper", "CAYANNE PEPPER" },
{ "cedricandtherevolution", "Cedric and the Revolution" },
{ "celticchaos2fishermensfiends", "Celtic Chaos 2 - Fishermen's fiends" },
@@ -2108,6 +2109,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY("castleoffire", "castle of fire.exe", "b6f0726bd5776abee0d452b8f1073850", 14800915),
GAME_ENTRY("catacombic", "catacombic.exe", "057d1aa29f6fadd83209268efcfb35a3", 7317791),
GAME_ENTRY("catapault", "catapault.exe", "290afe0bac54418822f15175e474731d", 8286661),
+ GAME_ENTRY("catlady", "Cat Lady.exe", "92320e20e3d4c70a94d89e2f797e65c1", 1061000756),
GAME_ENTRY("cayannepepper", "cpepper.exe", "06a03fe35791b0578068ab1873455463", 16117141),
GAME_ENTRY("cedricandtherevolution", "elves!.exe", "b216ee957dd677023e02d900281a02d6", 10205755),
GAME_ENTRY("celticchaos2fishermensfiends", "cc2.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 17463014),
More information about the Scummvm-git-logs
mailing list