[Scummvm-cvs-logs] scummvm master -> dbb09fe984373205453ca7989f9f4aefb245bc4f

bluegr bluegr at gmail.com
Mon Oct 8 22:55:00 CEST 2012


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
3a852fb96a SCI: Also add LSL6 CD to syncIngameAudioOptions()
dbb09fe984 SCI: Add documentation regarding all SCI1.1 CD games in syncIngameAudioOptions()


Commit: 3a852fb96acf7aaa0fa7a36c04be54b1902cc175
    https://github.com/scummvm/scummvm/commit/3a852fb96acf7aaa0fa7a36c04be54b1902cc175
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2012-10-08T13:49:49-07:00

Commit Message:
SCI: Also add LSL6 CD to syncIngameAudioOptions()

Changed paths:
    engines/sci/sci.cpp



diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp
index 42ae00b..15b18ce 100644
--- a/engines/sci/sci.cpp
+++ b/engines/sci/sci.cpp
@@ -876,6 +876,7 @@ void SciEngine::syncIngameAudioOptions() {
 			if (getGameId() == GID_SQ4
 				|| getGameId() == GID_FREDDYPHARKAS
 				|| getGameId() == GID_ECOQUEST
+				|| getGameId() == GID_LSL6
 				// TODO: The following need script patches for simultaneous speech and subtitles
 				//|| getGameId() == GID_KQ6
 				//|| getGameId() == GID_LAURABOW2


Commit: dbb09fe984373205453ca7989f9f4aefb245bc4f
    https://github.com/scummvm/scummvm/commit/dbb09fe984373205453ca7989f9f4aefb245bc4f
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2012-10-08T13:50:47-07:00

Commit Message:
SCI: Add documentation regarding all SCI1.1 CD games in syncIngameAudioOptions()

Changed paths:
    engines/sci/sci.h



diff --git a/engines/sci/sci.h b/engines/sci/sci.h
index 5dcc644..3441e26 100644
--- a/engines/sci/sci.h
+++ b/engines/sci/sci.h
@@ -234,6 +234,19 @@ public:
 	 * both) with the in-game audio options of certain CD game versions. For
 	 * some games, this allows simultaneous playing of speech and subtitles,
 	 * even if the original games didn't support this feature.
+	 *
+	 * SCI1.1 games which support simultaneous speech and subtitles:
+	 * - EcoQuest 1 CD
+	 * - Leisure Suit Larry 6 CD
+	 * SCI1.1 games which don't support simultaneous speech and subtitles,
+	 * and we add this functionality in ScummVM:
+	 * - Space Quest 4 CD
+	 * - Freddy Pharkas CD
+	 * SCI1.1 games which don't support simultaneous speech and subtitles,
+	 * and we haven't added any extra functionality in ScummVM because extra
+	 * script patches are needed:
+	 * - Laura Bow 2 CD
+	 * - King's Quest 6 CD
 	 */
 	void syncIngameAudioOptions();
 






More information about the Scummvm-git-logs mailing list