[Scummvm-git-logs] scummvm master -> 9a086ab0662de5840e0027f77a861421c7d7ce24

sev- sev at scummvm.org
Sat Oct 3 16:53:47 UTC 2020


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:
b668c1ac90 BUILD: Detect changes in detection-related files
9a086ab066 GOB: Added detection for the upcoming Russian fan translations


Commit: b668c1ac901d03c0a82c54ba99722b606a44f0bc
    https://github.com/scummvm/scummvm/commit/b668c1ac901d03c0a82c54ba99722b606a44f0bc
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-10-03T18:52:39+02:00

Commit Message:
BUILD: Detect changes in detection-related files

Changed paths:
    Makefile.common


diff --git a/Makefile.common b/Makefile.common
index 9e3a4145f5..898df489b9 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -80,6 +80,8 @@ LOAD_RULES_MK := 1
 
 ifneq ($(DETECTION_STATIC), 1)
 -include $(srcdir)/engines/detect_modules.mk
+else
+MODULE_DIRS += $(sort $(dir $(DETECT_OBJS)))
 endif
 
 # Depdir information


Commit: 9a086ab0662de5840e0027f77a861421c7d7ce24
    https://github.com/scummvm/scummvm/commit/9a086ab0662de5840e0027f77a861421c7d7ce24
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-10-03T18:53:20+02:00

Commit Message:
GOB: Added detection for the upcoming Russian fan translations

Changed paths:
    engines/gob/detection/tables_bargon.h
    engines/gob/detection/tables_woodruff.h


diff --git a/engines/gob/detection/tables_bargon.h b/engines/gob/detection/tables_bargon.h
index d8e2c53410..429b7c85e3 100644
--- a/engines/gob/detection/tables_bargon.h
+++ b/engines/gob/detection/tables_bargon.h
@@ -97,6 +97,20 @@
 	kFeaturesNone,
 	0, 0, 0
 },
+{ // Russian fan translation by PRCA
+	{
+		"bargon",
+		"Fanmade",
+		AD_ENTRY1s("intro.stk", "0937f20c9177a9c4111e48f8916fea47", 3185593),
+		RU_RUS,
+		kPlatformDOS,
+		ADGF_NO_FLAGS,
+		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+	},
+	kGameTypeBargon,
+	kFeaturesNone,
+	0, 0, 0
+},
 
 // -- Amiga --
 
diff --git a/engines/gob/detection/tables_woodruff.h b/engines/gob/detection/tables_woodruff.h
index b96065b14f..24656af90a 100644
--- a/engines/gob/detection/tables_woodruff.h
+++ b/engines/gob/detection/tables_woodruff.h
@@ -377,6 +377,20 @@
 	kFeatures640x480,
 	0, 0, 0
 },
+{ // Russian fanmade translation by PRCA
+	{
+		"woodruff",
+		"Fanmade",
+		AD_ENTRY1s("intro.stk", "8d2533aea7bb6bae2ae02bf2a1f315f2", 20653992),
+		RU_RUS,
+		kPlatformDOS,
+		ADGF_NO_FLAGS,
+		GUIO2(GUIO_NOSPEECH, GUIO_NOASPECT)
+	},
+	kGameTypeWoodruff,
+	kFeatures640x480,
+	0, 0, 0
+},
 
 // -- Demos --
 




More information about the Scummvm-git-logs mailing list