diff options
author | Jordi Vilalta Prat | 2009-03-05 12:04:58 +0000 |
---|---|---|
committer | Jordi Vilalta Prat | 2009-03-05 12:04:58 +0000 |
commit | 047f116515e07cdebb54284a1078a6d581595158 (patch) | |
tree | e873c397c78683b726b7546639a343992711df8a | |
parent | cdc9f46bd921b5135f5f8a5881823377cebd6e55 (diff) | |
download | scummvm-rg350-047f116515e07cdebb54284a1078a6d581595158.tar.gz scummvm-rg350-047f116515e07cdebb54284a1078a6d581595158.tar.bz2 scummvm-rg350-047f116515e07cdebb54284a1078a6d581595158.zip |
Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match the meaning of the returned string, as discussed some time ago in scummvm-devel
svn-id: r39132
-rw-r--r-- | engines/agi/detection.cpp | 2 | ||||
-rw-r--r-- | engines/agos/detection.cpp | 2 | ||||
-rw-r--r-- | engines/cine/detection.cpp | 2 | ||||
-rw-r--r-- | engines/cruise/detection.cpp | 2 | ||||
-rw-r--r-- | engines/drascula/detection.cpp | 2 | ||||
-rw-r--r-- | engines/gob/detection.cpp | 2 | ||||
-rw-r--r-- | engines/groovie/detection.cpp | 2 | ||||
-rw-r--r-- | engines/igor/detection.cpp | 2 | ||||
-rw-r--r-- | engines/kyra/detection.cpp | 2 | ||||
-rw-r--r-- | engines/lure/detection.cpp | 2 | ||||
-rw-r--r-- | engines/m4/detection.cpp | 2 | ||||
-rw-r--r-- | engines/made/detection.cpp | 2 | ||||
-rw-r--r-- | engines/metaengine.h | 4 | ||||
-rw-r--r-- | engines/parallaction/detection.cpp | 2 | ||||
-rw-r--r-- | engines/queen/queen.cpp | 4 | ||||
-rw-r--r-- | engines/saga/detection.cpp | 2 | ||||
-rw-r--r-- | engines/sci/detection.cpp | 2 | ||||
-rw-r--r-- | engines/scumm/detection.cpp | 4 | ||||
-rw-r--r-- | engines/sky/detection.cpp | 4 | ||||
-rw-r--r-- | engines/sword1/detection.cpp | 2 | ||||
-rw-r--r-- | engines/sword2/sword2.cpp | 2 | ||||
-rw-r--r-- | engines/tinsel/detection.cpp | 2 | ||||
-rw-r--r-- | engines/touche/detection.cpp | 2 | ||||
-rw-r--r-- | engines/tucker/detection.cpp | 2 | ||||
-rw-r--r-- | gui/about.cpp | 2 |
25 files changed, 29 insertions, 29 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp index 5136caf05f..7dc635026a 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -835,7 +835,7 @@ public: virtual const char *getName() const { return "AGI preAGI + v2 + v3 Engine"; } - virtual const char *getCopyright() const { + virtual const char *getOriginalCopyright() const { return "Sierra AGI Engine (C) Sierra On-Line Software"; } diff --git a/engines/agos/detection.cpp b/engines/agos/detection.cpp index 6ef84dd6ad..07365c1b03 100644 --- a/engines/agos/detection.cpp +++ b/engines/agos/detection.cpp @@ -107,7 +107,7 @@ public: return "AGOS"; } - virtual const char *getCopyright() const { + virtual const char *getOriginalCopyright() const { return "AGOS (C) Adventure Soft"; } diff --git a/engines/cine/detection.cpp b/engines/cine/detection.cpp index ab9d7e4685..7da14c5bc7 100644 --- a/engines/cine/detection.cpp +++ b/engines/cine/detection.cpp @@ -530,7 +530,7 @@ public: return "Cinematique evo 1 engine"; } - virtual const char *getCopyright() const { + virtual const char *getOriginalCopyright() const { return "Future Wars & Operation Stealth (C) Delphine Software"; } diff --git a/engines/cruise/detection.cpp b/engines/cruise/detection.cpp index e38cec0551..d467bf7710 100644 --- a/engines/cruise/detection.cpp +++ b/engines/cruise/detection.cpp @@ -173,7 +173,7 @@ public: return "Cinematique evo 2 engine"; } - virtual const char *getCopyright() const { + virtual const char *getOriginalCopyright() const { return "Cruise for a Corpse (C) Delphine Software"; } diff --git a/engines/drascula/detection.cpp b/engines/drascula/detection.cpp index 6040200662..50da7d3552 100644 --- a/engines/drascula/detection.cpp +++ b/engines/drascula/detection.cpp @@ -259,7 +259,7 @@ public: return "Drascula Engine"; } - virtual const char *getCopyright() const { + virtual const char *getOriginalCopyright() const { return "Drascula Engine (C) 2000 Alcachofa Soft, 1996 (C) Digital Dreams Multimedia, 1994 (C) Emilio de Paz"; } diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 20d5d40893..c9a5ecaa19 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -2283,7 +2283,7 @@ public: return "Gob Engine"; } - virtual const char *getCopyright() const { + virtual const char *getOriginalCopyright() const { return "Goblins Games (C) Coktel Vision"; } diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp index 111ac737ae..5d5cd89c8b 100644 --- a/engines/groovie/detection.cpp +++ b/engines/groovie/detection.cpp @@ -191,7 +191,7 @@ public: return "Groovie Engine"; } - const char *getCopyright() const { + const char *getOriginalCopyright() const { return "Groovie Engine (C) 1990-1996 Trilobyte"; } diff --git a/engines/igor/detection.cpp b/engines/igor/detection.cpp index 3d821fa639..3c2b15377e 100644 --- a/engines/igor/detection.cpp +++ b/engines/igor/detection.cpp @@ -112,7 +112,7 @@ public: return "Igor: Objective Uikokahonia"; } - virtual const char *getCopyright() const { + virtual const char *getOriginalCopyright() const { return "Igor: Objective Uikokahonia (C) Pendulo Studios"; } diff --git a/engines/kyra/detection.cpp b/engines/kyra/detection.cpp index fcd01a39a5..23daba0524 100644 --- a/engines/kyra/detection.cpp +++ b/engines/kyra/detection.cpp @@ -1065,7 +1065,7 @@ public: return "Legend of Kyrandia Engine"; } - const char *getCopyright() const { + const char *getOriginalCopyright() const { return "The Legend of Kyrandia (C) Westwood Studios"; } diff --git a/engines/lure/detection.cpp b/engines/lure/detection.cpp index 4499819574..51df16b8d1 100644 --- a/engines/lure/detection.cpp +++ b/engines/lure/detection.cpp @@ -182,7 +182,7 @@ public: return "Lure of the Temptress Engine"; } - virtual const char *getCopyright() const { + virtual const char *getOriginalCopyright() const { return "Lure of the Temptress (C) Revolution"; } diff --git a/engines/m4/detection.cpp b/engines/m4/detection.cpp index 9d53c9a375..5ca8e6d807 100644 --- a/engines/m4/detection.cpp +++ b/engines/m4/detection.cpp @@ -387,7 +387,7 @@ public: return "MADS/M4 engine"; } - virtual const char *getCopyright() const { + virtual const char *getOriginalCopyright() const { return "Riddle of Master Lu & Orion Burger (C) Sanctuary Woods"; } diff --git a/engines/made/detection.cpp b/engines/made/detection.cpp index 5d3101a617..773b74e36d 100644 --- a/engines/made/detection.cpp +++ b/engines/made/detection.cpp @@ -360,7 +360,7 @@ public: return "MADE Engine"; } - virtual const char *getCopyright() const { + virtual const char *getOriginalCopyright() const { return "MADE Engine (C) Activision"; } diff --git a/engines/metaengine.h b/engines/metaengine.h index 0a4ac680b5..dd62c6cc68 100644 --- a/engines/metaengine.h +++ b/engines/metaengine.h @@ -51,8 +51,8 @@ class MetaEngine : public PluginObject { public: virtual ~MetaEngine() {} - /** Returns some copyright information about the engine. */ - virtual const char *getCopyright() const = 0; + /** Returns some copyright information about the original engine. */ + virtual const char *getOriginalCopyright() const = 0; /** Returns a list of games supported by this engine. */ virtual GameList getSupportedGames() const = 0; diff --git a/engines/parallaction/detection.cpp b/engines/parallaction/detection.cpp index 17f43e2e6a..778989ab68 100644 --- a/engines/parallaction/detection.cpp +++ b/engines/parallaction/detection.cpp @@ -240,7 +240,7 @@ public: return "Parallaction engine"; } - virtual const char *getCopyright() const { + virtual const char *getOriginalCopyright() const { return "Nippon Safes Inc. (C) Dynabyte"; } diff --git a/engines/queen/queen.cpp b/engines/queen/queen.cpp index 802a432546..538931634e 100644 --- a/engines/queen/queen.cpp +++ b/engines/queen/queen.cpp @@ -56,7 +56,7 @@ static const PlainGameDescriptor queenGameDescriptor = { class QueenMetaEngine : public MetaEngine { public: virtual const char *getName() const; - virtual const char *getCopyright() const; + virtual const char *getOriginalCopyright() const; virtual bool hasFeature(MetaEngineFeature f) const; virtual GameList getSupportedGames() const; @@ -72,7 +72,7 @@ const char *QueenMetaEngine::getName() const { return "Flight of the Amazon Queen"; } -const char *QueenMetaEngine::getCopyright() const { +const char *QueenMetaEngine::getOriginalCopyright() const { return "Flight of the Amazon Queen (C) John Passfield and Steve Stamatiadis"; } diff --git a/engines/saga/detection.cpp b/engines/saga/detection.cpp index 55f9f5248c..d15e18e123 100644 --- a/engines/saga/detection.cpp +++ b/engines/saga/detection.cpp @@ -149,7 +149,7 @@ public: ; } - virtual const char *getCopyright() const { + virtual const char *getOriginalCopyright() const { return "Inherit the Earth (C) Wyrmkeep Entertainment"; } diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index 4b59bd3068..626271c371 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -2264,7 +2264,7 @@ public: return "SCI Engine"; } - virtual const char *getCopyright() const { + virtual const char *getOriginalCopyright() const { return "Sierra's Creative Interpreter (C) Sierra Online"; } diff --git a/engines/scumm/detection.cpp b/engines/scumm/detection.cpp index f25c3e8c36..3bd3220d81 100644 --- a/engines/scumm/detection.cpp +++ b/engines/scumm/detection.cpp @@ -681,7 +681,7 @@ using namespace Scumm; class ScummMetaEngine : public MetaEngine { public: virtual const char *getName() const; - virtual const char *getCopyright() const; + virtual const char *getOriginalCopyright() const; virtual bool hasFeature(MetaEngineFeature f) const; virtual GameList getSupportedGames() const; @@ -976,7 +976,7 @@ const char *ScummMetaEngine::getName() const { "]"; } -const char *ScummMetaEngine::getCopyright() const { +const char *ScummMetaEngine::getOriginalCopyright() const { return "LucasArts SCUMM Games (C) LucasArts\n" "Humongous SCUMM Games (C) Humongous"; } diff --git a/engines/sky/detection.cpp b/engines/sky/detection.cpp index 5838aad79b..623a8c2bd7 100644 --- a/engines/sky/detection.cpp +++ b/engines/sky/detection.cpp @@ -64,7 +64,7 @@ static const SkyVersion skyVersions[] = { class SkyMetaEngine : public MetaEngine { public: virtual const char *getName() const; - virtual const char *getCopyright() const; + virtual const char *getOriginalCopyright() const; virtual bool hasFeature(MetaEngineFeature f) const; virtual GameList getSupportedGames() const; @@ -82,7 +82,7 @@ const char *SkyMetaEngine::getName() const { return "Beneath a Steel Sky"; } -const char *SkyMetaEngine::getCopyright() const { +const char *SkyMetaEngine::getOriginalCopyright() const { return "Beneath a Steel Sky (C) Revolution"; } diff --git a/engines/sword1/detection.cpp b/engines/sword1/detection.cpp index 16e564c5a7..ac13cfc237 100644 --- a/engines/sword1/detection.cpp +++ b/engines/sword1/detection.cpp @@ -79,7 +79,7 @@ public: virtual const char *getName() const { return "Broken Sword"; } - virtual const char *getCopyright() const { + virtual const char *getOriginalCopyright() const { return "Broken Sword Games (C) Revolution"; } diff --git a/engines/sword2/sword2.cpp b/engines/sword2/sword2.cpp index 349646ff21..1e7bb2f5fb 100644 --- a/engines/sword2/sword2.cpp +++ b/engines/sword2/sword2.cpp @@ -76,7 +76,7 @@ public: virtual const char *getName() const { return "Broken Sword 2"; } - virtual const char *getCopyright() const { + virtual const char *getOriginalCopyright() const { return "Broken Sword Games (C) Revolution"; } diff --git a/engines/tinsel/detection.cpp b/engines/tinsel/detection.cpp index bc135b3fb4..a0f2c06420 100644 --- a/engines/tinsel/detection.cpp +++ b/engines/tinsel/detection.cpp @@ -448,7 +448,7 @@ public: return "Tinsel Engine"; } - virtual const char *getCopyright() const { + virtual const char *getOriginalCopyright() const { return "Tinsel (C) Psygnosis"; } diff --git a/engines/touche/detection.cpp b/engines/touche/detection.cpp index 4a82ee0cfe..dcaab80d6e 100644 --- a/engines/touche/detection.cpp +++ b/engines/touche/detection.cpp @@ -133,7 +133,7 @@ public: return "Touche Engine"; } - virtual const char *getCopyright() const { + virtual const char *getOriginalCopyright() const { return "Touche: The Adventures of the 5th Musketeer (C) Clipper Software"; } diff --git a/engines/tucker/detection.cpp b/engines/tucker/detection.cpp index 197e20750c..00716a30eb 100644 --- a/engines/tucker/detection.cpp +++ b/engines/tucker/detection.cpp @@ -127,7 +127,7 @@ public: return "Tucker Engine"; } - virtual const char *getCopyright() const { + virtual const char *getOriginalCopyright() const { return "Bud Tucker in Double Trouble (C) Merit Studios"; } diff --git a/gui/about.cpp b/gui/about.cpp index 8e887076b6..2ef75419ad 100644 --- a/gui/about.cpp +++ b/gui/about.cpp @@ -138,7 +138,7 @@ AboutDialog::AboutDialog() addLine(str.c_str()); str = "C2"; - str += (**iter)->getCopyright(); + str += (**iter)->getOriginalCopyright(); addLine(str.c_str()); //addLine(""); |