[Scummvm-git-logs] scummvm master -> bf65647589e8478cfb2925d90c3aac7487bc97ba

criezy criezy at scummvm.org
Thu Aug 15 23:28:32 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
bf65647589 CREDITS: Add credits for Supernova and update iOS and macOS credits


Commit: bf65647589e8478cfb2925d90c3aac7487bc97ba
    https://github.com/scummvm/scummvm/commit/bf65647589e8478cfb2925d90c3aac7487bc97ba
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2019-08-15T22:27:57+01:00

Commit Message:
CREDITS: Add credits for Supernova and update iOS and macOS credits

Changed paths:
    AUTHORS
    devtools/credits.pl
    gui/credits.h


diff --git a/AUTHORS b/AUTHORS
index 0dd8833..925fcb7 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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 1931cea..913353d 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 944c4da..04ee3d2 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",





More information about the Scummvm-git-logs mailing list