aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2019-05-09 18:57:50 +0200
committerMatan Bareket2019-05-09 14:36:06 -0400
commit7476277c06dd30d39da92ac7057084650de335e2 (patch)
treec88a5e9391262622c447d7ed66503d00eb5ba777
parent6989e63a25f7e74e7e7531d17313c75a4bda597e (diff)
downloadscummvm-rg350-7476277c06dd30d39da92ac7057084650de335e2.tar.gz
scummvm-rg350-7476277c06dd30d39da92ac7057084650de335e2.tar.bz2
scummvm-rg350-7476277c06dd30d39da92ac7057084650de335e2.zip
CREDITS: Added Max Horn to GUI credits
The GUI system was originally written completely by me, as is easily verifiable by inspecting the commit logs of the gui subdirectory, or e.g. specific files like gui/widget.cpp.
-rw-r--r--AUTHORS1
-rwxr-xr-xdevtools/credits.pl1
-rw-r--r--gui/credits.h2
3 files changed, 4 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index a0326c015f..251ec615b6 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -418,6 +418,7 @@ ScummVM Team
Johannes Schickel - (retired)
GUI:
+ Max Horn - (retired)
Vicent Marti
Eugene Sandulenko
Johannes Schickel - (retired)
diff --git a/devtools/credits.pl b/devtools/credits.pl
index c655e4ab1c..968a24281e 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -1038,6 +1038,7 @@ begin_credits("Credits");
end_section();
begin_section("GUI");
+ add_person("Max Horn", "Fingolfin", "(retired)");
add_person("Vicent Marti", "tanoku", "");
add_person("Eugene Sandulenko", "sev", "");
add_person("Johannes Schickel", "LordHoto", "(retired)");
diff --git a/gui/credits.h b/gui/credits.h
index a1cc180240..c7ce3e2271 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -509,6 +509,8 @@ static const char *credits[] = {
"C2""(retired)",
"",
"C1""GUI",
+"C0""Max Horn",
+"C2""(retired)",
"C0""Vicent Marti",
"C0""Eugene Sandulenko",
"C0""Johannes Schickel",