[Scummvm-cvs-logs] CVS: web compatibility.php,1.482,1.483 compatibility_stable.php,1.27,1.28 demos.php,1.72,1.73

kirben kirben at users.sourceforge.net
Thu Jan 19 15:00:03 CET 2006


Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25275

Modified Files:
	compatibility.php compatibility_stable.php demos.php 
Log Message:

Make game titles consistent.


Index: compatibility.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility.php,v
retrieving revision 1.482
retrieving revision 1.483
diff -u -d -r1.482 -r1.483
--- compatibility.php	18 Jan 2006 13:58:50 -0000	1.482
+++ compatibility.php	19 Jan 2006 22:59:38 -0000	1.483
@@ -124,14 +124,14 @@
 $gamesOther = array(
 
 		'Beneath a Steel Sky'			       		=> array('sky','98'),
-		'Broken Sword 1 - The Shadow of the Templars'  		=> array('sword1','98'),
-		'Broken Sword 2 - The Smoking Mirror'	       		=> array('sword2','98'),
+		'Broken Sword 1: The Shadow of the Templars'  		=> array('sword1','98'),
+		'Broken Sword 2: The Smoking Mirror'	       		=> array('sword2','98'),
 		'Flight of the Amazon Queen'			       	=> array('queen','98'),
 		'Gobliiins'						=> array('gob1', '95'),
 		'Inherit the Earth: Quest for the Orb'			=> array('ite', '87'),
+		'Legend of Kyrandia'					=> array('kyra1', '55')
 		'Simon the Sorcerer 1'          			=> array('simon1','93'),
 		'Simon the Sorcerer 2'           			=> array('simon2','95'),
-		'The Legend of Kyrandia'				=> array('kyra1', '55')
 	      );
 
 $notes = array(

Index: compatibility_stable.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility_stable.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- compatibility_stable.php	18 Jan 2006 13:58:51 -0000	1.27
+++ compatibility_stable.php	19 Jan 2006 22:59:38 -0000	1.28
@@ -85,8 +85,8 @@
 		'Big Thinkers First Grade'						=> array('thinker1','75'),
 		'Big Thinkers Kindergarten'						=> array('thinkerk','80'),
 		'Blue\'s ABC Time (Demo)'						=> array('BluesABCTimeDemo','90'),
-		'Fatty Bears Birthday Surprise'						=> array('fbear','93'),
-		'Fatty Bears Fun Pack'							=> array('fbpack','95'),
+		'Fatty Bear's Birthday Surprise'						=> array('fbear','93'),
+		'Fatty Bear's Fun Pack'							=> array('fbpack','95'),
 		'Freddi Fish 1: The Case of the Missing Kelp Seeds'			=> array('freddi','90'),
 		'Freddi Fish 2: The Case of the Haunted Schoolhouse'			=> array('freddi2','70'),
 		'Freddi Fish 3: The Case of the Stolen Conch Shell'			=> array('freddi3','90'),
@@ -121,8 +121,8 @@
 $gamesOther = array(
 
 		'Beneath a Steel Sky'			       		=> array('sky','98'),
-		'Broken Sword 1 - The Shadow of the Templars'  		=> array('sword1','98'),
-		'Broken Sword 2 - The Smoking Mirror'	       		=> array('sword2','98'),
+		'Broken Sword 1: The Shadow of the Templars'  		=> array('sword1','98'),
+		'Broken Sword 2: The Smoking Mirror'	       		=> array('sword2','98'),
 		'Flight of the Amazon Queen'			       	=> array('queen','98'),
 		'Gobliiins'						=> array('gob1', '90'),
 		'Inherit the Earth: Quest for the Orb'			=> array( 'ite', '87'),

Index: demos.php
===================================================================
RCS file: /cvsroot/scummvm/web/demos.php,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- demos.php	18 Jan 2006 13:58:51 -0000	1.72
+++ demos.php	19 Jan 2006 22:59:38 -0000	1.73
@@ -199,9 +199,9 @@
 	);
 
 $MISC_demos = array(
-	'Broken Sword 1 - The Shadow of the Templars'
+	'Broken Sword 1: The Shadow of the Templars'
 		=> array('http://www.gamershell.com/download_4731.shtml', 'sword1demo'),
-	'Broken Sword 2 - The Smoking Mirror'
+	'Broken Sword 2: The Smoking Mirror'
 		=> array('http://ftp.se.kde.org/pub/pc/games/pcgameworld/demos/bs2-demo.zip', 'sword2demo'),
 	'Flight of the Amazon Queen (Datafile only)'
 		=> array('http://0x.7fc1.org/fotaq/fotaq_demo.zip', 'queen'),





More information about the Scummvm-git-logs mailing list