[Scummvm-cvs-logs] CVS: web compatibility.php,1.421,1.422

kirben kirben at users.sourceforge.net
Mon Jun 13 21:35:39 CEST 2005


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

Modified Files:
	compatibility.php 
Log Message:

Add first series of Backyard sports titles.
Remove bb2demo, since it needs 16bit color.


Index: compatibility.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility.php,v
retrieving revision 1.421
retrieving revision 1.422
diff -u -d -r1.421 -r1.422
--- compatibility.php	4 Jun 2005 10:52:41 -0000	1.421
+++ compatibility.php	14 Jun 2005 04:34:28 -0000	1.422
@@ -93,8 +93,10 @@
 	      );
 
 $gamesHE = array(
-		'Backyard Baseball 2001 (Demo)'						=> array('bb2demo','70'),
-		'Backyard Football 2002 (Demo)'						=> array('footdemo','80'),
+		'Backyard Baseball'							=> array('baseball','20'),
+		'Backyard Football (Demo)'						=> array('footdemo','80'),
+		'Backyard Football'							=> array('football','80'),
+		'Backyard Soccer'							=> array('soccer','20'),
 		'Blue\'s ABC Time (Demo)'						=> array('BluesABCTimeDemo','90'),
 		'Big Thinkers First Grade (Demo)'					=> array('1grademo','80'),
 		'Big Thinkers Kindergarten (Demo)'					=> array('kinddemo','80'),
@@ -242,11 +244,20 @@
 		   "<br>- Both Mac and PC versions supported by this target",
 "comi"		=> "Game is completable, with minor glitches.",
 
-"bb2demo"	=> "Game is completable, with glitches".
-		   "<br>- Palette glitches",
+"baseball"	=> "Game is playable, with glitches".
+		   "<br>- Both Macintosh and Windows versions supported by this target".
+		   "<br>- Array out of bounds errors sometimes".
+		   "<br>- Minor graphical glitches",
 "footdemo"	=> "Game is completable, with minor glitches".
 		   "<br>- Both Macintosh and Windows versions supported by this target".
 		   "<br>- Minor graphical glitches",
+"football"	=> "Game is completable, with minor glitches".
+		   "<br>- Both Macintosh and Windows versions supported by this target".
+		   "<br>- Minor graphical glitches",
+"soccer"	=> "Game is playable, with minor glitches".
+		   "<br>- Array out of bounds errors sometimes".
+		   "<br>- Both Macintosh and Windows versions supported by this target".
+		   "<br>- Minor graphical glitches",
 "BluesABCTimeDemo" => "Game is playable".
 		   "<br>- Both Macintosh and Windows versions supported by this target",
 "1grademo"	=> "Game is completable, with minor glitches".





More information about the Scummvm-git-logs mailing list