[Scummvm-cvs-logs] CVS: web compatibility.php,1.20,1.21

James Brown ender at users.sourceforge.net
Fri Jun 28 01:18:03 CEST 2002


Update of /cvsroot/scummvm/web
In directory usw-pr-cvs1:/tmp/cvs-serv20629

Modified Files:
	compatibility.php 
Log Message:
Update Simon compatability status


Index: compatibility.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- compatibility.php	12 May 2002 18:03:20 -0000	1.20
+++ compatibility.php	28 Jun 2002 08:17:42 -0000	1.21
@@ -76,7 +76,9 @@
 		'Full Thottle'						=> array('7','ft','40'),
                 'The DIG'                                               => array('7','dig','40'),
 		'Curse of Monkey Island'				=> array('8','curse','5'),
-		'Simon The Sorcerer'            			=> array('n/a','simon1win','95')
+		'Simon The Sorcerer 1 (Win)'           			=> array('n/a','simon1win','95'),
+		'Simon The Sorcerer 1 (Dos)'           			=> array('n/a','simon1dos','95'),
+		'Simon The Sorcerer 2 (Win)'           			=> array('n/a','simon2win','40')
 	      );
 
 $notes = array(
@@ -111,7 +113,9 @@
                    "<br>- freezes occasionally due to actors not walking correctly" .
                    "<br>- no in-game music, and some animations play incorrectly",
 "curse"		=> "Not fully implemented yet.<br>ScummVM doesn't understand the various CMI subsystems",
-"simon1win" => "No known problems - should be playable to the end"
+"simon1win" 	=> "No known problems, Game is completable.",
+"simon1dos" 	=> "No known problems, Game is completable.",
+"simon2win"     => "Not well testing, will not run some versions of Simon2"
 );
 		
 // render the compatibilty chart





More information about the Scummvm-git-logs mailing list