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

criezy noreply at scummvm.org
Mon Feb 27 15:26:08 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:
d9c3d49b8f CREDITS: Update macOS and iOS credits


Commit: d9c3d49b8f056352935650e24bbbad7fe40d4691
    https://github.com/scummvm/scummvm/commit/d9c3d49b8f056352935650e24bbbad7fe40d4691
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2023-02-27T16:25:24+01:00

Commit Message:
CREDITS: Update macOS and iOS credits

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


diff --git a/AUTHORS b/AUTHORS
index 9ba2f7e7ba9..cd2e49c8893 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -594,9 +594,10 @@ ScummVM Team
        John Willis
 
     iPhone / iPad:
-       Oystein Eftevaag
+       Oystein Eftevaag               - (retired)
        Vincent Benony
        Thierry Crozat
+       Lars Sundstroem
 
     LinuxMoto:
        Lubomyr Lisen
@@ -772,7 +773,7 @@ Other contributions
 
     macOS:
        Max Horn                       - (retired)
-       Oystein Eftevaag
+       Oystein Eftevaag               - (retired)
        Thierry Crozat
 
     Mandriva:
diff --git a/devtools/credits.pl b/devtools/credits.pl
index a0e099fdfb4..24ac30c6da2 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -566,9 +566,10 @@ begin_credits("Credits");
 			end_section();
 
 			begin_section("iPhone / iPad");
-				add_person("Oystein Eftevaag", "vinterstum", "");
+				add_person("Oystein Eftevaag", "vinterstum", "(retired)");
 				add_person("Vincent Bénony", "bSr43", "");
 				add_person("Thierry Crozat", "criezy", "");
+				add_person("Lars Sundström", "larsamannen", "");
 			end_section();
 
 			begin_section("LinuxMoto");
@@ -767,7 +768,7 @@ begin_credits("Credits");
 
 			begin_section("macOS");
 				add_person("Max Horn", "Fingolfin", "(retired)");
-				add_person("Oystein Eftevaag", "vinterstum", "");
+				add_person("Oystein Eftevaag", "vinterstum", "(retired)");
 				add_person("Thierry Crozat", "criezy", "");
 			end_section();
 
diff --git a/doc/docportal/help/credits.rst b/doc/docportal/help/credits.rst
index 6152c943f06..b8a8331edc2 100644
--- a/doc/docportal/help/credits.rst
+++ b/doc/docportal/help/credits.rst
@@ -1503,11 +1503,13 @@ iPhone / iPad
    :widths: 35 65
 
    * - Oystein Eftevaag
-     -
+     - (retired)
    * - Vincent Bénony
      -
    * - Thierry Crozat
      -
+   * - Lars Sundström
+     -
 
 LinuxMoto
 ^^^^^^^^^
@@ -1909,7 +1911,7 @@ macOS
    * - Max Horn
      - (retired)
    * - Oystein Eftevaag
-     -
+     - (retired)
    * - Thierry Crozat
      -
 
diff --git a/gui/credits.h b/gui/credits.h
index dfb98332bc2..b1df31d1b0e 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -730,8 +730,10 @@ static const char *credits[] = {
 "",
 "C1""iPhone / iPad",
 "C0""Oystein Eftevaag",
+"C2""(retired)",
 "C0""Vincent B\303\251nony",
 "C0""Thierry Crozat",
+"C0""Lars Sundstr\303\266m",
 "",
 "C1""LinuxMoto",
 "C0""Lubomyr Lisen",
@@ -937,6 +939,7 @@ static const char *credits[] = {
 "C0""Max Horn",
 "C2""(retired)",
 "C0""Oystein Eftevaag",
+"C2""(retired)",
 "C0""Thierry Crozat",
 "",
 "C1""Mandriva",




More information about the Scummvm-git-logs mailing list