[Scummvm-git-logs] scummvm master -> c6a7ec814bd74e9e958917771db355cabd0bdc2f
peterkohaut
peterkohaut at users.noreply.github.com
Thu Apr 18 09:25:27 CEST 2019
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:
c6a7ec814b CREDITS: Added sev to Blade Runner credits
Commit: c6a7ec814bd74e9e958917771db355cabd0bdc2f
https://github.com/scummvm/scummvm/commit/c6a7ec814bd74e9e958917771db355cabd0bdc2f
Author: Peter Kohaut (peter.kohaut at gmail.com)
Date: 2019-04-18T09:24:19+02:00
Commit Message:
CREDITS: Added sev to Blade Runner credits
Changed order of credits for Blade Runner to alphabetical
Changed paths:
AUTHORS
devtools/credits.pl
gui/credits.h
diff --git a/AUTHORS b/AUTHORS
index 01b5887..a0326c0 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -72,9 +72,10 @@ ScummVM Team
Benjamin Haisch
Blade Runner:
+ Thanasis Antoniou
Thomas Fach-Pedersen
Peter Kohaut
- Thanasis Antoniou
+ Eugene Sandulenko
CGE:
Arnaud Boutonne
diff --git a/devtools/credits.pl b/devtools/credits.pl
index b1c0845..c655e4a 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -618,9 +618,10 @@ begin_credits("Credits");
end_section();
begin_section("Blade Runner");
+ add_person("Thanasis Antoniou", "Praetorian", "");
add_person("Thomas Fach-Pedersen", "madmoose", "");
add_person("Peter Kohaut", "peterkohaut", "");
- add_person("Thanasis Antoniou", "Praetorian", "");
+ add_person("Eugene Sandulenko", "sev", "");
end_section();
begin_section("CGE");
diff --git a/gui/credits.h b/gui/credits.h
index 23c1e90..a1cc180 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -91,9 +91,10 @@ static const char *credits[] = {
"C0""Benjamin Haisch",
"",
"C1""Blade Runner",
+"C0""Thanasis Antoniou",
"C0""Thomas Fach-Pedersen",
"C0""Peter Kohaut",
-"C0""Thanasis Antoniou",
+"C0""Eugene Sandulenko",
"",
"C1""CGE",
"A0""Arnaud Boutonne",
More information about the Scummvm-git-logs
mailing list