aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2012-01-31 21:32:17 +0200
committerEugene Sandulenko2012-01-31 21:32:17 +0200
commit2d6fda8c85dc58546d2cc57a7db0d77bb2b72e5c (patch)
tree516f02dd6088a8bc154458a26470bfef0e085428
parent23a497f7922e3078dd1be44fddbab41a5646c971 (diff)
downloadscummvm-rg350-2d6fda8c85dc58546d2cc57a7db0d77bb2b72e5c.tar.gz
scummvm-rg350-2d6fda8c85dc58546d2cc57a7db0d77bb2b72e5c.tar.bz2
scummvm-rg350-2d6fda8c85dc58546d2cc57a7db0d77bb2b72e5c.zip
CREDITS: Added Daniel Balsom which is a stupid overlook
-rw-r--r--AUTHORS3
-rwxr-xr-xdevtools/credits.pl2
-rw-r--r--gui/credits.h4
3 files changed, 9 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index cf345984c6..86f5c3e023 100644
--- a/AUTHORS
+++ b/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
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 73e66c21a7..8330450984 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -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");
diff --git a/gui/credits.h b/gui/credits.h
index 77ec4f4707..154f577fba 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -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",