[Scummvm-git-logs] scummvm master -> 4379d9352e12d39e7b0902dc7d6ad8125871669b
AndywinXp
noreply at scummvm.org
Thu Oct 12 22:43:41 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
4379d9352e CREDITS: Sync SCUMM, SWORD1 and CRAB
Commit: 4379d9352e12d39e7b0902dc7d6ad8125871669b
https://github.com/scummvm/scummvm/commit/4379d9352e12d39e7b0902dc7d6ad8125871669b
Author: AndywinXp (andywinxp at gmail.com)
Date: 2023-10-13T00:43:36+02:00
Commit Message:
CREDITS: Sync SCUMM, SWORD1 and CRAB
Changed paths:
AUTHORS
doc/docportal/help/credits.rst
engines/scumm/credits.pl
engines/sword1/credits.pl
gui/credits.h
diff --git a/AUTHORS b/AUTHORS
index ab7fa707176..a32583225f5 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -144,6 +144,9 @@ ScummVM Team
Composer:
Alyssa Milburn
+ Crab:
+ Kartik Agarwala
+
CruisE:
Paul Gilbert
Vincent Hamm - (retired)
@@ -424,6 +427,7 @@ ScummVM Team
Ludvig Strigeus - (retired)
SCUMM HE:
+ Andrea Boscarino - Digital audio
Jonathan Gray - (retired)
Travis Howell
Gregory Montoir - (retired)
@@ -459,6 +463,7 @@ ScummVM Team
Sword1:
Fabio Battaglia - PSX version support
+ Andrea Boscarino - Palette fading, menus, audio
Thierry Crozat - Mac version support
Robert Goeffringmann - (retired)
diff --git a/doc/docportal/help/credits.rst b/doc/docportal/help/credits.rst
index 67e542ce78b..ab07a757d2b 100644
--- a/doc/docportal/help/credits.rst
+++ b/doc/docportal/help/credits.rst
@@ -342,6 +342,15 @@ Composer
* - Alyssa Milburn
-
+Crab
+^^^^
+
+.. list-table::
+ :widths: 35 65
+
+ * - Kartik Agarwala
+ -
+
CruisE
^^^^^^
@@ -1067,6 +1076,8 @@ SCUMM HE
.. list-table::
:widths: 35 65
+ * - Andrea Boscarino
+ - Digital audio
* - Jonathan Gray
- (retired)
* - Travis Howell
@@ -1158,6 +1169,8 @@ Sword1
* - Fabio Battaglia
- PSX version support
+ * - Andrea Boscarino
+ - Palette fading, menus, audio
* - Thierry Crozat
- Mac version support
* - Robert Göffringmann
diff --git a/engines/scumm/credits.pl b/engines/scumm/credits.pl
index a118d38037c..62990ca9b7b 100644
--- a/engines/scumm/credits.pl
+++ b/engines/scumm/credits.pl
@@ -13,6 +13,7 @@ begin_section("SCUMM");
end_section();
begin_section("SCUMM HE");
+ add_person("Andrea Boscarino", "AndywinXp", "Digital audio");
add_person("Jonathan Gray", "khalek", "(retired)");
add_person("Travis Howell", "Kirben", "");
add_person("Gregory Montoir", "cyx", "(retired)");
diff --git a/engines/sword1/credits.pl b/engines/sword1/credits.pl
index c373b6486f3..36123861b46 100644
--- a/engines/sword1/credits.pl
+++ b/engines/sword1/credits.pl
@@ -1,5 +1,6 @@
begin_section("Sword1");
add_person("Fabio Battaglia", "Hkz", "PSX version support");
+ add_person("Andrea Boscarino", "AndywinXp", "Palette fading, menus, audio");
add_person("Thierry Crozat", "criezy", "Mac version support");
add_person("Robert Göffringmann", "lavosspawn", "(retired)");
end_section();
diff --git a/gui/credits.h b/gui/credits.h
index 95787d49a11..0f4a189b591 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -188,6 +188,9 @@ static const char *credits[] = {
"C1""Composer",
"C0""Alyssa Milburn",
"",
+"C1""Crab",
+"C0""Kartik Agarwala",
+"",
"C1""CruisE",
"C0""Paul Gilbert",
"C0""Vincent Hamm",
@@ -513,6 +516,8 @@ static const char *credits[] = {
"C2""(retired)",
"",
"C1""SCUMM HE",
+"C0""Andrea Boscarino",
+"C2""Digital audio",
"C0""Jonathan Gray",
"C2""(retired)",
"C0""Travis Howell",
@@ -556,6 +561,8 @@ static const char *credits[] = {
"C1""Sword1",
"C0""Fabio Battaglia",
"C2""PSX version support",
+"C0""Andrea Boscarino",
+"C2""Palette fading, menus, audio",
"C0""Thierry Crozat",
"C2""Mac version support",
"C0""Robert G\303\266ffringmann",
More information about the Scummvm-git-logs
mailing list