[Scummvm-git-logs] scummvm master -> 80649ba245ffe8d7ac84646120b092e0b468146a
sev-
sev at scummvm.org
Wed Jul 1 23:49:11 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:
80649ba245 CREDITS: Updated Director credits
Commit: 80649ba245ffe8d7ac84646120b092e0b468146a
https://github.com/scummvm/scummvm/commit/80649ba245ffe8d7ac84646120b092e0b468146a
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-07-02T01:48:49+02:00
Commit Message:
CREDITS: Updated Director credits
Changed paths:
AUTHORS
devtools/credits.pl
gui/credits.h
diff --git a/AUTHORS b/AUTHORS
index 464d2ef1c2..e889a0432a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -109,6 +109,9 @@ ScummVM Team
Director:
Eugene Sandulenko
Dmitry Iskrich
+ Dylan Servilla
+ Nathanael Gentry
+ Roland van Laar
Scott Percival
Steven Hoefel
Tobia Tesan
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 25075200b2..9fe97fe208 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -727,6 +727,9 @@ begin_credits("Credits");
begin_section("Director");
add_person("Eugene Sandulenko", "sev", "");
add_person("Dmitry Iskrich", "", "");
+ add_person("Dylan Servilla", "djsrv", "");
+ add_person("Nathanael Gentry", "npjg", "");
+ add_person("Roland van Laar", "rvanlaar", "");
add_person("Scott Percival", "moralrecordings", "");
add_person("Steven Hoefel", "", "");
add_person("Tobia Tesan", "", "");
@@ -891,7 +894,7 @@ begin_credits("Credits");
add_person("Matthew Hoops", "clone2727", "(retired)");
end_section();
- begin_section("Petka");
+ begin_section("Petka");
add_person("Andrei Prykhodko", "whiterandrek", "");
add_person("Eugene Sandulenko", "sev", "");
end_section();
diff --git a/gui/credits.h b/gui/credits.h
index a2574cf2fc..de3f3f182b 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -134,6 +134,9 @@ static const char *credits[] = {
"C1""Director",
"C0""Eugene Sandulenko",
"C0""Dmitry Iskrich",
+"C0""Dylan Servilla",
+"C0""Nathanael Gentry",
+"C0""Roland van Laar",
"C0""Scott Percival",
"C0""Steven Hoefel",
"C0""Tobia Tesan",
More information about the Scummvm-git-logs
mailing list