[Scummvm-cvs-logs] scummvm master -> 69aef2a55aba6b27581d2a4d45ee94f1feaabe65

Strangerke Strangerke at scummvm.org
Tue Aug 20 23:16:45 CEST 2013


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:
69aef2a55a MORTEVIELLE: Add credits


Commit: 69aef2a55aba6b27581d2a4d45ee94f1feaabe65
    https://github.com/scummvm/scummvm/commit/69aef2a55aba6b27581d2a4d45ee94f1feaabe65
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-08-20T14:14:54-07:00

Commit Message:
MORTEVIELLE: Add credits

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



diff --git a/AUTHORS b/AUTHORS
index 292e701..fd5407b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -142,6 +142,10 @@ ScummVM Team
        Eugene Sandulenko
        David Turner
 
+    Mortevielle:
+       Arnaud Boutonne
+       Paul Gilbert
+
     Neverhood:
        Benjamin Haisch
        Filippos Karapetis
diff --git a/devtools/credits.pl b/devtools/credits.pl
index a534177..45018a5 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -638,6 +638,11 @@ begin_credits("Credits");
 				add_person("David Turner", "digitall", "");
 			end_section();
 
+			begin_section("Mortevielle");
+				add_person("Arnaud Boutonné", "Strangerke", "");
+				add_person("Paul Gilbert", "dreammaster", "");
+			end_section();
+
 			begin_section("Neverhood");
 				add_person("Benjamin Haisch", "john_doe", "");
 				add_person("Filippos Karapetis", "[md5]", "");
diff --git a/gui/credits.h b/gui/credits.h
index a87c77c..3a4d776 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -170,6 +170,11 @@ static const char *credits[] = {
 "C0""Eugene Sandulenko",
 "C0""David Turner",
 "",
+"C1""Mortevielle",
+"A0""Arnaud Boutonne",
+"C0""Arnaud Boutonn\351",
+"C0""Paul Gilbert",
+"",
 "C1""Neverhood",
 "C0""Benjamin Haisch",
 "C0""Filippos Karapetis",






More information about the Scummvm-git-logs mailing list