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

sev- sev at scummvm.org
Fri Sep 13 17:04:43 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:
ac3586eb9a CREDITS: Add credits for all of the engines


Commit: ac3586eb9a879f9be0b4ae603a0c229d6eee9ef5
    https://github.com/scummvm/scummvm/commit/ac3586eb9a879f9be0b4ae603a0c229d6eee9ef5
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2019-09-13T17:04:11+02:00

Commit Message:
CREDITS: Add credits for all of the engines

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


diff --git a/AUTHORS b/AUTHORS
index 98c9e40..7d1eea0d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -86,6 +86,9 @@ ScummVM Team
        Arnaud Boutonne
        Paul Gilbert
 
+    Chewy:
+       Filippos Karapetis
+
     Cine:
        Vincent Hamm                 - (retired)
        Pawel Kolodziejski
@@ -103,6 +106,16 @@ ScummVM Team
     Cryomni3D:
        Philippe Valembois
 
+    Director:
+       Eugene Sandulenko
+       Dmitry Iskrich
+       Steven Hoefel
+       Tobia Tesan
+
+    DM:
+       Arnaud Boutonne
+       Bendeguz Nagy
+
     Draci:
        Denis Kasak
        Robert Spalek
@@ -112,10 +125,6 @@ ScummVM Team
        Pawel Kolodziejski
        Thierry Crozat
 
-    DM:
-       Arnaud Boutonne
-       Bendeguz Nagy
-
     DreamWeb:
        Torbjorn Andersson
        Bertrand Augereau
@@ -149,6 +158,10 @@ ScummVM Team
        Scott Thomas
        Jordi Vilalta Prat
 
+    HDB:
+       Eugene Sandulenko
+       Nipun Garg                   - GSoC student
+
     Hopkins:
        Arnaud Boutonne
        Paul Gilbert
@@ -180,9 +193,15 @@ ScummVM Team
        Jordi Vilalta Prat
        Julien Templier
 
+    Lilliput:
+       Arnaud Boutonne
+
     Lure:
        Paul Gilbert
 
+    MacVenture:
+       Borja Lorente                - GSoC student
+
     MADE:
        Benjamin Haisch
        Filippos Karapetis
@@ -219,6 +238,13 @@ ScummVM Team
     Pegasus:
        Matthew Hoops                - (retired)
 
+    Pink:
+       Andrei Prykhodko
+       Eugene Sandulenko
+
+    Plumbers:
+       Retro-Junk;
+
     Prince:
        Eugene Sandulenko
        Lukasz Watka
@@ -274,7 +300,7 @@ ScummVM Team
        Fabio Battaglia              - PSX version support
        Jonathan Gray                - (retired)
 
-    Sword25:
+    Sword2.5:
        Torbjorn Andersson
        Paul Gilbert
        Max Horn                     - (retired)
@@ -325,6 +351,9 @@ ScummVM Team
        Arnaud Boutonne
        Paul Gilbert
 
