mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 06:41:51 +00:00
Add tanoku to our GUI credits section.
svn-id: r42929
This commit is contained in:
parent
db232750b2
commit
b09ec67fc4
2
AUTHORS
2
AUTHORS
@ -179,6 +179,7 @@ ScummVM Team
|
||||
Eugene Sandulenko
|
||||
|
||||
GUI:
|
||||
Vicent Marti
|
||||
Eugene Sandulenko
|
||||
Johannes Schickel
|
||||
|
||||
@ -356,6 +357,7 @@ Other contributions
|
||||
Tim Phillips - Initial MI1 CD music support
|
||||
Quietust - Sound support for Amiga SCUMM V2/V3 games, MM
|
||||
NES support
|
||||
segra - Improved support for Apple II/C64 versions of MM
|
||||
Andreas Roever - Broken Sword 1/2 MPEG2 cutscene support
|
||||
Edward Rudd - Fixes for playing MP3 versions of MI1/Loom audio
|
||||
Daniel Schepler - Final MI1 CD music support, initial Ogg Vorbis
|
||||
|
@ -185,6 +185,7 @@ static const char *credits[] = {
|
||||
"C0""Eugene Sandulenko",
|
||||
"",
|
||||
"C1""GUI",
|
||||
"C0""Vicent Marti",
|
||||
"C0""Eugene Sandulenko",
|
||||
"C0""Johannes Schickel",
|
||||
"",
|
||||
@ -425,6 +426,8 @@ static const char *credits[] = {
|
||||
"C2""Initial MI1 CD music support",
|
||||
"C0""Quietust",
|
||||
"C2""Sound support for Amiga SCUMM V2/V3 games, MM NES support",
|
||||
"C0""segra",
|
||||
"C2""Improved support for Apple II/C64 versions of MM",
|
||||
"C0""Andreas R\366ver",
|
||||
"C2""Broken Sword 1/2 MPEG2 cutscene support",
|
||||
"C0""Edward Rudd",
|
||||
|
@ -676,6 +676,7 @@ begin_credits("Credits");
|
||||
end_section();
|
||||
|
||||
begin_section("GUI");
|
||||
add_person("Vicent Marti", "tanoku", "");
|
||||
add_person("Eugene Sandulenko", "sev", "");
|
||||
add_person("Johannes Schickel", "LordHoto", "");
|
||||
end_section();
|
||||
|
Loading…
x
Reference in New Issue
Block a user