ALL: update credits

This commit is contained in:
Paweł Kołodziejski 2013-01-13 12:48:33 +01:00
parent 61876797a9
commit 517826e6de
3 changed files with 4 additions and 4 deletions

View File

@ -35,6 +35,7 @@ ResidualVM
Marcus Comstedt - Initial Dreamcast port Marcus Comstedt - Initial Dreamcast port
Andrea Corna - Patcher module, various engine improvements Andrea Corna - Patcher module, various engine improvements
Jonathan Gray - Various code fixes Jonathan Gray - Various code fixes
Tobias Gunkel - Initial Android port, few engines fixes
Azamat H. Hackimov - Configure fix Azamat H. Hackimov - Configure fix
Vincent Hamm - Various engine code fixes and improvements Vincent Hamm - Various engine code fixes and improvements
Sven Hesse - Various compilation fixes Sven Hesse - Various compilation fixes
@ -59,7 +60,6 @@ ResidualVM
Lionel Ulmer - OpenGL optimisations Lionel Ulmer - OpenGL optimisations
Joni Vahamaki - A lot of engine improvements and fixes Joni Vahamaki - A lot of engine improvements and fixes
JenniBee - Compilation fixes JenniBee - Compilation fixes
tobigun - Initial Android port, few engines fixes
Myst 3: Myst 3:
Matthew Hoops - Various engine improvements and code fixes Matthew Hoops - Various engine improvements and code fixes

View File

@ -483,6 +483,7 @@ begin_credits("Credits");
add_person("Marcus Comstedt", "marcus_c", "Initial Dreamcast port"); add_person("Marcus Comstedt", "marcus_c", "Initial Dreamcast port");
add_person("Andrea Corna", "Yak Bizzarro", "Patcher module, various engine improvements"); add_person("Andrea Corna", "Yak Bizzarro", "Patcher module, various engine improvements");
add_person("Jonathan Gray", "khalek", "Various code fixes"); add_person("Jonathan Gray", "khalek", "Various code fixes");
add_person("Tobias Gunkel", "tobigun", "Initial Android port, few engines fixes");
add_person("Azamat H. Hackimov", "winterheart", "Configure fix"); add_person("Azamat H. Hackimov", "winterheart", "Configure fix");
add_person("Vincent Hamm", "yazoo", "Various engine code fixes and improvements"); add_person("Vincent Hamm", "yazoo", "Various engine code fixes and improvements");
add_person("Sven Hesse", "DrMcCoy", "Various compilation fixes"); add_person("Sven Hesse", "DrMcCoy", "Various compilation fixes");
@ -505,7 +506,6 @@ begin_credits("Credits");
add_person("Lionel Ulmer", "bbrox", "OpenGL optimisations"); add_person("Lionel Ulmer", "bbrox", "OpenGL optimisations");
add_person("Joni Vähämäki", "Akz", "A lot of engine improvements and fixes"); add_person("Joni Vähämäki", "Akz", "A lot of engine improvements and fixes");
add_person("", "JenniBee", "Compilation fixes"); add_person("", "JenniBee", "Compilation fixes");
add_person("", "tobigun", "Initial Android port, few engines fixes");
end_section(); end_section();
begin_section("Myst 3"); begin_section("Myst 3");

View File

@ -46,6 +46,8 @@ static const char *credits[] = {
"C2""Patcher module, various engine improvements", "C2""Patcher module, various engine improvements",
"C0""Jonathan Gray", "C0""Jonathan Gray",
"C2""Various code fixes", "C2""Various code fixes",
"C0""Tobias Gunkel",
"C2""Initial Android port, few engines fixes",
"C0""Azamat H. Hackimov", "C0""Azamat H. Hackimov",
"C2""Configure fix", "C2""Configure fix",
"C0""Vincent Hamm", "C0""Vincent Hamm",
@ -90,8 +92,6 @@ static const char *credits[] = {
"C2""A lot of engine improvements and fixes", "C2""A lot of engine improvements and fixes",
"C0""JenniBee", "C0""JenniBee",
"C2""Compilation fixes", "C2""Compilation fixes",
"C0""tobigun",
"C2""Initial Android port, few engines fixes",
"", "",
"C1""Myst 3", "C1""Myst 3",
"C0""Matthew Hoops", "C0""Matthew Hoops",