[Scummvm-git-logs] scummvm master -> b26add3356f7f1aafb5639eaf8fcf9e3f4a544dd
AReim1982
alexander at areim.de
Thu Sep 24 10:42:29 UTC 2020
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:
b26add3356 CREDITS: Add myself
Commit: b26add3356f7f1aafb5639eaf8fcf9e3f4a544dd
https://github.com/scummvm/scummvm/commit/b26add3356f7f1aafb5639eaf8fcf9e3f4a544dd
Author: Alexander Reim (alexander at areim.de)
Date: 2020-09-24T12:42:21+02:00
Commit Message:
CREDITS: Add myself
Changed paths:
AUTHORS
devtools/credits.pl
gui/credits.h
diff --git a/AUTHORS b/AUTHORS
index 63e0921a1f..d580f9c0d4 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -491,6 +491,7 @@ ScummVM Team
Wii:
Andre Heider
+ Alexander Reim
Raspberry Pi:
Manuel Alfayate
diff --git a/devtools/credits.pl b/devtools/credits.pl
index d1fd1301fb..c1ef4ea675 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -1108,6 +1108,7 @@ begin_credits("Credits");
begin_section("Wii");
add_person("Andre Heider", "dhewg", "");
+ add_person("Alexander Reim", "AReim1982", "");
end_section();
begin_section("Raspberry Pi");
diff --git a/gui/credits.h b/gui/credits.h
index a576b2ebf4..b93ecdd671 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -566,6 +566,7 @@ static const char *credits[] = {
"",
"C1""Wii",
"C0""Andre Heider",
+"C0""Alexander Reim",
"",
"C1""Raspberry Pi",
"C0""Manuel Alfayate",
More information about the Scummvm-git-logs
mailing list