[Scummvm-git-logs] scummvm master -> 644103e0120845b3784010df76e06334daef5a9a
tag2015
noreply at scummvm.org
Mon Aug 29 22:08:17 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:
644103e012 AGS: Add detection for SQ: Son of Xenon 2022
Commit: 644103e0120845b3784010df76e06334daef5a9a
https://github.com/scummvm/scummvm/commit/644103e0120845b3784010df76e06334daef5a9a
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-08-29T23:41:22+02:00
Commit Message:
AGS: Add detection for SQ: Son of Xenon 2022
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index e6bab34d5db..e03dfc199d8 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -6672,7 +6672,8 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY("sq7m1", "SQ7 Mania. Ep 1.exe", "256752c9a97b4780fc5e6f3239c8cdf1", 72027772), // Eng-Rus
GAME_ENTRY("sq7m2", "SQ7Mania2.exe", "82da2565c456dcfb265ded6fe3189c0b", 143600299), // Eng-Rus
GAME_ENTRY_EN("sqdote", "SQ DOTE.exe", "615e73fc1874e92d60a1996c2330ea36", 28479377),
- GAME_ENTRY_EN("sqdote2", "DOTE2.exe", "7ddb9e776648faed5a51170d087074e9", 6122737),
+ GAME_ENTRY_EN_PLATFORM("sqdote2", "DOTE2.exe", "7ddb9e776648faed5a51170d087074e9", 6122737, "Chapter I"),
+ GAME_ENTRY_EN("sqdote2", "XENON.ags", "50153b6eac4061a96f403ddc65c14b9d", 12263830),
GAME_ENTRY_EN("sqinc", "SQinc.exe", "3ee9783a5613040e25193e21c235a7d3", 6013823), // Win/Mac
GAME_ENTRY_EN("sqinc", "SQinc.ags", "0c940729c90f15bc34fdb93bdecbf94b", 4214354), // Linux
GAME_ENTRY_EN("sqkubik", "SQ Kubik.exe", "4fb72c890984548ed6782063f2230942", 2184808),
More information about the Scummvm-git-logs
mailing list