adopt credits for multi engine support

This commit is contained in:
Pawel Kolodziejski 2009-05-26 07:40:40 +00:00
parent b30ba25918
commit f4359c5bb2
2 changed files with 82 additions and 63 deletions

120
AUTHORS
View File

@ -1,63 +1,71 @@
Residual Team:
**************
James Brown - Core developer
Pawel Kolodziejski - Core developer. SMUSH, iMUSE implemention
Contributors:
Residual Team
*************
If you have contributed to this project then you deserve to be on this
list. Contact us and we'll add you.
Project Leader
--------------
Pawel Kolodziejski
Torbjorn Andersson - Various code fixes
Ori Avtalion - Lipsync, LAF support
Marcus Comstedt - Dreamcast port
Andrea Corna - Improved font support, patch extractor
Jonathan Gray - Various code fixes
Vincent Hamm - Various engine code
Erich Hoover - x86-64, various fixes and comments, menu support,
improved state support
Travis Howell - Various code fixes, Windows daily builds
Joost Peters - Various code fixes
Christian Neumair - Various optimisation patches
Daniel Schepler - Initial engine codebase, LUA support
Pino Toscano - Debian GNU/Linux maintainer
Lionel Ulmer - OpenGL optimisations
Engine Teams
------------
Grim Team:
James Brown - Core developer
Pawel Kolodziejski - Core developer. SMUSH, iMUSE implemention
ScummVM code:
*************
Residual use some ScummVM code like common, mixer and imuse 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
Grim Contributors:
If you have contributed to this engine then you deserve to be on this
list. Contact us and we'll add you.
Torbjorn Andersson - Various code fixes
Ori Avtalion - Lipsync, LAF support
Marcus Comstedt - Dreamcast port
Andrea Corna - Improved font support, patch extractor
Jonathan Gray - Various code fixes
Vincent Hamm - Various engine code
Erich Hoover - x86-64, various fixes and comments, menu
support, improved state support
Travis Howell - Various code fixes, Windows port
Joost Peters - Various code fixes
Christian Neumair - Various optimisation patches
Daniel Schepler - Initial engine codebase, LUA support
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.
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
*****************

View File

@ -448,16 +448,24 @@ sub add_paragraph {
#
begin_credits("Credits");
begin_section("Residual Team:");
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("Contributors:");
begin_section("Grim Contributors");
add_paragraph(
"If you have contributed to this project then you deserve to be on this ".
"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");
@ -467,18 +475,19 @@ begin_credits("Credits");
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 daily builds");
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 maintainer");
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("ScummVM code");
add_paragraph(
"Residual use some ScummVM code like common, mixer and imuse 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.");
begin_persons();
@ -512,6 +521,8 @@ begin_credits("Credits");
add_person("", "arisme", "");
add_person("", "peres", "");
end_persons();
end_section();
end_section();
# HACK!