diff options
author | Thierry Crozat | 2019-08-15 22:27:57 +0100 |
---|---|---|
committer | Thierry Crozat | 2019-08-15 22:27:57 +0100 |
commit | bf65647589e8478cfb2925d90c3aac7487bc97ba (patch) | |
tree | 46dc1802f87b8b14d28b7c820e83c2e2a11e7612 | |
parent | 1e6e6c1e1a0e8401161358662046e57c2c237622 (diff) | |
download | scummvm-rg350-bf65647589e8478cfb2925d90c3aac7487bc97ba.tar.gz scummvm-rg350-bf65647589e8478cfb2925d90c3aac7487bc97ba.tar.bz2 scummvm-rg350-bf65647589e8478cfb2925d90c3aac7487bc97ba.zip |
CREDITS: Add credits for Supernova and update iOS and macOS credits
-rw-r--r-- | AUTHORS | 12 | ||||
-rwxr-xr-x | devtools/credits.pl | 13 | ||||
-rw-r--r-- | gui/credits.h | 15 |
3 files changed, 37 insertions, 3 deletions
@@ -259,6 +259,11 @@ ScummVM Team Oliver Kiehl - (retired) Joost Peters + Supernova: + Joseph-Eugene Winzer + Jaromir Wysoglad + Thierry Crozat + Sword1: Fabio Battaglia - PSX version support Thierry Crozat - Mac version support @@ -353,6 +358,7 @@ ScummVM Team iPhone / iPad: Oystein Eftevaag Vincent Benony + Thierry Crozat LinuxMoto: Lubomyr Lisen @@ -514,7 +520,7 @@ Other contributions Haiku: Luc Schrijvers - Mac OS X: + macOS: Max Horn - (retired) Oystein Eftevaag Thierry Crozat @@ -635,6 +641,10 @@ Other contributions Hugo Labrande - Improve English translation Thierry Crozat - Improve English translation + Supernova: + Joseph-Eugene Winzer - English translation + Thierry Crozat - English translation + Websites (design) ----------------- Dobo Balazs - Website design diff --git a/devtools/credits.pl b/devtools/credits.pl index 1931cea384..913353d99e 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -841,6 +841,12 @@ begin_credits("Credits"); add_person("Joost Peters", "joostp", ""); end_section(); + begin_section("Supernova"); + add_person("Joseph-Eugene Winzer", "Joefish", ""); + add_person("Jaromír Wysoglad", "Vyzygold", ""); + add_person("Thierry Crozat", "criezy", ""); + end_section(); + begin_section("Sword1"); add_person("Fabio Battaglia", "Hkz", "PSX version support"); add_person("Thierry Crozat", "criezy", "Mac version support"); @@ -957,6 +963,7 @@ begin_credits("Credits"); begin_section("iPhone / iPad"); add_person("Oystein Eftevaag", "vinterstum", ""); add_person("Vincent Bénony", "bSr43", ""); + add_person("Thierry Crozat", "criezy", ""); end_section(); begin_section("LinuxMoto"); @@ -1143,7 +1150,7 @@ begin_credits("Credits"); add_person("Luc Schrijvers", "Begasus", ""); end_section(); - begin_section("Mac OS X"); + begin_section("macOS"); add_person("Max Horn", "Fingolfin", "(retired)"); add_person("Oystein Eftevaag", "vinterstum", ""); add_person("Thierry Crozat", "criezy", ""); @@ -1275,6 +1282,10 @@ begin_credits("Credits"); add_person("Hugo Labrande", "", "Improve English translation"); add_person("Thierry Crozat", "criezy", "Improve English translation"); end_section(); + begin_section("Supernova"); + add_person("Joseph-Eugene Winzer", "Joefish", "English translation"); + add_person("Thierry Crozat", "criezy", "English translation"); + end_section(); end_section(); begin_section("Websites (design)", "web_design"); diff --git a/gui/credits.h b/gui/credits.h index 944c4da491..04ee3d20c7 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -318,6 +318,12 @@ static const char *credits[] = { "C2""(retired)", "C0""Joost Peters", "", +"C1""Supernova", +"C0""Joseph-Eugene Winzer", +"A0""Jaromir Wysoglad", +"C0""Jarom\355r Wysoglad", +"C0""Thierry Crozat", +"", "C1""Sword1", "C0""Fabio Battaglia", "C2""PSX version support", @@ -436,6 +442,7 @@ static const char *credits[] = { "C0""Oystein Eftevaag", "A0""Vincent Benony", "C0""Vincent B\351nony", +"C0""Thierry Crozat", "", "C1""LinuxMoto", "C0""Lubomyr Lisen", @@ -627,7 +634,7 @@ static const char *credits[] = { "C1""Haiku", "C0""Luc Schrijvers", "", -"C1""Mac OS X", +"C1""macOS", "C0""Max Horn", "C2""(retired)", "C0""Oystein Eftevaag", @@ -773,6 +780,12 @@ static const char *credits[] = { "C0""Thierry Crozat", "C2""Improve English translation", "", +"C1""Supernova", +"C0""Joseph-Eugene Winzer", +"C2""English translation", +"C0""Thierry Crozat", +"C2""English translation", +"", "", "C1""Websites (design)", "A0""Dobo Balazs", |