[Scummvm-cvs-logs] scummvm master -> a7eb756233d554239a8343bde213a725ebd2d5d6

Strangerke Strangerke at scummvm.org
Mon Jun 6 00:34:07 CEST 2016


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:
a7eb756233 GUI: Add credits for Gnap


Commit: a7eb756233d554239a8343bde213a725ebd2d5d6
    https://github.com/scummvm/scummvm/commit/a7eb756233d554239a8343bde213a725ebd2d5d6
Author: Strangerke (strangerke at scummvm.org)
Date: 2016-06-06T00:24:54+02:00

Commit Message:
GUI: Add credits for Gnap

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



diff --git a/AUTHORS b/AUTHORS
index 6e6f1b3..b32182a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -112,6 +112,10 @@ ScummVM Team
        Vladimir Menshakov           - (retired)
        Willem Jan Palenstijn
 
+    Gnap:
+       Arnaud Boutonne
+       Benjamin Haisch
+
     Gob:
        Torbjorn Andersson
        Arnaud Boutonne
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 80f4c6d..33e9c82 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -614,6 +614,11 @@ begin_credits("Credits");
 				add_person("Willem Jan Palenstijn", "wjp", "");
 			end_section();
 
+			begin_section("Gnap");
+				add_person("Arnaud Boutonné", "Strangerke", "");
+				add_person("Benjamin Haisch", "john_doe", "");
+			end_section();
+
 			begin_section("Gob");
 				add_person("Torbjörn Andersson", "eriktorbjorn", "");
 				add_person("Arnaud Boutonné", "Strangerke", "");
diff --git a/gui/credits.h b/gui/credits.h
index 79f4516..8a0cd18 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -138,6 +138,11 @@ static const char *credits[] = {
 "C2""(retired)",
 "C0""Willem Jan Palenstijn",
 "",
+"C1""Gnap",
+"A0""Arnaud Boutonne",
+"C0""Arnaud Boutonn\351",
+"C0""Benjamin Haisch",
+"",
 "C1""Gob",
 "A0""Torbjorn Andersson",
 "C0""Torbj\366rn Andersson",






More information about the Scummvm-git-logs mailing list