diff options
author | Eugene Sandulenko | 2005-12-31 00:14:21 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-12-31 00:14:21 +0000 |
commit | fb751ebe83b4c93a3e99327e7bfc77b489c9cdf5 (patch) | |
tree | dc027e18640793082da9abfa66e632dc697d911c /tools | |
parent | 230c592d7ba30e1c526e40055563be414a15950f (diff) | |
download | scummvm-rg350-fb751ebe83b4c93a3e99327e7bfc77b489c9cdf5.tar.gz scummvm-rg350-fb751ebe83b4c93a3e99327e7bfc77b489c9cdf5.tar.bz2 scummvm-rg350-fb751ebe83b4c93a3e99327e7bfc77b489c9cdf5.zip |
Elaborate more about myself in new credits format. I invite others to do that
too as that helps to determine more exactly who has an expert opinion in some
particular area.
svn-id: r19867
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/credits.pl b/tools/credits.pl index 5f0431e44b..fc20a80122 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -448,7 +448,7 @@ begin_credits("Credits"); add_person('Max Horn', 'Fingolfin', ""); add_person("Travis Howell", "Kirben", ""); add_person("Paweł Kołodziejski", "aquadran", "Codecs, iMUSE, Smush, etc."); - add_person("Eugene Sandulenko", "sev", "FT INSANE"); + add_person("Eugene Sandulenko", "sev", "FT INSANE, MM NES, MM C64, game detection, Herc/CGA"); end_section(); begin_section("HE"); @@ -530,7 +530,7 @@ begin_credits("Credits"); begin_section("SDL (Win/Linux/OS X/etc.)"); add_person('Max Horn', 'Fingolfin', ""); - add_person('Random Name', '', "TODO: Add yourself if you feel it's appropriate"); + add_person('Eugene Sandulenko', 'sev', "Asm routines, GFX layers"); end_section(); end_section(); |