[Scummvm-git-logs] scummvm master -> d40d3f1049760497f27811f8388cde0b9cc9e350
tag2015
noreply at scummvm.org
Mon Jul 13 20:59:00 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:
d40d3f1049 SAGA: Add detection for ITE Windows Russian fantranslation
Commit: d40d3f1049760497f27811f8388cde0b9cc9e350
https://github.com/scummvm/scummvm/commit/d40d3f1049760497f27811f8388cde0b9cc9e350
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2026-07-13T22:57:51+02:00
Commit Message:
SAGA: Add detection for ITE Windows Russian fantranslation
Changed paths:
engines/saga/detection_tables.h
diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h
index 6843ed435aa..2a2f8fff7e3 100644
--- a/engines/saga/detection_tables.h
+++ b/engines/saga/detection_tables.h
@@ -997,6 +997,31 @@ static const SAGAGameDescription gameDescriptions[] = {
{},
},
+ // Inherit the earth - Russian Windows CD version (fan translation)
+ {
+ {
+ "ite",
+ "Windows CD Version",
+ {
+ {"ite.rsc", GAME_RESOURCEFILE, "fedbe4a01170f7a94e3426a2a9550be3", 9035369},
+ {"scripts.rsc", GAME_SCRIPTFILE, "a891405405edefc69c9d6c420c868b84", 328193},
+ AD_LISTEND
+ },
+ Common::RU_RUS,
+ Common::kPlatformWindows,
+ ADGF_CD,
+ GUIO0()
+ },
+ GID_ITE,
+ 0,
+ ITE_DEFAULT_SCENE,
+ RESOURCELIST_ITE,
+ FONTLIST_ITE,
+ PATCHLIST_ITE,
+ INTROLIST_ITE_DEFAULT,
+ {},
+ },
+
// ITE floppy versions ////////////////////////////////////////////////////////////////////////////////////
// Inherit the earth - German Floppy version
More information about the Scummvm-git-logs
mailing list