[Scummvm-cvs-logs] CVS: web compatibility.php,1.111,1.112

Travis Howell kirben at users.sourceforge.net
Sat Apr 12 05:42:02 CEST 2003


Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1:/tmp/cvs-serv10591

Modified Files:
	compatibility.php 
Log Message:

Minoe case changes


Index: compatibility.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility.php,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -d -r1.111 -r1.112
--- compatibility.php	11 Apr 2003 10:22:38 -0000	1.111
+++ compatibility.php	12 Apr 2003 12:41:20 -0000	1.112
@@ -54,22 +54,22 @@
 
 // This Array Defines the games and thier ratings, etc.
 $games = array(
-		'Maniac Mansion (c64)'					=> array('1','maniacc64','0'),
+		'Maniac Mansion (C64)'					=> array('1','maniacc64','0'),
 		'Zak McKracken and the Alien Mindbenders (C64)'		=> array('1','zakc64','0'),
 		'Maniac Mansion'					=> array('2','maniacega','0'),
 		'Zak McKracken and the Alien Mindbenders'		=> array('2','zakega','0'),
 		'Indiana Jones and the Last Crusade'			=> array('2','indy3ega','0'),
 		'Indiana Jones and the Last Crusade (256)'		=> array('3','indy3','80'),
                 'Zak McKracken and the Alien Mindbenders (256 - FmTowns)' => array('3','zak256','85'),
-		'LOOM'							=> array('3','loom','0'),
+		'Loom'							=> array('3','loom','0'),
 		'The Secret of Monkey Island (EGA)'			=> array('4','monkeyega','80'),
 		'Passport to Adventure (Indy3, Monkey and Loom demos)'  => array('4','pass','50'),
-                'LOOM (256 color CD version)'                           => array('5','loomcd','90'),
+                'Loom (256 color CD version)'                           => array('5','loomcd','90'),
 		'The Secret of Monkey Island (VGA Floppy)'		=> array('5','monkeyvga','90'),
 		'The Secret of Monkey Island (VGA CD)'			=> array('5','monkey','95'),
 		'Monkey Island 2: LeChuck\'s revenge'			=> array('5','monkey2','95'),
 		'Indiana Jones 4 and the Fate of Atlantis'		=> array('5','atlantis','95'),
-		'Indiana Jones 4 and the Fate of Atlantis (DEMO)'	=> array('5','playfate','95'),
+		'Indiana Jones 4 and the Fate of Atlantis (Demo)'	=> array('5','playfate','95'),
 		'Putt-Putt Joins The Parade (DOS Demo)'			=> array('6','puttdemo','70'),
 		'Putt-Putt Joins The Parade (DOS)'			=> array('6','puttputt','20'),
 		'Putt-Putt Goes To The Moon (DOS Demo)'			=> array('6','moondemo','20'),
@@ -79,22 +79,22 @@
 		'Fatty Bears Birthday Surprise (DOS)'			=> array('6','fbear','20'),
 		'Fatty Bears Fun Pack'					=> array('6','fbpack','20'),
 		'Day Of The Tentacle'					=> array('6','tentacle','95'),
-		'Day Of The Tentacle (DEMO)'				=> array('6','dottdemo','95'),
+		'Day Of The Tentacle (Demo)'				=> array('6','dottdemo','95'),
                 'Sam & Max'                                             => array('6','samnmax','93'),
-		'Sam & Max (DEMO)'					=> array('6','samdemo','95'),
+		'Sam & Max (Demo)'					=> array('6','samdemo','95'),
 		'Full Throttle'						=> array('7','ft','75'),
-                'The DIG'                                               => array('7','dig','85'),
+                'The Dig'                                               => array('7','dig','85'),
 		'Curse of Monkey Island'				=> array('8','comi','80'),
 		'Simon The Sorcerer 1 Talkie (Win)'       		=> array('n/a','simon1win','85'),
-		'Simon The Sorcerer 1 Talkie (Dos)'       		=> array('n/a','simon1talkie','85'),
+		'Simon The Sorcerer 1 Talkie (DOS)'       		=> array('n/a','simon1talkie','85'),
 		'Simon The Sorcerer 1 Talkie (Amiga CD32)'     		=> array('n/a','simon1cd32','5'),
-		'Simon The Sorcerer 1 (Dos)'           			=> array('n/a','simon1dos','80'),
+		'Simon The Sorcerer 1 (DOS)'           			=> array('n/a','simon1dos','80'),
 		'Simon The Sorcerer 1 (Amiga)'          		=> array('n/a','simon1amiga','0'),
-		'Simon The Sorcerer 1 (DEMO)'          			=> array('n/a','simon1demo','80'),
+		'Simon The Sorcerer 1 (Demo)'          			=> array('n/a','simon1demo','80'),
 		'Simon The Sorcerer 2 Talkie (Win)'       		=> array('n/a','simon2win','80'),
-		'Simon The Sorcerer 2 Talkie (Dos)'       		=> array('n/a','simon2talkie','80'),
+		'Simon The Sorcerer 2 Talkie (DOS)'       		=> array('n/a','simon2talkie','80'),
 		'Simon The Sorcerer 2 Talkie (Amiga or Mac)'       		=> array('n/a','simon2mac','80'),
-		'Simon The Sorcerer 2 (Dos)'           			=> array('n/a','simon2dos','80')
+		'Simon The Sorcerer 2 (DOS)'           			=> array('n/a','simon2dos','80')
 	      );
 
 $notes = array(





More information about the Scummvm-git-logs mailing list