diff options
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"); |