[Scummvm-cvs-logs] scummvm master -> 3062681eb592fbe7b688e0378d3260e171d43837

criezy criezy at scummvm.org
Tue May 17 01:02:36 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
3062681eb5 KYRA: Change engine name to Kyra


Commit: 3062681eb592fbe7b688e0378d3260e171d43837
    https://github.com/scummvm/scummvm/commit/3062681eb592fbe7b688e0378d3260e171d43837
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2011-05-16T15:58:46-07:00

Commit Message:
KYRA: Change engine name to Kyra

Changed paths:
    AUTHORS
    devtools/credits.pl
    engines/kyra/detection.cpp
    gui/credits.h



diff --git a/AUTHORS b/AUTHORS
index d8d26ce..1e711d3 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -111,7 +111,7 @@ ScummVM Team
        Oystein Eftevaag
        Eugene Sandulenko
 
-    Legend of Kyrandia:
+    Kyra:
        Torbjorn Andersson    - VQA Player
        Oystein Eftevaag
        Florian Kagerer
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 8d02891..b50ea2e 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -574,7 +574,7 @@ begin_credits("Credits");
 		  add_person("Eugene Sandulenko", "sev", "");
 	  end_section();
 
-	  begin_section("Legend of Kyrandia");
+	  begin_section("Kyra");
 		  add_person("Torbjörn Andersson", "eriktorbjorn", "VQA Player");
 		  add_person("Oystein Eftevaag", "vinterstum", "");
 		  add_person("Florian Kagerer", "athrxx", "");
diff --git a/engines/kyra/detection.cpp b/engines/kyra/detection.cpp
index 864228a..47a086e 100644
--- a/engines/kyra/detection.cpp
+++ b/engines/kyra/detection.cpp
@@ -79,7 +79,7 @@ public:
 	KyraMetaEngine() : AdvancedMetaEngine(detectionParams) {}
 
 	const char *getName() const {
-		return "Legend of Kyrandia";
+		return "Kyra";
 	}
 
 	const char *getOriginalCopyright() const {
diff --git a/gui/credits.h b/gui/credits.h
index f8e9390..8104d9c 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -131,7 +131,7 @@ static const char *credits[] = {
 "C0""Oystein Eftevaag",
 "C0""Eugene Sandulenko",
 "",
-"C1""Legend of Kyrandia",
+"C1""Kyra",
 "C0""Torbj\366rn Andersson",
 "C2""VQA Player",
 "C0""Oystein Eftevaag",






More information about the Scummvm-git-logs mailing list