[Scummvm-git-logs] scummvm master -> db6e05128d6d0737fc0ff8fa51599802f8e1f083

sev- noreply at scummvm.org
Fri Aug 18 20:28:33 UTC 2023


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

Summary:
67dfa0a9c5 GOB: added versionnumbers for Gobliins 2 games
3f7e598fc4 GOB: added version numbers for Gobliins 3
db6e05128d GOB: added version numbers for Croustibat


Commit: 67dfa0a9c5a74de6620806c999c8be0a34e2e2e4
    https://github.com/scummvm/scummvm/commit/67dfa0a9c5a74de6620806c999c8be0a34e2e2e4
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-08-18T22:28:28+02:00

Commit Message:
GOB: added versionnumbers for Gobliins 2 games

Changed paths:
    engines/gob/detection/tables_gob2.h


diff --git a/engines/gob/detection/tables_gob2.h b/engines/gob/detection/tables_gob2.h
index 9cc7c357604..0088ab44e7d 100644
--- a/engines/gob/detection/tables_gob2.h
+++ b/engines/gob/detection/tables_gob2.h
@@ -110,20 +110,6 @@
 	kFeaturesAdLib,
 	0, 0, 0
 },
-{ // Included in a German version of Adi 2
-	{
-		"gob2",
-		"",
-		AD_ENTRY1("intro.stk", "271863a3dfc27665fac4b3589a0e735f"),
-		DE_DEU,
-		kPlatformDOS,
-		ADGF_NO_FLAGS,
-		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
-	},
-	kGameTypeGob2,
-	kFeaturesAdLib,
-	0, 0, 0
-},
 { // Supplied by goodoldgeorg in bug report #4163
 	{
 		"gob2",
@@ -357,7 +343,7 @@
 {
 	{
 		"gob2",
-		"",
+		"v1.02",
 		{
 			{"intro.stk", 0, "285d7340f98ebad65d465585da12910b", 837286},
 			{"musmac1.mid", 0, "834e55205b710d0af5f14a6f2320dd8e", 8661},
@@ -479,7 +465,7 @@
 { // Found in french ADI 2.5 Anglais Multimedia 5e
 	{
 		"gob2",
-		"",
+		"v1.02",
 		AD_ENTRY1s("intro.stk", "285d7340f98ebad65d465585da12910b", 837286),
 		FR_FRA,
 		kPlatformWindows,
@@ -490,6 +476,20 @@
 	kFeaturesAdLib,
 	0, 0, 0
 },
+{ // Included in a German version of Adi 2
+	{
+		"gob2",
+		"v1.03",
+		AD_ENTRY1("intro.stk", "271863a3dfc27665fac4b3589a0e735f"),
+		DE_DEU,
+		kPlatformWindows,
+		ADGF_NO_FLAGS,
+		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+	},
+	kGameTypeGob2,
+	kFeaturesAdLib,
+	0, 0, 0
+},
 
 // -- Mac --
 


Commit: 3f7e598fc414ce4e70a1a881d01f85430cf588bb
    https://github.com/scummvm/scummvm/commit/3f7e598fc414ce4e70a1a881d01f85430cf588bb
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-08-18T22:28:28+02:00

Commit Message:
GOB: added version numbers for Gobliins 3

Changed paths:
    engines/gob/detection/tables_gob3.h


diff --git a/engines/gob/detection/tables_gob3.h b/engines/gob/detection/tables_gob3.h
index 4e8ed8f1481..acaad7a7256 100644
--- a/engines/gob/detection/tables_gob3.h
+++ b/engines/gob/detection/tables_gob3.h
@@ -57,7 +57,7 @@
 { // Supplied by raziel_ in bug report #3622
 	{
 		"gob3",
-		"",
+		"v0.50",
 		AD_ENTRY1s("intro.stk", "16b014bf32dbd6ab4c5163c44f56fed1", 445104),
 		EN_GRB,
 		kPlatformDOS,
@@ -172,7 +172,7 @@
 {
 	{
 		"gob3",
-		"",
+		"v1.00",
 		{
 			{"intro.stk", 0, "16b014bf32dbd6ab4c5163c44f56fed1", 445104},
 			{"musmac1.mid", 0, "948c546cad3a9de5bff3fe4107c82bf1", 6404},
@@ -190,7 +190,7 @@
 {
 	{
 		"gob3",
-		"",
+		"v1.00",
 		{
 			{"intro.stk", 0, "16b014bf32dbd6ab4c5163c44f56fed1", 445104},
 			{"musmac1.mid", 0, "948c546cad3a9de5bff3fe4107c82bf1", 6404},
@@ -208,7 +208,7 @@
 {
 	{
 		"gob3",
-		"",
+		"v1.00",
 		{
 			{"intro.stk", 0, "16b014bf32dbd6ab4c5163c44f56fed1", 445104},
 			{"musmac1.mid", 0, "948c546cad3a9de5bff3fe4107c82bf1", 6404},


Commit: db6e05128d6d0737fc0ff8fa51599802f8e1f083
    https://github.com/scummvm/scummvm/commit/db6e05128d6d0737fc0ff8fa51599802f8e1f083
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-08-18T22:28:28+02:00

Commit Message:
GOB: added version numbers for Croustibat

Changed paths:
    engines/gob/detection/tables_crousti.h


diff --git a/engines/gob/detection/tables_crousti.h b/engines/gob/detection/tables_crousti.h
index 6894bf1b11d..0a335398bb5 100644
--- a/engines/gob/detection/tables_crousti.h
+++ b/engines/gob/detection/tables_crousti.h
@@ -29,7 +29,7 @@
 {
 	{
 		"crousti",
-		"",
+		"v1.01",
 		AD_ENTRY1s("intro.stk", "63fd795818fa72c32b903bbd99e18ea1", 851926),
 		PT_PRT,
 		kPlatformDOS,
@@ -43,7 +43,7 @@
 {
 	{	// English Fan Translation by denzquix
 		"crousti",
-		"",
+		"v1.01",
 		AD_ENTRY1s("intro.stk", "c660f5500907ecf18a05412d4fda2222", 850731),
 		EN_ANY,
 		kPlatformDOS,
@@ -57,7 +57,7 @@
 {
 	{	// German Fan Translation by BJNFNE
 		"crousti",
-		"",
+		"v1.01",
 		AD_ENTRY1s("intro.stk", "df96be976e53cc7de9e2741c45c18a1f", 864746),
 		DE_DEU,
 		kPlatformDOS,




More information about the Scummvm-git-logs mailing list