aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS3
-rwxr-xr-xdevtools/credits.pl4
-rw-r--r--gui/credits.h3
3 files changed, 10 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 2077d528ff..684f2673c7 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -114,6 +114,9 @@ ScummVM Team
Vladimir Menshakov - (retired)
Willem Jan Palenstijn
+ Fullpipe:
+ Eugene Sandulenko
+
Gnap:
Arnaud Boutonne
Benjamin Haisch
diff --git a/devtools/credits.pl b/devtools/credits.pl
index d16595add8..d87cc01ce6 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -616,6 +616,10 @@ begin_credits("Credits");
add_person("Willem Jan Palenstijn", "wjp", "");
end_section();
+ begin_section("Fullpipe");
+ add_person("Eugene Sandulenko", "sev", "");
+ end_section();
+
begin_section("Gnap");
add_person("Arnaud Boutonné", "Strangerke", "");
add_person("Benjamin Haisch", "john_doe", "");
diff --git a/gui/credits.h b/gui/credits.h
index eac8c2a170..d120dfbc41 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -141,6 +141,9 @@ static const char *credits[] = {
"C2""(retired)",
"C0""Willem Jan Palenstijn",
"",
+"C1""Fullpipe",
+"C0""Eugene Sandulenko",
+"",
"C1""Gnap",
"A0""Arnaud Boutonne",
"C0""Arnaud Boutonn\351",