[Scummvm-git-logs] scummvm master -> 8dc04ff6d75f33fd6edb97a0833b581748345c83

bluegr bluegr at gmail.com
Sat Mar 23 16:03:14 CET 2019


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:
8dc04ff6d7 SCI: Add detection entry for The Dating Pool 2019 demo


Commit: 8dc04ff6d75f33fd6edb97a0833b581748345c83
    https://github.com/scummvm/scummvm/commit/8dc04ff6d75f33fd6edb97a0833b581748345c83
Author: Kawa-oneechan (kawaoneechan at gmail.com)
Date: 2019-03-23T17:03:11+02:00

Commit Message:
SCI: Add detection entry for The Dating Pool 2019 demo

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index c980133..4bc2ab7 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -5127,6 +5127,14 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) },
 
+	// The Dating Pool - English DOSBox Interactive Demo
+	// Itch.IO 2019 release: more bug fixes and polish
+	{ "catdate", "Demo", {
+		{"resource.000", 0, "094b9d3c841fe60076f06cdef3fb1383", 1555069},
+		{"resource.map", 0, "ccaaf19dd3f8cedd99722569dc42f63f", 1393},
+		AD_LISTEND},
+		Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) },
+
 	// SCI Fanmade Games
 	FANMADE("120 Degrees Below Zero", "57f6135bd073802215c9b97f32d6aea3", 504, "03adf530a34557dfc20f848c9572f4d0", 320749),
 	FANMADE("Al Pond: Island Quest 2", "4cba6a5a4c8f66f21935ed78b0511a92", 870, "876587dc9a5ec569287a3dc4b29139d8", 613769),





More information about the Scummvm-git-logs mailing list