aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2009-07-30 15:12:42 +0000
committerJohannes Schickel2009-07-30 15:12:42 +0000
commitb09ec67fc4feeafa22238125113f40ea5de14011 (patch)
tree03fb0c9b79d63f61c181bbcc47c8ea8dea0f912e
parentdb232750b2825b7cc9b7e08bea0343613323496e (diff)
downloadscummvm-rg350-b09ec67fc4feeafa22238125113f40ea5de14011.tar.gz
scummvm-rg350-b09ec67fc4feeafa22238125113f40ea5de14011.tar.bz2
scummvm-rg350-b09ec67fc4feeafa22238125113f40ea5de14011.zip
Add tanoku to our GUI credits section.
svn-id: r42929
-rw-r--r--AUTHORS2
-rw-r--r--gui/credits.h3
-rwxr-xr-xtools/credits.pl1
3 files changed, 6 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index afa8877bbc..670af49c0f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -179,6 +179,7 @@ ScummVM Team
Eugene Sandulenko
GUI:
+ Vicent Marti
Eugene Sandulenko
Johannes Schickel
@@ -356,6 +357,7 @@ Other contributions
Tim Phillips - Initial MI1 CD music support
Quietust - Sound support for Amiga SCUMM V2/V3 games, MM
NES support
+ segra - Improved support for Apple II/C64 versions of MM
Andreas Roever - Broken Sword 1/2 MPEG2 cutscene support
Edward Rudd - Fixes for playing MP3 versions of MI1/Loom audio
Daniel Schepler - Final MI1 CD music support, initial Ogg Vorbis
diff --git a/gui/credits.h b/gui/credits.h
index 172d44603d..9d3d8167c8 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -185,6 +185,7 @@ static const char *credits[] = {
"C0""Eugene Sandulenko",
"",
"C1""GUI",
+"C0""Vicent Marti",
"C0""Eugene Sandulenko",
"C0""Johannes Schickel",
"",
@@ -425,6 +426,8 @@ static const char *credits[] = {
"C2""Initial MI1 CD music support",
"C0""Quietust",
"C2""Sound support for Amiga SCUMM V2/V3 games, MM NES support",
+"C0""segra",
+"C2""Improved support for Apple II/C64 versions of MM",
"C0""Andreas R\366ver",
"C2""Broken Sword 1/2 MPEG2 cutscene support",
"C0""Edward Rudd",
diff --git a/tools/credits.pl b/tools/credits.pl
index fba9e315d0..e7c69d8c1f 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -676,6 +676,7 @@ begin_credits("Credits");
end_section();
begin_section("GUI");
+ add_person("Vicent Marti", "tanoku", "");
add_person("Eugene Sandulenko", "sev", "");
add_person("Johannes Schickel", "LordHoto", "");
end_section();