diff options
author | Eugene Sandulenko | 2005-11-09 00:58:19 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-11-09 00:58:19 +0000 |
commit | 51fc6b0441e48f7514747c5c43f95e6faa67780e (patch) | |
tree | 985024d0a937fbe91230bcd956df5f06b5420cbc /tools | |
parent | 63ebcef8548417eab6cba277be72629161de3e92 (diff) | |
download | scummvm-rg350-51fc6b0441e48f7514747c5c43f95e6faa67780e.tar.gz scummvm-rg350-51fc6b0441e48f7514747c5c43f95e6faa67780e.tar.bz2 scummvm-rg350-51fc6b0441e48f7514747c5c43f95e6faa67780e.zip |
o Sort "special thanks to" crefits section alphabetically.
o Mention that Paul Smedley also makes OS/2 pavkaging.
o Mention lloyd which C64-related contributions we use.
svn-id: r19528
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/credits.pl b/tools/credits.pl index 8b10083e8c..3878eb47fa 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -375,7 +375,7 @@ begin_credits("Credits"); add_person("Andreas Röver", "", "Broken Sword 1/2 MPEG2 cutscene support"); add_person("Edward Rudd", "", "Fixes for playing MP3 versions of MI1/Loom audio"); add_person("Daniel Schepler", "", "Final MI1 CD music support, initial Ogg Vorbis support"); - add_person("Paul Smedley", "Creeping", "OS/2 fixes"); + add_person("Paul Smedley", "Creeping", "OS/2 fixes and packaging"); add_person("André Souza", "", "SDL-based OpenGL renderer"); add_person("Tim ???", "realmz", "Initial MI1 CD music support"); end_section(); @@ -390,9 +390,10 @@ begin_credits("Credits"); add_person("Sander Buskens", "", "For his work on the initial reversing of Monkey2"); add_person("", "Canadacow", "For the original MT-32 emulator"); add_person("Kevin Carnes", "", "For Scumm16, the basis of ScummVM's older gfx codecs"); - add_person("", "Jezar", "For his freeverb filter implementation"); add_person("Ivan Dubrov", "", "For contributing the initial version of the Gobliiins engine"); + add_person("", "Jezar", "For his freeverb filter implementation"); add_person("Jim Leiterman", "", "Various info on his FM-TOWNS/Marty SCUMM ports"); + add_person("", "lloyd", "For deep tech details about C64 Zak & MM"); add_person("Jimmi Thøgersen", "", "For ScummRev, and much obscure code/documentation"); add_person("", "Tristan", "For additional work on the original MT-32 emulator"); end_section(); |