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

James Brown ender at users.sourceforge.net
Sun May 12 11:04:02 CEST 2002


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

Modified Files:
	compatibility.php 
Log Message:
Remove no SMUSH sound from compat table



Index: compatibility.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- compatibility.php	11 May 2002 17:56:15 -0000	1.19
+++ compatibility.php	12 May 2002 18:03:20 -0000	1.20
@@ -74,7 +74,7 @@
                 'Sam & Max'                                             => array('6','samnmax','90'),
 		'Sam & Max (DEMO)'					=> array('6','samdemo','95'),
 		'Full Thottle'						=> array('7','ft','40'),
-		'The DIG'						=> array('7','dig','40'),
+                'The DIG'                                               => array('7','dig','40'),
 		'Curse of Monkey Island'				=> array('8','curse','5'),
 		'Simon The Sorcerer'            			=> array('n/a','simon1win','95')
 	      );
@@ -105,12 +105,11 @@
                    "<br>- Some subgames may not work",
 "samdemo"	=> "No known problems - should be playable to the end",
 "ft"		=> "Game crashes at various points, due to missing SCUMM opcods. Not playable to the end".
-		   "<br>- some palette glitches during movie playback, and missing movie sound".
-		   "<br>- not all sounds and animations playing correctly",
+                   "<br>- some palette glitches during movie playback".
+                   "<br>- no in-game music, and some animations play incorrectly",
 "dig"		=> "Game crashes at various points, due to missing SCUMM opcods. Not playable to the end".
-                   "<br>- missing movie audio".
-		   "<br>- no music and not all animations playing correctly" .
-                   "<br>- freezes occasionally due to actors not walking correctly",
+                   "<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"
 );





More information about the Scummvm-git-logs mailing list