[Scummvm-git-logs] scummvm master -> 5b06639a69fc4214138014355998a334f69067c6

bluegr bluegr at gmail.com
Tue Jun 4 07:24:46 CEST 2019


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:
f23345104c WINTERMUTE: Add detection tables for thekite v1.4
5b06639a69 WINTERMUTE: Janitorial edits at detection table


Commit: f23345104c7957ca2e16129b78f4ccae1b2cec05
    https://github.com/scummvm/scummvm/commit/f23345104c7957ca2e16129b78f4ccae1b2cec05
Author: lolbot-iichan (lolbot_iichan at mail.ru)
Date: 2019-06-04T08:24:42+03:00

Commit Message:
WINTERMUTE: Add detection tables for thekite v1.4

You can get the Kite v1.4 at https://anatolii.itch.io/the-kite
The Kite v1.5 is remade with Unity engine, so only v1.4 or lower are supported

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 14931ca..8643e75 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -561,6 +561,18 @@ static const WMEGameDescription gameDescriptions[] = {
 	// The Kite (Version 1.3.e)
 	WME_WINENTRY("thekite", "Version 1.3.e",
 		WME_ENTRY1s("data.dcp", "9761827b51370263b7623721545d7627", 47382987), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION),
+	// The Kite (Version 1.4.e) (English)
+	WME_WINENTRY("thekite", "Version 1.4.e",
+		WME_ENTRY1s("data.dcp", "b7b72a291c614ad45ae6a4e9c8d55f97", 47240677), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION),
+	// The Kite (Version 1.4.f) (French)
+	WME_WINENTRY("thekite", "Version 1.4.f",
+		WME_ENTRY1s("data.dcp", "a1e2e8a1a0c54b2bd3f7a3b628e9483c", 47341826), Common::FR_FRA, ADGF_UNSTABLE, LATEST_VERSION),
+	// The Kite (Version 1.4.i) (Italian)
+	WME_WINENTRY("thekite", "Version 1.4.i",
+		WME_ENTRY1s("data.dcp", "69a58ff96306ec80114e0c4b3339a405", 47312894), Common::IT_ITA, ADGF_UNSTABLE, LATEST_VERSION),
+	// The Kite (Version 1.4.r) (Russian)
+	WME_WINENTRY("thekite", "Version 1.4.r",
+		WME_ENTRY1s("data.dcp", "16618c3488b07fae5d00fb94c408d2b8", 47472358), Common::RU_RUS, ADGF_UNSTABLE, LATEST_VERSION),
 	// Fairy Tales About Toshechka and Boshechka
 	WME_WINENTRY("tib", "",
 		WME_ENTRY1s("data.dcp", "87d296ef3f46570ed18f000d3885db77", 340264526), Common::RU_RUS, ADGF_UNSTABLE, LATEST_VERSION),


Commit: 5b06639a69fc4214138014355998a334f69067c6
    https://github.com/scummvm/scummvm/commit/5b06639a69fc4214138014355998a334f69067c6
Author: lolbot-iichan (lolbot_iichan at mail.ru)
Date: 2019-06-04T08:24:42+03:00

Commit Message:
WINTERMUTE: Janitorial edits at detection table

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 8643e75..a3ef9f3 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -549,7 +549,7 @@ static const WMEGameDescription gameDescriptions[] = {
 	// The Kite (Version 1.1)
 	WME_WINENTRY("thekite", "Version 1.1",
 		WME_ENTRY1s("data.dcp", "92d29428f464469bda2d81b03d4d5c3e", 47332296), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION),
-	// The Kite (Version 1.2.e)
+	// The Kite (Version 1.2.e) (English)
 	WME_WINENTRY("thekite", "Version 1.2.e",
 		WME_ENTRY1s("data.dcp", "92451578b1bdd2b32a1db592a4f6d5fc", 47360539), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION),
 	// The Kite (Version 1.2.i) (Italian)
@@ -557,8 +557,8 @@ static const WMEGameDescription gameDescriptions[] = {
 		WME_ENTRY1s("data.dcp", "d3435b106a1b3b4c1df8ad596d271586", 47509274), Common::IT_ITA, ADGF_UNSTABLE, LATEST_VERSION),
 	// The Kite (Version 1.2.r) (Russian)
 	WME_WINENTRY("thekite", "Version 1.2.r",
-		WME_ENTRY1s("data.dcp", "d531e097dd884737469da014ed882cde", 47554582 ), Common::RU_RUS, ADGF_UNSTABLE, LATEST_VERSION),
-	// The Kite (Version 1.3.e)
+		WME_ENTRY1s("data.dcp", "d531e097dd884737469da014ed882cde", 47554582), Common::RU_RUS, ADGF_UNSTABLE, LATEST_VERSION),
+	// The Kite (Version 1.3.e) (English)
 	WME_WINENTRY("thekite", "Version 1.3.e",
 		WME_ENTRY1s("data.dcp", "9761827b51370263b7623721545d7627", 47382987), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION),
 	// The Kite (Version 1.4.e) (English)





More information about the Scummvm-git-logs mailing list