[Scummvm-git-logs] scummvm master -> d7080148c3a62546a19ea4114c341af83bc7a600

peterkohaut peterkohaut at users.noreply.github.com
Sat Mar 25 23:53:31 CET 2017


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:
d7080148c3 BLADERUNNER: Added credits for Blade Runner


Commit: d7080148c3a62546a19ea4114c341af83bc7a600
    https://github.com/scummvm/scummvm/commit/d7080148c3a62546a19ea4114c341af83bc7a600
Author: Peter Kohaut (peter.kohaut at gmail.com)
Date: 2017-03-25T23:51:35+01:00

Commit Message:
BLADERUNNER: Added credits for Blade Runner

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


diff --git a/AUTHORS b/AUTHORS
index dc1d70e..f6a3ffd 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -68,6 +68,10 @@ ScummVM Team
     BBVS:
        Benjamin Haisch
 
+    Blade Runner:
+       Thomas Fach-Pedersen
+       Peter Kohaut
+
     CGE:
        Arnaud Boutonne
        Paul Gilbert
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 744a13a..af4049e 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -560,6 +560,11 @@ begin_credits("Credits");
 				add_person("Benjamin Haisch", "john_doe", "");
 			end_section();
 
+			begin_section("Blade Runner");
+				add_person("Thomas Fach-Pedersen", "madmoose", "");
+				add_person("Peter Kohaut", "peterkohaut", "");
+			end_section();
+
 			begin_section("CGE");
 				add_person("Arnaud Boutonné", "Strangerke", "");
 				add_person("Paul Gilbert", "dreammaster", "");
diff --git a/gui/credits.h b/gui/credits.h
index 16d8a16..d7e49b5 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -87,6 +87,10 @@ static const char *credits[] = {
 "C1""BBVS",
 "C0""Benjamin Haisch",
 "",
+"C1""Blade Runner",
+"C0""Thomas Fach-Pedersen",
+"C0""Peter Kohaut",
+"",
 "C1""CGE",
 "A0""Arnaud Boutonne",
 "C0""Arnaud Boutonn\351",





More information about the Scummvm-git-logs mailing list