[Scummvm-cvs-logs] CVS: web compatibility.php,1.481,1.482 compatibility_stable.php,1.26,1.27 demos.php,1.71,1.72

kirben kirben at users.sourceforge.net
Wed Jan 18 06:00:07 CET 2006


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

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

Add full game titles.


Index: compatibility.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility.php,v
retrieving revision 1.481
retrieving revision 1.482
diff -u -d -r1.481 -r1.482
--- compatibility.php	16 Jan 2006 01:03:55 -0000	1.481
+++ compatibility.php	18 Jan 2006 13:58:50 -0000	1.482
@@ -124,11 +124,11 @@
 $gamesOther = array(
 
 		'Beneath a Steel Sky'			       		=> array('sky','98'),
-		'Broken Sword 1'			       		=> array('sword1','98'),
-		'Broken Sword 2'			       		=> 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'					=> array('ite', '87'),
+		'Inherit the Earth: Quest for the Orb'			=> array('ite', '87'),
 		'Simon the Sorcerer 1'          			=> array('simon1','93'),
 		'Simon the Sorcerer 2'           			=> array('simon2','95'),
 		'The Legend of Kyrandia'				=> array('kyra1', '55')

Index: compatibility_stable.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility_stable.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- compatibility_stable.php	16 Jan 2006 01:03:55 -0000	1.26
+++ compatibility_stable.php	18 Jan 2006 13:58:51 -0000	1.27
@@ -121,11 +121,11 @@
 $gamesOther = array(
 
 		'Beneath a Steel Sky'			       		=> array('sky','98'),
-		'Broken Sword 1'			       		=> array('sword1','98'),
-		'Broken Sword 2'			       		=> 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'					=> array( 'ite', '87'),
+		'Inherit the Earth: Quest for the Orb'			=> array( 'ite', '87'),
 		'Simon the Sorcerer 1 Talkie'       			=> array('simon1talkie','93'),
  		'Simon the Sorcerer 1 Talkie (Acorn)'			=> array('simon1acorn','93'),
 		'Simon the Sorcerer 1 (DOS)'           			=> array('simon1dos','93'),

Index: demos.php
===================================================================
RCS file: /cvsroot/scummvm/web/demos.php,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- demos.php	18 Jan 2006 12:45:25 -0000	1.71
+++ demos.php	18 Jan 2006 13:58:51 -0000	1.72
@@ -199,9 +199,9 @@
 	);
 
 $MISC_demos = array(
-	'Broken Sword 1'
+	'Broken Sword 1 - The Shadow of the Templars'
 		=> array('http://www.gamershell.com/download_4731.shtml', 'sword1demo'),
-	'Broken Sword 2'
+	'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'),
@@ -209,7 +209,7 @@
 		=> array('http://0x.7fc1.org/fotaq/fotaq_demo_pcgames.zip', 'queen'),
 	'Gobliiins'
 		=> array('http://minifiles.ag.ru/demos/448/gobliiins_demo.exe', 'gob1'),
-	'Inherit the Earth demos'
+	'Inherit the Earth: Quest for the Orb demos'
 		=> array('http://www.wyrmkeep.com/ite/download.html', 'ite-demo'),
 	'Legend of Kyrandia (Non-interactive)'
 		=> array('http://quick.mixnmojo.com/demos/kyra1demo.zip', 'kyra1'),





More information about the Scummvm-git-logs mailing list