diff options
author | Travis Howell | 2006-01-18 14:06:20 +0000 |
---|---|---|
committer | Travis Howell | 2006-01-18 14:06:20 +0000 |
commit | d6a5c39e3d462e6234bd08cb6105533a70e6f74b (patch) | |
tree | 1c129e5caeb85b0226260f5cab6d1071410b1be7 | |
parent | 7603c69b17286d56b9934faedd874acba3accd1c (diff) | |
download | scummvm-rg350-d6a5c39e3d462e6234bd08cb6105533a70e6f74b.tar.gz scummvm-rg350-d6a5c39e3d462e6234bd08cb6105533a70e6f74b.tar.bz2 scummvm-rg350-d6a5c39e3d462e6234bd08cb6105533a70e6f74b.zip |
Add full game titles.
svn-id: r20083
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | saga/game.cpp | 40 | ||||
-rw-r--r-- | sword1/sword1.cpp | 4 | ||||
-rw-r--r-- | sword2/sword2.cpp | 6 |
4 files changed, 27 insertions, 27 deletions
@@ -156,8 +156,8 @@ SCUMM Games by Humongous Entertainment: Other Games: Beneath a Steel Sky [sky] - Broken Sword 1 [sword1] - Broken Sword 2 [sword2] + Broken Sword 1 - The Shadow of the Templars [sword1] + Broken Sword 2 - The Smoking Mirror [sword2] Flight of the Amazon Queen [queen] Gobliiins [gob1] Inherit the Earth: Quest for the Orb [ite] diff --git a/saga/game.cpp b/saga/game.cpp index edb1eecc92..1486afd9d2 100644 --- a/saga/game.cpp +++ b/saga/game.cpp @@ -355,7 +355,7 @@ static GameFileDescription ITEMULTICD_GameFiles[] = { {"ite.rsc", GAME_RESOURCEFILE}, {"scripts.rsc", GAME_SCRIPTFILE}, {"sounds.rsc", GAME_SOUNDFILE}, - {"Inherit the Earth Voices", GAME_VOICEFILE | GAME_SWAPENDIAN}, + {"Inherit the Earth: Quest for the Orb Voices", GAME_VOICEFILE | GAME_SWAPENDIAN}, {"music.rsc", GAME_MUSICFILE} }; @@ -381,7 +381,7 @@ static GameFileDescription ITEMACCD_GameFiles[] = { {"ite.rsc", GAME_RESOURCEFILE}, {"scripts.rsc", GAME_SCRIPTFILE}, {"sounds.rsc", GAME_SOUNDFILE}, - {"Inherit the Earth Voices", GAME_VOICEFILE}, + {"Inherit the Earth: Quest for the Orb Voices", GAME_VOICEFILE}, {"music.rsc", GAME_MUSICFILE} }; @@ -771,7 +771,7 @@ static GameMD5 gameMD5[] = { { GID_ITE_MACCD, "adf1f46c1d0589083996a7060c798ad0", "scripts.rsc", false }, { GID_ITE_MACCD, "1a91cd60169f367ecb6c6e058d899b2f", "music.rsc", false }, { GID_ITE_MACCD, "95863b89a0916941f6c5e1789843ba14", "sounds.rsc", false }, - { GID_ITE_MACCD, "c14c4c995e7a0d3828e3812a494301b7", "Inherit the Earth Voices", true }, + { GID_ITE_MACCD, "c14c4c995e7a0d3828e3812a494301b7", "Inherit the Earth: Quest for the Orb Voices", true }, { GID_ITE_MACCD_G, "0bd506aa887bfc7965f695c6bd28237d", "ITE Resources.bin", true }, { GID_ITE_MACCD_G, "af0d7a2588e09ad3ecbc5b474ea238bf", "ITE Scripts.bin", true }, @@ -788,7 +788,7 @@ static GameMD5 gameMD5[] = { { GID_ITE_MULTICD, "a6433e34b97b15e64fe8214651012db9", "ite.rsc", false }, { GID_ITE_MULTICD, "a891405405edefc69c9d6c420c868b84", "scripts.rsc", false }, { GID_ITE_MULTICD, "e2ccb61c325d6d1ead3be0e731fe29fe", "sounds.rsc", false }, - { GID_ITE_MULTICD, "c14c4c995e7a0d3828e3812a494301b7", "Inherit the Earth Voices", true }, + { GID_ITE_MULTICD, "c14c4c995e7a0d3828e3812a494301b7", "Inherit the Earth: Quest for the Orb Voices", true }, { GID_ITE_MULTICD, "d6454756517f042f01210458abe8edd4", "music.rsc", false }, { GID_ITE_DISK_DE, "869fc23c8f38f575979ec67152914fee", "ite.rsc", false }, @@ -905,7 +905,7 @@ static GameDescription gameDescriptions[] = { "ite", GType_ITE, GID_ITE_DEMO_G, // Game id - "Inherit the Earth (DOS Demo)", // Game title + "Inherit the Earth: Quest for the Orb (DOS Demo)", // Game title &ITE_DisplayInfo, ITE_DEFAULT_SCENE, // Starting scene number &ITEDemo_Resources, @@ -928,7 +928,7 @@ static GameDescription gameDescriptions[] = { "ite", GType_ITE, GID_ITE_MACDEMO2, - "Inherit the Earth (MAC Demo)", + "Inherit the Earth: Quest for the Orb (MAC Demo)", &ITE_DisplayInfo, ITE_DEFAULT_SCENE, &ITE_Resources, @@ -951,7 +951,7 @@ static GameDescription gameDescriptions[] = { "ite", GType_ITE, GID_ITE_MACDEMO1, - "Inherit the Earth (early MAC Demo)", + "Inherit the Earth: Quest for the Orb (early MAC Demo)", &ITE_DisplayInfo, ITE_DEFAULT_SCENE, &ITE_Resources, @@ -974,7 +974,7 @@ static GameDescription gameDescriptions[] = { "ite", GType_ITE, GID_ITE_MACCD_G, - "Inherit the Earth (MAC CD)", + "Inherit the Earth: Quest for the Orb (MAC CD)", &ITE_DisplayInfo, ITE_DEFAULT_SCENE, &ITE_Resources, @@ -997,7 +997,7 @@ static GameDescription gameDescriptions[] = { "ite", GType_ITE, GID_ITE_MACCD, - "Inherit the Earth (Wyrmkeep MAC CD)", + "Inherit the Earth: Quest for the Orb (Wyrmkeep MAC CD)", &ITE_DisplayInfo, ITE_DEFAULT_SCENE, &ITE_Resources, @@ -1021,7 +1021,7 @@ static GameDescription gameDescriptions[] = { "ite", GType_ITE, GID_ITE_LINDEMO, - "Inherit the Earth (Linux Demo)", + "Inherit the Earth: Quest for the Orb (Linux Demo)", &ITE_DisplayInfo, ITE_DEFAULT_SCENE, &ITE_Resources, @@ -1044,7 +1044,7 @@ static GameDescription gameDescriptions[] = { "ite", GType_ITE, GID_ITE_WINDEMO2, - "Inherit the Earth (Win32 Demo)", + "Inherit the Earth: Quest for the Orb (Win32 Demo)", &ITE_DisplayInfo, ITE_DEFAULT_SCENE, &ITE_Resources, @@ -1067,7 +1067,7 @@ static GameDescription gameDescriptions[] = { "ite", GType_ITE, GID_ITE_WINDEMO1, - "Inherit the Earth (early Win32 Demo)", + "Inherit the Earth: Quest for the Orb (early Win32 Demo)", &ITE_DisplayInfo, ITE_DEFAULT_SCENE, &ITE_Resources, @@ -1090,7 +1090,7 @@ static GameDescription gameDescriptions[] = { "ite", GType_ITE, GID_ITE_MULTICD, - "Inherit the Earth (Multi-OS CD Version)", + "Inherit the Earth: Quest for the Orb (Multi-OS CD Version)", &ITE_DisplayInfo, ITE_DEFAULT_SCENE, &ITE_Resources, @@ -1113,7 +1113,7 @@ static GameDescription gameDescriptions[] = { "ite", GType_ITE, GID_ITE_LINCD, - "Inherit the Earth (Linux CD Version)", + "Inherit the Earth: Quest for the Orb (Linux CD Version)", &ITE_DisplayInfo, ITE_DEFAULT_SCENE, &ITE_Resources, @@ -1136,7 +1136,7 @@ static GameDescription gameDescriptions[] = { "ite", GType_ITE, GID_ITE_WINCD, - "Inherit the Earth (Win32 CD Version)", + "Inherit the Earth: Quest for the Orb (Win32 CD Version)", &ITE_DisplayInfo, ITE_DEFAULT_SCENE, &ITE_Resources, @@ -1159,7 +1159,7 @@ static GameDescription gameDescriptions[] = { "ite", GType_ITE, GID_ITE_CD_G, - "Inherit the Earth (DOS CD Version)", + "Inherit the Earth: Quest for the Orb (DOS CD Version)", &ITE_DisplayInfo, ITE_DEFAULT_SCENE, &ITE_Resources, @@ -1182,7 +1182,7 @@ static GameDescription gameDescriptions[] = { "ite", GType_ITE, GID_ITE_CD_DE, - "Inherit the Earth (De DOS CD Version)", + "Inherit the Earth: Quest for the Orb (De DOS CD Version)", &ITE_DisplayInfo, ITE_DEFAULT_SCENE, &ITE_Resources, @@ -1205,7 +1205,7 @@ static GameDescription gameDescriptions[] = { "ite", GType_ITE, GID_ITE_CD, - "Inherit the Earth (DOS CD Version)", + "Inherit the Earth: Quest for the Orb (DOS CD Version)", &ITE_DisplayInfo, ITE_DEFAULT_SCENE, &ITE_Resources, @@ -1228,7 +1228,7 @@ static GameDescription gameDescriptions[] = { "ite", GType_ITE, GID_ITE_DISK_DE, - "Inherit the Earth (De DOS Floppy)", + "Inherit the Earth: Quest for the Orb (De DOS Floppy)", &ITE_DisplayInfo, ITE_DEFAULT_SCENE, &ITE_Resources, @@ -1251,7 +1251,7 @@ static GameDescription gameDescriptions[] = { "ite", GType_ITE, GID_ITE_DISK_G, - "Inherit the Earth (DOS Floppy)", + "Inherit the Earth: Quest for the Orb (DOS Floppy)", &ITE_DisplayInfo, ITE_DEFAULT_SCENE, &ITE_Resources, diff --git a/sword1/sword1.cpp b/sword1/sword1.cpp index 0628ade213..77ec324746 100644 --- a/sword1/sword1.cpp +++ b/sword1/sword1.cpp @@ -48,9 +48,9 @@ using namespace Sword1; /* Broken Sword 1 */ static const GameSettings sword1FullSettings = - {"sword1", "Broken Sword 1", GF_DEFAULT_TO_1X_SCALER}; + {"sword1", "Broken Sword 1 - The Shadow of the Templars", GF_DEFAULT_TO_1X_SCALER}; static const GameSettings sword1DemoSettings = - {"sword1demo", "Broken Sword 1 (Demo)", GF_DEFAULT_TO_1X_SCALER | Sword1::GF_DEMO }; + {"sword1demo", "Broken Sword 1 - The Shadow of the Templars (Demo)", GF_DEFAULT_TO_1X_SCALER | Sword1::GF_DEMO }; // check these subdirectories (if present) static const char *g_dirNames[] = { "clusters", "speech" }; diff --git a/sword2/sword2.cpp b/sword2/sword2.cpp index f413f95a5a..2d6fc6a943 100644 --- a/sword2/sword2.cpp +++ b/sword2/sword2.cpp @@ -58,9 +58,9 @@ struct Sword2GameSettings { static const Sword2GameSettings sword2_settings[] = { /* Broken Sword 2 */ - {"sword2", "Broken Sword 2", GF_DEFAULT_TO_1X_SCALER, "players.clu" }, - {"sword2alt", "Broken Sword 2 (alt)", GF_DEFAULT_TO_1X_SCALER, "r2ctlns.ocx" }, - {"sword2demo", "Broken Sword 2 (Demo)", GF_DEFAULT_TO_1X_SCALER | Sword2::GF_DEMO, "players.clu" }, + {"sword2", "Broken Sword 2 - The Smoking Mirror", GF_DEFAULT_TO_1X_SCALER, "players.clu" }, + {"sword2alt", "Broken Sword 2 - The Smoking Mirror (alt)", GF_DEFAULT_TO_1X_SCALER, "r2ctlns.ocx" }, + {"sword2demo", "Broken Sword 2 - The Smoking Mirror (Demo)", GF_DEFAULT_TO_1X_SCALER | Sword2::GF_DEMO, "players.clu" }, {NULL, NULL, 0, NULL} }; |