aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS4
-rw-r--r--gui/credits.h5
-rwxr-xr-xtools/credits.pl6
3 files changed, 15 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 928f793fd9..e60f4457f1 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -138,6 +138,10 @@ ScummVM Team
Lars Skovlund
Martin Kiewitz
+ TeenAgent:
+ Vladimir Menshakov
+ Robert Megone - Help with callback rewriting
+
Tinsel:
Torbjorn Andersson
Fabio Battaglia - PSX version support
diff --git a/gui/credits.h b/gui/credits.h
index 2990b3c4e2..05f3d122a5 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -158,6 +158,11 @@ static const char *credits[] = {
"C0""Lars Skovlund",
"C0""Martin Kiewitz",
"",
+"C1""TeenAgent",
+"C0""Vladimir Menshakov",
+"C0""Robert Megone",
+"C2""Help with callback rewriting",
+"",
"C1""Tinsel",
"C0""Torbj\366rn Andersson",
"C0""Fabio Battaglia",
diff --git a/tools/credits.pl b/tools/credits.pl
index 5e4459903c..b305ac6e89 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -626,6 +626,12 @@ begin_credits("Credits");
add_person("Martin Kiewitz", "m_kiewitz", "");
end_section();
+ begin_section("TeenAgent");
+ add_person("Vladimir Menshakov", "whoozle", "");
+ add_person("Robert Megone", "sanguine", "Help with callback rewriting");
+ end_section();
+
+
begin_section("Tinsel");
add_person("Torbjörn Andersson", "eriktorbjorn", "");
add_person("Fabio Battaglia", "Hkz", "PSX version support");