[Scummvm-git-logs] scummvm master -> ea1390bb40c6bf6574a8d87dc964394dad737ab0
sev-
sev at scummvm.org
Tue Apr 20 15:48:55 UTC 2021
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:
2e5800f1e1 MOHAWK: Added alternate newkid detection. Bugreport #11003
8804c618a8 AGI: Specify interpeter version for the recently added KQ3
ea1390bb40 DISTS: Fix formatting for I18N comments
Commit: 2e5800f1e152e5f294c9d4ad2293e565e2126fde
https://github.com/scummvm/scummvm/commit/2e5800f1e152e5f294c9d4ad2293e565e2126fde
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-04-20T17:45:08+02:00
Commit Message:
MOHAWK: Added alternate newkid detection. Bugreport #11003
Changed paths:
engines/mohawk/detection_tables.h
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 01072dd02f..e4d6d04956 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1736,6 +1736,22 @@ static const MohawkGameDescription gameDescriptions[] = {
"NEWKID.EXE"
},
+ // Bugreport #11003
+ {
+ {
+ "newkid",
+ "",
+ AD_ENTRY1s("NEWKID.512", "5b643345af12a9ecee7b47768634d844", 3245),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV1,
+ 0,
+ "NEWKID.EXE"
+ },
+
// From aluff in bug#5731
{
{
Commit: 8804c618a8f0987f7aa23f2074d3bcd6190b7d70
https://github.com/scummvm/scummvm/commit/8804c618a8f0987f7aa23f2074d3bcd6190b7d70
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-04-20T17:45:12+02:00
Commit Message:
AGI: Specify interpeter version for the recently added KQ3
Changed paths:
engines/agi/detection_tables.h
diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 13bca3a8ef..6eb12de484 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -395,7 +395,7 @@ static const AGIGameDescription gameDescriptions[] = {
// King's Quest 3 (PC 5.25") 2.00 5/25/87 [AGI 2.435]
GAME("kq3", "2.00 1987-05-25 5.25\"", "18aad8f7acaaff760720c5c6885b6bab", 0x2440, GID_KQ3),
- // King's Quest 3 (PC 5.25") 2.00 5/28/87 [AGI 2.XXX]
+ // King's Quest 3 (PC 5.25") 2.00 5/28/87 [AGI 2.435]
// Bugreport #10646
GAME("kq3", "2.00 1987-05-25 5.25\"", "b46dc63d6272fb6ed24a004ad580a033", 0x2440, GID_KQ3),
Commit: ea1390bb40c6bf6574a8d87dc964394dad737ab0
https://github.com/scummvm/scummvm/commit/ea1390bb40c6bf6574a8d87dc964394dad737ab0
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-04-20T17:48:29+02:00
Commit Message:
DISTS: Fix formatting for I18N comments
Changed paths:
dists/scummvm.appdata.xml.cpp
diff --git a/dists/scummvm.appdata.xml.cpp b/dists/scummvm.appdata.xml.cpp
index b301342e7e..3af0a7829b 100644
--- a/dists/scummvm.appdata.xml.cpp
+++ b/dists/scummvm.appdata.xml.cpp
@@ -28,27 +28,27 @@
#include "common/translation.h" // For catching the file during POTFILES revies
-// I18N: One line summary as shown in *nix distributions
static const char *summary =
+// I18N: One line summary as shown in *nix distributions
_s("Interpreter for numerous adventure games and role-playing games");
-// I18N: 1 of 3 paragraph of ScummVM description in *nix distributions
static const char *par1 =
+// I18N: 1 of 3 paragraph of ScummVM description in *nix distributions
_s("ScummVM is a program which allows you to run a wide variety of classic "
"graphical point-and-click adventure games and role-playing games, "
"provided you already have their data files. The clever part about this: "
"ScummVM just replaces the executables shipped with the game, "
"allowing you to play them on systems for which they were never designed!");
-// I18N: 2 of 3 paragraph of ScummVM description in *nix distributions
static const char *par2 =
+// I18N: 2 of 3 paragraph of ScummVM description in *nix distributions
_s("Currently, ScummVM supports a huge library of adventures with over 4000 games in total. "
"It supports many classics published by legendary studios like LucasArts, Sierra On-Line, "
"Revolution Software, Cyan, Inc. and Westwood Studios.");
-// I18N: 3 of 3 paragraph of ScummVM description in *nix distributions
static const char *par3 =
+// I18N: 3 of 3 paragraph of ScummVM description in *nix distributions
_s("Next to ground-breaking titles like the Monkey Island series, Broken Sword, "
"Myst, Blade Runner and countless other games you will find "
"some really obscure adventures and truly hidden gems to explore.");
More information about the Scummvm-git-logs
mailing list