[Scummvm-git-logs] scummvm branch-2-2 -> 4da05b81bd6020bce56bcfe73916fcd0221d9c0e
sev-
sev at scummvm.org
Sun Aug 30 14:34:09 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:
4da05b81bd CREDITS: Added BeWorld as the MorphOS porter
Commit: 4da05b81bd6020bce56bcfe73916fcd0221d9c0e
https://github.com/scummvm/scummvm/commit/4da05b81bd6020bce56bcfe73916fcd0221d9c0e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-08-30T16:33:22+02:00
Commit Message:
CREDITS: Added BeWorld as the MorphOS porter
Changed paths:
AUTHORS
devtools/credits.pl
gui/credits.h
diff --git a/AUTHORS b/AUTHORS
index 2e70543c4f..47cd156c37 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -603,6 +603,7 @@ Other contributions
Dominik Scherer - (retired)
MorphOS:
+ BeWorld
Fabien Coeurjoly
Ruediger Hanke - (retired)
diff --git a/devtools/credits.pl b/devtools/credits.pl
index ec2b89f253..1694c91edc 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -1318,6 +1318,7 @@ begin_credits("Credits");
end_section();
begin_section("MorphOS");
+ add_person("", "BeWorld", "");
add_person("Fabien Coeurjoly", "fab1", "");
add_person("Rüdiger Hanke", "", "(retired)");
end_section();
diff --git a/gui/credits.h b/gui/credits.h
index 1b9a27caa0..0fbf4f51a8 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -744,6 +744,7 @@ static const char *credits[] = {
"C2""(retired)",
"",
"C1""MorphOS",
+"C0""BeWorld",
"C0""Fabien Coeurjoly",
"A0""Ruediger Hanke",
"C0""R\374diger Hanke",
More information about the Scummvm-git-logs
mailing list