[Scummvm-git-logs] scummvm master -> 18eb1d2544b9ebc0ba12c76e1228a852e972a23b
bluegr
noreply at scummvm.org
Sun Jan 18 10:20:24 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:
18eb1d2544 [AGI] Add detection for SQ1 Hebrew version
Commit: 18eb1d2544b9ebc0ba12c76e1228a852e972a23b
https://github.com/scummvm/scummvm/commit/18eb1d2544b9ebc0ba12c76e1228a852e972a23b
Author: Sam Davidoff (sam at mfbtech.com)
Date: 2026-01-18T12:20:21+02:00
Commit Message:
[AGI] Add detection for SQ1 Hebrew version
Changed paths:
engines/agi/detection_tables.h
diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 0d298ba50eb..84748311ba8 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -768,6 +768,10 @@ 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 (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),
+
// Space Quest 1 (CoCo3 360k) [AGI 2.072]
// Unofficial port by Guillaume Major
GAME_PS("sq1", "", "5d67630aba008ec5f7f9a6d0a00582f4", 372, 0x2440, GID_SQ1, Common::kPlatformCoCo3),
More information about the Scummvm-git-logs
mailing list