[Scummvm-git-logs] scummvm master -> e2000e99ded5cae2bc94c5f859b243923249847a
bluegr
noreply at scummvm.org
Mon Jul 13 05:33:10 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:
e2000e99de SCI: Update detection for the Hebrew fanmade translation of QFG1 EGA
Commit: e2000e99ded5cae2bc94c5f859b243923249847a
https://github.com/scummvm/scummvm/commit/e2000e99ded5cae2bc94c5f859b243923249847a
Author: SegMash (mashras77 at gmail.com)
Date: 2026-07-13T08:33:05+03:00
Commit Message:
SCI: Update detection for the Hebrew fanmade translation of QFG1 EGA
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 1110d89738a..56ed36975c4 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -4981,18 +4981,19 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
- // Quest for Glory 1 / Hero's Quest - EGA Version
- // Fanmade Hebrew translation, based on the series GOG version
+ // Quest for Glory 1 / Hero's Quest - EGA Version.
+ // Fanmade Hebrew translation, based on the series GOG version 1.200
// English DOS 3.5" Floppy (supplied by merkur in bug report #4253)
// Executable scanning reports "0.000.566"
{"qfg1", "", {
- {"resource.map", 0, "c1dc4470fb947c067567252f62d6c1b6", 6474},
- {"resource.000", 0, "481b034132106390cb5160fe61dd5f58", 80334},
- {"resource.001", 0, "4d67acf52833ff45c7f753d6663532e8", 462727},
- {"resource.002", 0, "439ba9b6dde216e6eb97ef3a9830fbe4", 646869},
- {"resource.003", 0, "7ab2bf8e224b57f75e0cd6e4ba790761", 642203},
- {"resource.004", 0, "7ab2bf8e224b57f75e0cd6e4ba790761", 641688},
- {"font.000", 0, "5053e202adbd7a4fdebb30b2ea76ce27", 2835}, AD_LISTEND},
+ {"resource.map", 0, "74a108a7fb345bfc84f4113b6e5241bb", 6432},
+ {"resource.000", 0, "40332d3ebfc70a4b6a6a0443c2763287", 79181},
+ {"resource.001", 0, "917fcef303e9489597154727baaa9e07", 461422},
+ {"resource.002", 0, "05ddce5f437a516b89ede2438fac09d8", 635734},
+ {"resource.003", 0, "951299a82a8134ed12c5c18118d45c2f", 640483},
+ {"resource.004", 0, "951299a82a8134ed12c5c18118d45c2f", 644443},
+ {"font.000", 0, "5053e202adbd7a4fdebb30b2ea76ce27", 2835},
+ AD_LISTEND},
Common::HE_ISR, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER},
// Quest for Glory 1 / Hero's Quest - English DOS 3.5" Floppy v1.001 Int#0.000.566 (supplied by alonzotg in bug report #5606)
More information about the Scummvm-git-logs
mailing list