[Scummvm-cvs-logs] scummvm master -> c0eb2880e9ad1ea0bb8ed7bd877243a28fc7774e
Strangerke
Strangerke at scummvm.org
Sat Nov 21 18:35:04 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:
c0eb2880e9 CREDITS: Add BBVS
Commit: c0eb2880e9ad1ea0bb8ed7bd877243a28fc7774e
https://github.com/scummvm/scummvm/commit/c0eb2880e9ad1ea0bb8ed7bd877243a28fc7774e
Author: Strangerke (strangerke at scummvm.org)
Date: 2015-11-21T18:29:50+01:00
Commit Message:
CREDITS: Add BBVS
Changed paths:
AUTHORS
devtools/credits.pl
gui/credits.h
diff --git a/AUTHORS b/AUTHORS
index 6ea30b2..49eb59a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -66,6 +66,9 @@ ScummVM Team
Peter Bozso
Arnaud Boutonne
+ BBVS:
+ Benjamin Haisch
+
CGE:
Arnaud Boutonne
Paul Gilbert
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 09eebc5..916f6e3 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -558,6 +558,10 @@ begin_credits("Credits");
add_person("Arnaud Boutonné", "Strangerke", "");
end_section();
+ begin_section("BBVS");
+ add_person("Benjamin Haisch", "john_doe", "");
+ 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 9dfb700..ad381b0 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -83,6 +83,9 @@ static const char *credits[] = {
"A0""Arnaud Boutonne",
"C0""Arnaud Boutonn\351",
"",
+"C1""BBVS",
+"C0""Benjamin Haisch",
+"",
"C1""CGE",
"A0""Arnaud Boutonne",
"C0""Arnaud Boutonn\351",
More information about the Scummvm-git-logs
mailing list