aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Crozat2010-04-12 21:22:03 +0000
committerThierry Crozat2010-04-12 21:22:03 +0000
commit08077db0ea651f2a93daeb6e64ace41b70b2da61 (patch)
tree1241ed4b2c07f0a059065740a2b9419b478077fe
parent2fc9d6845b51dd589995891681ac01d241e9a2c9 (diff)
downloadscummvm-rg350-08077db0ea651f2a93daeb6e64ace41b70b2da61.tar.gz
scummvm-rg350-08077db0ea651f2a93daeb6e64ace41b70b2da61.tar.bz2
scummvm-rg350-08077db0ea651f2a93daeb6e64ace41b70b2da61.zip
Update credits for myself to reflect that I am now part of the team.
svn-id: r48646
-rw-r--r--AUTHORS3
-rw-r--r--gui/credits.h6
-rwxr-xr-xtools/credits.pl3
3 files changed, 8 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index c242b25891..c47c554c59 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -56,6 +56,7 @@ ScummVM Team
Broken Sword:
Fabio Battaglia - PSX version support
+ Thierry Crozat - Mac version support
Robert Goeffringmann - (retired)
Broken Sword II:
@@ -246,6 +247,7 @@ ScummVM Team
Documentation
-------------
+ Thierry Crozat - Numerous contributions to documentation
Joachim Eberhard - Numerous contributions to documentation
Matthew Hoops - Wiki editor
@@ -328,7 +330,6 @@ Other contributions
Stuart Caie - Decoders for Amiga and AtariST data files (AGOS
engine)
Paolo Costabel - PSP port contributions
- Thierry Crozat - Support for Broken Sword Macintosh version
Martin Doucha - CinE engine objectification
Thomas Fach-Pedersen - ProTracker module player
Tobias Gunkel - Sound support for C64 version of MM/Zak, Loom
diff --git a/gui/credits.h b/gui/credits.h
index d17a4ba50f..208b21ccbb 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -69,6 +69,8 @@ static const char *credits[] = {
"C1""Broken Sword",
"C0""Fabio Battaglia",
"C2""PSX version support",
+"C0""Thierry Crozat",
+"C2""Mac version support",
"C0""Robert G\366ffringmann",
"C2""(retired)",
"",
@@ -272,6 +274,8 @@ static const char *credits[] = {
"C0""",
"",
"C1""Documentation",
+"C0""Thierry Crozat",
+"C2""Numerous contributions to documentation",
"C0""Joachim Eberhard",
"C2""Numerous contributions to documentation",
"C0""Matthew Hoops",
@@ -374,8 +378,6 @@ static const char *credits[] = {
"C2""Decoders for Amiga and AtariST data files (AGOS engine)",
"C0""Paolo Costabel",
"C2""PSP port contributions",
-"C0""Thierry Crozat",
-"C2""Support for Broken Sword Macintosh version",
"C0""Martin Doucha",
"C2""CinE engine objectification",
"C0""Thomas Fach-Pedersen",
diff --git a/tools/credits.pl b/tools/credits.pl
index b320fbc57e..1bd2eee095 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -532,6 +532,7 @@ begin_credits("Credits");
begin_section("Broken Sword");
add_person("Fabio Battaglia", "Hkz", "PSX version support");
+ add_person("Thierry Crozat", "criezy", "Mac version support");
add_person("Robert Göffringmann", "lavosspawn", "(retired)");
end_section();
@@ -762,6 +763,7 @@ begin_credits("Credits");
begin_section("Documentation");
begin_persons();
+ add_person("Thierry Crozat", "criezy", "Numerous contributions to documentation");
add_person("Joachim Eberhard", "joachimeberhard", "Numerous contributions to documentation");
add_person("Matthew Hoops", "clone2727", "Wiki editor");
end_persons();
@@ -864,7 +866,6 @@ begin_credits("Credits");
add_person("Ori Avtalion", "salty-horse", "Subtitle control options in the GUI; BASS GUI fixes");
add_person("Stuart Caie", "", "Decoders for Amiga and AtariST data files (AGOS engine)");
add_person("Paolo Costabel", "", "PSP port contributions");
- add_person("Thierry Crozat", "criezy", "Support for Broken Sword Macintosh version");
add_person("Martin Doucha", "next_ghost", "CinE engine objectification");
add_person("Thomas Fach-Pedersen", "madmoose", "ProTracker module player");
add_person("Tobias Gunkel", "hennymcc", "Sound support for C64 version of MM/Zak, Loom PCE support");