[Scummvm-git-logs] scummvm master -> 962e15988b07d80dd8fcce191325232c1f296955

sev- noreply at scummvm.org
Tue Dec 26 15:54:11 UTC 2023


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:
962e15988b GOB: Added language to bargon VGA floppy and release dates


Commit: 962e15988b07d80dd8fcce191325232c1f296955
    https://github.com/scummvm/scummvm/commit/962e15988b07d80dd8fcce191325232c1f296955
Author: Benjamin Funke (bjnfne at web.de)
Date: 2023-12-26T16:54:08+01:00

Commit Message:
GOB: Added language to bargon VGA floppy and release dates

Changed paths:
    engines/gob/detection/tables_bargon.h
    engines/gob/detection/tables_gob3.h
    engines/gob/detection/tables_inca2.h
    engines/gob/detection/tables_lit.h
    engines/gob/detection/tables_ween.h


diff --git a/engines/gob/detection/tables_bargon.h b/engines/gob/detection/tables_bargon.h
index cf166e98a69..08e20669161 100644
--- a/engines/gob/detection/tables_bargon.h
+++ b/engines/gob/detection/tables_bargon.h
@@ -30,8 +30,8 @@
 	{
 		"bargon",
 		"",
-		AD_ENTRY1("intro.stk", "da3c54be18ab73fbdb32db24624a9c23"),
-		UNK_LANG,
+		AD_ENTRY1s("intro.stk", "da3c54be18ab73fbdb32db24624a9c23", 3181825),
+		EN_ANY,
 		kPlatformDOS,
 		ADGF_NO_FLAGS,
 		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
diff --git a/engines/gob/detection/tables_gob3.h b/engines/gob/detection/tables_gob3.h
index 6f561784164..e57e2401903 100644
--- a/engines/gob/detection/tables_gob3.h
+++ b/engines/gob/detection/tables_gob3.h
@@ -68,7 +68,7 @@
 	kFeaturesAdLib,
 	0, 0, 0
 },
-{
+{ // dated March 17, 1994
 	{
 		"gob3",
 		"v1.00",
diff --git a/engines/gob/detection/tables_inca2.h b/engines/gob/detection/tables_inca2.h
index 0f95171d56e..1a109c8d9ec 100644
--- a/engines/gob/detection/tables_inca2.h
+++ b/engines/gob/detection/tables_inca2.h
@@ -250,7 +250,7 @@
 {
 	{
 		"inca2",
-		"Non-Interactive Demo (v2.0)",
+		"Non-Interactive Demo (v2.0)", // dated 8/1/93
 		{
 			{"cons.imd", 0, "f896ba0c4a1ac7f7260d342655980b49", 17804},
 			{"conseil.imd", 0, "aaedd5482d5b271e233e86c5a03cf62e", 33999},
diff --git a/engines/gob/detection/tables_lit.h b/engines/gob/detection/tables_lit.h
index c241af50d8b..90e42f3d649 100644
--- a/engines/gob/detection/tables_lit.h
+++ b/engines/gob/detection/tables_lit.h
@@ -169,7 +169,7 @@
 	kFeaturesCD,
 	0, 0, 0
 },
-{ // Supplied by SiRoCs in bug report #3943
+{ // Supplied by SiRoCs in bug report #3943 dated 09.06.93
 	{
 		"lit",
 		"CD v1.00",
@@ -183,7 +183,7 @@
 	kFeaturesCD,
 	0, 0, 0
 },
-{ // Supplied by SiRoCs in bug report #3943
+{ // Supplied by SiRoCs in bug report #3943 dated 09.06.93
 	{
 		"lit",
 		"CD v1.00",
@@ -197,7 +197,7 @@
 	kFeaturesCD,
 	0, 0, 0
 },
-{ // Supplied by SiRoCs in bug report #3943
+{ // Supplied by SiRoCs in bug report #3943 dated 09.06.93
 	{
 		"lit",
 		"CD v1.00",
@@ -211,7 +211,7 @@
 	kFeaturesCD,
 	0, 0, 0
 },
-{ // Supplied by SiRoCs in bug report #3943
+{ // Supplied by SiRoCs in bug report #3943 dated 09.06.93
 	{
 		"lit",
 		"CD v1.00",
@@ -225,7 +225,7 @@
 	kFeaturesCD,
 	0, 0, 0
 },
-{ // Supplied by SiRoCs in bug report #3943
+{ // Supplied by SiRoCs in bug report #3943 dated 09.06.93
 	{
 		"lit",
 		"CD v1.00",
@@ -239,7 +239,7 @@
 	kFeaturesCD,
 	0, 0, 0
 },
-{ // Supplied by SiRoCs in bug report #3943
+{ // Supplied by SiRoCs in bug report #3943 dated 09.06.93
 	{
 		"lit",
 		"CD v1.00",
diff --git a/engines/gob/detection/tables_ween.h b/engines/gob/detection/tables_ween.h
index b0105804369..6edc0dc003e 100644
--- a/engines/gob/detection/tables_ween.h
+++ b/engines/gob/detection/tables_ween.h
@@ -266,7 +266,7 @@
 {
 	{
 		"ween",
-		"Demo",
+		"Demo (v2.0)", // dated 8/1/93
 		AD_ENTRY1s("intro.stk", "15fb91a1b9b09684b28ac75edf66e504", 2340230),
 		EN_USA,
 		kPlatformDOS,




More information about the Scummvm-git-logs mailing list