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 | |
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
-rw-r--r-- | AUTHORS | 6 | ||||
-rw-r--r-- | doc/10.tex | 4 | ||||
-rw-r--r-- | gui/credits.h | 6 | ||||
-rwxr-xr-x | tools/credits.pl | 4 |
4 files changed, 10 insertions, 10 deletions
@@ -16,7 +16,8 @@ ScummVM Team Max Horn Travis Howell Pawel Kolodziejski - Codecs, iMUSE, Smush, etc. - Eugene Sandulenko - FT INSANE + Eugene Sandulenko - FT INSANE, MM NES, MM C64, game detection, + Herc/CGA HE: Jonathan Gray @@ -81,8 +82,7 @@ ScummVM Team SDL (Win/Linux/OS X/etc.): Max Horn - Random Name - TODO: Add yourself if you feel it's - appropriate + Eugene Sandulenko - Asm routines, GFX layers Other subsystems ---------------- diff --git a/doc/10.tex b/doc/10.tex index 3031c00883..6d2915a4c6 100644 --- a/doc/10.tex +++ b/doc/10.tex @@ -21,7 +21,7 @@ Max Horn & \textit{}\\ Travis Howell & \textit{}\\ Pawe{\l} Ko{\l}odziejski & \textit{Codecs, iMUSE, Smush, etc.}\\ - Eugene Sandulenko & \textit{FT INSANE}\\ + Eugene Sandulenko & \textit{FT INSANE, MM NES, MM C64, game detection, Herc/CGA}\\ \end{tabular} \end{list} \item \textbf{ HE} @@ -135,7 +135,7 @@ \begin{list}{}{\setlength{\leftmargin}{0.2cm}} \item \begin{tabular}[h]{p{4cm}l} Max Horn & \textit{}\\ - Random Name & \textit{TODO: Add yourself if you feel it's appropriate}\\ + Eugene Sandulenko & \textit{Asm routines, GFX layers}\\ \end{tabular} \end{list} \end{list} diff --git a/gui/credits.h b/gui/credits.h index 29d1b1eb94..380d5d58d1 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -17,7 +17,7 @@ static const char *credits[] = { "\\C\\c0""Pawel Kolodziejski", "\\C\\c2""Codecs, iMUSE, Smush, etc.", "\\C\\c0""Eugene Sandulenko", -"\\C\\c2""FT INSANE", +"\\C\\c2""FT INSANE, MM NES, MM C64, game detection, Herc/CGA", "\\C\\c0""", "\\C\\c1""HE", "\\C\\c0""Jonathan Gray", @@ -82,8 +82,8 @@ static const char *credits[] = { "\\C\\c0""", "\\C\\c1""SDL (Win/Linux/OS X/etc.)", "\\C\\c0""Max Horn", -"\\C\\c0""Random Name", -"\\C\\c2""TODO: Add yourself if you feel it's appropriate", +"\\C\\c0""Eugene Sandulenko", +"\\C\\c2""Asm routines, GFX layers", "\\C\\c0""", "\\C\\c0""", "\\C\\c1""Other subsystems", 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(); |