[Scummvm-git-logs] scummvm master -> c964278cce3a34ede145407b9c0d8af0889d90a1
sev-
noreply at scummvm.org
Mon Jul 4 10:21:06 UTC 2022
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:
c964278cce AGS: Add entry for "This Game Might Improve Your Memory" (#4088)
Commit: c964278cce3a34ede145407b9c0d8af0889d90a1
https://github.com/scummvm/scummvm/commit/c964278cce3a34ede145407b9c0d8af0889d90a1
Author: eientei95 (einstein95 at users.noreply.github.com)
Date: 2022-07-04T12:20:59+02:00
Commit Message:
AGS: Add entry for "This Game Might Improve Your Memory" (#4088)
* AGS: Add entry for "This Game Might Improve Your Memory"
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 379f6c6e3e1..58e5323f437 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -1543,6 +1543,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "memoriae", "Memoriae" },
{ "memoriesfade", "Memories Fade" },
{ "memoriesofasnake", "Memories of a Snake / Memoires d'un Serpent" },
+ { "memory", "This Game Might Improve Your Memory" },
{ "meninhats", "Men In Hats: Attack of the Evangelists" },
{ "merrychristmas", "Merry Christmas, Alfred Robbins" },
{ "meshumba", "Meshumba's Reckoning" },
@@ -3574,8 +3575,8 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
DEMO_ENTRY("3geeks", "3GEEKS_Demo.exe", "7ddb9e776648faed5a51170d087074e9", 512546851), // itch.io En-Fr
DEMO_ENTRY_EN("99species", "99Species.exe", "615e73fc1874e92d60a1996c2330ea36", 23870894),
DEMO_ENTRY_EN("aazor", "aazor.exe", "465f972675db2da6040518221af5b0ba", 4956212),
- DEMO_ENTRY_EN("aboardtheadventure", "Aboard.exe", 0, "3c3f8f6c6fdcc519464477d3627b60f6", 125789038), // Voice: En-Es(LA), Subs: De-En-Es(La)-Pt(Br)
- DEMO_ENTRY_EN("aboardtheadventure", "Aboard.exe", 0, "3c3f8f6c6fdcc519464477d3627b60f6", 125813308),
+ DEMO_ENTRY_EN("aboardtheadventure", "Aboard.exe", "3c3f8f6c6fdcc519464477d3627b60f6", 125789038), // Voice: En-Es(LA), Subs: De-En-Es(La)-Pt(Br)
+ DEMO_ENTRY_EN("aboardtheadventure", "Aboard.exe", "3c3f8f6c6fdcc519464477d3627b60f6", 125813308),
DEMO_ENTRY_EN("absurdistan", "Absurdistan - Demo.exe", "4588012d3077d6b6791fce8cd4b15885", 35712363), // v1.3
DEMO_ENTRY_EN("acaixa", "A caixa.exe", "f434ba41ed68ef8d5224254027aad1f4", 48866212),
DEMO_ENTRY_EN("acuriouspastime", "Curious.exe", "3e46b32a00fd4e6b9f68754f854695c5", 27346489),
@@ -5299,6 +5300,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY_EN("memoriesfade", "MemoriesFade.ags", "38a889fdcc95f2d0dbe6852ffcfe6359", 5487369), // 1.1.0 Linux
GAME_ENTRY_EN("memoriesfade", "MemoriesFade.ags", "4e327e87af5db477ec5c665b64ccd990", 5483607),
GAME_ENTRY("memoriesofasnake", "Memoires d'un Serpent.exe", "615e73fc1874e92d60a1996c2330ea36", 111088941), //En-Fr
+ GAME_ENTRY_EN("memory", "MemoryAGSGame.exe", "a91d6931844b676411d8afe4698e9ff8", 405820699),
GAME_ENTRY_EN("meninhats", "GAME.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 1646510),
GAME_ENTRY_EN("merrychristmas", "Merry Christmas.exe", "172b30c282856b382464bed5fcb61e29", 4812266),
GAME_ENTRY_EN("meshumba", "meshumba3.exe", "615e73fc1874e92d60a1996c2330ea36", 265700112),
More information about the Scummvm-git-logs
mailing list