[Scummvm-cvs-logs] CVS: web compatibility.php,1.9,1.10

Jeremy Newman laxdragon at users.sourceforge.net
Mon Apr 22 15:48:02 CEST 2002


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

Modified Files:
	compatibility.php 
Log Message:
Added Simon


Index: compatibility.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** compatibility.php	17 Apr 2002 17:02:43 -0000	1.9
--- compatibility.php	22 Apr 2002 22:47:20 -0000	1.10
***************
*** 75,79 ****
  		'Full Thottle'						=> array('7','ft','30'),
  		'The DIG'						=> array('7','dig','30'),
! 		'Curse of Monkey Island'				=> array('8','curse','5')
  	      );
  
--- 75,80 ----
  		'Full Thottle'						=> array('7','ft','30'),
  		'The DIG'						=> array('7','dig','30'),
! 		'Curse of Monkey Island'				=> array('8','curse','5'),
!         'Simon The Sorcerer'            => array('n/a','simon1win','95')
  	      );
  
***************
*** 114,118 ****
                     "<br>- cannot proceed past the fuel tower due to missing vertical scrolling" .
  		   "<br>- not all sounds and animations playing correctly",
! "curse"		=> "Not fully implemented yet.<br>ScummVM doesn't understand the various CMI subsystems"
  );
  		
--- 115,120 ----
                     "<br>- cannot proceed past the fuel tower due to missing vertical scrolling" .
  		   "<br>- not all sounds and animations playing correctly",
! "curse"		=> "Not fully implemented yet.<br>ScummVM doesn't understand the various CMI subsystems",
! "simon1win" => "No known problems - should be playable to the end"
  );
  		
***************
*** 138,142 ****
  				html_frame_td($name).
  			  	html_frame_td($array[0]).
! 			    	html_frame_td("/".$array[1]).
  		 	    	html_frame_td($array[2]."%", 'align="center" class="pct'.$array[2].'"'),
  		  	        $color
--- 140,144 ----
  				html_frame_td($name).
  			  	html_frame_td($array[0]).
! 			    	html_frame_td($array[1]).
  		 	    	html_frame_td($array[2]."%", 'align="center" class="pct'.$array[2].'"'),
  		  	        $color





More information about the Scummvm-git-logs mailing list