From be5a67fc3ee7b7259e67cc49adf5588c647d9e89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Ko=C5=82odziejski?= Date: Sat, 14 Apr 2012 09:17:40 +0200 Subject: [PATCH] ALL: update credits --- AUTHORS | 7 ++++--- devtools/credits.pl | 5 +++-- gui/credits.h | 8 +++++--- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/AUTHORS b/AUTHORS index 527f0179e72..95ae8a64b68 100644 --- a/AUTHORS +++ b/AUTHORS @@ -10,7 +10,9 @@ ResidualVM James Brown - Core developer (retired) Giulio Camuffo - Core developer Pawel Kolodziejski - Core developer (suspended) - Einar Johan T. Somaen - Initial EMI support, various code fixes and + Einar Johan T. Somaen - EMI support, various code fixes and + improvements + Joel Teichroeb - EMI support, various engine fixes and improvements Myst 3 Team: @@ -22,6 +24,7 @@ ResidualVM list. Contact us and we'll add you. Grim: + Thomas Allen - Various engine code fixes and improvements Torbjorn Andersson - Various code fixes Ori Avtalion - Lipsync, LAF support, various code fixes Robert Biro - Fixes to antiliasing @@ -47,8 +50,6 @@ ResidualVM Vincent Pelletier - Various engine improvements and code fixes Daniel Schepler - Initial engine codebase, LUA support Yaron Tausky - Fixes to subtitles - Joel Teichroeb - Initial EMI support, various engine fixes and - improvements Julien Templier - create_project tool Pino Toscano - Debian GNU/Linux package files Lionel Ulmer - OpenGL optimisations diff --git a/devtools/credits.pl b/devtools/credits.pl index bf4f1b178f8..fad181a74bd 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -456,7 +456,8 @@ begin_credits("Credits"); add_person("James Brown", "ender", "Core developer (retired)"); add_person("Giulio Camuffo", "giucam", "Core developer"); add_person("Paweł Kołodziejski", "aquadran", "Core developer (suspended)"); - add_person("Einar Johan T. Sømåen", "somaen", "Initial EMI support, various code fixes and improvements"); + add_person("Einar Johan T. Sømåen", "somaen", "EMI support, various code fixes and improvements"); + add_person("Joel Teichroeb ", "klusark", "EMI support, various engine fixes and improvements"); end_section(); begin_section("Myst 3 Team"); @@ -469,6 +470,7 @@ begin_credits("Credits"); "If you have contributed to this engine then you deserve to be on this ". "list. Contact us and we'll add you."); begin_section("Grim"); + add_person("Thomas Allen", "olldray", "Various engine code fixes and improvements"); add_person("Torbjörn Andersson", "eriktorbjorn", "Various code fixes"); add_person("Ori Avtalion", "salty-horse", "Lipsync, LAF support, various code fixes"); add_person("Robert Biro", "DarthJDG", "Fixes to antiliasing"); @@ -492,7 +494,6 @@ begin_credits("Credits"); add_person("Vincent Pelletier", "vpelletier", "Various engine improvements and code fixes"); add_person("Daniel Schepler", "", "Initial engine codebase, LUA support"); add_person("Yaron Tausky", "yaront", "Fixes to subtitles"); - add_person("Joel Teichroeb ", "klusark", "Initial EMI support, various engine fixes and improvements"); add_person("Julien Templier", "Littleboy", "create_project tool"); add_person("Pino Toscano", "pinotree", "Debian GNU/Linux package files"); add_person("Lionel Ulmer", "bbrox", "OpenGL optimisations"); diff --git a/gui/credits.h b/gui/credits.h index 7b4f36e276c..539aef1320b 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -14,7 +14,9 @@ static const char *credits[] = { "C0""Pawel Kolodziejski", "C2""Core developer (suspended)", "C0""Einar Johan T. S\370m\345en", -"C2""Initial EMI support, various code fixes and improvements", +"C2""EMI support, various code fixes and improvements", +"C0""Joel Teichroeb ", +"C2""EMI support, various engine fixes and improvements", "", "C1""Myst 3 Team", "C0""Bastien Bouclet", @@ -25,6 +27,8 @@ static const char *credits[] = { "C0""If you have contributed to this engine then you deserve to be on this list. Contact us and we'll add you.", "C0""", "C1""Grim", +"C0""Thomas Allen", +"C2""Various engine code fixes and improvements", "C0""Torbj\366rn Andersson", "C2""Various code fixes", "C0""Ori Avtalion", @@ -71,8 +75,6 @@ static const char *credits[] = { "C2""Initial engine codebase, LUA support", "C0""Yaron Tausky", "C2""Fixes to subtitles", -"C0""Joel Teichroeb ", -"C2""Initial EMI support, various engine fixes and improvements", "C0""Julien Templier", "C2""create_project tool", "C0""Pino Toscano",