[Scummvm-git-logs] scummvm master -> 4e629e4f916d4fd92a81f0be329ef85ebac8d5e0
sev-
sev at scummvm.org
Sat Oct 5 22:18:36 CEST 2019
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:
4e629e4f91 SAGA: Add Windows trial version of ITE for reference (not supported)
Commit: 4e629e4f916d4fd92a81f0be329ef85ebac8d5e0
https://github.com/scummvm/scummvm/commit/4e629e4f916d4fd92a81f0be329ef85ebac8d5e0
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2019-10-05T22:18:29+02:00
Commit Message:
SAGA: Add Windows trial version of ITE for reference (not supported)
Changed paths:
engines/saga/detection_tables.h
diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h
index 308fb27..f569c48 100644
--- a/engines/saga/detection_tables.h
+++ b/engines/saga/detection_tables.h
@@ -571,6 +571,33 @@ static const SAGAGameDescription gameDescriptions[] = {
NULL,
},
+#if 0
+ // Inherit the earth - Windows Trial
+ // Not supported and will not be supported, as fixing it
+ // enables whole game. Currently, it crashes.
+ {
+ {
+ "ite",
+ "Trial/Not supported",
+ {
+ {"ite.rsc", GAME_RESOURCEFILE, "a6433e34b97b15e64fe8214651012db9", 8927169},
+ {"scripts.rsc", GAME_SCRIPTFILE, "bbf929f1e6d6f2af30c41d078798f5c1", 335927},
+ { NULL, 0, NULL, 0}
+ },
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_CD,
+ GUIO0()
+ },
+ GID_ITE,
+ 0,
+ ITE_DEFAULT_SCENE,
+ &ITE_Resources,
+ ARRAYSIZE(ITE_GameFonts),
+ ITE_GameFonts,
+ NULL,
+ },
+#endif
// ITE floppy versions ////////////////////////////////////////////////////////////////////////////////////
More information about the Scummvm-git-logs
mailing list