aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorHenry Bush2009-03-16 21:42:35 +0000
committerHenry Bush2009-03-16 21:42:35 +0000
commit03a807fa2bb3540eefe22054f1cebf80ac38ad8d (patch)
treee89355ad1d8b04f8e1ddb65a46956542e0e78c98 /tools
parent6e3bf6af79daf4bb706480d5a152da6b28fff871 (diff)
downloadscummvm-rg350-03a807fa2bb3540eefe22054f1cebf80ac38ad8d.tar.gz
scummvm-rg350-03a807fa2bb3540eefe22054f1cebf80ac38ad8d.tar.bz2
scummvm-rg350-03a807fa2bb3540eefe22054f1cebf80ac38ad8d.zip
Add FreeSCI contributors
svn-id: r39457
Diffstat (limited to 'tools')
-rwxr-xr-xtools/credits.pl45
1 files changed, 45 insertions, 0 deletions
diff --git a/tools/credits.pl b/tools/credits.pl
index 3c0efd58a3..0dd422bdc2 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -691,6 +691,51 @@ begin_credits("Credits");
end_persons();
end_section();
+ begin_section("FreeSCI Contributors");
+ begin_persons();
+ add_person("Anders Baden Nielsen", "", "PPC testing");
+ add_person("Bas Zoetekouw", "", "Man pages, debian package management, CVS maintenance");
+ add_person("Carl Muckenhoupt", "", "Sources to the SCI resource viewer tools that started it all");
+ add_person("Chris Kehler", "", "Makefile enhancements");
+ add_person("Christoph Reichenbach", "", "UN*X code, VM/Graphics/Sound/other infrastructure");
+ add_person("Christopher T. Lansdown", "", "Original CVS maintainer, Alpha compatibility fixes");
+ add_person("Claudio Matsuoka", "", "CVS snapshots, daily builds, BeOS and cygwin ports");
+ add_person("Dark Minister", "", "SCI research (bytecode and parser)");
+ add_person("Dmitry Jemerov", "", "Port to the Win32 platform, numerous bugfixes");
+ add_person("Emmanuel Jeandel", "", "Bugfixes and bug reports");
+ add_person("Francois-R Boyer", "", "MT-32 information and mapping code");
+ add_person("George Reid", "", "FreeBSD package management");
+ add_person("Hubert Maier", "", "AmigaOS 4 port");
+ add_person("Hugues Valois", "", "Game selection menu");
+ add_person("Johannes Manhave", "", "Document format translation");
+ add_person("Jordi Vilalta", "", "Numerous code and website clean-up patches");
+ add_person("Lars Skovlund", "", "Project maintenance, most documentation, bugfixes, SCI1 support");
+ add_person("Magnus Reftel", "", "Heap implementation, Python class viewer, bugfixes");
+ add_person("Matt Hargett", "", "Clean-ups, bugfixes, Hardcore QA, Win32");
+ add_person("Max Horn", "", "SetJump implementation");
+ add_person("Paul David Doherty", "", "Game version information");
+ add_person("Petr Vyhnak", "", "The DCL-INFLATE algorithm, many Win32 improvements");
+ add_person("Rainer Canavan", "", "IRIX MIDI driver and bug fixes");
+ add_person("Rainer De Temple", "", "SCI research");
+ add_person("Ravi I.", "", "SCI0 sound resource specification");
+ add_person("Ruediger Hanke", "", "Port to the MorphOS platform");
+ add_person("Rune Orsval", "", "Configuration file editor");
+ add_person("Rickard Lind", "", "MT32->GM MIDI mapping magic, sound research");
+ add_person("Rink Springer", "", "Port to the DOS platform, several bug fixes");
+ add_person("Robey Pointer", "", "Bug tracking system hosting");
+ add_person("Sergey Lapin", "", "Port of Carl's type 2 decompression code");
+ add_person("Solomon Peachy", "", "SDL ports and much of the sound subsystem");
+ add_person("Vyacheslav Dikonov", "", "Config script improvements");
+ add_person("Walter van Niftrik", "", "Ports to the Dreamcast and GP32 platforms");
+ add_person("Xiaojun Chen", "", "");
+ add_person("Sean Terrell", "", "");
+ end_persons();
+ add_paragraph("Special thanks to Prof. Dr. Gary Nutt ".
+ "for allowing the FreeSCI VM extension as a ".
+ "course project in his Advanced OS course");
+ add_paragraph("Special thanks to Bob Heitman and Corey Cole for their support of FreeSCI");
+ end_section();
+
begin_section("Retired Team Members");
begin_persons();
add_person("Tore Anderson", "tore", "Former Debian GNU/Linux maintainer");