[Scummvm-git-logs] scummvm master -> b96e01d72acfbad5fd5fee910731d03486bfbede

AndywinXp noreply at scummvm.org
Sun Jun 30 18:25:43 UTC 2024


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:
b96e01d72a CREDITS: Update SCUMM and add BAGEL


Commit: b96e01d72acfbad5fd5fee910731d03486bfbede
    https://github.com/scummvm/scummvm/commit/b96e01d72acfbad5fd5fee910731d03486bfbede
Author: AndywinXp (andywinxp at gmail.com)
Date: 2024-06-30T20:25:39+02:00

Commit Message:
CREDITS: Update SCUMM and add BAGEL

Changed paths:
    AUTHORS
    doc/docportal/help/credits.rst
    engines/scumm/credits.pl
    gui/credits.h


diff --git a/AUTHORS b/AUTHORS
index 843100fcfaa..607250f8573 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -104,6 +104,12 @@ ScummVM Team
        Peter Bozso
        Arnaud Boutonne
 
+    Bagel:
+       Arnaud Boutonne
+       Daniel Albano
+       Eugene Sandulenko
+       Paul Gilbert
+
     BBVS:
        Benjamin Haisch
 
@@ -434,7 +440,7 @@ ScummVM Team
        Ludvig Strigeus                - (retired)
 
     SCUMM HE:
-       Andrea Boscarino               - Digital audio
+       Andrea Boscarino               - Digital audio, WIZ graphics system
        Jonathan Gray                  - (retired)
        Travis Howell
        Gregory Montoir                - (retired)
diff --git a/doc/docportal/help/credits.rst b/doc/docportal/help/credits.rst
index ffe2821eea3..9ff8b2d5fdd 100644
--- a/doc/docportal/help/credits.rst
+++ b/doc/docportal/help/credits.rst
@@ -235,6 +235,21 @@ Avalanche
    * - Arnaud Boutonné
      -
 
+Bagel
+^^^^^
+
+.. list-table::
+   :widths: 35 65
+
+   * - Arnaud Boutonné
+     -
+   * - Daniel Albano
+     -
+   * - Eugene Sandulenko
+     -
+   * - Paul Gilbert
+     -
+
 BBVS
 ^^^^
 
@@ -1097,7 +1112,7 @@ SCUMM HE
    :widths: 35 65
 
    * - Andrea Boscarino
-     - Digital audio
+     - Digital audio, WIZ graphics system
    * - Jonathan Gray
      - (retired)
    * - Travis Howell
diff --git a/engines/scumm/credits.pl b/engines/scumm/credits.pl
index 62990ca9b7b..db0c8d7b098 100644
--- a/engines/scumm/credits.pl
+++ b/engines/scumm/credits.pl
@@ -13,7 +13,7 @@ begin_section("SCUMM");
 end_section();
 
 begin_section("SCUMM HE");
-	add_person("Andrea Boscarino", "AndywinXp", "Digital audio");
+	add_person("Andrea Boscarino", "AndywinXp", "Digital audio, WIZ graphics system");
 	add_person("Jonathan Gray", "khalek", "(retired)");
 	add_person("Travis Howell", "Kirben", "");
 	add_person("Gregory Montoir", "cyx", "(retired)");
diff --git a/gui/credits.h b/gui/credits.h
index 85ba8e96942..eedaa9aaf83 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -147,6 +147,12 @@ static const char *const credits[] = {
 "C0""Peter Bozs\303\263",
 "C0""Arnaud Boutonn\303\251",
 "",
+"C1""Bagel",
+"C0""Arnaud Boutonn\303\251",
+"C0""Daniel Albano",
+"C0""Eugene Sandulenko",
+"C0""Paul Gilbert",
+"",
 "C1""BBVS",
 "C0""Benjamin Haisch",
 "",
@@ -525,7 +531,7 @@ static const char *const credits[] = {
 "",
 "C1""SCUMM HE",
 "C0""Andrea Boscarino",
-"C2""Digital audio",
+"C2""Digital audio, WIZ graphics system",
 "C0""Jonathan Gray",
 "C2""(retired)",
 "C0""Travis Howell",




More information about the Scummvm-git-logs mailing list