[Scummvm-git-logs] scummvm master -> 9cb2e4357715873f192d40ddd7570116cde98d25

sev- sev at scummvm.org
Tue Dec 26 20:31:23 CET 2017


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

Summary:
119cdf1767 BLADERUNNER: Added detection entries for Blade Runner (French) - Bug #9722
61e3bdcd2a KYRA: Added detection entries for LOL Spanish Floppy version - Bug #9699
dbc6e827a2 KYRA: Added detection entries for LOL Chinese Floppy version - Bug #7893
6db791a2c4 KYRA: Added detection entries for LOL German version - Bug #9557
844c343f29 KYRA: Added detection entries for LOL Japense PC9821 version - Bug #9828
2a417fd3d2 SAGA: Added detection entries for IHNM Hungarian fan translation - Bug #7886
0b08a46990 SCI: Added detection entries for PQ2 English version 1.002.011 - Bug #9716
e6f1ded119 SCI: Added detection entries for SQ1 Russian version - Bug #10156
908cb169eb SCI: Added detection entries for Lighthouse German version - Bug #10359
9cb2e43577 LOL: Fix detection entry for LOL Japanese (Bug #9828)


Commit: 119cdf1767e1cda7dbfa4f9c37a52c118e1f92d6
    https://github.com/scummvm/scummvm/commit/119cdf1767e1cda7dbfa4f9c37a52c118e1f92d6
Author: Matan Bareket (mataniko at gmail.com)
Date: 2017-12-26T20:31:14+01:00

Commit Message:
BLADERUNNER: Added detection entries for Blade Runner (French) - Bug #9722

Changed paths:
    engines/bladerunner/detection_tables.h


diff --git a/engines/bladerunner/detection_tables.h b/engines/bladerunner/detection_tables.h
index b258978..5b6c3d5 100644
--- a/engines/bladerunner/detection_tables.h
+++ b/engines/bladerunner/detection_tables.h
@@ -53,6 +53,21 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_NO_FLAGS,
 		GUIO0()
 	},
+
+	// BladeRunner (French) - Bug #9722
+	{
+		"bladerunner",
+		0,
+		{
+			{"STARTUP.MIX", 0, "39d1901df50935d58aee252707134952", 2314526},
+			AD_LISTEND
+		},
+		Common::FR_FRA,
+		Common::kPlatformWindows,
+		ADGF_NO_FLAGS,
+		GUIO0()
+	},
+
 	AD_TABLE_END_MARKER
 };
 


Commit: 61e3bdcd2ac915c55b30402476b50d2811354d92
    https://github.com/scummvm/scummvm/commit/61e3bdcd2ac915c55b30402476b50d2811354d92
Author: Matan Bareket (mataniko at gmail.com)
Date: 2017-12-26T20:31:14+01:00

Commit Message:
KYRA: Added detection entries for LOL Spanish Floppy version - Bug #9699

Changed paths:
    engines/kyra/detection_tables.h


diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h
index 773d491..0ba122f 100644
--- a/engines/kyra/detection_tables.h
+++ b/engines/kyra/detection_tables.h
@@ -1449,6 +1449,23 @@ const KYRAGameDescription adGameDescs[] = {
 		LOL_FLOPPY_FLAGS
 	},
 
