Wrote a perl script which generates AUTHORS, credits.h, and credits.inc from a single source

svn-id: r16256
This commit is contained in:
Max Horn 2004-12-22 01:46:40 +00:00
parent c8d302847e
commit eaa0f3b974
2 changed files with 23 additions and 20 deletions

25
AUTHORS
View File

@ -3,15 +3,14 @@ The ScummVM team:
Max Horn - Lead developer
Torbjorn Andersson - Engine: SCUMM, Broken Sword II
David Eriksson - Engine: Flight of the Amazon Queen
Robert Goeffringmann - Engine: Beneath a Steel Sky,
Broken Sword I
Robert Goffringmann - Engine: Beneath a Steel Sky, Broken Sword I
Jonathan Gray - Engine: SCUMM, Broken Sword II
Travis Howell - Engine: SCUMM, Simon the Sorcerer
Oliver Kiehl - Engine: Beneath a Steel Sky, Simon
Pawel Kolodziejski - Engine: SCUMM (Codecs, iMUSE, Smush, etc.)
Gregory Montoir - Engine: Flight of the Amazon Queen
Joost Peters - Engine: Beneath a Steel Sky,
Flight of the Amazon Queen
Joost Peters - Engine: Beneath a Steel Sky, Flight of the
Amazon Queen
Eugene Sandulenko - Engine: SCUMM (FT INSANE, bugfixes)
Chris Apers - Port: PalmOS
Nicolas Bacca - Port: PocketPC/WinCE
@ -37,17 +36,18 @@ Contributors:
Janne Huttunen - V3 actor mask support, Dig/FT SMUSH audio
Kovacs Endre Janos - Several fixes for Simon1
Jeroen Janssen - Numerous readability and bugfix patches
Claudio Matsuoka - Daily Linux/BeOS builds
Claudio Matsuoka - Daily Linux/BeOS builds
Mikesch Nepomuk - MI1 VGA floppy patches
Nicolas Noble - Config file and ALSA support
Willem Jan Palenstijn - Packaging for Fedora/RedHat
Quietust - Sound support for Amiga SCUMM V2/V3 games
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 support
Edward Rudd - Fixes for playing MP3 versions of MI1/Loom
Audio
Daniel Schepler - Final MI1 CD music support, initial Ogg Vorbis
support
Andre Souza - SDL-based OpenGL renderer
Tim 'realmz' - Initial MI1 CD music support
Tim ??? - Initial MI1 CD music support
And to all the contributors, users, and beta testers we've missed.
Thanks!
@ -71,6 +71,7 @@ Special thanks to:
supportive.
Aric Wilmunder, Ron Gilbert, David Fox, Vince Lee, and all those at
LucasFilm/LucasArts who made SCUMM the insane mess to reimplement
that it is today. Feel free to drop us a line and tell us what you
think, guys!
LucasFilm/LucasArts who made SCUMM the insane mess to reimplement that
it is today. Feel free to drop us a line and tell us what you think,
guys!

View File

@ -1,3 +1,4 @@
// This file was generated by credits.pl. Do not edit by hand!
static const char *credits[] = {
"\\C\\c1""The ScummVM team:",
"\\L\\c0"" James Brown",
@ -8,7 +9,7 @@ static const char *credits[] = {
"\\L\\c2"" Engine: SCUMM, Broken Sword II",
"\\L\\c0"" David Eriksson",
"\\L\\c2"" Engine: Flight of the Amazon Queen",
"\\L\\c0"" Robert Goeffringmann",
"\\L\\c0"" Robert Goffringmann",
"\\L\\c2"" Engine: Beneath a Steel Sky, Broken Sword I",
"\\L\\c0"" Jonathan Gray",
"\\L\\c2"" Engine: SCUMM, Broken Sword II",
@ -28,7 +29,7 @@ static const char *credits[] = {
"\\L\\c0"" Chris Apers",
"\\L\\c2"" Port: PalmOS",
"\\L\\c0"" Nicolas Bacca",
"\\L\\c2"" Port: PocketPC/WinCE port",
"\\L\\c2"" Port: PocketPC/WinCE",
"\\L\\c0"" Marcus Comstedt",
"\\L\\c2"" Port: Dreamcast",
"\\L\\c0"" Ruediger Hanke",
@ -64,13 +65,13 @@ static const char *credits[] = {
"\\L\\c0"" Stuart Caie",
"\\L\\c2"" Decoders for Simon 1 Amiga data files",
"\\L\\c0"" Janne Huttunen",
"\\L\\c2"" V3 actor mask support, Dig/FT Smush audio",
"\\L\\c2"" V3 actor mask support, Dig/FT SMUSH audio",
"\\L\\c0"" Kovacs Endre Janos",
"\\L\\c2"" Several fixes for Simon1",
"\\L\\c0"" Jeroen Janssen",
"\\L\\c2"" Numerous readability and bugfix patches",
"\\L\\c0"" Claudio Matsuoka",
"\\L\\c2"" Daily Linux/BeOS builds ",
"\\L\\c2"" Daily Linux/BeOS builds",
"\\L\\c0"" Mikesch Nepomuk",
"\\L\\c2"" MI1 VGA floppy patches",
"\\L\\c0"" Nicolas Noble",
@ -83,17 +84,17 @@ static const char *credits[] = {
"\\L\\c2"" Broken Sword 1/2 MPEG2 cutscene support",
"\\L\\c0"" Edward Rudd",
"\\L\\c2"" Fixes for playing MP3 versions of MI1/Loom",
"\\L\\c2"" audio",
"\\L\\c2"" Audio",
"\\L\\c0"" Daniel Schepler",
"\\L\\c2"" Final MI1 CD music support, initial Ogg",
"\\L\\c2"" Vorbis support",
"\\L\\c0"" Andre Souza",
"\\L\\c2"" SDL-based OpenGL renderer",
"\\L\\c0"" Tim 'realmz'",
"\\L\\c0"" Tim ???",
"\\L\\c2"" Initial MI1 CD music support",
"\\L\\c0""",
"\\L\\c0"" And to all the contributors, users, and beta",
"\\L\\c0"" testers we've missed. Thanks!",
"\\L\\c0""And to all the contributors, users, and beta",
"\\L\\c0""testers we've missed. Thanks!",
"\\L\\c0""",
"\\C\\c1""Special thanks to:",
"\\L\\c0"" Sander Buskens",
@ -133,4 +134,5 @@ static const char *credits[] = {
"\\L\\c0""made SCUMM the insane mess to reimplement",
"\\L\\c0""that it is today. Feel free to drop us a line",
"\\L\\c0""and tell us what you think, guys!",
"\\L\\c0""",
};