[Scummvm-git-logs] scummvm master -> d3bcdbcfd17f9a9b7c6a4a0c1984c0fa548f8ab5
sev-
noreply at scummvm.org
Tue Dec 21 23:14:26 UTC 2021
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:
5683085091 HADESCH: Fix fame title in the credits
d3bcdbcfd1 CREDITS: Regenerate
Commit: 56830850916cff7a243dd23662114c6b8077410e
https://github.com/scummvm/scummvm/commit/56830850916cff7a243dd23662114c6b8077410e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-12-22T00:11:58+01:00
Commit Message:
HADESCH: Fix fame title in the credits
Changed paths:
engines/hadesch/credits.pl
diff --git a/engines/hadesch/credits.pl b/engines/hadesch/credits.pl
index 3adf63a135..3bd5c41703 100644
--- a/engines/hadesch/credits.pl
+++ b/engines/hadesch/credits.pl
@@ -1,3 +1,3 @@
-begin_section("Hades' Challenge");
+begin_section("Hades Challenge");
add_person("Vladimir Serbinenko/Google", "phcoder", "");
end_section();
Commit: d3bcdbcfd17f9a9b7c6a4a0c1984c0fa548f8ab5
https://github.com/scummvm/scummvm/commit/d3bcdbcfd17f9a9b7c6a4a0c1984c0fa548f8ab5
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-12-22T00:13:58+01:00
Commit Message:
CREDITS: Regenerate
Changed paths:
AUTHORS
doc/docportal/help/credits.rst
gui/credits.h
diff --git a/AUTHORS b/AUTHORS
index 4939dd2693..bdced38b0c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -222,7 +222,7 @@ ScummVM Team
Scott Thomas
Jordi Vilalta Prat
- Hades' Challenge:
+ Hades Challenge:
Vladimir Serbinenko/Google
HDB:
@@ -533,6 +533,7 @@ ScummVM Team
Xeen:
Paul Gilbert
+ Benoit Pierre
David Goldsmith - (analysis)
Matt Taylor - (analysis)
diff --git a/doc/docportal/help/credits.rst b/doc/docportal/help/credits.rst
index 91e1317ec6..e4c96df49f 100644
--- a/doc/docportal/help/credits.rst
+++ b/doc/docportal/help/credits.rst
@@ -540,8 +540,8 @@ Groovie
* - Jordi Vilalta Prat
-
-Hades' Challenge
-^^^^^^^^^^^^^^^^
+Hades Challenge
+^^^^^^^^^^^^^^^
.. list-table::
:widths: 35 65
@@ -1339,6 +1339,8 @@ Xeen
* - Paul Gilbert
-
+ * - Benoit Pierre
+ -
* - David Goldsmith
- (analysis)
* - Matt Taylor
diff --git a/gui/credits.h b/gui/credits.h
index cffb6b4bd7..a9dff39bd9 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -285,7 +285,7 @@ static const char *credits[] = {
"C0""Scott Thomas",
"C0""Jordi Vilalta Prat",
"",
-"C1""Hades' Challenge",
+"C1""Hades Challenge",
"C0""Vladimir Serbinenko/Google",
"",
"C1""HDB",
@@ -662,6 +662,7 @@ static const char *credits[] = {
"",
"C1""Xeen",
"C0""Paul Gilbert",
+"C0""Benoit Pierre",
"C0""David Goldsmith",
"C2""(analysis)",
"C0""Matt Taylor",
More information about the Scummvm-git-logs
mailing list