+	{ // Spanish floppy version 1.23, bug #9699 "Lands of Lore - Spanish version 1.23 MD5"
+		{
+			"lol",
+			"Extracted",
+			{
+				{"GENERAL.PAK", 0, "ca1208aa60c5f3e3a7e06a0420a11526", -1 },
+				{"CHAPTER7.PAK", 0, "1f11dc4ba0473eec9d6d93bbf2ee9c8a", -1 },
+				{ 0, 0, 0, 0 }
+			},
+			Common::ES_ESP,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUIO8(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_MIDIPCSPK, GUIO_RENDERVGA, GAMEOPTION_LOL_SCROLLING, GAMEOPTION_LOL_CURSORS)
+		},
+		LOL_FLOPPY_FLAGS
+	},
+
 	// Russian fan translation
 	{
 		{


Commit: dbc6e827a218acdfc658806cec2acdcfc97d9459
    https://github.com/scummvm/scummvm/commit/dbc6e827a218acdfc658806cec2acdcfc97d9459
Author: Matan Bareket (mataniko at gmail.com)
Date: 2017-12-26T20:31:14+01:00

Commit Message:
KYRA: Added detection entries for LOL Chinese Floppy version - Bug #7893

Changed paths:
    engines/kyra/detection_tables.h


diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h
index 0ba122f..bf51f01 100644
--- a/engines/kyra/detection_tables.h
+++ b/engines/kyra/detection_tables.h
@@ -1466,6 +1466,23 @@ const KYRAGameDescription adGameDescs[] = {
 		LOL_FLOPPY_FLAGS
 	},
 
+	{ // Chinese floppy version bug #7893
+		{
+			"lol",
+			"Extracted",
+			{
+				{"GENERAL.PAK", 0, "f2c305bfb10c08371e947ab4d0a2f5f5", -1 },
+				{"CHAPTER7.PAK", 0, "f3cbab6d945ceda35149a5c9a324a8fe", -1 },
+				{ 0, 0, 0, 0 }
+			},
+			Common::ZH_CNA,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUIO8(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_MIDIPCSPK, GUIO_RENDERVGA, GAMEOPTION_LOL_SCROLLING, GAMEOPTION_LOL_CURSORS)
+		},
+		LOL_FLOPPY_FLAGS
+	},
+
 	// Russian fan translation
 	{
 		{


Commit: 6db791a2c47559f744da8f1597db7db4ccf061a5
    https://github.com/scummvm/scummvm/commit/6db791a2c47559f744da8f1597db7db4ccf061a5
Author: Matan Bareket (mataniko at gmail.com)
Date: 2017-12-26T20:31:14+01:00

Commit Message:
KYRA: Added detection entries for LOL German version - Bug #9557

Changed paths:
    engines/kyra/detection_tables.h


diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h
index bf51f01..6756157 100644
--- a/engines/kyra/detection_tables.h
+++ b/engines/kyra/detection_tables.h
@@ -1483,6 +1483,23 @@ const KYRAGameDescription adGameDescs[] = {
 		LOL_FLOPPY_FLAGS
 	},
 
+	{ // German version - Bug 9557
+		{
+			"lol",
+			"Extracted",
+			{
+				{ "GENERAL.PAK", 0, "8e144826df680397876e0fd7ce30c701", -1 },
+				{ "CHAPTER7.PAK", 0, "1240fb870aba719f5887ca7270227699", -1 },
+				{ 0, 0, 0, 0 }
+			},
+			Common::DE_DEU,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUIO8(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_MIDIPCSPK, GUIO_RENDERVGA, GAMEOPTION_LOL_SCROLLING, GAMEOPTION_LOL_CURSORS)
+		},
+		LOL_FLOPPY_FLAGS
+	},
+
 	// Russian fan translation
 	{
 		{


Commit: 844c343f2954516a1bd6964389710f2790d51f81
    https://github.com/scummvm/scummvm/commit/844c343f2954516a1bd6964389710f2790d51f81
Author: Matan Bareket (mataniko at gmail.com)
Date: 2017-12-26T20:31:14+01:00

Commit Message:
KYRA: Added detection entries for LOL Japense PC9821 version - Bug #9828

Changed paths:
    engines/kyra/detection_tables.h


diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h
index 6756157..6fbc4ec 100644
--- a/engines/kyra/detection_tables.h
+++ b/engines/kyra/detection_tables.h
@@ -1500,6 +1500,23 @@ const KYRAGameDescription adGameDescs[] = {
 		LOL_FLOPPY_FLAGS
 	},
 
+	{ // Japanese PC9821 version - Bug 9828
+		{
+			"lol",
+			"Extracted",
+			{
+				{ "GENERAL.PAK", 0, "8902b233405461025e25093b9c4c8d2c", -1 },
+				{ "CHAPTER7.PAK", 0, "32a46c338a3d6249c273cc3b3881bb8a", -1 },
+				{ 0, 0, 0, 0 }
+			},
+			Common::JA_JPN,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUIO8(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_MIDIPCSPK, GUIO_RENDERVGA, GAMEOPTION_LOL_SCROLLING, GAMEOPTION_LOL_CURSORS)
+		},
+		LOL_CD_FLAGS
+	},
+
 	// Russian fan translation
 	{
 		{


Commit: 2a417fd3d25cf07b3c7d0efbb84f9ff8ed1178ad
    https://github.com/scummvm/scummvm/commit/2a417fd3d25cf07b3c7d0efbb84f9ff8ed1178ad
Author: Matan Bareket (mataniko at gmail.com)
Date: 2017-12-26T20:31:14+01:00

Commit Message:
SAGA: Added detection entries for IHNM Hungarian fan translation - Bug #7886

Changed paths:
    engines/saga/detection_tables.h


diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h
index 20fdfb0..308fb27 100644
--- a/engines/saga/detection_tables.h
+++ b/engines/saga/detection_tables.h
@@ -795,6 +795,36 @@ static const SAGAGameDescription gameDescriptions[] = {
 		NULL,
 	},
 
+	// I Have No Mouth And I Must Scream - Hungarian fan CD translation
+	// English CD version with Hungarian text patch
+	// (English speech - Hungarian text)
+	{
+		{
+			"ihnm",
+			"fan-made",
+			{
+	{"musicfm.res",	GAME_MUSICFILE_FM,					"0439083e3dfdc51b486071d45872ae52", 302676},
+	{"musicgm.res",	GAME_MUSICFILE_GM,					"80f875a1fb384160d1f4b27166eef583", 314020},
+	{"scream.res",	GAME_RESOURCEFILE,					"46bbdc65d164ba7e89836a0935eec8e6", 83411541},
+	{"scripts.res",	GAME_SCRIPTFILE,					"be38bbc5a26be809dbf39f13befebd01", 505001},
+	{"patch.re_",	GAME_PATCHFILE | GAME_RESOURCEFILE,	"58b79e61594779513c7f2d35509fa89e", 5038599},
+	{"sfx.res",		GAME_SOUNDFILE,						"1c610d543f32ec8b525e3f652536f269", 22561056},
+	{ NULL, 0, NULL, 0}
+			},
+			Common::HU_HUN,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GID_IHNM,
+		0,
+		IHNM_DEFAULT_SCENE,
+		&IHNM_Resources,
+		ARRAYSIZE(IHNMCD_GameFonts),
+		IHNMCD_GameFonts,
+		NULL,
+	},
+
 	// I Have No Mouth And I Must Scream - Sp CD version
 	{
 		{


Commit: 0b08a4699009b18ee36a06797d2fc3da0f1799c8
    https://github.com/scummvm/scummvm/commit/0b08a4699009b18ee36a06797d2fc3da0f1799c8
Author: Matan Bareket (mataniko at gmail.com)
Date: 2017-12-26T20:31:14+01:00

Commit Message:
SCI: Added detection entries for PQ2 English version 1.002.011 - Bug #9716

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 4b91ec1..188a7b7 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -3422,6 +3422,15 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformDOS, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
 
+	// Police Quest 2 English DOS 1.002.011 (supplied by misterhands in bug report #9716)
+	{"pq2", "", {
+		{"resource.map", 0, "f42a265e26168d0463d12e0913e8dd1c", 5808},
+		{"resource.001", 0, "77f02def3094af804fd2371db25b7100", 161673},
+		{"resource.002", 0, "77f02def3094af804fd2371db25b7100", 334283},
+		{"resource.003", 0, "77f02def3094af804fd2371db25b7100", 308044},
+		AD_LISTEND},
+		Common::EN_ANY, Common::kPlatformDOS, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
+
 	// Police Quest 2 - English Atari ST
 	// Game version 1.001.006 1989-01-16 13:30
 	// Executable reports "1.001.009"


Commit: e6f1ded1197bab0fdb57785d6bcabbb72428b604
    https://github.com/scummvm/scummvm/commit/e6f1ded1197bab0fdb57785d6bcabbb72428b604
Author: Matan Bareket (mataniko at gmail.com)
Date: 2017-12-26T20:31:14+01:00

Commit Message:
SCI: Added detection entries for SQ1 Russian version - Bug #10156

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 188a7b7..ff0eb3d 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -4281,6 +4281,20 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformDOS, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
 
+	// Space Quest 1 VGA Remake - Russian DOS (from ncuxonaT in bug report #10156)
+	// VERSION file reports "2.000"
+	// SCI interpreter version 1.000.510 (just a guess)
+	{"sq1sci", "SCI", {
+		{"resource.map", 0, "764bcf12ef3d19c2edb12fef95311b18", 5913},
+		{"resource.000", 0, "8796727a998f62f5126a88342a6b919c", 1027050},
+		{"resource.001", 0, "03b15058b01dfad36a78eeb3237a468a", 1042620},
+		{"resource.002", 0, "c10edb6ee3c57da2af7f7f3b92e2d173", 1173464},
+		{"resource.003", 0, "da52b87ce225d12a3aa35e6b157e785c", 1214406},
+		{"resource.004", 0, "424f08b7593e54aa0ae22478b73e628a", 1208608},
+		AD_LISTEND},
+		Common::RU_RUS, Common::kPlatformDOS, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
+
+
 	// Space Quest 1 VGA Remake - English Mac (from Fingolfin)
 	{"sq1sci", "SCI", {
 		{"resource.map", 0, "5c6ad20407261b544238e8dce87afead", 5895},


Commit: 908cb169ebf5b8a825367355afea0cbc8da496de
    https://github.com/scummvm/scummvm/commit/908cb169ebf5b8a825367355afea0cbc8da496de
Author: Matan Bareket (mataniko at gmail.com)
Date: 2017-12-26T20:31:14+01:00

Commit Message:
SCI: Added detection entries for Lighthouse German version - Bug #10359

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index ff0eb3d..f82554b 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -2860,6 +2860,15 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LIGHTHOUSE },
 
+	// Lighthouse - German DOS (from bug #10359)	
+	{"lighthouse", "", {
+		{"resmap.001", 0, "d2dc13bb936d6528a19feac92fc7df1c", 7852},
+		{"ressci.001", 0, "dbb615146ec943e4ff7764a485c90511", 122330257},
+		{"resmap.002", 0, "8fdb8544d801057d3123539d8e6d039a", 7618},
+		{"ressci.002", 0, "6635764dc258b2041ca9a387e5aaab25", 115026179},
+		AD_LISTEND},
+		Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LIGHTHOUSE },
+
 #undef GUIO_LIGHTHOUSE_DEMO
 #undef GUIO_LIGHTHOUSE
 


Commit: 9cb2e4357715873f192d40ddd7570116cde98d25
    https://github.com/scummvm/scummvm/commit/9cb2e4357715873f192d40ddd7570116cde98d25
Author: Matan Bareket (mataniko at gmail.com)
Date: 2017-12-26T20:31:14+01:00

Commit Message:
LOL: Fix detection entry for LOL Japanese (Bug #9828)

Changed paths:
    engines/kyra/detection_tables.h


diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h
index 6fbc4ec..43dc0cc 100644
--- a/engines/kyra/detection_tables.h
+++ b/engines/kyra/detection_tables.h
@@ -1510,11 +1510,11 @@ const KYRAGameDescription adGameDescs[] = {
 				{ 0, 0, 0, 0 }
 			},
 			Common::JA_JPN,
-			Common::kPlatformDOS,
+			Common::kPlatformPC98,
 			ADGF_NO_FLAGS,
-			GUIO8(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_MIDIPCSPK, GUIO_RENDERVGA, GAMEOPTION_LOL_SCROLLING, GAMEOPTION_LOL_CURSORS)
+			GUIO5(GUIO_NOSPEECH, GUIO_MIDIPC98, GUIO_RENDERPC9801, GAMEOPTION_LOL_SCROLLING, GAMEOPTION_LOL_CURSORS)
 		},
-		LOL_CD_FLAGS
+		LOL_PC9801_FLAGS
 	},
 
 	// Russian fan translation





More information about the Scummvm-git-logs mailing list