From 8d3b84ae1c44497e369a01fc6efd5e5e612b9816 Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Wed, 29 Mar 2017 23:05:55 +0100 Subject: CREDITS: Add credits for Fullpipe --- AUTHORS | 3 +++ devtools/credits.pl | 4 ++++ gui/credits.h | 3 +++ 3 files changed, 10 insertions(+) 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", -- cgit v1.2.3