[Scummvm-git-logs] scummvm master -> c36a945449e2003bfb31944e905beaaf1942b30e
criezy
criezy at scummvm.org
Wed Mar 29 23:05:09 CEST 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:
c36a945449 CREDITS: Add credits for ADL engine
Commit: c36a945449e2003bfb31944e905beaaf1942b30e
https://github.com/scummvm/scummvm/commit/c36a945449e2003bfb31944e905beaaf1942b30e
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2017-03-29T22:00:49+01:00
Commit Message:
CREDITS: Add credits for ADL engine
Changed paths:
AUTHORS
devtools/credits.pl
gui/credits.h
diff --git a/AUTHORS b/AUTHORS
index f6a3ffd..2077d52 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -39,6 +39,9 @@ ScummVM Team
Gregory Montoir - (retired)
Eugene Sandulenko
+ ADL:
+ Walter van Niftrik
+
AGI:
Stuart George
Matthew Hoops - (retired)
diff --git a/devtools/credits.pl b/devtools/credits.pl
index af4049e..d16595a 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -525,6 +525,10 @@ begin_credits("Credits");
add_person("Gregory Montoir", "cyx", "(retired)");
add_person("Eugene Sandulenko", "sev", "");
end_section();
+
+ begin_section("ADL");
+ add_person("Walter van Niftrik", "waltervn", "");
+ end_section();
begin_section("AGI");
add_person("Stuart George", "darkfiber", "");
diff --git a/gui/credits.h b/gui/credits.h
index d7e49b5..eac8c2a 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -50,6 +50,9 @@ static const char *credits[] = {
"C2""(retired)",
"C0""Eugene Sandulenko",
"",
+"C1""ADL",
+"C0""Walter van Niftrik",
+"",
"C1""AGI",
"C0""Stuart George",
"C0""Matthew Hoops",
More information about the Scummvm-git-logs
mailing list