[Scummvm-git-logs] scummvm master -> 1a4e29eda1c4140cfaeb9d405bbb1687b7ffd778
criezy
noreply at scummvm.org
Wed May 3 20:52:52 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:
1a4e29eda1 AGS: Use full name for Gobliiins5 detection and do not detected as French
Commit: 1a4e29eda1c4140cfaeb9d405bbb1687b7ffd778
https://github.com/scummvm/scummvm/commit/1a4e29eda1c4140cfaeb9d405bbb1687b7ffd778
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2023-05-03T21:51:05+01:00
Commit Message:
AGS: Use full name for Gobliiins5 detection and do not detected as French
The game is multi-lingual (it currently includes French and English and
other languages are planned).
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 18ef264ddb6..4b5d832764a 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -303,10 +303,10 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "geminirue", "Gemini Rue" },
{ "ghostdream", "Ghostdream" },
{ "ghostman", "Ghostman: The Council Calamity" },
- { "gobliiins5-1", "Gobliiins5 Part1/Demo" },
- { "gobliiins5-2", "Gobliiins5 Part2" },
- { "gobliiins5-3", "Gobliiins5 Part3" },
- { "gobliiins5-4", "Gobliiins5 Part4" },
+ { "gobliiins5-1", "Gobliiins5 - L'Invasion des Morglotons Part1/Demo" },
+ { "gobliiins5-2", "Gobliiins5 - L'Invasion des Morglotons Part2" },
+ { "gobliiins5-3", "Gobliiins5 - L'Invasion des Morglotons Part3" },
+ { "gobliiins5-4", "Gobliiins5 - L'Invasion des Morglotons Part4" },
{ "goldenwake", "A Golden Wake" },
{ "graceward", "Graceward" },
{ "grandmabadass", "GrandMa Badass" },
@@ -3952,10 +3952,10 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY("geminirue", "ac2game.dat", "e8f1d07a6b363e9cc80dac5367f1b4ba", 72836785), // MacOS, Humble Bundle
GAME_ENTRY_EN_STEAM("ghostdream", "ghostdream.exe", "05594881531d62e4575545f3c8fd2576", 480856325),
GAME_ENTRY_EN_STEAM("ghostman", "Rebut And Ghostman.exe", "0241777c2537fc5d077c05cde10bfa9f", 10312749),
- GAME_ENTRY_LANG("gobliiins5-1", "Gobliiins5-Part1.exe", "t:684f59952b168c26b45556d1560bb590", 174840675, Common::FR_FRA),
- GAME_ENTRY_LANG("gobliiins5-2", "Gobliiins5-Part2.exe", "t:5f753c3b1df583397cf016d3bcf4bf64", 144263518, Common::FR_FRA),
- GAME_ENTRY_LANG("gobliiins5-3", "Gobliiins5-Part3.exe", "t:a6d99497f108311308e812b5ba904d95", 176338687, Common::FR_FRA),
- GAME_ENTRY_LANG("gobliiins5-4", "Gobliiins5-Part4.exe", "t:1f2401479d4104539d54a4d11a713044", 352399933, Common::FR_FRA),
+ GAME_ENTRY("gobliiins5-1", "Gobliiins5-Part1.exe", "t:684f59952b168c26b45556d1560bb590", 174840675),
+ GAME_ENTRY("gobliiins5-2", "Gobliiins5-Part2.exe", "t:5f753c3b1df583397cf016d3bcf4bf64", 144263518),
+ GAME_ENTRY("gobliiins5-3", "Gobliiins5-Part3.exe", "t:a6d99497f108311308e812b5ba904d95", 176338687),
+ GAME_ENTRY("gobliiins5-4", "Gobliiins5-Part4.exe", "t:1f2401479d4104539d54a4d11a713044", 352399933),
GAME_ENTRY_EN_STEAM("goldenwake", "a-golden-wake.exe", "dbe281d93c914899886e77c09c3c65ec", 130844360), // Linux & Mac
GAME_ENTRY_EN_STEAM("goldenwake", "a-golden-wake.exe", "e7080df9729aae2a0097b752198f3cca", 130846774),
GAME_ENTRY_EN_STEAM("goldenwake", "a-golden-wake.exe", "409b71f7b73f30bef5098c6449505c1a", 130929070), // Windows
More information about the Scummvm-git-logs
mailing list