aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Fry2018-06-19 23:03:37 +1000
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commitdc79026a31bde8b46463d0c5a1d62496fc0963ed (patch)
treecc9ded8bbc8ae548359db0ca19fcb11c690f430e
parentdc9dc0324e2e009092f6c042cd7351362f076c1d (diff)
downloadscummvm-rg350-dc79026a31bde8b46463d0c5a1d62496fc0963ed.tar.gz
scummvm-rg350-dc79026a31bde8b46463d0c5a1d62496fc0963ed.tar.bz2
scummvm-rg350-dc79026a31bde8b46463d0c5a1d62496fc0963ed.zip
ILLUSIONS: Enable illusions engine by default
Add credits info for illusions engine
-rwxr-xr-xdevtools/credits.pl5
-rw-r--r--engines/illusions/configure.engine2
-rw-r--r--gui/credits.h4
3 files changed, 10 insertions, 1 deletions
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 8acf62581a..484c7be80a 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -625,6 +625,11 @@ begin_credits("Credits");
add_person("Eugene Sandulenko", "sev", "");
end_section();
+ begin_section("Illusions");
+ add_person("Benjamin Haisch", "john_doe", "");
+ add_person("Eric Fry", "yuv422", "");
+ end_section();
+
begin_section("Kyra");
add_person("Torbjörn Andersson", "eriktorbjorn", "VQA Player");
add_person("Oystein Eftevaag", "vinterstum", "");
diff --git a/engines/illusions/configure.engine b/engines/illusions/configure.engine
index c037c530a0..2b262a076d 100644
--- a/engines/illusions/configure.engine
+++ b/engines/illusions/configure.engine
@@ -1,3 +1,3 @@
# This file is included from the main "configure" script
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
-add_engine illusions "Illusions Engine" no
+add_engine illusions "Illusions Engine" yes
diff --git a/gui/credits.h b/gui/credits.h
index 649e73dbcc..5281726f09 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -173,6 +173,10 @@ static const char *credits[] = {
"C0""Oystein Eftevaag",
"C0""Eugene Sandulenko",
"",
+"C1""Illusions",
+"C0""Benjamin Haisch",
+"C0""Eric Fry",
+"",
"C1""Kyra",
"A0""Torbjorn Andersson",
"C0""Torbj\366rn Andersson",