mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 04:28:37 +00:00
ALL: update credits
This commit is contained in:
parent
61876797a9
commit
517826e6de
2
AUTHORS
2
AUTHORS
@ -35,6 +35,7 @@ ResidualVM
|
||||
Marcus Comstedt - Initial Dreamcast port
|
||||
Andrea Corna - Patcher module, various engine improvements
|
||||
Jonathan Gray - Various code fixes
|
||||
Tobias Gunkel - Initial Android port, few engines fixes
|
||||
Azamat H. Hackimov - Configure fix
|
||||
Vincent Hamm - Various engine code fixes and improvements
|
||||
Sven Hesse - Various compilation fixes
|
||||
@ -59,7 +60,6 @@ ResidualVM
|
||||
Lionel Ulmer - OpenGL optimisations
|
||||
Joni Vahamaki - A lot of engine improvements and fixes
|
||||
JenniBee - Compilation fixes
|
||||
tobigun - Initial Android port, few engines fixes
|
||||
|
||||
Myst 3:
|
||||
Matthew Hoops - Various engine improvements and code fixes
|
||||
|
@ -483,6 +483,7 @@ begin_credits("Credits");
|
||||
add_person("Marcus Comstedt", "marcus_c", "Initial Dreamcast port");
|
||||
add_person("Andrea Corna", "Yak Bizzarro", "Patcher module, various engine improvements");
|
||||
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("Vincent Hamm", "yazoo", "Various engine code fixes and improvements");
|
||||
add_person("Sven Hesse", "DrMcCoy", "Various compilation fixes");
|
||||
@ -505,7 +506,6 @@ begin_credits("Credits");
|
||||
add_person("Lionel Ulmer", "bbrox", "OpenGL optimisations");
|
||||
add_person("Joni Vähämäki", "Akz", "A lot of engine improvements and fixes");
|
||||
add_person("", "JenniBee", "Compilation fixes");
|
||||
add_person("", "tobigun", "Initial Android port, few engines fixes");
|
||||
end_section();
|
||||
|
||||
begin_section("Myst 3");
|
||||
|
@ -46,6 +46,8 @@ static const char *credits[] = {
|
||||
"C2""Patcher module, various engine improvements",
|
||||
"C0""Jonathan Gray",
|
||||
"C2""Various code fixes",
|
||||
"C0""Tobias Gunkel",
|
||||
"C2""Initial Android port, few engines fixes",
|
||||
"C0""Azamat H. Hackimov",
|
||||
"C2""Configure fix",
|
||||
"C0""Vincent Hamm",
|
||||
@ -90,8 +92,6 @@ static const char *credits[] = {
|
||||
"C2""A lot of engine improvements and fixes",
|
||||
"C0""JenniBee",
|
||||
"C2""Compilation fixes",
|
||||
"C0""tobigun",
|
||||
"C2""Initial Android port, few engines fixes",
|
||||
"",
|
||||
"C1""Myst 3",
|
||||
"C0""Matthew Hoops",
|
||||
|
Loading…
Reference in New Issue
Block a user