[Scummvm-git-logs] scummvm master -> 69d5c5164f1a844c296124a6bc1f0c0c1117a123

lotharsm mail at serra.me
Sun Jul 4 15:36:05 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:
69d5c5164f CREDITS: Add myself to the Win32/Win64 subsection


Commit: 69d5c5164f1a844c296124a6bc1f0c0c1117a123
    https://github.com/scummvm/scummvm/commit/69d5c5164f1a844c296124a6bc1f0c0c1117a123
Author: Lothar Serra Mari (mail at serra.me)
Date: 2021-07-04T17:35:49+02:00

Commit Message:
CREDITS: Add myself to the Win32/Win64 subsection

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


diff --git a/AUTHORS b/AUTHORS
index 900bbb4781..130d563b31 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -730,10 +730,12 @@ Other contributions
 
     Win32:
        Travis Howell
+       Lothar Serra Mari
 
     Win64:
        Chris Gray                     - (retired)
        Johannes Schickel              - (retired)
+       Lothar Serra Mari
 
   GUI Translations
   ----------------
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 3dd34859db..8ada56c492 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -1412,11 +1412,13 @@ begin_credits("Credits");
 
 			begin_section("Win32");
 				add_person("Travis Howell", "Kirben", "");
+				add_person("Lothar Serra Mari", "lotharsm", "");
 			end_section();
 
 			begin_section("Win64");
 				add_person("Chris Gray", "Psychoid", "(retired)");
 				add_person("Johannes Schickel", "LordHoto", "(retired)");
+				add_person("Lothar Serra Mari", "lotharsm", "");
 			end_section();
 		end_section();
 
diff --git a/doc/docportal/help/credits.rst b/doc/docportal/help/credits.rst
index cff3fc4495..7e91a48375 100644
--- a/doc/docportal/help/credits.rst
+++ b/doc/docportal/help/credits.rst
@@ -1810,6 +1810,8 @@ Win32
 
    * - Travis Howell
      -
+   * - Lothar Serra Mari
+     -
 
 Win64
 ^^^^^
@@ -1821,6 +1823,8 @@ Win64
      - (retired)
    * - Johannes Schickel
      - (retired)
+   * - Lothar Serra Mari
+     -
 
 GUI Translations
 ****************
diff --git a/gui/credits.h b/gui/credits.h
index 79ad8445a3..21a840e433 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -884,12 +884,14 @@ static const char *credits[] = {
 "",
 "C1""Win32",
 "C0""Travis Howell",
+"C0""Lothar Serra Mari",
 "",
 "C1""Win64",
 "C0""Chris Gray",
 "C2""(retired)",
 "C0""Johannes Schickel",
 "C2""(retired)",
+"C0""Lothar Serra Mari",
 "",
 "",
 "C1""GUI Translations",




More information about the Scummvm-git-logs mailing list