[Scummvm-cvs-logs] scummvm master -> 92307393bb5010e8a3c0374dd3c2a13b25fcc61f

m-kiewitz m_kiewitz at users.sourceforge.net
Wed Apr 13 22:48:40 CEST 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:
a08456bcb8 SCI: Added the Atari ST version of Codename: Iceman
92307393bb Merge pull request #746 from OmerMor/master


Commit: a08456bcb8306cecd5d5aa214430da76d35357e8
    https://github.com/scummvm/scummvm/commit/a08456bcb8306cecd5d5aa214430da76d35357e8
Author: Omer Mor (omer.mor at gmail.com)
Date: 2016-04-13T23:39:45+03:00

Commit Message:
SCI: Added the Atari ST version of Codename: Iceman

Changed paths:
    engines/sci/detection_tables.h



diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 76c8199..2ae9802 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -239,6 +239,19 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformAmiga, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
 
+	// Codename: Iceman - English Atari ST
+	// Game version 1.041
+	// Executable reports "1.002.041"
+	{ "iceman", "",{
+		{ "resource.map", 0, "066e89b685ad788e06bae0b76d0d37d3", 5718 },
+		{ "resource.000", 0, "053278385ce910a3f630f2e45e3c10be", 26987 },
+		{ "resource.001", 0, "32b351072fccf76fc82234d73d28c08b", 438880 },
+		{ "resource.002", 0, "36670a917550757d57df84c96cf9e6d9", 566667 },
+		{ "resource.003", 0, "d97a96f1ab91b41cf46a02cc89b0a04e", 624304 },
+		{ "resource.004", 0, "8613c45fc771d658e5a505b9a4a54f31", 670884 },
+		AD_LISTEND },
+		Common::EN_ANY, Common::kPlatformAtariST, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) },
+
 	// Codename: Iceman - English DOS Non-Interactive Demo
 	// Executable scanning reports "0.000.685"
 	{"iceman", "Demo", {


Commit: 92307393bb5010e8a3c0374dd3c2a13b25fcc61f
    https://github.com/scummvm/scummvm/commit/92307393bb5010e8a3c0374dd3c2a13b25fcc61f
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2016-04-13T22:48:37+02:00

Commit Message:
Merge pull request #746 from OmerMor/master

SCI: Added the Atari ST version of Codename: Iceman

Changed paths:
    engines/sci/detection_tables.h









More information about the Scummvm-git-logs mailing list