[Scummvm-cvs-logs] scummvm master -> 0698ae4a0728403f6f5140b6521185ff3c007c8c
digitall
dgturner at iee.org
Tue Apr 29 04:40:35 CEST 2014
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:
0698ae4a07 SCI: Disable detection of "SCI Narration Demo" fangame.
Commit: 0698ae4a0728403f6f5140b6521185ff3c007c8c
https://github.com/scummvm/scummvm/commit/0698ae4a0728403f6f5140b6521185ff3c007c8c
Author: D G Turner (digitall at scummvm.org)
Date: 2014-04-29T03:40:45+01:00
Commit Message:
SCI: Disable detection of "SCI Narration Demo" fangame.
This is not supported as it requires network access to use the Google
Translate API, which is not supported by OSystem.
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index e7304f8..8c5f9be 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -4054,7 +4054,10 @@ static const struct ADGameDescription SciGameDescriptions[] = {
FANMADE("SCI Capture the Flag", "4cd679a51d93b8b27c6b38d81be24b8b", 432, "98ae1f6ed7b4c21f88addbf643dd1d2f", 147878),
FANMADE("SCI Companion Template", "ad54d4f504086cd597aa2348d0aa3b09", 354, "6798b7b601ce8154c1d1bc0f0edcdd18", 113061),
FANMADE("SCI Logging Demo", "615c30c1445ea9349847e8868312a674", 558, "2df6858526177612ef9473e7af5b31c6", 171012),
+#ifdef 0
+ // Disabled as this requires network access to the Google Translate API, which is not available as OSystem has no network API.
FANMADE("SCI Narration Demo", "731f4f2b726a13c153380af08da16591", 360, "38c80558fb942e8568f011d4a1a4af59", 109789),
+#endif
FANMADE("SCI Programming April 2010 Competition Template", "36e5c4011dd7c92e1ae4c6fede7d698d", 456, "20c87fbb7f73e2a3eb2c5dfab4d76b5a", 142221),
FANMADE("SCI Studio Template 3.0", "ca0dc8d586e0a8670b7621cde090b532", 354, "58a48ee692a86c0575e6bd0b00a92b9a", 113097),
FANMADE("SCI Quest", "9067e1f1e54436d2dbfce855524bc84a", 552, "ffa7d355cd9223f245289108a696bcd2", 149634),
More information about the Scummvm-git-logs
mailing list