[Scummvm-cvs-logs] CVS: web compatibility.php,1.473,1.474 compatibility_stable.php,1.24,1.25 faq.inc,1.7,1.8

kirben kirben at users.sourceforge.net
Mon Jan 2 15:51:03 CET 2006


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

Modified Files:
	compatibility.php compatibility_stable.php faq.inc 
Log Message:

Match original game titles and make game titles consistent.
Fix link in FAQ.


Index: compatibility.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility.php,v
retrieving revision 1.473
retrieving revision 1.474
diff -u -d -r1.473 -r1.474
--- compatibility.php	31 Dec 2005 03:12:50 -0000	1.473
+++ compatibility.php	2 Jan 2006 23:50:45 -0000	1.474
@@ -72,13 +72,13 @@
 		'Loom'							=> array('loom','95'),
 		'Passport to Adventure' 				=> array('pass','95'),
 		'The Secret of Monkey Island'				=> array('monkey','95'),
-		'Monkey Island 2: LeChuck\'s revenge'			=> array('monkey2','95'),
+		'Monkey Island 2: LeChuck\'s Revenge'			=> array('monkey2','95'),
 		'Indiana Jones 4 and the Fate of Atlantis'		=> array('atlantis','95'),
 		'Day of the Tentacle'					=> array('tentacle','95'),
-		'Sam & Max'                                             => array('samnmax','95'),
+		'Sam & Max Hit the Road'                            => array('samnmax','95'),
 		'Full Throttle'						=> array('ft','90'),
 		'The Dig'                                               => array('dig','90'),
-		'Curse of Monkey Island'				=> array('comi','90'),
+		'The Curse of Monkey Island'				=> array('comi','90'),
 	      );
 
 $gamesHE = array(

Index: compatibility_stable.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility_stable.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- compatibility_stable.php	31 Dec 2005 03:12:50 -0000	1.24
+++ compatibility_stable.php	2 Jan 2006 23:50:45 -0000	1.25
@@ -69,13 +69,13 @@
 		'Loom'							=> array('loom','95'),
 		'Passport to Adventure' 				=> array('pass','95'),
 		'The Secret of Monkey Island'				=> array('monkey','95'),
-		'Monkey Island 2: LeChuck\'s revenge'			=> array('monkey2','95'),
-		'Indiana Jones 4 and the Fate of Atlantis'		=> array('atlantis','95'),
+		'Monkey Island 2: LeChuck\'s Revenge'			=> array('monkey2','95'),
+		'Indiana Jones and the Fate of Atlantis'		=> array('atlantis','95'),
 		'Day of the Tentacle'					=> array('tentacle','95'),
-		'Sam & Max'                                             => array('samnmax','95'),
+		'Sam & Max Hit the Road'                            => array('samnmax','95'),
 		'Full Throttle'						=> array('ft','90'),
 		'The Dig'                                               => array('dig','90'),
-		'Curse of Monkey Island'				=> array('comi','90'),
+		'The Curse of Monkey Island'				=> array('comi','90'),
 	      );
 
 $gamesHE = array(

Index: faq.inc
===================================================================
RCS file: /cvsroot/scummvm/web/faq.inc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- faq.inc	2 Jan 2006 03:08:50 -0000	1.7
+++ faq.inc	2 Jan 2006 23:50:45 -0000	1.8
@@ -158,7 +158,7 @@
 adventures engine. There are Windows, Linux and FreeBSD versions of
 the engine. Its author keeps his source code closed due to reasons
 explained in the project <a href=
-"http://www.agsforums.com/acfaq.htm" target="_top">FAQ</a> (see
+"http://www.bigbluecup.com/acfaq.htm" target="_top">FAQ</a> (see
 last two questions). That means that you need to download that
 program to play the game.</p></div></div>
 <div class="qandaentry">





More information about the Scummvm-git-logs mailing list