[Scummvm-git-logs] scummvm master -> ab3ad6e1fe36a4efb53bd2eb1f294034d3e693e7
sev-
sev at scummvm.org
Tue Nov 10 01:15:41 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:
81161e0f95 TINSEL: Fix warnings
ab3ad6e1fe BLADERUNNER: Disable Siberian Studio Russian fan translations
Commit: 81161e0f9520e93803bb4c965fb6fff2a1c28887
https://github.com/scummvm/scummvm/commit/81161e0f9520e93803bb4c965fb6fff2a1c28887
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-11-10T02:14:41+01:00
Commit Message:
TINSEL: Fix warnings
Changed paths:
engines/tinsel/detection_tables.h
diff --git a/engines/tinsel/detection_tables.h b/engines/tinsel/detection_tables.h
index e75ff5e703..e191b20228 100644
--- a/engines/tinsel/detection_tables.h
+++ b/engines/tinsel/detection_tables.h
@@ -821,7 +821,9 @@ static const TinselGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_UNSTABLE
+ ADGF_UNSTABLE,
+ GUIO0()
+
},
GID_NOIR,
0,
@@ -840,7 +842,8 @@ static const TinselGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_UNSTABLE | ADGF_DEMO
+ ADGF_UNSTABLE | ADGF_DEMO,
+ GUIO0()
},
GID_NOIR,
0,
Commit: ab3ad6e1fe36a4efb53bd2eb1f294034d3e693e7
https://github.com/scummvm/scummvm/commit/ab3ad6e1fe36a4efb53bd2eb1f294034d3e693e7
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-11-10T02:15:03+01:00
Commit Message:
BLADERUNNER: Disable Siberian Studio Russian fan translations
Changed paths:
engines/bladerunner/POTFILES
engines/bladerunner/detection_tables.h
diff --git a/engines/bladerunner/POTFILES b/engines/bladerunner/POTFILES
index cfeba665f8..dbadaf4621 100644
--- a/engines/bladerunner/POTFILES
+++ b/engines/bladerunner/POTFILES
@@ -1,2 +1,3 @@
engines/bladerunner/bladerunner.cpp
engines/bladerunner/detection.cpp
+engines/bladerunner/detection_tables.h
diff --git a/engines/bladerunner/detection_tables.h b/engines/bladerunner/detection_tables.h
index 8d5b7ec427..82d0e87b2b 100644
--- a/engines/bladerunner/detection_tables.h
+++ b/engines/bladerunner/detection_tables.h
@@ -23,6 +23,7 @@
#ifndef BLADERUNNER_DETECTION_TABLES_H
#define BLADERUNNER_DETECTION_TABLES_H
+#include "common/translation.h"
#include "engines/advancedDetector.h"
#define GAMEOPTION_SITCOM GUIO_GAMEOPTIONS1
@@ -92,22 +93,22 @@ static const ADGameDescription gameDescriptions[] = {
// BladeRunner (Russian - Fargus Multimedia + Home Systems, Inc. + Siberian Studio, R3) - RUS
{
"bladerunner",
- 0,
+ _s("The fan translator does not wish his translation to be incorporated into ScummVM."),
AD_ENTRY1s("STARTUP.MIX", "c198b54a5366b88b1734bbca21d3b192", 2678672),
Common::RU_RUS,
Common::kPlatformWindows,
- ADGF_NO_FLAGS,
+ ADGF_UNSUPPORTED,
GUIO6(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS, GAMEOPTION_FRAMELIMITER_FPS, GAMEOPTION_DISABLE_STAMINA_DRAIN, GUIO_NOMIDI)
},
// BladeRunner (Russian - Fargus Multimedia + Home Systems, Inc. + Siberian Studio, R4) - RUS
{
"bladerunner",
- 0,
+ _s("The fan translator does not wish his translation to be incorporated into ScummVM."),
AD_ENTRY1s("STARTUP.MIX", "d62498a7415682bb3ff86a894303c836", 2810053),
Common::RU_RUS,
Common::kPlatformWindows,
- ADGF_NO_FLAGS,
+ ADGF_UNSUPPORTED,
GUIO6(GAMEOPTION_SITCOM, GAMEOPTION_SHORTY, GAMEOPTION_FRAMELIMITER_NODELAYMILLIS, GAMEOPTION_FRAMELIMITER_FPS, GAMEOPTION_DISABLE_STAMINA_DRAIN, GUIO_NOMIDI)
},
More information about the Scummvm-git-logs
mailing list