aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2010-04-05 10:38:43 +0000
committerJohannes Schickel2010-04-05 10:38:43 +0000
commit75b041364b7d75ce9ace68b74721423220aef4aa (patch)
tree24251ec2faf1fe48ab86bc8bc12dc4e25c9a84d8
parente77985d1fd34673e2963134855260540b63c74fc (diff)
downloadscummvm-rg350-75b041364b7d75ce9ace68b74721423220aef4aa.tar.gz
scummvm-rg350-75b041364b7d75ce9ace68b74721423220aef4aa.tar.bz2
scummvm-rg350-75b041364b7d75ce9ace68b74721423220aef4aa.zip
Mark Chris Gray (former Win64 builder) retired and add myself to the Win64 builder section.
svn-id: r48540
-rw-r--r--AUTHORS3
-rw-r--r--gui/credits.h2
-rwxr-xr-xtools/credits.pl3
3 files changed, 6 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index a3ed023da0..8dc5a76953 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -309,7 +309,8 @@ Other contributions
Travis Howell
Win64:
- Chris Gray
+ Chris Gray - (retired)
+ Johannes Schickel
Websites (design)
-----------------
diff --git a/gui/credits.h b/gui/credits.h
index a504d2fa14..18e6171024 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -349,6 +349,8 @@ static const char *credits[] = {
"",
"C1""Win64",
"C0""Chris Gray",
+"C2""(retired)",
+"C0""Johannes Schickel",
"",
"",
"C1""Websites (design)",
diff --git a/tools/credits.pl b/tools/credits.pl
index 0fdc1fd1de..f1b4d61499 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -842,7 +842,8 @@ begin_credits("Credits");
end_section();
begin_section("Win64");
- add_person("Chris Gray", "Psychoid", "");
+ add_person("Chris Gray", "Psychoid", "(retired)");
+ add_person("Johannes Schickel", "LordHoto", "");
end_section();
end_section();