[Scummvm-git-logs] scummvm master -> 029f0ab956fa29e99be40d103b93675c4e403747

sluicebox noreply at scummvm.org
Wed May 27 23:26:09 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
029f0ab956 AGI: Add detection for SQ2 French expanded translation


Commit: 029f0ab956fa29e99be40d103b93675c4e403747
    https://github.com/scummvm/scummvm/commit/029f0ab956fa29e99be40d103b93675c4e403747
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2026-05-27T16:16:59-07:00

Commit Message:
AGI: Add detection for SQ2 French expanded translation

Trac #16833

Changed paths:
    engines/agi/detection_tables.h


diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 84748311ba8..e3fb1f260b6 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -768,6 +768,9 @@ static const AGIGameDescription gameDescriptions[] = {
 	// Space Quest 1 (PC 5.25"/3.5") 2.2 [AGI 2.917]; French Translation
 	GAME_LVFPN("sq1", "2.2 1987-05-07 5.25\"/3.5\"", "words.tok.extended", "3f1730f3c9d4622a986f735af0f8734a", 12665, Common::FR_FRA, 0x2917, 0, GID_SQ1, Common::kPlatformDOS, GType_V2, GAMEOPTIONS_DEFAULT),
 
+	// Space Quest 1 (PC 5.25"/3.5") 2.2 [AGI 2.917]; French Translation Expanded
+	GAME_LVFPN("sq1", "2.2 1987-05-07 5.25\"/3.5\"", "words.tok.extended", "fb7b9aefb8eea1d7ad8e1d7bc10d9739", 19571, Common::FR_FRA, 0x2917, 0, GID_SQ1, Common::kPlatformDOS, GType_V2, GAMEOPTIONS_DEFAULT),
+
 	// Space Quest 1 (Hebrew) 2.2
 	// Based on English version from GOG - Patch Version 1
 	GAME_LPS("sq1", "", "dcae53e681922497e2dd88624aae44bb", 372, Common::HE_ISR, 0x2917, GID_SQ1, Common::kPlatformDOS),




More information about the Scummvm-git-logs mailing list