diff options
author | Klaus Reimer | 2012-01-28 11:19:39 +0100 |
---|---|---|
committer | Klaus Reimer | 2012-01-28 11:19:39 +0100 |
commit | 9ee05265418274c39153fd38669c6ff24fbe83b6 (patch) | |
tree | 1a88cbb357fb8272ea7b460f004b7fdd31c75ed4 | |
parent | c5b5f8844ced4e143c0090009ad72aa9b40fb7bc (diff) | |
download | scummvm-rg350-9ee05265418274c39153fd38669c6ff24fbe83b6.tar.gz scummvm-rg350-9ee05265418274c39153fd38669c6ff24fbe83b6.tar.bz2 scummvm-rg350-9ee05265418274c39153fd38669c6ff24fbe83b6.zip |
CREDITS: Added Tom Frost as contributor to WebOS port.
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | COPYRIGHT | 1 | ||||
-rwxr-xr-x | devtools/credits.pl | 1 | ||||
-rw-r--r-- | gui/credits.h | 2 |
4 files changed, 5 insertions, 0 deletions
@@ -477,6 +477,7 @@ Other contributions Daniel Schepler - Final MI1 CD music support, initial Ogg Vorbis support Andre Souza - SDL-based OpenGL renderer + Tom Frost - WebOS port contributions FreeSCI Contributors -------------------- @@ -213,3 +213,4 @@ Xanathar "xanathar" Grant Yeager "glo_kidd" Benjamin W. Zale "junior_aepi" Yotam Barnoy "bluddy" +Tom Frost "TomFrost" diff --git a/devtools/credits.pl b/devtools/credits.pl index 86ba7412fa..73e66c21a7 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -1000,6 +1000,7 @@ begin_credits("Credits"); add_person("Edward Rudd", "urkle", "Fixes for playing MP3 versions of MI1/Loom audio"); add_person("Daniel Schepler", "dschepler", "Final MI1 CD music support, initial Ogg Vorbis support"); add_person("André Souza", "luke_br", "SDL-based OpenGL renderer"); + add_person("Tom Frost", "TomFrost", "WebOS port contributions"); end_persons(); end_section(); diff --git a/gui/credits.h b/gui/credits.h index dd839c2c3b..77ec4f4707 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -567,6 +567,8 @@ static const char *credits[] = { "C2""Final MI1 CD music support, initial Ogg Vorbis support", "C0""Andr\351 Souza", "C2""SDL-based OpenGL renderer", +"C0""Tom Frost", +"C2""WebOS port contributions", "", "C1""FreeSCI Contributors", "C0""Francois-R Boyer", |