diff options
author | Vladimir Menshakov | 2009-11-10 19:13:02 +0000 |
---|---|---|
committer | Vladimir Menshakov | 2009-11-10 19:13:02 +0000 |
commit | 2bb14776e4b0e8fcdbbe10668103833d33c61db2 (patch) | |
tree | e2cff399a732f6b69b9cc83962c15e3281e278ef | |
parent | 095172d57ffafc1ff313515948dc22a3b88094f3 (diff) | |
download | scummvm-rg350-2bb14776e4b0e8fcdbbe10668103833d33c61db2.tar.gz scummvm-rg350-2bb14776e4b0e8fcdbbe10668103833d33c61db2.tar.bz2 scummvm-rg350-2bb14776e4b0e8fcdbbe10668103833d33c61db2.zip |
added myself and sanguine to credits as suggested by Max Horn.
svn-id: r45807
-rw-r--r-- | AUTHORS | 4 | ||||
-rw-r--r-- | gui/credits.h | 5 | ||||
-rwxr-xr-x | tools/credits.pl | 6 |
3 files changed, 15 insertions, 0 deletions
@@ -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"); |