[Scummvm-git-logs] scummvm master -> 563000092186cf1f06823e4a6c8b8a0f410e41f4
bluegr
noreply at scummvm.org
Mon Jan 2 11:46:45 UTC 2023
This automated email contains information about 7 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
2ba90a489f HUGO: Use proper titles in detection entries
ca77f5db92 AGOS: Complete StS Puzzle Pack titles
44703713c4 GNAP: Use common name U.F.O.s
79ffafde61 ILLUSIONS: Complete Duckman/BB do U detection titles
65de989fa3 LILLIPUT: Complete Robin Hood detection title
4732b6dd9f MYST3: Add colon to detection title
5630000921 SWORD25: Complete Broken Sword 2.5 detection title
Commit: 2ba90a489f904b43231359932e3268bd3a85dea8
https://github.com/scummvm/scummvm/commit/2ba90a489f904b43231359932e3268bd3a85dea8
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-01-02T13:46:39+02:00
Commit Message:
HUGO: Use proper titles in detection entries
Changed paths:
engines/hugo/detection.cpp
diff --git a/engines/hugo/detection.cpp b/engines/hugo/detection.cpp
index 3174bd777f0..e642489f8cc 100644
--- a/engines/hugo/detection.cpp
+++ b/engines/hugo/detection.cpp
@@ -43,9 +43,9 @@ namespace Hugo {
static const PlainGameDescriptor hugoGames[] = {
// Games
- {"hugo1", "Hugo 1: Hugo's House of Horrors"},
- {"hugo2", "Hugo 2: Whodunit?"},
- {"hugo3", "Hugo 3: Jungle of Doom"},
+ {"hugo1", "Hugo's House of Horrors"},
+ {"hugo2", "Hugo II: Whodunit?"},
+ {"hugo3", "Hugo III: Jungle of Doom"},
{nullptr, nullptr}
};
Commit: ca77f5db927505533197a68dc75ec3a6aa9e69a1
https://github.com/scummvm/scummvm/commit/ca77f5db927505533197a68dc75ec3a6aa9e69a1
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-01-02T13:46:39+02:00
Commit Message:
AGOS: Complete StS Puzzle Pack titles
Changed paths:
engines/agos/detection.cpp
diff --git a/engines/agos/detection.cpp b/engines/agos/detection.cpp
index ee57f1315b6..ded4e426487 100644
--- a/engines/agos/detection.cpp
+++ b/engines/agos/detection.cpp
@@ -56,10 +56,10 @@ static const PlainGameDescriptor agosGames[] = {
{"simon1", "Simon the Sorcerer"},
{"simon2", "Simon the Sorcerer II: The Lion, the Wizard and the Wardrobe"},
{"feeble", "The Feeble Files"},
- {"dimp", "Demon in my Pocket"},
- {"jumble", "Jumble"},
- {"puzzle", "NoPatience"},
- {"swampy", "Swampy Adventures"},
+ {"dimp", "Simon the Sorcerer's Puzzle Pack: Demon in my Pocket"},
+ {"jumble", "Simon the Sorcerer's Puzzle Pack: Jumble"},
+ {"puzzle", "Simon the Sorcerer's Puzzle Pack: NoPatience"},
+ {"swampy", "Simon the Sorcerer's Puzzle Pack: Swampy Adventures"},
{nullptr, nullptr}
};
Commit: 44703713c4f83f3be7e7d702aa5e90541e1e4d54
https://github.com/scummvm/scummvm/commit/44703713c4f83f3be7e7d702aa5e90541e1e4d54
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-01-02T13:46:39+02:00
Commit Message:
GNAP: Use common name U.F.O.s
"Gnap" was used only in the German localization
Changed paths:
engines/gnap/detection.cpp
diff --git a/engines/gnap/detection.cpp b/engines/gnap/detection.cpp
index 773e34b8e17..47d7ec8fc5e 100644
--- a/engines/gnap/detection.cpp
+++ b/engines/gnap/detection.cpp
@@ -29,7 +29,7 @@
#include "graphics/thumbnail.h"
static const PlainGameDescriptor gnapGames[] = {
- { "gnap", "Gnap" },
+ { "gnap", "U.F.O.s" },
{ nullptr, nullptr }
};
Commit: 79ffafde61df6dce90050a54d11bd921bfc39ce1
https://github.com/scummvm/scummvm/commit/79ffafde61df6dce90050a54d11bd921bfc39ce1
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-01-02T13:46:39+02:00
Commit Message:
ILLUSIONS: Complete Duckman/BB do U detection titles
Changed paths:
engines/illusions/detection.cpp
diff --git a/engines/illusions/detection.cpp b/engines/illusions/detection.cpp
index 1ec745940e3..c4d0e9b860e 100644
--- a/engines/illusions/detection.cpp
+++ b/engines/illusions/detection.cpp
@@ -26,8 +26,8 @@
#include "illusions/detection.h"
static const PlainGameDescriptor illusionsGames[] = {
- { "bbdou", "Beavis and Butt-head Do U" },
- { "duckman", "Duckman" },
+ { "bbdou", "Beavis and Butt-Head: Do U." },
+ { "duckman", "Duckman: The Graphic Adventures of a Private Dick" },
{ nullptr, nullptr }
};
Commit: 65de989fa375e52230323ec1dafce371abf39350
https://github.com/scummvm/scummvm/commit/65de989fa375e52230323ec1dafce371abf39350
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-01-02T13:46:39+02:00
Commit Message:
LILLIPUT: Complete Robin Hood detection title
Changed paths:
engines/lilliput/detection.cpp
diff --git a/engines/lilliput/detection.cpp b/engines/lilliput/detection.cpp
index 6103238c17c..fb50c197061 100644
--- a/engines/lilliput/detection.cpp
+++ b/engines/lilliput/detection.cpp
@@ -30,7 +30,7 @@ namespace Lilliput {
static const PlainGameDescriptor lilliputGames[] = {
// Games
- {"robin", "Adventures of Robin Hood"},
+ {"robin", "The Adventures of Robin Hood"},
{"rome", "Rome: Pathway to Power"},
{nullptr, nullptr}
};
Commit: 4732b6dd9f8dcc787392acf65516b815f9e0feb9
https://github.com/scummvm/scummvm/commit/4732b6dd9f8dcc787392acf65516b815f9e0feb9
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-01-02T13:46:39+02:00
Commit Message:
MYST3: Add colon to detection title
Changed paths:
engines/myst3/detection.cpp
diff --git a/engines/myst3/detection.cpp b/engines/myst3/detection.cpp
index 48be2a5f84f..8ee2ea698ba 100644
--- a/engines/myst3/detection.cpp
+++ b/engines/myst3/detection.cpp
@@ -29,7 +29,7 @@
namespace Myst3 {
static const PlainGameDescriptor myst3Games[] = {
- { "myst3", "Myst III Exile" },
+ { "myst3", "Myst III: Exile" },
{ nullptr, nullptr }
};
Commit: 563000092186cf1f06823e4a6c8b8a0f410e41f4
https://github.com/scummvm/scummvm/commit/563000092186cf1f06823e4a6c8b8a0f410e41f4
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-01-02T13:46:39+02:00
Commit Message:
SWORD25: Complete Broken Sword 2.5 detection title
Changed paths:
engines/sword25/detection.cpp
diff --git a/engines/sword25/detection.cpp b/engines/sword25/detection.cpp
index b8a450133f1..bfc79e8dc64 100644
--- a/engines/sword25/detection.cpp
+++ b/engines/sword25/detection.cpp
@@ -27,7 +27,7 @@
#include "sword25/sword25.h"
static const PlainGameDescriptor sword25Game[] = {
- {"sword25", "Broken Sword 2.5"},
+ {"sword25", "Broken Sword 2.5: The Return of the Templars"},
{0, 0}
};
More information about the Scummvm-git-logs
mailing list