diff options
author | Eugene Sandulenko | 2006-02-22 22:40:53 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-02-22 22:40:53 +0000 |
commit | 71c170bb136ab94d70eb10d55cfd897dc89c9682 (patch) | |
tree | d555cf8177ba4f6fe3fbc0b0fd1d5d45df58874e /tools | |
parent | a467247e6ed972e0a13bf26af07811dda55bd69a (diff) | |
download | scummvm-rg350-71c170bb136ab94d70eb10d55cfd897dc89c9682.tar.gz scummvm-rg350-71c170bb136ab94d70eb10d55cfd897dc89c9682.tar.bz2 scummvm-rg350-71c170bb136ab94d70eb10d55cfd897dc89c9682.zip |
Initial version of Cinematique engine evo 1.
svn-id: r20813
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/tools/credits.pl b/tools/credits.pl index ddab381008..6b8ccee56a 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -473,6 +473,12 @@ begin_credits("Credits"); add_person("Jonathan Gray", "khalek", ""); end_section(); + begin_section("Cinematique evo 1"); + add_person("Paweł Kołodziejski", "aquadran", ""); + add_person("Gregory Montoir", "cyx", ""); + add_person("Eugene Sandulenko", "sev", ""); + end_section(); + begin_section("FOTAQ"); # Flight of the Amazon Queen add_person("David Eriksson", "twogood", ""); add_person("Gregory Montoir", "cyx", ""); @@ -549,10 +555,10 @@ begin_credits("Credits"); begin_section("Retired Team Members"); begin_persons(); - add_person("Tore Anderson", "tore", "Former Debian GNU/Linux maintainer"); + add_person("Tore Anderson", "tore", "Former Debian GNU/Linux maintainer"); add_person("Ralph Brorsen", "painelf", "Help with GUI implementation"); add_person("Jamieson Christian", "jamieson630", "iMUSE, MIDI, all things musical"); - add_person('Vincent Hamm', 'yazoo', "Co-Founder"); + add_person('Vincent Hamm', 'yazoo', "Co-Founder, original CinE engine author"); add_person("Ruediger Hanke", "", "Port: MorphOS"); add_person("Felix Jakschitsch", "yot", "Zak256 reverse engineering"); add_person("Mutwin Kraus", "mutle", "Original MacOS porter"); |