[Scummvm-git-logs] scummvm master -> 861b8b5df3f41defe2f49d550c13d2531f262309

bluegr noreply at scummvm.org
Tue Dec 28 07:43:24 UTC 2021


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:
861b8b5df3 CREDITS: Add myself to the SCUMM engine credits


Commit: 861b8b5df3f41defe2f49d550c13d2531f262309
    https://github.com/scummvm/scummvm/commit/861b8b5df3f41defe2f49d550c13d2531f262309
Author: Andrea Boscarino (andywinxp at gmail.com)
Date: 2021-12-28T09:43:21+02:00

Commit Message:
CREDITS: Add myself to the SCUMM engine credits

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


diff --git a/AUTHORS b/AUTHORS
index bdced38b0c3..d8f498637d7 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -376,6 +376,7 @@ ScummVM Team
 
     SCUMM:
        Torbjorn Andersson
+       Andrea Boscarino               - Digital iMUSE, various fixes
        James Brown                    - (retired)
        Jonathan Gray                  - (retired)
        Vincent Hamm                   - (retired)
diff --git a/doc/docportal/help/credits.rst b/doc/docportal/help/credits.rst
index e4c96df49f3..de203874f2c 100644
--- a/doc/docportal/help/credits.rst
+++ b/doc/docportal/help/credits.rst
@@ -949,6 +949,8 @@ SCUMM
 
    * - Torbjörn Andersson
      -
+   * - Andrea Boscarino
+     - Digital iMUSE, various fixes
    * - James Brown
      - (retired)
    * - Jonathan Gray
diff --git a/engines/scumm/credits.pl b/engines/scumm/credits.pl
index d4850120da6..d3b175fad25 100644
--- a/engines/scumm/credits.pl
+++ b/engines/scumm/credits.pl
@@ -1,5 +1,6 @@
 begin_section("SCUMM");
 	add_person("Torbjörn Andersson", "eriktorbjorn", "");
+	add_person("Andrea Boscarino", "AndywinXp", "Digital iMUSE, various fixes");
 	add_person("James Brown", "ender", "(retired)");
 	add_person("Jonathan Gray", "khalek", "(retired)");
 	add_person("Vincent Hamm", "yaz0r", "(retired)");
diff --git a/gui/credits.h b/gui/credits.h
index a9dff39bd9b..e582ad30b59 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -451,6 +451,8 @@ static const char *credits[] = {
 "",
 "C1""SCUMM",
 "C0""Torbj\303\266rn Andersson",
+"C0""Andrea Boscarino",
+"C2""Digital iMUSE, various fixes",
 "C0""James Brown",
 "C2""(retired)",
 "C0""Jonathan Gray",




More information about the Scummvm-git-logs mailing list