COMMON: update credits

This commit is contained in:
Paweł Kołodziejski 2012-03-12 19:05:38 +01:00
parent 9a9ca18e49
commit aa306a73dd
3 changed files with 19 additions and 7 deletions

View File

@ -77,3 +77,6 @@ Special thanks to
Bret Mogilefsky, for managing to create a SPUTM-style 3D LUA engine, and
avoiding the horrible hack it could have been.
Benjamin Haisch, for emimeshviewer, which our EMI code borrows heavily
from.

View File

@ -536,6 +536,9 @@ begin_credits("Credits");
"Bret Mogilefsky, for managing to create a SPUTM-style 3D LUA engine, ".
"and avoiding the horrible hack it could have been.");
add_paragraph(
"Benjamin Haisch, for emimeshviewer, which our EMI code borrows heavily from. ");
end_section();
end_credits();

View File

@ -1,11 +1,12 @@
// This file was generated by credits.pl. Do not edit by hand!
static const char *credits[] = {
"C1""ResidualVM Teams",
"C1""ResidualVM",
"",
"C1""Project Leader",
"C0""Pawel Kolodziejski",
"",
"C1""Grim Engine Team",
"C1""Teams",
"C1""Grim Team",
"C0""James Brown",
"C2""Core developer (retired)",
"C0""Giulio Camuffo",
@ -15,13 +16,15 @@ static const char *credits[] = {
"C0""Einar Johan T. S\370m\345en",
"C2""Initial EMI support, various code fixes and improvements",
"",
"C1""Myst 3 Engine Team",
"C1""Myst 3 Team",
"C0""Bastien Bouclet",
"C2""Core developer",
"",
"C1""Grim Engine Contributors",
"",
"C1""Contributors",
"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""Torbj\366rn Andersson",
"C2""Various code fixes",
"C0""Ori Avtalion",
@ -81,27 +84,30 @@ static const char *credits[] = {
"C0""JenniBee",
"C2""Compilation fixes",
"",
"C1""Myst 3 Engine Contributors",
"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""Myst 3",
"C0""Matthew Hoops",
"C2""Various engine improvements and code fixes",
"",
"",
"",
"C1""ScummVM code",
"",
"C0""ResidualVM use a lot of ScummVM code. For a list of authors look into COPYRIGHT file. ",
"C0""",
"",
"C1""Website code",
"",
"C0""Fredrik Wendel",
"",
"C1""Special thanks to",
"",
"C0""The LUA developers, for creating a nice compact script interpreter. ",
"C0""",
"C0""Tim Schafer, for obvious reasons, and everybody else who helped make Grim Fandango a brilliant game; and the EMI team for giving it their best try.",
"C0""",
"C0""Bret Mogilefsky, for managing to create a SPUTM-style 3D LUA engine, and avoiding the horrible hack it could have been.",
"C0""",
"C0""Benjamin Haisch, for emimeshviewer, which our EMI code borrows heavily from. ",
"C0""",
"",
};