+    WAGE:
+       Eugene Sandulenko
+
     Wintermute:
        Einar Johan T. Somaaen
        Tobia Tesan
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 86d4d92..5b8f8b2 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -337,7 +337,7 @@ sub begin_section {
 			print "\t\t<title>" . $title . "</title>\n";
 			if ($anchor) {
 				print "\t\t<anchor>" . $anchor . "</anchor>\n";
-			}        
+			}
 		} elsif ($section_level eq 1) {
 			print "\t\t<subsection>\n";
 			print "\t\t\t<title>" . $title . "</title>\n";
@@ -578,7 +578,7 @@ begin_credits("Credits");
 				add_person("Gregory Montoir", "cyx", "(retired)");
 				add_person("Eugene Sandulenko", "sev", "");
 			end_section();
-			
+
 			begin_section("Access");
 				add_person("Arnaud Boutonné", "Strangerke", "");
 				add_person("Paul Gilbert", "dreammaster", "");
@@ -635,6 +635,10 @@ begin_credits("Credits");
 				add_person("Paul Gilbert", "dreammaster", "");
 			end_section();
 
+			begin_section("Chewy");
+				add_person("Filippos Karapetis", "[md5]", "");
+			end_section();
+
 			begin_section("Cine");
 				add_person("Vincent Hamm", "yaz0r", "(retired)");
 				add_person("Paweł Kołodziejski", "aquadran", "");
@@ -656,6 +660,18 @@ begin_credits("Credits");
 				add_person("Philippe Valembois", "lePhilousophe", "");
 			end_section();
 
+			begin_section("Director");
+				add_person("Eugene Sandulenko", "sev", "");
+				add_person("Dmitry Iskrich", "", "");
+				add_person("Steven Hoefel", "", "");
+				add_person("Tobia Tesan", "", "");
+			end_section();
+
+			begin_section("DM");
+				add_person("Arnaud Boutonné", "Strangerke", "");
+				add_person("Bendegúz Nagy", "WinterGrascph", "");
+			end_section();
+
 			begin_section("Draci");
 				add_person("Denis Kasak", "dkasak13", "");
 				add_person("Robert Špalek", "spalek", "");
@@ -667,11 +683,6 @@ begin_credits("Credits");
 				add_person("Thierry Crozat", "criezy", "");
 			end_section();
 
-			begin_section("DM");
-				add_person("Arnaud Boutonné", "Strangerke", "");
-				add_person("Bendegúz Nagy", "WinterGrascph", "");
-			end_section();
-
 			begin_section("DreamWeb");
 				add_person("Torbjörn Andersson", "eriktorbjorn", "");
 				add_person("Bertrand Augereau", "Tramb", "");
@@ -692,7 +703,7 @@ begin_credits("Credits");
 				add_person("Alan Cox", "", "ScottFree interpreter");
 				add_person("Michael J. Roberts", "", "TADS interpreter");
 			end_section();
-			
+
 			begin_section("Gnap");
 				add_person("Arnaud Boutonné", "Strangerke", "");
 				add_person("Benjamin Haisch", "john_doe", "");
@@ -711,6 +722,11 @@ begin_credits("Credits");
 				add_person("Jordi Vilalta Prat", "jvprat", "");
 			end_section();
 
+			begin_section("HDB");
+				add_person("Eugene Sandulenko", "sev", "");
+				add_person("Nipun Garg", "nipung", "GSoC student");
+			end_section();
+
 			begin_section("Hopkins");
 				add_person("Arnaud Boutonné", "Strangerke", "");
 				add_person("Paul Gilbert", "dreammaster", "");
@@ -741,17 +757,25 @@ begin_credits("Credits");
 				add_person("Willem Jan Palenstijn", "wjp", "");
 				add_person("Eugene Sandulenko", "sev", "");
 			end_section();
-			
+
 			begin_section("Lastexpress");
 				add_person("Matthew Hoops", "clone2727", "(retired)");
 				add_person("Jordi Vilalta Prat", "jvprat", "");
 				add_person("Julien Templier", "littleboy", "");
 			end_section();
 
+			begin_section("Lilliput");
+				add_person("Arnaud Boutonné", "Strangerke", "");
+			end_section();
+
 			begin_section("Lure");
 				add_person("Paul Gilbert", "dreammaster", "");
 			end_section();
 
+			begin_section("MacVenture");
+				add_person("Borja Lorente", "blorente", "GSoC student");
+			end_section();
+
 			begin_section("MADE");
 				add_person("Benjamin Haisch", "john_doe", "");
 				add_person("Filippos Karapetis", "[md5]", "");
@@ -796,6 +820,15 @@ begin_credits("Credits");
 				add_person("Matthew Hoops", "clone2727", "(retired)");
 			end_section();
 
+			begin_section("Pink");
+				add_person("Andrei Prykhodko", "whiterandrek", "");
+				add_person("Eugene Sandulenko", "sev", "");
+			end_section();
+
+			begin_section("Plumbers");
+				add_person("Retro-Junk;", "bambarbee", "");
+			end_section();
+
 			begin_section("Prince");
 				add_person("Eugene Sandulenko", "sev", "");
 				add_person("Łukasz Wątka", "lukaslw", "");
@@ -859,7 +892,7 @@ begin_credits("Credits");
 				add_person("Jonathan Gray", "khalek", "(retired)");
 			end_section();
 
-			begin_section("Sword25");
+			begin_section("Sword2.5");
 				add_person("Torbjörn Andersson", "eriktorbjorn", "");
 				add_person("Paul Gilbert", "dreammaster", "");
 				add_person("Max Horn", "Fingolfin", "(retired)");
@@ -921,6 +954,10 @@ begin_credits("Credits");
 				add_person("Paul Gilbert", "dreammaster", "");
 			end_section();
 
+			begin_section("WAGE");
+				add_person("Eugene Sandulenko", "sev", "");
+			end_section();
+
 			begin_section("Wintermute");
 				add_person("Einar Johan T. Sømåen", "somaen", "");
 				add_person("Tobia Tesan", "t0by", "");
@@ -1473,10 +1510,10 @@ begin_credits("Credits");
 	add_paragraph(
     "The mindFactory team for writing Broken Sword 2.5, a splendid fan-made sequel, and for sharing ".
     "the source code with us.");
-    
+
     add_paragraph(
     "John Romero for sharing the source code of Hyperspace Delivery Boy! with us.");
-    
+
     add_paragraph(
     "Steffen Dingel for sharing the source code of the Mission Supernova game with us.");
 
diff --git a/gui/credits.h b/gui/credits.h
index 72e9b2e..383bfd6 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -108,6 +108,9 @@ static const char *credits[] = {
 "C0""Arnaud Boutonn\351",
 "C0""Paul Gilbert",
 "",
+"C1""Chewy",
+"C0""Filippos Karapetis",
+"",
 "C1""Cine",
 "C0""Vincent Hamm",
 "C2""(retired)",
@@ -128,6 +131,18 @@ static const char *credits[] = {
 "C1""Cryomni3D",
 "C0""Philippe Valembois",
 "",
+"C1""Director",
+"C0""Eugene Sandulenko",
+"C0""Dmitry Iskrich",
+"C0""Steven Hoefel",
+"C0""Tobia Tesan",
+"",
+"C1""DM",
+"A0""Arnaud Boutonne",
+"C0""Arnaud Boutonn\351",
+"A0""Bendeguz Nagy",
+"C0""Bendeg\372z Nagy",
+"",
 "C1""Draci",
 "C0""Denis Kasak",
 "C0""Robert Spalek",
@@ -137,12 +152,6 @@ static const char *credits[] = {
 "C0""Pawel Kolodziejski",
 "C0""Thierry Crozat",
 "",
-"C1""DM",
-"A0""Arnaud Boutonne",
-"C0""Arnaud Boutonn\351",
-"A0""Bendeguz Nagy",
-"C0""Bendeg\372z Nagy",
-"",
 "C1""DreamWeb",
 "A0""Torbjorn Andersson",
 "C0""Torbj\366rn Andersson",
@@ -186,6 +195,11 @@ static const char *credits[] = {
 "C0""Scott Thomas",
 "C0""Jordi Vilalta Prat",
 "",
+"C1""HDB",
+"C0""Eugene Sandulenko",
+"C0""Nipun Garg",
+"C2""GSoC student",
+"",
 "C1""Hopkins",
 "A0""Arnaud Boutonne",
 "C0""Arnaud Boutonn\351",
@@ -225,9 +239,17 @@ static const char *credits[] = {
 "C0""Jordi Vilalta Prat",
 "C0""Julien Templier",
 "",
+"C1""Lilliput",
+"A0""Arnaud Boutonne",
+"C0""Arnaud Boutonn\351",
+"",
 "C1""Lure",
 "C0""Paul Gilbert",
 "",
+"C1""MacVenture",
+"C0""Borja Lorente",
+"C2""GSoC student",
+"",
 "C1""MADE",
 "C0""Benjamin Haisch",
 "C0""Filippos Karapetis",
@@ -270,6 +292,13 @@ static const char *credits[] = {
 "C0""Matthew Hoops",
 "C2""(retired)",
 "",
+"C1""Pink",
+"C0""Andrei Prykhodko",
+"C0""Eugene Sandulenko",
+"",
+"C1""Plumbers",
+"C0""Retro-Junk;",
+"",
 "C1""Prince",
 "C0""Eugene Sandulenko",
 "C0""Lukasz Watka",
@@ -341,7 +370,7 @@ static const char *credits[] = {
 "C0""Jonathan Gray",
 "C2""(retired)",
 "",
-"C1""Sword25",
+"C1""Sword2.5",
 "A0""Torbjorn Andersson",
 "C0""Torbj\366rn Andersson",
 "C0""Paul Gilbert",
@@ -405,6 +434,9 @@ static const char *credits[] = {
 "C0""Arnaud Boutonn\351",
 "C0""Paul Gilbert",
 "",
+"C1""WAGE",
+"C0""Eugene Sandulenko",
+"",
 "C1""Wintermute",
 "A0""Einar Johan T. Somaaen",
 "C0""Einar Johan T. S\370m\345en",





More information about the Scummvm-git-logs mailing list