[Scummvm-cvs-logs] scummvm master -> 8f6037709793308bcab1e55766ffcaaf41d0e026

fuzzie fuzzie at fuzzie.org
Thu Nov 17 17:02:50 CET 2011


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:
8f60377097 CREDITS: Add myself for Composer.


Commit: 8f6037709793308bcab1e55766ffcaaf41d0e026
    https://github.com/scummvm/scummvm/commit/8f6037709793308bcab1e55766ffcaaf41d0e026
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2011-11-17T08:00:58-08:00

Commit Message:
CREDITS: Add myself for Composer.

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



diff --git a/AUTHORS b/AUTHORS
index 3802c83..317d353 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -71,6 +71,9 @@ ScummVM Team
        Kari Salminen
        Eugene Sandulenko
 
+    Composer:
+       Alyssa Milburn
+
     CruisE:
        Paul Gilbert
        Vincent Hamm          - (retired)
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 47bba09..8d4bdee 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -528,6 +528,10 @@ begin_credits("Credits");
 				add_person("Eugene Sandulenko", "sev", "");
 			end_section();
 
+			begin_section("Composer");
+				add_person("Alyssa Milburn", "fuzzie", "");
+			end_section();
+
 			begin_section("CruisE");
 				add_person("Paul Gilbert", "dreammaster", "");
 				add_person("Vincent Hamm", "yaz0r", "(retired)");
diff --git a/gui/credits.h b/gui/credits.h
index fd5d87f..76758ad 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -84,6 +84,9 @@ static const char *credits[] = {
 "C0""Kari Salminen",
 "C0""Eugene Sandulenko",
 "",
+"C1""Composer",
+"C0""Alyssa Milburn",
+"",
 "C1""CruisE",
 "C0""Paul Gilbert",
 "C0""Vincent Hamm",






More information about the Scummvm-git-logs mailing list