aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS9
-rw-r--r--NEWS4
-rw-r--r--gui/credits.h9
-rwxr-xr-xtools/credits.pl10
4 files changed, 32 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 2491f481a2..d7afb06dc9 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -94,10 +94,19 @@ ScummVM Team
SAGA:
Torbjorn Andersson
+ Sven Hesse
Filippos Karapetis
Andrew Kurushin
Eugene Sandulenko
+ Tinsel;:
+ Torbjorn Andersson
+ Paul Gilbert
+ Sven Hesse
+ Max Horn
+ Filippos Karapetis
+ Joost Peters
+
Touche:
Gregory Montoir
diff --git a/NEWS b/NEWS
index fe1a309086..086b1dcb99 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
For a more comprehensive changelog for the latest experimental SVN code, see:
http://scummvm.sourceforge.net/daily/ChangeLog
+0.13.0 (????-??-??)
+ New Games:
+ - Added support for Discworld.
+
0.12.0 (????-??-??)
New Games:
- Added support for The Legend of Kyrandia: Book Two: Hand of Fate.
diff --git a/gui/credits.h b/gui/credits.h
index 41544a2248..1afec250a6 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -98,10 +98,19 @@ static const char *credits[] = {
"\\C\\c0""",
"\\C\\c1""SAGA",
"\\C\\c0""Torbj\366rn Andersson",
+"\\C\\c0""Sven Hesse",
"\\C\\c0""Filippos Karapetis",
"\\C\\c0""Andrew Kurushin",
"\\C\\c0""Eugene Sandulenko",
"\\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\\c0""Gregory Montoir",
"\\C\\c0""",
diff --git a/tools/credits.pl b/tools/credits.pl
index fa806db7de..7df218e4c0 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -566,11 +566,21 @@ begin_credits("Credits");
begin_section("SAGA");
add_person("Torbjörn Andersson", "eriktorbjorn", "");
+ add_person("Sven Hesse", "DrMcCoy", "");
add_person("Filippos Karapetis", "[md5]", "");
add_person("Andrew Kurushin", "ajax16384", "");
add_person("Eugene Sandulenko", "sev", "");
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é");
add_person("Gregory Montoir", "cyx", "");
end_section();