Skip to content

Commit

Permalink
update ceredits
Browse files Browse the repository at this point in the history
  • Loading branch information
aquadran committed May 9, 2011
1 parent 7cb42a7 commit d1cb1fa
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 11 deletions.
14 changes: 9 additions & 5 deletions AUTHORS
Expand Up @@ -20,21 +20,25 @@ Residual Team
Marcus Comstedt - Initial Dreamcast port
Andrea Corna - Improved font support, patch extractor
Jonathan Gray - Various code fixes
Vincent Hamm - Various engine code
Erich Hoover - x86-64 fixes, various fixes and comments, menu
support, improved state support
Vincent Hamm - Various engine code fixes and improvements
Erich Hoover - x86-64 fixes, various code fixes and
improvements
Travis Howell - Various code fixes, Windows port
Joost Peters - Various code fixes
Christian Neumair - Various optimisation patches
Daniel Schepler - Initial engine codebase, LUA support
Einar Johan T. Somaen - A lot of play-testing
Einar Johan T. Somaen - Initial EMI support, a lot of play-testing
Yaron Tausky - Fixes to subtitles
Joel Teichroeb - Initial EMI support, various code fixes
Pino Toscano - Debian GNU/Linux package files
Lionel Ulmer - OpenGL optimisations
Joni Vahamaki - Various code fixes and improvements
vpelletier - Various code fixes and improvements
usineur - Few code improvements

ScummVM code
************
Residual use a lot of ScummVM code. For list of authors look into
Residual use a lot of ScummVM code. For a list of authors look into
COPYRIGHT file.

Website code
Expand Down
10 changes: 7 additions & 3 deletions devtools/credits.pl
Expand Up @@ -502,16 +502,20 @@ sub add_paragraph {
add_person("Marcus Comstedt", "marcus_c", "Initial 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 fixes, various fixes and comments, menu support, improved state support");
add_person("Vincent Hamm", "yazoo", "Various engine code fixes and improvements");
add_person("Erich Hoover", "Compholio", "x86-64 fixes, various code fixes and improvements");
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("Einar Johan T. Sømåen", "somaen", "A lot of play-testing");
add_person("Einar Johan T. Sømåen", "somaen", "Initial EMI support, a lot of play-testing");
add_person("Yaron Tausky", "yaront", "Fixes to subtitles");
add_person("Joel Teichroeb ", "klusark", "Initial EMI support, various code fixes");
add_person("Pino Toscano", "pinotree", "Debian GNU/Linux package files");
add_person("Lionel Ulmer", "bbrox", "OpenGL optimisations");
add_person("Joni Vähämäki", "Akz", "Various code fixes and improvements");
add_person("", "vpelletier", "Various code fixes and improvements");
add_person("", "usineur ", "Few code improvements");
end_section();

end_section();
Expand Down
14 changes: 11 additions & 3 deletions gui/credits.h
Expand Up @@ -28,9 +28,9 @@ static const char *credits[] = {
"C0""Jonathan Gray",
"C2""Various code fixes",
"C0""Vincent Hamm",
"C2""Various engine code",
"C2""Various engine code fixes and improvements",
"C0""Erich Hoover",
"C2""x86-64 fixes, various fixes and comments, menu support, improved state support",
"C2""x86-64 fixes, various code fixes and improvements",
"C0""Travis Howell",
"C2""Various code fixes, Windows port",
"C0""Joost Peters",
Expand All @@ -40,13 +40,21 @@ static const char *credits[] = {
"C0""Daniel Schepler",
"C2""Initial engine codebase, LUA support",
"C0""Einar Johan T. S\370m\345en",
"C2""A lot of play-testing",
"C2""Initial EMI support, a lot of play-testing",
"C0""Yaron Tausky",
"C2""Fixes to subtitles",
"C0""Joel Teichroeb ",
"C2""Initial EMI support, various code fixes",
"C0""Pino Toscano",
"C2""Debian GNU/Linux package files",
"C0""Lionel Ulmer",
"C2""OpenGL optimisations",
"C0""Joni V\344h\344m\344ki",
"C2""Various code fixes and improvements",
"C0""vpelletier",
"C2""Various code fixes and improvements",
"C0""usineur ",
"C2""Few code improvements",
"",
"",
"",
Expand Down

0 comments on commit d1cb1fa

Please sign in to comment.