[Scummvm-cvs-logs] CVS: web compatibility.php,1.464,1.465 demos.php,1.67,1.68

kirben kirben at users.sourceforge.net
Wed Nov 30 14:57:10 CET 2005


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

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

Update Simon 1/2 targets.


Index: compatibility.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility.php,v
retrieving revision 1.464
retrieving revision 1.465
diff -u -d -r1.464 -r1.465
--- compatibility.php	13 Nov 2005 14:58:53 -0000	1.464
+++ compatibility.php	30 Nov 2005 22:56:26 -0000	1.465
@@ -129,12 +129,8 @@
 		'Flight of the Amazon Queen'			       	=> array('queen','98'),
 		'Gobliiins'						=> array('gob1', '90'),
 		'Inherit the Earth'					=> 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'),
-		'Simon The Sorcerer 1 (Demo)'          			=> array('simon1demo','93'),
-		'Simon The Sorcerer 2 Talkie'       			=> array('simon2talkie','95'),
-		'Simon The Sorcerer 2 (DOS)'           			=> array('simon2dos','95')
+		'Simon The Sorcerer 1'          			=> array('simon1','93'),
+		'Simon The Sorcerer 2'           			=> array('simon2','95')
 	      );
 
 $notes = array(
@@ -307,16 +303,12 @@
 		   "<br>- DOS Floppy, DOS CD, Win32, old Macintosh, MacOS X and Linux versions are supported by this target".
 		   "<br>- Amiga CD isn't supported".
 		   "<br>- Occasional gfx glitches",
-"simon1talkie" 	=> "No known issues, game is completable.".
+"simon1" 	=> "No known issues, game is completable.".
 		   "<br>- Both DOS and Windows versions supported by this target",
-"simon1acorn" 	=> "No known issues, game is completable.",
-"simon1dos" 	=> "No known issues, game is completable.",
-"simon1demo" 	=> "No known issues, game demo is completable.",
-"simon2talkie"  => "No known issues, game is completable.".
+"simon2"        => "No known issues, game is completable.".
 		   "<br>- Amiga, DOS, Macintosh and Windows versions supported by this target".
                    "<br>- Only the default language (English) in Amiga & Mactinosh versions is supported".
-                   "<br>- F10 key animation is different in Amiga & Macintosh versions",
-"simon2dos"     => "No known issues, game is completable."
+                   "<br>- F10 key animation is different in Amiga & Macintosh versions"
 );
 		
 // render the compatibility chart

Index: demos.php
===================================================================
RCS file: /cvsroot/scummvm/web/demos.php,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- demos.php	30 Nov 2005 22:48:43 -0000	1.67
+++ demos.php	30 Nov 2005 22:56:26 -0000	1.68
@@ -211,11 +211,11 @@
 	'Legend of Kyrandia (Non-interactive)'
 		=> array('http://quick.mixnmojo.com/demos/kyra1demo.zip', 'kyra1'),
 	'Simon the Sorcerer 1 (DOS demo)'
-		=> array('http://www.cowlark.com/scumm.dat/simon1demo.zip', 'simon1demo'),
+		=> array('http://www.cowlark.com/scumm.dat/simon1demo.zip', 'simon1'),
 	'Simon the Sorcerer 1 Talkie (Acorn demo)'
-		=> array('http://quick.mixnmojo.com/demos/simon1demo_acorn.rar', 'simon1acorn'),
+		=> array('http://quick.mixnmojo.com/demos/simon1demo_acorn.rar', 'simon1'),
 	'Simon the Sorcerer 2 Talkie (DOS demo)'
-		=> array('http://www.cowlark.com/scumm.dat/simon2demo.zip', 'simon2talkie')
+		=> array('http://www.cowlark.com/scumm.dat/simon2demo.zip', 'simon2')
 	);
 
 function render_demos($title, $demos) {





More information about the Scummvm-git-logs mailing list