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

somaen einarjohan at somadalen.com
Thu Sep 6 16:48:39 CEST 2012


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:
f607112da0 CREDITS: Add myself to credits for the Wintermute-engine


Commit: f607112da03d56329cfd0a62e47db6f4b9e145e1
    https://github.com/scummvm/scummvm/commit/f607112da03d56329cfd0a62e47db6f4b9e145e1
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2012-09-06T07:47:33-07:00

Commit Message:
CREDITS: Add myself to credits for the Wintermute-engine

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



diff --git a/AUTHORS b/AUTHORS
index fe806c4..686e8a5 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -211,6 +211,9 @@ ScummVM Team
     Tucker:
        Gregory Montoir       - (retired)
 
+    Wintermute:
+       Einar Johan T. Somaae
+
   Backend Teams
   -------------
     Android:
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 7ce17a9..b1a73ca 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -697,6 +697,10 @@ begin_credits("Credits");
 				add_person("Gregory Montoir", "cyx", "(retired)");
 			end_section();
 
+			begin_section("Wintermute");
+				add_person("Einar Johan T. Sømåen", "somaen", "");
+			end_section();
+
 		end_section();
 
 
diff --git a/gui/credits.h b/gui/credits.h
index fdde2da..f971d06 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -249,6 +249,9 @@ static const char *credits[] = {
 "C0""Gregory Montoir",
 "C2""(retired)",
 "",
+"C1""Wintermute",
+"C0""Einar Johan T. S\370m\345en",
+"",
 "",
 "C1""Backend Teams",
 "C1""Android",






More information about the Scummvm-git-logs mailing list