[Scummvm-git-logs] scummvm master -> 8054869161d25241e288ab2a5a93598e1b38d460

criezy criezy at scummvm.org
Thu Mar 30 00:41:10 CEST 2017


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

Summary:
8d3b84ae1c CREDITS: Add credits for Fullpipe
de1a1ee7b3 CREDITS: Move access engine credits to its proper place
11fda24477 CREDITS: Add snover as contributor for the SCI engine
8054869161 CREDITS: Add credits for Lab


Commit: 8d3b84ae1c44497e369a01fc6efd5e5e612b9816
    https://github.com/scummvm/scummvm/commit/8d3b84ae1c44497e369a01fc6efd5e5e612b9816
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2017-03-29T23:05:55+01:00

Commit Message:
CREDITS: Add credits for Fullpipe

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


diff --git a/AUTHORS b/AUTHORS
index 2077d52..684f267 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -114,6 +114,9 @@ ScummVM Team
        Vladimir Menshakov           - (retired)
        Willem Jan Palenstijn
 
+    Fullpipe:
+       Eugene Sandulenko
+
     Gnap:
        Arnaud Boutonne
        Benjamin Haisch
diff --git a/devtools/credits.pl b/devtools/credits.pl
index d16595a..d87cc01 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -616,6 +616,10 @@ begin_credits("Credits");
 				add_person("Willem Jan Palenstijn", "wjp", "");
 			end_section();
 
+			begin_section("Fullpipe");
+				add_person("Eugene Sandulenko", "sev", "");
+			end_section();
+			
 			begin_section("Gnap");
 				add_person("Arnaud Boutonné", "Strangerke", "");
 				add_person("Benjamin Haisch", "john_doe", "");
