diff options
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(); |