[Scummvm-cvs-logs] scummvm master -> 2f6b686c2ed603d92aff9e0418984861b5181040

urukgit urukgit at users.noreply.github.com
Tue Aug 12 11:04:11 CEST 2014


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:
2f6b686c2e CREDITS: Add credits for CGE2.


Commit: 2f6b686c2ed603d92aff9e0418984861b5181040
    https://github.com/scummvm/scummvm/commit/2f6b686c2ed603d92aff9e0418984861b5181040
Author: uruk (koppirnyo at gmail.com)
Date: 2014-08-12T11:01:20+02:00

Commit Message:
CREDITS: Add credits for CGE2.

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



diff --git a/AUTHORS b/AUTHORS
index 9d168a6..78b521e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -70,6 +70,11 @@ ScummVM Team
        Arnaud Boutonne
        Paul Gilbert
 
+    CGE2:
+       Peter Bozso
+       Arnaud Boutonne
+       Paul Gilbert
+
     Cine:
        Vincent Hamm                 - (retired)
        Pawel Kolodziejski
diff --git a/devtools/credits.pl b/devtools/credits.pl
index e33d3d1..ce2ed0d 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -562,6 +562,12 @@ begin_credits("Credits");
 				add_person("Arnaud Boutonné", "Strangerke", "");
 				add_person("Paul Gilbert", "dreammaster", "");
 			end_section();
+			
+			begin_section("CGE2");
+				add_person("Peter Bozsó", "uruk", "");
+				add_person("Arnaud Boutonné", "Strangerke", "");
+				add_person("Paul Gilbert", "dreammaster", "");
+			end_section();
 
 			begin_section("Cine");
 				add_person("Vincent Hamm", "yaz0r", "(retired)");
diff --git a/gui/credits.h b/gui/credits.h
index 8c60334..4555117 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -88,6 +88,13 @@ static const char *credits[] = {
 "C0""Arnaud Boutonn\351",
 "C0""Paul Gilbert",
 "",
+"C1""CGE2",
+"A0""Peter Bozso",
+"C0""Peter Bozs\363",
+"A0""Arnaud Boutonne",
+"C0""Arnaud Boutonn\351",
+"C0""Paul Gilbert",
+"",
 "C1""Cine",
 "C0""Vincent Hamm",
 "C2""(retired)",






More information about the Scummvm-git-logs mailing list