diff options
author | Travis Howell | 2006-02-14 06:57:42 +0000 |
---|---|---|
committer | Travis Howell | 2006-02-14 06:57:42 +0000 |
commit | d96713a8574dea95fc84f256d970cf78c913aaa6 (patch) | |
tree | 51bd5428e08e5c5d370406e5891c63ef3c08bb7b | |
parent | 515a4ea3813bd41f0b0cce3c9c45673431641a1e (diff) | |
download | scummvm-rg350-d96713a8574dea95fc84f256d970cf78c913aaa6.tar.gz scummvm-rg350-d96713a8574dea95fc84f256d970cf78c913aaa6.tar.bz2 scummvm-rg350-d96713a8574dea95fc84f256d970cf78c913aaa6.zip |
Correct case of SPY Fox game titles
svn-id: r20687
-rw-r--r-- | README | 10 | ||||
-rw-r--r-- | common/config-file.cpp | 2 | ||||
-rw-r--r-- | doc/03.tex | 10 | ||||
-rw-r--r-- | engines/scumm/scumm.cpp | 10 | ||||
-rw-r--r-- | tools/scumm-md5.txt | 10 |
5 files changed, 21 insertions, 21 deletions
@@ -147,10 +147,10 @@ SCUMM Games by Humongous Entertainment: Putt-Putt and Pep's Dog on a Stick [dog] Putt-Putt & Fatty Bear's Activity Pack [activity] Putt-Putt's Fun Pack [funpack] - Spy Fox 1: Dry Cereal [spyfox] - Spy Fox 2: Some Assembly Required [spyfox2] - Spy Fox in Cheese Chase [chase] - Spy Fox in Hold the Mustard [mustard] + SPY Fox 1: Dry Cereal [spyfox] + SPY Fox 2: Some Assembly Required [spyfox2] + SPY Fox in Cheese Chase [chase] + SPY Fox in Hold the Mustard [mustard] Other Games: Beneath a Steel Sky [sky] @@ -171,7 +171,7 @@ compatibility chart. Backyard Baseball [baseball] Backyard Soccer [soccer] Big Thinkers First Grade [thinker1] - Spy Fox 3: Operation Ozone [spyozon] + SPY Fox 3: Operation Ozone [spyozon] The following games are SCUMM engine, but NOT supported by ScummVM (yet). diff --git a/common/config-file.cpp b/common/config-file.cpp index 91459e7fba..f47c81c95f 100644 --- a/common/config-file.cpp +++ b/common/config-file.cpp @@ -97,7 +97,7 @@ bool ConfigFile::loadFromStream(SeekableReadStream &stream) { comment += "\n"; } else if (buf[0] == '(') { // HACK: The following is a hack added by Kirben to support the - // "map.ini" used in the HE SCUMM game "Spy Fox in Hold the Mustard". + // "map.ini" used in the HE SCUMM game "SPY Fox in Hold the Mustard". // // It would be nice if this hack could be restricted to that game, // but the current design of this class doesn't allow to do that diff --git a/doc/03.tex b/doc/03.tex index 935b47efda..987b75d115 100644 --- a/doc/03.tex +++ b/doc/03.tex @@ -56,10 +56,10 @@ be playable to the end. Putt-Putt and Pep's Dog on a Stick& [dog]\\ Putt-Putt \& Fatty Bear's Activity Pack& [activity]\\ Putt-Putt's Fun Pack& [funpack]\\ - Spy Fox 1: Dry Cereal& [spyfox]\\ - Spy Fox 2: Some Assembly Required& [spyfox2]\\ - Spy Fox in Cheese Chase& [chase]\\ - Spy Fox in Hold the Mustard& [mustard]\\ + SPY Fox 1: Dry Cereal& [spyfox]\\ + SPY Fox 2: Some Assembly Required& [spyfox2]\\ + SPY Fox in Cheese Chase& [chase]\\ + SPY Fox in Hold the Mustard& [mustard]\\ \end{tabular} \item Other Games:\\ \begin{tabular}[h]{ll} @@ -82,7 +82,7 @@ compatibility chart. Backyard Baseball& [baseball]\\ Backyard Soccer& [soccer]\\ Big Thinkers First Grade& [thinker1]\\ - Spy Fox 3: Operation Ozone& [spyozon]\\ + SPY Fox 3: Operation Ozone& [spyozon]\\ \end{tabular} The following games are SCUMM engine, but NOT supported by ScummVM (yet). diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp index aac28c1cbb..11bfc096c4 100644 --- a/engines/scumm/scumm.cpp +++ b/engines/scumm/scumm.cpp @@ -135,7 +135,7 @@ static GameDescription gameDescriptions[] = { { "BluesABCTimeDemo", "Blue's ABC Time (Demo)" }, { "BluesBirthdayDemo", "Blue's Birthday Adventure (Demo)" }, { "catalog", "Humongous Interactive Catalog" }, - { "chase", "Spy Fox in Cheese Chase" }, + { "chase", "SPY Fox in Cheese Chase" }, { "dog", "Putt-Putt and Pep's Dog on a Stick" }, { "farm", "Let's Explore the Farm with Buzzy" }, { "football", "Backyard Football" }, @@ -148,7 +148,7 @@ static GameDescription gameDescriptions[] = { { "jungle", "Let's Explore the Jungle with Buzzy" }, { "lost", "Pajama Sam's Lost & Found" }, { "maze", "Freddi Fish and Luther's Maze Madness" }, - { "mustard", "Spy Fox in Hold the Mustard" }, + { "mustard", "SPY Fox in Hold the Mustard" }, { "pajama", "Pajama Sam 1: No Need to Hide When It's Dark Outside" }, { "pajama2", "Pajama Sam 2: Thunder and Lightning Aren't so Frightening" }, { "pajama3", "Pajama Sam 3: You Are What You Eat From Your Head to Your Feet" }, @@ -164,9 +164,9 @@ static GameDescription gameDescriptions[] = { { "Soccer2004", "Backyard Soccer 2004" }, { "SoccerMLS", "Backyard Soccer MLS Edition" }, { "socks", "Pajama Sam's Sock Works" }, - { "spyfox", "Spy Fox 1: Dry Cereal" }, - { "spyfox2", "Spy Fox 2: Some Assembly Required" }, - { "spyozon", "Spy Fox 3: Operation Ozone" }, + { "spyfox", "SPY Fox 1: Dry Cereal" }, + { "spyfox2", "SPY Fox 2: Some Assembly Required" }, + { "spyozon", "SPY Fox 3: Operation Ozone" }, { "thinker1", "Big Thinkers First Grade" }, { "thinkerk", "Big Thinkers Kindergarten" }, { "water", "Freddi Fish and Luther's Water Worries" }, diff --git a/tools/scumm-md5.txt b/tools/scumm-md5.txt index ac0a86bd3d..53194763b0 100644 --- a/tools/scumm-md5.txt +++ b/tools/scumm-md5.txt @@ -579,7 +579,7 @@ funpack Putt-Putt's Fun Pack PuttsFunShop Putt-Putt's One-Stop Fun Shop 5262a27afcaee04e5c4900220bd463e7 en All CD Kirben -spyfox Spy Fox 1: Dry Cereal +spyfox SPY Fox 1: Dry Cereal 3de99ef0523f8ca7958faa3afccd035a en All CD Kirben 58436e634f4fae1d9973591c2ffa1fcb en All CD Joachim Eberhard a28135a7ade38cc0208b04507c46efd1 de All CD nachbarnebenan @@ -594,7 +594,7 @@ spyfox Spy Fox 1: Dry Cereal 73b8197e236da4bf49adc99fe8f5fa1b de All Demo Joachim Eberhard 4edbf9d03550f7ba01e7f34d69b678dd nl Windows Demo Kirben -spyfox2 Spy Fox 2: Some Assembly Required +spyfox2 SPY Fox 2: Some Assembly Required f79e60c17cca601e411f1f75e8ee9b5a All All CD Kirben bc4700bc0e12879f6d25d14d6be6cfdd de All CD Joachim Eberhard cea91e3dd47f2518ea418e41611aa77f ru All CD sev @@ -605,16 +605,16 @@ spyfox2 Spy Fox 2: Some Assembly Required 732845548b1d6c2da572cb6a1bf81b07 de All Demo Joachim Eberhard 19bf6938a94698296bcb0c99c31c91a7 en Windows Demo eriktorbjorn -spyozon Spy Fox 3: Operation Ozone +spyozon SPY Fox 3: Operation Ozone 600abd3e9f47e63e670188b7e4e86ac7 en All CD Kirben 96a3069a3c63caa7329588ce1fef41ee ru All CD sev be39a5d4db60e8aa736b9086778cb45c en Windows CD ebd0b2c8a387f18887282afe6cad894a en All Demo Kirben -chase Spy Fox in Cheese Chase +chase SPY Fox in Cheese Chase 589601b676c98b1c0c987bc031ab68b3 en All CD Kirben 90c755e1c9b9b8a4129d37b2259d0655 en All CD Kirben 9cdd327c1034c046cb595d251c44da2f ru Windows CD sev -mustard Spy Fox in Hold the Mustard +mustard SPY Fox in Hold the Mustard 225e18566e810c634bf7de63e7568e3e en All CD Kirben |