diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | COPYRIGHT | 4 | ||||
-rw-r--r-- | gui/credits.h | 2 | ||||
-rwxr-xr-x | tools/credits.pl | 2 |
4 files changed, 8 insertions, 2 deletions
@@ -137,8 +137,10 @@ ScummVM Team Filippos Karapetis Mohawk: + Bastien Bouclet Matthew Hoops Filippos Karapetis + Alyssa Milburn Eugene Sandulenko David Turner @@ -10,6 +10,7 @@ Chris Apers Ori Avtalion Nicolas Bacca Fabio Battaglia +Bastien Bouclet Arnaud Boutonne Jurgen Braam Ralph Brorsen @@ -51,6 +52,7 @@ Andrew Kurushin Angus Lees Claudio Matsuoka Thomas Mayer +Alyssa Milburn Neil Millstone Gregory Montoir Kostas Nakos @@ -86,7 +88,6 @@ Bodo Bellut "bellut" Bramvandijk "bramvandijk" Andreas Bierfert "awjb" Elio Blanca "eblanca76" -Bastien Bouclet "bgk" David Breakey "dbreakey" Robert Buchholz "prendi" Rainer Canavan "canavan" @@ -154,7 +155,6 @@ Vladimir Menshakov "megath" Adam Metcalf "gamblore" Frank Meyering "frank_m24" Gael Le Migno "kilobug" -Alyssa Anne Milburn "fuzzie" Andy Molloy "maloi" Sean Murrau "lightcast" Armin Mueller "arm_in" diff --git a/gui/credits.h b/gui/credits.h index 00a0214d4d..f60d464270 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -158,8 +158,10 @@ static const char *credits[] = { "C0""Filippos Karapetis", "", "C1""Mohawk", +"C0""Bastien Bouclet", "C0""Matthew Hoops", "C0""Filippos Karapetis", +"C0""Alyssa Milburn", "C0""Eugene Sandulenko", "C0""David Turner", "", diff --git a/tools/credits.pl b/tools/credits.pl index f5bea402b0..d6e807e259 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -640,8 +640,10 @@ begin_credits("Credits"); end_section(); begin_section("Mohawk"); + add_person("Bastien Bouclet", "bgk", ""); add_person("Matthew Hoops", "clone2727", ""); add_person("Filippos Karapetis", "[md5]", ""); + add_person("Alyssa Milburn", "fuzzie", ""); add_person("Eugene Sandulenko", "sev", ""); add_person("David Turner", "digitall", ""); end_section(); |