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 /devtools | |
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
Diffstat (limited to 'devtools')
-rwxr-xr-x | devtools/credits.pl | 13 |
1 files changed, 12 insertions, 1 deletions
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"); |