[Scummvm-git-logs] scummvm master -> 32a39be8d38729aee1e14353c5b2bc208c0eb50f

sev- noreply at scummvm.org
Tue Jul 11 21:45:19 UTC 2023


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:
9b52d252b0 GOB: Added russian Gobliins 1 version (Bugreport #14531)
32a39be8d3 GOB: added russian version of Gobliins 1 (Bugreport #14531)


Commit: 9b52d252b05509b7bf6b6e63d09935da5ea50564
    https://github.com/scummvm/scummvm/commit/9b52d252b05509b7bf6b6e63d09935da5ea50564
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-07-11T23:45:15+02:00

Commit Message:
GOB: Added russian Gobliins 1 version (Bugreport #14531)

Added support for russian version from Bugreport #14531 (https://bugs.scummvm.org/ticket/14531)

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


diff --git a/engines/gob/detection/tables_gob1.h b/engines/gob/detection/tables_gob1.h
index 1ca44160d7f..1874d3ad336 100644
--- a/engines/gob/detection/tables_gob1.h
+++ b/engines/gob/detection/tables_gob1.h
@@ -400,6 +400,21 @@
 	0, 0, 0
 },
 
+{ // Supplied by Svipur in bug report #14531
+	{
+		"gob1cd",
+		"",
+		AD_ENTRY1s("intro.stk", "dd3975b66f37d2f360f34ee1f83041f1", 3231773),
+		RU_RUS,
+		kPlatformDOS,
+		ADGF_NO_FLAGS,
+		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+	},
+	kGameTypeGob1,
+	kFeaturesCD,
+	0, 0, 0
+},
+
 // -- Windows --
 
 { // Supplied by Hkz on #scummvm


Commit: 32a39be8d38729aee1e14353c5b2bc208c0eb50f
    https://github.com/scummvm/scummvm/commit/32a39be8d38729aee1e14353c5b2bc208c0eb50f
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-07-11T23:45:15+02:00

Commit Message:
GOB: added russian version of Gobliins 1 (Bugreport #14531)

Added support for russian version of Gobliins 1 (Bugreport #14531)
(https://bugs.scummvm.org/ticket/14531)
Adapted to CD by A.P.$lasH

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


diff --git a/engines/gob/detection/tables_gob1.h b/engines/gob/detection/tables_gob1.h
index 1874d3ad336..d1b899bc075 100644
--- a/engines/gob/detection/tables_gob1.h
+++ b/engines/gob/detection/tables_gob1.h
@@ -400,7 +400,7 @@
 	0, 0, 0
 },
 
-{ // Supplied by Svipur in bug report #14531
+{ // Supplied by Svipur in bug report #14531 (Adapted to CD by A.P.$lasH)
 	{
 		"gob1cd",
 		"",




More information about the Scummvm-git-logs mailing list