CREDITS: Added Daniel Balsom which is a stupid overlook

This commit is contained in:
Eugene Sandulenko 2012-01-31 21:32:17 +02:00
parent 23a497f792
commit 2d6fda8c85
3 changed files with 9 additions and 0 deletions

View file

@ -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

View file

@ -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");

View file

@ -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",