diff --git a/gui/credits.h b/gui/credits.h
index eac8c2a..d120dfb 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -141,6 +141,9 @@ static const char *credits[] = {
 "C2""(retired)",
 "C0""Willem Jan Palenstijn",
 "",
+"C1""Fullpipe",
+"C0""Eugene Sandulenko",
+"",
 "C1""Gnap",
 "A0""Arnaud Boutonne",
 "C0""Arnaud Boutonn\351",


Commit: de1a1ee7b39b111a59a068c36f28d8156442aa12
    https://github.com/scummvm/scummvm/commit/de1a1ee7b39b111a59a068c36f28d8156442aa12
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2017-03-29T23:10:10+01:00

Commit Message:
CREDITS: Move access engine credits to its proper place

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


diff --git a/AUTHORS b/AUTHORS
index 684f267..8d815e8 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -39,6 +39,10 @@ ScummVM Team
        Gregory Montoir              - (retired)
        Eugene Sandulenko
 
+    Access:
+       Arnaud Boutonne
+       Paul Gilbert
+
     ADL:
        Walter van Niftrik
 
@@ -60,10 +64,6 @@ ScummVM Team
        Oliver Kiehl                 - (retired)
        Ludvig Strigeus              - (retired)
 
-    Access:
-       Arnaud Boutonne
-       Paul Gilbert
-
     Avalanche:
        Peter Bozso
        Arnaud Boutonne
diff --git a/devtools/credits.pl b/devtools/credits.pl
index d87cc01..ce1d853 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -526,6 +526,11 @@ begin_credits("Credits");
 				add_person("Eugene Sandulenko", "sev", "");
 			end_section();
 			
+			begin_section("Access");
+				add_person("Arnaud Boutonné", "Strangerke", "");
+				add_person("Paul Gilbert", "dreammaster", "");
+			end_section();
+
 			begin_section("ADL");
 				add_person("Walter van Niftrik", "waltervn", "");
 			end_section();
@@ -550,11 +555,6 @@ begin_credits("Credits");
 				add_person("Ludvig Strigeus", "ludde", "(retired)");
 			end_section();
 
-			begin_section("Access");
-				add_person("Arnaud Boutonné", "Strangerke", "");
-				add_person("Paul Gilbert", "dreammaster", "");
-			end_section();
-
 			begin_section("Avalanche");
 				add_person("Peter Bozsó", "uruk", "");
 				add_person("Arnaud Boutonné", "Strangerke", "");
diff --git a/gui/credits.h b/gui/credits.h
index d120dfb..1b5cf7b 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -50,6 +50,11 @@ static const char *credits[] = {
 "C2""(retired)",
 "C0""Eugene Sandulenko",
 "",
+"C1""Access",
+"A0""Arnaud Boutonne",
+"C0""Arnaud Boutonn\351",
+"C0""Paul Gilbert",
+"",
 "C1""ADL",
 "C0""Walter van Niftrik",
 "",
@@ -76,11 +81,6 @@ static const char *credits[] = {
 "C0""Ludvig Strigeus",
 "C2""(retired)",
 "",
-"C1""Access",
-"A0""Arnaud Boutonne",
-"C0""Arnaud Boutonn\351",
-"C0""Paul Gilbert",
-"",
 "C1""Avalanche",
 "A0""Peter Bozso",
 "C0""Peter Bozs\363",


Commit: 11fda24477d3d8923c2af129b3a57b4986259f4c
    https://github.com/scummvm/scummvm/commit/11fda24477d3d8923c2af129b3a57b4986259f4c
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2017-03-29T23:24:16+01:00

Commit Message:
CREDITS: Add snover as contributor for the SCI engine

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


diff --git a/AUTHORS b/AUTHORS
index 8d815e8..ed3fdb4 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -210,6 +210,7 @@ ScummVM Team
        Willem Jan Palenstijn
        Jordi Vilalta Prat
        Lars Skovlund
+       Colin Snover
 
     Sherlock:
        Paul Gilbert
diff --git a/devtools/credits.pl b/devtools/credits.pl
index ce1d853..5f7dbe0 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -729,6 +729,7 @@ begin_credits("Credits");
 				add_person("Willem Jan Palenstijn", "wjp", "");
 				add_person("Jordi Vilalta Prat", "jvprat", "");
 				add_person("Lars Skovlund", "lskovlun", "");
+				add_person("Colin Snover", "", "");
 			end_section();
 
 			begin_section("Sherlock");
diff --git a/gui/credits.h b/gui/credits.h
index 1b5cf7b..3ee4144 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -255,6 +255,7 @@ static const char *credits[] = {
 "C0""Willem Jan Palenstijn",
 "C0""Jordi Vilalta Prat",
 "C0""Lars Skovlund",
+"C0""Colin Snover",
 "",
 "C1""Sherlock",
 "C0""Paul Gilbert",


Commit: 8054869161d25241e288ab2a5a93598e1b38d460
    https://github.com/scummvm/scummvm/commit/8054869161d25241e288ab2a5a93598e1b38d460
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2017-03-29T23:38:08+01:00

Commit Message:
CREDITS: Add credits for Lab

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


diff --git a/AUTHORS b/AUTHORS
index ed3fdb4..c50cd82 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -148,6 +148,12 @@ ScummVM Team
        Gregory Montoir              - (retired)
        Johannes Schickel            - (retired)
 
+    Lab:
+       Arnaud Boutonne
+       Filippos Karapetis
+       Willem Jan Palenstijn
+       Eugene Sandulenko
+
     Lastexpress:
        Matthew Hoops                - (retired)
        Jordi Vilalta Prat
@@ -722,8 +728,8 @@ Special thanks to
    supportive.
 
    Joe Pearce from The Wyrmkeep Entertainment Co. for sharing the source of
-   their famous title Inherit the Earth and always prompt replies to our
-   questions.
+   their famous title Inherit the Earth, for sharing the source of The
+   Labyrinth of Time and for always replying promptly to our questions.
 
    Aric Wilmunder, Ron Gilbert, David Fox, Vince Lee, and all those at
    LucasFilm/LucasArts who made SCUMM the insane mess to reimplement that it
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 5f7dbe0..0d1df66 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -657,6 +657,13 @@ begin_credits("Credits");
 				add_person("Johannes Schickel", "LordHoto", "(retired)");
 			end_section();
 
+			begin_section("Lab");
+				add_person("Arnaud Boutonné", "Strangerke", "");
+				add_person("Filippos Karapetis", "[md5]", "");
+				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", "");
@@ -1287,8 +1294,8 @@ begin_credits("Credits");
 
 	add_paragraph(
     "Joe Pearce from The Wyrmkeep Entertainment Co. for sharing the source ".
-    "of their famous title Inherit the Earth and always prompt replies to ".
-    "our questions.");
+    "of their famous title Inherit the Earth, for sharing the source of The Labyrinth of Time ".
+    "and for always replying promptly to our questions.");
 
 	add_paragraph(
     "Aric Wilmunder, Ron Gilbert, David Fox, Vince Lee, and all those at ".
diff --git a/gui/credits.h b/gui/credits.h
index 3ee4144..171197a 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -184,6 +184,13 @@ static const char *credits[] = {
 "C0""Johannes Schickel",
 "C2""(retired)",
 "",
+"C1""Lab",
+"A0""Arnaud Boutonne",
+"C0""Arnaud Boutonn\351",
+"C0""Filippos Karapetis",
+"C0""Willem Jan Palenstijn",
+"C0""Eugene Sandulenko",
+"",
 "C1""Lastexpress",
 "C0""Matthew Hoops",
 "C2""(retired)",
@@ -898,7 +905,7 @@ static const char *credits[] = {
 "C0""",
 "C0""John Passfield and Steve Stamatiadis for sharing the source of their classic title, Flight of the Amazon Queen and also being incredibly supportive.",
 "C0""",
-"C0""Joe Pearce from The Wyrmkeep Entertainment Co. for sharing the source of their famous title Inherit the Earth and always prompt replies to our questions.",
+"C0""Joe Pearce from The Wyrmkeep Entertainment Co. for sharing the source of their famous title Inherit the Earth, for sharing the source of The Labyrinth of Time and for always replying promptly to our questions.",
 "C0""",
 "C0""Aric Wilmunder, Ron Gilbert, David Fox, Vince Lee, and all those at LucasFilm/LucasArts who made SCUMM the insane mess to reimplement that it is today. Feel free to drop us a line and tell us what you think, guys!",
 "C0""",





More information about the Scummvm-git-logs mailing list