CREDITS: Added Daniel Balsom which is a stupid overlook
This commit is contained in:
parent
23a497f792
commit
2d6fda8c85
3 changed files with 9 additions and 0 deletions
3
AUTHORS
3
AUTHORS
|
@ -144,6 +144,8 @@ ScummVM Team
|
|||
|
||||
SAGA:
|
||||
Torbjorn Andersson
|
||||
Daniel Balsom - Original engine reimplementation author
|
||||
(retired)
|
||||
Filippos Karapetis
|
||||
Andrew Kurushin
|
||||
Eugene Sandulenko
|
||||
|
@ -536,6 +538,7 @@ Other contributions
|
|||
|
||||
Special thanks to
|
||||
*****************
|
||||
Daniel Balsom - For the original Reinherit (SAGA) code
|
||||
Sander Buskens - For his work on the initial reversing of Monkey2
|
||||
Canadacow - For the original MT-32 emulator
|
||||
Kevin Carnes - For Scumm16, the basis of ScummVM's older gfx codecs
|
||||
|
|
|
@ -616,6 +616,7 @@ begin_credits("Credits");
|
|||
|
||||
begin_section("SAGA");
|
||||
add_person("Torbjörn Andersson", "eriktorbjorn", "");
|
||||
add_person("Daniel Balsom", "DanielFox", "Original engine reimplementation author (retired)");
|
||||
add_person("Filippos Karapetis", "[md5]", "");
|
||||
add_person("Andrew Kurushin", "ajax16384", "");
|
||||
add_person("Eugene Sandulenko", "sev", "");
|
||||
|
@ -1059,6 +1060,7 @@ begin_credits("Credits");
|
|||
|
||||
begin_section("Special thanks to");
|
||||
begin_persons();
|
||||
add_person("Daniel Balsom", "DanielFox", "For the original Reinherit (SAGA) code");
|
||||
add_person("Sander Buskens", "", "For his work on the initial reversing of Monkey2");
|
||||
add_person("", "Canadacow", "For the original MT-32 emulator");
|
||||
add_person("Kevin Carnes", "", "For Scumm16, the basis of ScummVM's older gfx codecs");
|
||||
|
|
|
@ -166,6 +166,8 @@ static const char *credits[] = {
|
|||
"",
|
||||
"C1""SAGA",
|
||||
"C0""Torbj\366rn Andersson",
|
||||
"C0""Daniel Balsom",
|
||||
"C2""Original engine reimplementation author (retired)",
|
||||
"C0""Filippos Karapetis",
|
||||
"C0""Andrew Kurushin",
|
||||
"C0""Eugene Sandulenko",
|
||||
|
@ -651,6 +653,8 @@ static const char *credits[] = {
|
|||
"",
|
||||
"C1""Special thanks to",
|
||||
"",
|
||||
"C0""Daniel Balsom",
|
||||
"C2""For the original Reinherit (SAGA) code",
|
||||
"C0""Sander Buskens",
|
||||
"C2""For his work on the initial reversing of Monkey2",
|
||||
"C0""Canadacow",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue