[Scummvm-cvs-logs] CVS: web compatibility.php,1.477,1.478

Johannes Schickel lordhoto at users.sourceforge.net
Sun Jan 8 10:57:01 CET 2006


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

Modified Files:
	compatibility.php 
Log Message:
Added The Legend of Kyrandia.


Index: compatibility.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility.php,v
retrieving revision 1.477
retrieving revision 1.478
diff -u -d -r1.477 -r1.478
--- compatibility.php	6 Jan 2006 02:53:59 -0000	1.477
+++ compatibility.php	8 Jan 2006 18:56:20 -0000	1.478
@@ -128,9 +128,10 @@
 		'Broken Sword 2'			       		=> array('sword2','98'),
 		'Flight of the Amazon Queen'			       	=> array('queen','98'),
 		'Gobliiins'						=> array('gob1', '95'),
-		'Inherit the Earth'					=> array( 'ite', '87'),
+		'Inherit the Earth'					=> array('ite', '87'),
 		'Simon the Sorcerer 1'          			=> array('simon1','93'),
-		'Simon the Sorcerer 2'           			=> array('simon2','95')
+		'Simon the Sorcerer 2'           			=> array('simon2','95'),
+		'The Legend of Kyrandia'				=> array('kyra1', '55')
 	      );
 
 $notes = array(
@@ -310,7 +311,15 @@
 "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"
+                   "<br>- F10 key animation is different in Amiga & Macintosh versions",
+"kyra1"		=> "Game is completable.".
+		   "<br>- Requires the KYRA.DAT resource file to be placed in the game directory.".
+		   "<br>- DOS Floppy and CD version are supported by this target.".
+		   "<br>- Amiga version is not supported.".
+		   "<br>- Occasional major graphics glitches.".
+		   "<br>- No music or sfx in the game.".
+		   "<br>- Ending credits are missing.".
+		   "<br>- Ingame menus do not work.",
 );
 		
 // render the compatibility chart





More information about the Scummvm-git-logs mailing list