[Scummvm-cvs-logs] scummvm master -> 2d6fda8c85dc58546d2cc57a7db0d77bb2b72e5c

sev- sev at scummvm.org
Tue Jan 31 20:35:33 CET 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
2d6fda8c85 CREDITS: Added Daniel Balsom which is a stupid overlook


Commit: 2d6fda8c85dc58546d2cc57a7db0d77bb2b72e5c
    https://github.com/scummvm/scummvm/commit/2d6fda8c85dc58546d2cc57a7db0d77bb2b72e5c
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2012-01-31T11:32:17-08:00

Commit Message:
CREDITS: Added Daniel Balsom which is a stupid overlook

Changed paths:
    AUTHORS
    devtools/credits.pl
    gui/credits.h



diff --git a/AUTHORS b/AUTHORS
index cf34598..86f5c3e 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 73e66c2..8330450 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 77ec4f4..154f577 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",






More information about the Scummvm-git-logs mailing list