Added Tinsel to credits & NEWS
svn-id: r33243
This commit is contained in:
parent
4acde448f5
commit
6e2e844f31
4 changed files with 32 additions and 0 deletions
9
AUTHORS
9
AUTHORS
|
@ -94,10 +94,19 @@ ScummVM Team
|
||||||
|
|
||||||
SAGA:
|
SAGA:
|
||||||
Torbjorn Andersson
|
Torbjorn Andersson
|
||||||
|
Sven Hesse
|
||||||
Filippos Karapetis
|
Filippos Karapetis
|
||||||
Andrew Kurushin
|
Andrew Kurushin
|
||||||
Eugene Sandulenko
|
Eugene Sandulenko
|
||||||
|
|
||||||
|
Tinsel;:
|
||||||
|
Torbjorn Andersson
|
||||||
|
Paul Gilbert
|
||||||
|
Sven Hesse
|
||||||
|
Max Horn
|
||||||
|
Filippos Karapetis
|
||||||
|
Joost Peters
|
||||||
|
|
||||||
Touche:
|
Touche:
|
||||||
Gregory Montoir
|
Gregory Montoir
|
||||||
|
|
||||||
|
|
4
NEWS
4
NEWS
|
@ -1,6 +1,10 @@
|
||||||
For a more comprehensive changelog for the latest experimental SVN code, see:
|
For a more comprehensive changelog for the latest experimental SVN code, see:
|
||||||
http://scummvm.sourceforge.net/daily/ChangeLog
|
http://scummvm.sourceforge.net/daily/ChangeLog
|
||||||
|
|
||||||
|
0.13.0 (????-??-??)
|
||||||
|
New Games:
|
||||||
|
- Added support for Discworld.
|
||||||
|
|
||||||
0.12.0 (????-??-??)
|
0.12.0 (????-??-??)
|
||||||
New Games:
|
New Games:
|
||||||
- Added support for The Legend of Kyrandia: Book Two: Hand of Fate.
|
- Added support for The Legend of Kyrandia: Book Two: Hand of Fate.
|
||||||
|
|
|
@ -98,10 +98,19 @@ static const char *credits[] = {
|
||||||
"\\C\\c0""",
|
"\\C\\c0""",
|
||||||
"\\C\\c1""SAGA",
|
"\\C\\c1""SAGA",
|
||||||
"\\C\\c0""Torbj\366rn Andersson",
|
"\\C\\c0""Torbj\366rn Andersson",
|
||||||
|
"\\C\\c0""Sven Hesse",
|
||||||
"\\C\\c0""Filippos Karapetis",
|
"\\C\\c0""Filippos Karapetis",
|
||||||
"\\C\\c0""Andrew Kurushin",
|
"\\C\\c0""Andrew Kurushin",
|
||||||
"\\C\\c0""Eugene Sandulenko",
|
"\\C\\c0""Eugene Sandulenko",
|
||||||
"\\C\\c0""",
|
"\\C\\c0""",
|
||||||
|
"\\C\\c1""Tinsel;",
|
||||||
|
"\\C\\c0""Torbj\366rn Andersson",
|
||||||
|
"\\C\\c0""Paul Gilbert",
|
||||||
|
"\\C\\c0""Sven Hesse",
|
||||||
|
"\\C\\c0""Max Horn",
|
||||||
|
"\\C\\c0""Filippos Karapetis",
|
||||||
|
"\\C\\c0""Joost Peters",
|
||||||
|
"\\C\\c0""",
|
||||||
"\\C\\c1""Touch\351",
|
"\\C\\c1""Touch\351",
|
||||||
"\\C\\c0""Gregory Montoir",
|
"\\C\\c0""Gregory Montoir",
|
||||||
"\\C\\c0""",
|
"\\C\\c0""",
|
||||||
|
|
|
@ -566,11 +566,21 @@ begin_credits("Credits");
|
||||||
|
|
||||||
begin_section("SAGA");
|
begin_section("SAGA");
|
||||||
add_person("Torbjörn Andersson", "eriktorbjorn", "");
|
add_person("Torbjörn Andersson", "eriktorbjorn", "");
|
||||||
|
add_person("Sven Hesse", "DrMcCoy", "");
|
||||||
add_person("Filippos Karapetis", "[md5]", "");
|
add_person("Filippos Karapetis", "[md5]", "");
|
||||||
add_person("Andrew Kurushin", "ajax16384", "");
|
add_person("Andrew Kurushin", "ajax16384", "");
|
||||||
add_person("Eugene Sandulenko", "sev", "");
|
add_person("Eugene Sandulenko", "sev", "");
|
||||||
end_section();
|
end_section();
|
||||||
|
|
||||||
|
begin_section("Tinsel;");
|
||||||
|
add_person("Torbjörn Andersson", "eriktorbjorn", "");
|
||||||
|
add_person("Paul Gilbert", "dreammaster", "");
|
||||||
|
add_person("Sven Hesse", "DrMcCoy", "");
|
||||||
|
add_person("Max Horn", "Fingolfin", "");
|
||||||
|
add_person("Filippos Karapetis", "[md5]", "");
|
||||||
|
add_person("Joost Peters", "joostp", "");
|
||||||
|
end_section();
|
||||||
|
|
||||||
begin_section("Touché");
|
begin_section("Touché");
|
||||||
add_person("Gregory Montoir", "cyx", "");
|
add_person("Gregory Montoir", "cyx", "");
|
||||||
end_section();
|
end_section();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue