Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aquadran committed May 26, 2009
1 parent f4359c5 commit 5315c16
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 78 deletions.
72 changes: 35 additions & 37 deletions AUTHORS
Expand Up @@ -6,11 +6,10 @@ Residual Team

Engine Teams
------------
Grim Team:
Grim:
James Brown - Core developer
Pawel Kolodziejski - Core developer. SMUSH, iMUSE implemention


Grim Contributors:
If you have contributed to this engine then you deserve to be on this
list. Contact us and we'll add you.
Expand All @@ -30,42 +29,41 @@ Residual Team
Pino Toscano - Debian GNU/Linux package files
Lionel Ulmer - OpenGL optimisations

ScummVM code
************
Residual use some ScummVM common code. Copyrights for this code belongs to
persons listed below. If you are missed in this list contact us and we'll
add you.

ScummVM code
------------
Residual use some ScummVM common code. Copyrights for this code belongs
to persons listed below. If you are missed in this list contact us and
we'll add you.

Torbjorn Andersson
Chris Apers
Bertrand Augereau
James Brown
Jamieson Christian
Robert Goeffringmann
Jonathan Gray
Vincent Hamm
Ruediger Hanke
Max Horn
Filippos Karapetis
Oliver Kiehl
Pawel Kolodziejski
Andrew Kurushin
Claudio Matsuoka
Gregory Montoir
Kostas Nakos
Willem Jan Palenstijn
Lars Persson
Kari Salminen
Eugene Sandulenko
Johannes Schickel
Ludvig Strigeus
Lionel Ulmer
Jordi Vilalta
Robin Watts
agent-q
arisme
peres
Torbjorn Andersson
Chris Apers
Bertrand Augereau
James Brown
Jamieson Christian
Robert Goeffringmann
Jonathan Gray
Vincent Hamm
Ruediger Hanke
Max Horn
Filippos Karapetis
Oliver Kiehl
Pawel Kolodziejski
Andrew Kurushin
Claudio Matsuoka
Gregory Montoir
Kostas Nakos
Willem Jan Palenstijn
Lars Persson
Kari Salminen
Eugene Sandulenko
Johannes Schickel
Ludvig Strigeus
Lionel Ulmer
Jordi Vilalta
Robin Watts
agent-q
arisme
peres

Special thanks to
*****************
Expand Down
78 changes: 37 additions & 41 deletions tools/credits.pl
Expand Up @@ -448,44 +448,42 @@ sub add_paragraph {
#

begin_credits("Credits");
begin_section("Residual Team");
begin_section("Project Leader");
begin_persons();
add_person("Paweł Kołodziejski", "aquadran", "");
end_persons();
end_section();

begin_section("Engine Teams");
begin_section("Grim Team");
begin_persons();
add_person("James Brown", "ender", "Core developer");
add_person("Paweł Kołodziejski", "aquadran", "Core developer. SMUSH, iMUSE implemention");
end_persons();
end_section();

begin_section("Grim Contributors");
add_paragraph(
"If you have contributed to this engine then you deserve to be on this ".
"list. Contact us and we'll add you.");
begin_persons();
add_person("Torbjörn Andersson", "eriktorbjorn", "Various code fixes");
add_person("Ori Avtalion", "salty-horse", "Lipsync, LAF support");
add_person("Marcus Comstedt", "", "Dreamcast port");
add_person("Andrea Corna", "Yak Bizzarro", "Improved font support, patch extractor");
add_person("Jonathan Gray", "khalek", "Various code fixes");
add_person("Vincent Hamm", "yazoo", "Various engine code");
add_person("Erich Hoover", "Compholio", "x86-64, various fixes and comments, menu support, improved state support");
add_person("Travis Howell", "Kirben", "Various code fixes, Windows port");
add_person("Joost Peters", "joostp", "Various code fixes");
add_person("Christian Neumair", "mannythegnome", "Various optimisation patches");
add_person("Daniel Schepler", "", "Initial engine codebase, LUA support");
add_person("Pino Toscano", "pinotree", "Debian GNU/Linux package files");
add_person("Lionel Ulmer", "bbrox", "OpenGL optimisations");
end_persons();
end_section();
end_section();

begin_section("ScummVM code");
begin_section("Residual Team");
begin_section("Project Leader");
begin_persons();
add_person("Paweł Kołodziejski", "aquadran", "");
end_persons();
end_section();

begin_section("Engine Teams");
begin_section("Grim");
add_person("James Brown", "ender", "Core developer");
add_person("Paweł Kołodziejski", "aquadran", "Core developer. SMUSH, iMUSE implemention");
end_section();

begin_section("Grim Contributors");
add_paragraph(
"If you have contributed to this engine then you deserve to be on this ".
"list. Contact us and we'll add you.");
add_person("Torbjörn Andersson", "eriktorbjorn", "Various code fixes");
add_person("Ori Avtalion", "salty-horse", "Lipsync, LAF support");
add_person("Marcus Comstedt", "", "Dreamcast port");
add_person("Andrea Corna", "Yak Bizzarro", "Improved font support, patch extractor");
add_person("Jonathan Gray", "khalek", "Various code fixes");
add_person("Vincent Hamm", "yazoo", "Various engine code");
add_person("Erich Hoover", "Compholio", "x86-64, various fixes and comments, menu support, improved state support");
add_person("Travis Howell", "Kirben", "Various code fixes, Windows port");
add_person("Joost Peters", "joostp", "Various code fixes");
add_person("Christian Neumair", "mannythegnome", "Various optimisation patches");
add_person("Daniel Schepler", "", "Initial engine codebase, LUA support");
add_person("Pino Toscano", "pinotree", "Debian GNU/Linux package files");
add_person("Lionel Ulmer", "bbrox", "OpenGL optimisations");
end_section();

end_section();
end_section();

begin_section("ScummVM code");
add_paragraph(
"Residual use some ScummVM common code. ".
"Copyrights for this code belongs to persons listed below. ".
Expand Down Expand Up @@ -521,9 +519,7 @@ sub add_paragraph {
add_person("", "arisme", "");
add_person("", "peres", "");
end_persons();

end_section();
end_section();
end_section();

# HACK!
$max_name_width = 16;
Expand Down

0 comments on commit 5315c16

Please sign in to comment.