[Scummvm-git-logs] scummvm master -> 1370873a8a77d8e881789d7b349d4e8a3b6307f0
sev-
sev at scummvm.org
Sun Nov 3 23:58:00 CET 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:
1370873a8a CREDITS: whoozle is not retired anymore
Commit: 1370873a8a77d8e881789d7b349d4e8a3b6307f0
https://github.com/scummvm/scummvm/commit/1370873a8a77d8e881789d7b349d4e8a3b6307f0
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2019-11-03T23:57:42+01:00
Commit Message:
CREDITS: whoozle is not retired anymore
Changed paths:
AUTHORS
devtools/credits.pl
gui/credits.h
diff --git a/AUTHORS b/AUTHORS
index 7d1eea0d..d7b9a37 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -129,7 +129,7 @@ ScummVM Team
Torbjorn Andersson
Bertrand Augereau
Filippos Karapetis
- Vladimir Menshakov - (retired)
+ Vladimir Menshakov
Willem Jan Palenstijn
Fullpipe:
@@ -309,7 +309,7 @@ ScummVM Team
TeenAgent:
Robert Megone - Help with callback rewriting
- Vladimir Menshakov - (retired)
+ Vladimir Menshakov
Tinsel:
Torbjorn Andersson
diff --git a/devtools/credits.pl b/devtools/credits.pl
index da051f4..3a296fc 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -751,7 +751,7 @@ begin_credits("Credits");
add_person("Torbjörn Andersson", "eriktorbjorn", "");
add_person("Bertrand Augereau", "Tramb", "");
add_person("Filippos Karapetis", "[md5]", "");
- add_person("Vladimir Menshakov", "whoozle", "(retired)");
+ add_person("Vladimir Menshakov", "whoozle", "");
add_person("Willem Jan Palenstijn", "wjp", "");
end_section();
@@ -966,7 +966,7 @@ begin_credits("Credits");
begin_section("TeenAgent");
add_person("Robert Megone", "sanguine", "Help with callback rewriting");
- add_person("Vladimir Menshakov", "whoozle", "(retired)");
+ add_person("Vladimir Menshakov", "whoozle", "");
end_section();
begin_section("Tinsel");
diff --git a/gui/credits.h b/gui/credits.h
index 383bfd6..0bd9848 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -158,7 +158,6 @@ static const char *credits[] = {
"C0""Bertrand Augereau",
"C0""Filippos Karapetis",
"C0""Vladimir Menshakov",
-"C2""(retired)",
"C0""Willem Jan Palenstijn",
"",
"C1""Fullpipe",
@@ -383,7 +382,6 @@ static const char *credits[] = {
"C0""Robert Megone",
"C2""Help with callback rewriting",
"C0""Vladimir Menshakov",
-"C2""(retired)",
"",
"C1""Tinsel",
"A0""Torbjorn Andersson",
More information about the Scummvm-git-logs
mailing list