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

lotharsm noreply at scummvm.org
Mon Jan 9 21:30:56 UTC 2023


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:
09800b7ba0 HPL1: Update credits
fe0ec0f5f5 CREDITS: Add the seal


Commit: 09800b7ba0ca97b3c096c44704e239e2986b73ae
    https://github.com/scummvm/scummvm/commit/09800b7ba0ca97b3c096c44704e239e2986b73ae
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-01-09T22:30:32+01:00

Commit Message:
HPL1: Update credits

Changed paths:
    engines/hpl1/credits.pl


diff --git a/engines/hpl1/credits.pl b/engines/hpl1/credits.pl
index 1fa1d19cc78..62a4b0f6004 100644
--- a/engines/hpl1/credits.pl
+++ b/engines/hpl1/credits.pl
@@ -1,3 +1,3 @@
 begin_section("Hpl1");
-	add_person("Name 1", "Handle 1", "");
+	add_person("Emanuele Grisenti", "grisenti", "");
 end_section();


Commit: fe0ec0f5f568e57c86e5edddc6c9279b5000a96c
    https://github.com/scummvm/scummvm/commit/fe0ec0f5f568e57c86e5edddc6c9279b5000a96c
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-01-09T22:30:32+01:00

Commit Message:
CREDITS: Add the seal

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


diff --git a/AUTHORS b/AUTHORS
index ac42bcb1fce..7eee0e83d2f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -245,6 +245,9 @@ ScummVM Team
        Arnaud Boutonne
        Paul Gilbert
 
+    Hpl1:
+       Emanuele Grisenti
+
     Hugo:
        Arnaud Boutonne
        Oystein Eftevaag
@@ -682,6 +685,9 @@ ScummVM Team
                                         speedups on several ports;
                                         improvements to the sound mixer
        Trembyle                       - Archivist
+       Lothar Serra Mari              - Tackling Tremendously Tedious
+                                        Tasks(tm); ScummVM's Seal of Approval
+                                        (Awp?!)
 
   Website (code)
   --------------
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 56cef4cd8fa..a0e099fdfb4 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -682,6 +682,7 @@ begin_credits("Credits");
 				add_person("Coen Rampen", "NMIError", "Sound improvements");
 				add_person("Robin Watts", "robinwatts", "ARM assembly routines for nice speedups on several ports; improvements to the sound mixer");
 				add_person("", "Trembyle", "Archivist");
+				add_person("Lothar Serra Mari", "rootfather", "Tackling Tremendously Tedious Tasks(tm); ScummVM's Seal of Approval (Awp?!)");
 			end_section();
 		end_section();
 
diff --git a/doc/docportal/help/credits.rst b/doc/docportal/help/credits.rst
index 60049d282e3..b135ca74394 100644
--- a/doc/docportal/help/credits.rst
+++ b/doc/docportal/help/credits.rst
@@ -598,6 +598,15 @@ Hopkins
    * - Paul Gilbert
      -
 
+Hpl1
+^^^^
+
+.. list-table::
+   :widths: 35 65
+
+   * - Emanuele Grisenti
+     -
+
 Hugo
 ^^^^
 
@@ -1705,6 +1714,8 @@ Miscellaneous
      - ARM assembly routines for nice speedups on several ports; improvements to the sound mixer
    * - Trembyle
      - Archivist
+   * - Lothar Serra Mari
+     - Tackling Tremendously Tedious Tasks(tm); ScummVM's Seal of Approval (Awp?!)
 
 Website (code)
 **************
diff --git a/gui/credits.h b/gui/credits.h
index 6be1cae00af..4bb00d271a2 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -312,6 +312,9 @@ static const char *credits[] = {
 "C0""Arnaud Boutonn\303\251",
 "C0""Paul Gilbert",
 "",
+"C1""Hpl1",
+"C0""Emanuele Grisenti",
+"",
 "C1""Hugo",
 "C0""Arnaud Boutonn\303\251",
 "C0""Oystein Eftevaag",
@@ -828,6 +831,8 @@ static const char *credits[] = {
 "C2""ARM assembly routines for nice speedups on several ports; improvements to the sound mixer",
 "C0""Trembyle",
 "C2""Archivist",
+"C0""Lothar Serra Mari",
+"C2""Tackling Tremendously Tedious Tasks(tm); ScummVM's Seal of Approval (Awp?!)",
 "",
 "",
 "C1""Website (code)",




More information about the Scummvm-git-logs mailing list