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

Strangerke Strangerke at scummvm.org
Sun Nov 22 19:17:05 CET 2015


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:
cb0e9fd886 CREDITS: Add credits for Access engine


Commit: cb0e9fd8867642be1a878f6d8e717436d30747d9
    https://github.com/scummvm/scummvm/commit/cb0e9fd8867642be1a878f6d8e717436d30747d9
Author: Strangerke (strangerke at scummvm.org)
Date: 2015-11-22T19:11:51+01:00

Commit Message:
CREDITS: Add credits for Access engine

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



diff --git a/AUTHORS b/AUTHORS
index 00a816f..d5fe940 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -62,6 +62,10 @@ ScummVM Team
        Oliver Kiehl                 - (retired)
        Ludvig Strigeus              - (retired)
 
+    Access:
+       Arnaud Boutonne
+       Paul Gilbert
+
     Avalanche:
        Peter Bozso
        Arnaud Boutonne
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 831f87e..d4bc3c0 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -552,7 +552,12 @@ begin_credits("Credits");
 				add_person("Oliver Kiehl", "olki", "(retired)");
 				add_person("Ludvig Strigeus", "ludde", "(retired)");
 			end_section();
-			
+
+			begin_section("Access");
+				add_person("Arnaud Boutonné", "Strangerke", "");
+				add_person("Paul Gilbert", "dreammaster", "");
+			end_section();
+
 			begin_section("Avalanche");
 				add_person("Peter Bozsó", "uruk", "");
 				add_person("Arnaud Boutonné", "Strangerke", "");
diff --git a/gui/credits.h b/gui/credits.h
index d26f954..d20bf01 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -77,6 +77,11 @@ static const char *credits[] = {
 "C0""Ludvig Strigeus",
 "C2""(retired)",
 "",
+"C1""Access",
+"A0""Arnaud Boutonne",
+"C0""Arnaud Boutonn\351",
+"C0""Paul Gilbert",
+"",
 "C1""Avalanche",
 "A0""Peter Bozso",
 "C0""Peter Bozs\363",






More information about the Scummvm-git-logs mailing list