[Scummvm-cvs-logs] scummvm master -> 877d22652f518a3a5af6d1bff63d6a17bd7a3a88

eriktorbjorn eriktorbjorn at telia.com
Thu Nov 17 20:37:05 CET 2011


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:
877d22652f CREDITS: Mark whoozle as retired


Commit: 877d22652f518a3a5af6d1bff63d6a17bd7a3a88
    https://github.com/scummvm/scummvm/commit/877d22652f518a3a5af6d1bff63d6a17bd7a3a88
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2011-11-17T11:28:38-08:00

Commit Message:
CREDITS: Mark whoozle as retired

He announced on scummvm-devel that he's leaving.

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



diff --git a/devtools/credits.pl b/devtools/credits.pl
index 8d4bdee..ba209e8 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -550,7 +550,7 @@ begin_credits("Credits");
 			begin_section("DreamWeb");
 				add_person("Torbjörn Andersson", "eriktorbjorn", "");
 				add_person("Bertrand Augereau", "Tramb", "");
-				add_person("Vladimir Menshakov", "whoozle", "");
+				add_person("Vladimir Menshakov", "whoozle", "(retired)");
 			end_section();
 
 			begin_section("Gob");
@@ -668,7 +668,7 @@ begin_credits("Credits");
 
 			begin_section("TeenAgent");
 				add_person("Robert Megone", "sanguine", "Help with callback rewriting");
-				add_person("Vladimir Menshakov", "whoozle", "");
+				add_person("Vladimir Menshakov", "whoozle", "(retired)");
 			end_section();
 
 			begin_section("Tinsel");
diff --git a/gui/credits.h b/gui/credits.h
index 76758ad..8abd4bb 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -104,6 +104,7 @@ static const char *credits[] = {
 "C0""Torbj\366rn Andersson",
 "C0""Bertrand Augereau",
 "C0""Vladimir Menshakov",
+"C2""(retired)",
 "",
 "C1""Gob",
 "C0""Torbj\366rn Andersson",
@@ -217,6 +218,7 @@ static const char *credits[] = {
 "C0""Robert Megone",
 "C2""Help with callback rewriting",
 "C0""Vladimir Menshakov",
+"C2""(retired)",
 "",
 "C1""Tinsel",
 "C0""Torbj\366rn Andersson",






More information about the Scummvm-git-logs mailing list