diff options
-rw-r--r-- | AUTHORS | 13 | ||||
-rw-r--r-- | gui/credits.h | 17 | ||||
-rwxr-xr-x | tools/credits.pl | 15 |
3 files changed, 45 insertions, 0 deletions
@@ -187,6 +187,7 @@ ScummVM Team Backend Teams ------------- Android: + Andre Heider Angus Lees Dreamcast: @@ -265,6 +266,17 @@ ScummVM Team -------------- Fredrik Wendel - (retired) + Website (maintenance) + --------------------- + James Brown + Thierry Crozat - Wiki maintainer + Andre Heider - Buildbot maintainer + Max Horn + Joost Peters - Doxygen Project Documentation maintainer + Jordi Vilalta Prat - Wiki maintainer + Eugene Sandulenko + John Willis + Website (content) ----------------- All active team members @@ -396,6 +408,7 @@ Other contributions David Jensen - SVG logo conversion Jean Marc Gimenez - ScummVM logo Raina - ScummVM forum buttons + William Claydon - Skins for doxygen and wiki Code contributions ------------------ diff --git a/gui/credits.h b/gui/credits.h index a75af3c0dd..2b1dbdaa86 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -210,6 +210,7 @@ static const char *credits[] = { "", "C1""Backend Teams", "C1""Android", +"C0""Andre Heider", "C0""Angus Lees", "", "C1""Dreamcast", @@ -294,6 +295,20 @@ static const char *credits[] = { "C0""Fredrik Wendel", "C2""(retired)", "", +"C1""Website (maintenance)", +"C0""James Brown", +"C0""Thierry Crozat", +"C2""Wiki maintainer", +"C0""Andre Heider", +"C2""Buildbot maintainer", +"C0""Max Horn", +"C0""Joost Peters", +"C2""Doxygen Project Documentation maintainer", +"C0""Jordi Vilalta Prat", +"C2""Wiki maintainer", +"C0""Eugene Sandulenko", +"C0""John Willis", +"", "C1""Website (content)", "C0""All active team members", "C0""", @@ -445,6 +460,8 @@ static const char *credits[] = { "C2""ScummVM logo", "C0""Raina", "C2""ScummVM forum buttons", +"C0""William Claydon", +"C2""Skins for doxygen and wiki", "", "C1""Code contributions", "C0""Ori Avtalion", diff --git a/tools/credits.pl b/tools/credits.pl index 0d5b3326e6..d32cc9b1e1 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -702,6 +702,7 @@ begin_credits("Credits"); begin_section("Backend Teams"); begin_section("Android"); + add_person("Andre Heider", "dhewg", ""); add_person("Angus Lees", "Gus", ""); end_section(); @@ -796,6 +797,19 @@ begin_credits("Credits"); add_person("Fredrik Wendel", "", "(retired)"); end_persons(); end_section(); + + begin_section("Website (maintenance)"); + begin_persons(); + add_person("James Brown", "Ender". "IRC Logs maintainer"); + add_person("Thierry Crozat", "criezy", "Wiki maintainer"); + add_person("Andre Heider", "dhewg", "Buildbot maintainer"); + add_person("Max Horn", "Fingolfin". "Forum, IRC channel and Mailing list maintainer"); + add_person("Joost Peters", "JoostP", "Doxygen Project Documentation maintainer"); + add_person("Jordi Vilalta Prat", "jvprat", "Wiki maintainer"); + add_person("Eugene Sandulenko", "sev". "Forum, IRC channel, Screen Shots and Mailing list maintainer"); + add_person("John Willis", "DJWillis". ""); + end_persons(); + end_section(); begin_section("Website (content)"); add_paragraph("All active team members"); @@ -949,6 +963,7 @@ begin_credits("Credits"); add_person("David Jensen", "Tyst", "SVG logo conversion"); add_person("Jean Marc Gimenez", "", "ScummVM logo"); add_person("", "Raina", "ScummVM forum buttons"); + add_person("William Claydon", "billwashere", "Skins for doxygen and wiki"); end_persons(); end_section(); |