[Scummvm-cvs-logs] scummvm branch-1-8 -> c3aaeb18947a57df2d181f09e2da19ccdc19758a

lordhoto lordhoto at gmail.com
Sat Feb 27 17:29:54 CET 2016


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:
49f8f48348 KYRA: Remove ADGF_TESTING from EoB 1+2.
c3aaeb1894 KYRA: Formatting fixes.


Commit: 49f8f483483002af19a0b1a0002196181df72d1e
    https://github.com/scummvm/scummvm/commit/49f8f483483002af19a0b1a0002196181df72d1e
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2016-02-27T17:29:34+01:00

Commit Message:
KYRA: Remove ADGF_TESTING from EoB 1+2.

(cherry picked from commit e8847195b91c7ac85c306eca2cfaaff30acf14a1)

Changed paths:
    engines/kyra/detection_tables.h



diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h
index 2ee0262..34f60c8 100644
--- a/engines/kyra/detection_tables.h
+++ b/engines/kyra/detection_tables.h
@@ -1546,7 +1546,7 @@ const KYRAGameDescription adGameDescs[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformDOS,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO7(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIPCSPK, GUIO_RENDERVGA, GUIO_RENDEREGA, GUIO_RENDERCGA, GAMEOPTION_EOB_HPGRAPHS)
 		},
 		EOB_FLAGS
@@ -1562,7 +1562,7 @@ const KYRAGameDescription adGameDescs[] = {
 			},
 			Common::DE_DEU,
 			Common::kPlatformDOS,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO7(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIPCSPK, GUIO_RENDERVGA, GUIO_RENDEREGA, GUIO_RENDERCGA, GAMEOPTION_EOB_HPGRAPHS)
 		},
 		EOB_FLAGS
@@ -1578,7 +1578,7 @@ const KYRAGameDescription adGameDescs[] = {
 			},
 				Common::IT_ITA,
 				Common::kPlatformDOS,
-				ADGF_TESTING,
+				ADGF_NO_FLAGS,
 				GUIO7(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIPCSPK, GUIO_RENDERVGA, GUIO_RENDEREGA, GUIO_RENDERCGA, GAMEOPTION_EOB_HPGRAPHS)
 		},
 		EOB_FLAGS
@@ -1594,7 +1594,7 @@ const KYRAGameDescription adGameDescs[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformDOS,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO6(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIPCSPK, GUIO_RENDERVGA, GUIO_RENDEREGA, GAMEOPTION_EOB_HPGRAPHS)
 		},
 		EOB2_FLAGS
@@ -1610,7 +1610,7 @@ const KYRAGameDescription adGameDescs[] = {
 			},
 			Common::DE_DEU,
 			Common::kPlatformDOS,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			GUIO6(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIPCSPK, GUIO_RENDERVGA, GUIO_RENDEREGA, GAMEOPTION_EOB_HPGRAPHS)
 		},
 		EOB2_FLAGS


Commit: c3aaeb18947a57df2d181f09e2da19ccdc19758a
    https://github.com/scummvm/scummvm/commit/c3aaeb18947a57df2d181f09e2da19ccdc19758a
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2016-02-27T17:29:38+01:00

Commit Message:
KYRA: Formatting fixes.

(cherry picked from commit 9059189e35b37f7c4bec2714cf866e67d80c140d)

Changed paths:
    engines/kyra/detection_tables.h



diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h
index 34f60c8..773d491 100644
--- a/engines/kyra/detection_tables.h
+++ b/engines/kyra/detection_tables.h
@@ -1576,10 +1576,10 @@ const KYRAGameDescription adGameDescs[] = {
 				{ "EOBDATA3.PAK", 0, "3ed915ab5b94d60dbfe1b55379889c51", -1 },
 				{ 0, 0, 0, 0 }
 			},
-				Common::IT_ITA,
-				Common::kPlatformDOS,
-				ADGF_NO_FLAGS,
-				GUIO7(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIPCSPK, GUIO_RENDERVGA, GUIO_RENDEREGA, GUIO_RENDERCGA, GAMEOPTION_EOB_HPGRAPHS)
+			Common::IT_ITA,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUIO7(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIPCSPK, GUIO_RENDERVGA, GUIO_RENDEREGA, GUIO_RENDERCGA, GAMEOPTION_EOB_HPGRAPHS)
 		},
 		EOB_FLAGS
 	},






More information about the Scummvm-git-logs mailing list