[Scummvm-cvs-logs] CVS: web compatibility.php,1.3,1.4 index.php,1.2,1.3

Jeremy Newman laxdragon at users.sourceforge.net
Fri Mar 8 12:01:15 CET 2002


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

Modified Files:
	compatibility.php index.php 
Log Message:
Updated News, Compatibility List. Added Screenshots for new games. Fixed some names.


Index: compatibility.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** compatibility.php	5 Mar 2002 22:46:41 -0000	1.3
--- compatibility.php	8 Mar 2002 20:00:49 -0000	1.4
***************
*** 70,81 ****
  		'Day Of The Tentacle'					=> array('6','tentacle','90'),
  		'Day Of The Tentacle (DEMO)'				=> array('6','dottdemo','95'),
! 		'Sam & Max'						=> array('6','samnmax','70'),
  		'Sam & Max (DEMO)'					=> array('6','samdemo','95'),
  		'Full Thottle'						=> array('7','ft','25'),
! 		'The DIG'						=> array('7','dig','5'),
! 		'Curse of Monkey Island'				=> array('8','curse','0')
  	      );
  
- 
  $notes = array(
  "maniacc64" 	=> "Not at all implemented yet - ScummVM doesn't understand the file format",
--- 70,80 ----
  		'Day Of The Tentacle'					=> array('6','tentacle','90'),
  		'Day Of The Tentacle (DEMO)'				=> array('6','dottdemo','95'),
! 		'Sam & Max'						=> array('6','samnmax','80'),
  		'Sam & Max (DEMO)'					=> array('6','samdemo','95'),
  		'Full Thottle'						=> array('7','ft','25'),
! 		'The DIG'						=> array('7','dig','25'),
! 		'Curse of Monkey Island'				=> array('8','curse','5')
  	      );
  
  $notes = array(
  "maniacc64" 	=> "Not at all implemented yet - ScummVM doesn't understand the file format",
***************
*** 94,107 ****
  "monkey"	=> "No known problems - should be playable to the end",
  "monkey2"	=> "No known problems - should be playable to the end",
! "atlantis"	=> "No known problems - should be playable to the end",
  "playfate"	=> "No known problems - should be playable to the end",
  "tentacle"	=> "No known problems - should be playable to the end",
  "dottdemo"	=> "No known problems - should be playable to the end",
! "samnmax"	=> "Various crashes in different parts of the game".
!                    "<BR>MIDI music requires SAMNMAX to be defined.",
  "samdemo"	=> "No known problems - should be playable to the end",
! "ft"		=> "Somewhat playable with #define FULL_THROTTLE",
! "dig"		=> "Does not load at this time.",
! "curse"		=> "Not implemented yet.<br>ScummVM doesn't understand new-style MAXS block, among other things"
  );
  		
--- 93,114 ----
  "monkey"	=> "No known problems - should be playable to the end",
  "monkey2"	=> "No known problems - should be playable to the end",
! "atlantis"	=> "Game is completable.".
! 		   "<br>- Music loud on some systems, run with -m30 to lower music volume.",
  "playfate"	=> "No known problems - should be playable to the end",
  "tentacle"	=> "No known problems - should be playable to the end",
  "dottdemo"	=> "No known problems - should be playable to the end",
! "samnmax"	=> "Game is completable.".
! 		   "<br>- Graphic glitches during intro".
!                    "<br>- MIDI music currently broken.",
  "samdemo"	=> "No known problems - should be playable to the end",
! "ft"		=> "Game crashes at various points, not playable to the end".
! 		   "<br>- some graphic glitches during movie playback".
! 		   "<br>- hitting F5 to save/load will crash the game".
! 		   "<br>- not all sounds and animations playing correctly",
! "dig"		=> "Game crashes at various points, not playable to the end".
! 		   "<br>- some graphic glitches during movie playback".
! 		   "<br>- hitting F5 to save/load will crash the game".
! 		   "<br>- not all sounds and animations playing correctly",
! "curse"		=> "Not fully implemented yet.<br>ScummVM doesn't understand new-style MAXS block, among other things"
  );
  		

Index: index.php
===================================================================
RCS file: /cvsroot/scummvm/web/index.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** index.php	5 Mar 2002 22:29:43 -0000	1.2
--- index.php	8 Mar 2002 20:00:49 -0000	1.3
***************
*** 49,58 ****
  
  		<p>
! 		ScummVM is an implementation of LucasArts S.C.U.M.M. (Script Creation Utility for Maniac Mansion)
  		interpreter, used in games such as Monkey Island, Indiana Jones, Day Of The Tentacle,
  		Sam and Max, and many more. Some things are still missing, and some games cannot be completeted yet.
  		There are quite a few known bugs. Regardless of the bugs it is still possible to play some games
! 		all the way through to the end. The Secret Of Monkey Island CD-ROM version can be played all the
! 		way through. Screenshots of the end are on the screenshots page. Still other games do not load at all.
  		Keep your eye on our Compatability page to see which games function with the current build.
  		Comments and suggestions can be left in our forum.
--- 49,57 ----
  
  		<p>
! 		ScummVM is an implementation of LucasArts S.C.U.M.M. (<i>Script Creation Utility for Maniac Mansion</i>)
  		interpreter, used in games such as Monkey Island, Indiana Jones, Day Of The Tentacle,
  		Sam and Max, and many more. Some things are still missing, and some games cannot be completeted yet.
  		There are quite a few known bugs. Regardless of the bugs it is still possible to play some games
! 		all the way through to the end. Still other games do not load at all.
  		Keep your eye on our Compatability page to see which games function with the current build.
  		Comments and suggestions can be left in our forum.





More information about the Scummvm-git-logs mailing list