[Scummvm-cvs-logs] SF.net SVN: scummvm:[40278] web/trunk/include/compatibility

sev at users.sourceforge.net sev at users.sourceforge.net
Sun May 3 15:39:58 CEST 2009


Revision: 40278
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40278&view=rev
Author:   sev
Date:     2009-05-03 13:39:58 +0000 (Sun, 03 May 2009)

Log Message:
-----------
Add MADE games. They were overlooked somehow. Compatibility levels and details
need to be adjusted.

Modified Paths:
--------------
    web/trunk/include/compatibility/compat-0.13.0.inc
    web/trunk/include/compatibility/compat-SVN.inc

Modified: web/trunk/include/compatibility/compat-0.13.0.inc
===================================================================
--- web/trunk/include/compatibility/compat-0.13.0.inc	2009-05-03 13:28:10 UTC (rev 40277)
+++ web/trunk/include/compatibility/compat-0.13.0.inc	2009-05-03 13:39:58 UTC (rev 40278)
@@ -94,12 +94,16 @@
 	'Future Wars'                                           => array('fw','80'),
 	'I Have No Mouth, and I Must Scream'                    => array('ihnm', '90'),
 	'Inherit the Earth: Quest for the Orb'                  => array('ite', '95'),
+	'Leather Goddesses of Phobos 2'                                     => array('lgop2', '90'),
+	'The Manhole'                                     => array('manhole', '90'),
 	'Nippon Safes Inc.'                                     => array('nippon', '90'),
 	'The Legend of Kyrandia'                                => array('kyra1', '87'),
 	'The Legend of Kyrandia: Book Two: Hand of Fate'        => array('kyra2', '85'),
 	'The Legend of Kyrandia: Book Three: Malcolm\'s Revenge' => array('kyra3', '80'),
+	'Lure of the Temptress'                                 => array('lure', '95'),
+	'Return to Zork'                                     => array('rtz', '90'),
+	'Rodney\'s Funscreen'                                     => array('rodney', '90'),
 	'The 7th Guest'                                         => array('t7g', '90'),
-	'Lure of the Temptress'                                 => array('lure', '95'),
 	'Touche: The Adventures of the Fifth Musketeer'         => array('touche','75'),
 	);
 
@@ -441,11 +445,15 @@
 		   "<br>- Only DOS version is supported by this target".
 		   "<br>- Game lacks sound",
 "lure"		=> "Game is completable".
-		   "<br>- Only DOS VGA version is supported",
+		   "<br>- DOS VGA and EGA versions are supported",
 "t7g"		=> "Game is completable.".
 		   "<br>- There are some issues with music not playing when it should".
 		   "<br>- The MT-32 instrument definitions aren't supported yet, so it will play with wrong instruments".
-		   "<br>- Only DOS and Windows versions are supported by this target"
+		   "<br>- Only DOS and Windows versions are supported by this target",
+"manhole"		=> "Game is playable.",
+"rodney"		=> "Game is playable.",
+"rtz"			=> "Game is completable.",
+"lgop2"			=> "Game is completable."
 );
 
 ?>

Modified: web/trunk/include/compatibility/compat-SVN.inc
===================================================================
--- web/trunk/include/compatibility/compat-SVN.inc	2009-05-03 13:28:10 UTC (rev 40277)
+++ web/trunk/include/compatibility/compat-SVN.inc	2009-05-03 13:39:58 UTC (rev 40278)
@@ -94,12 +94,16 @@
 	'Future Wars'                                           => array('fw','80'),
 	'I Have No Mouth, and I Must Scream'                    => array('ihnm', '90'),
 	'Inherit the Earth: Quest for the Orb'                  => array('ite', '95'),
+	'Leather Goddesses of Phobos 2'                                     => array('lgop2', '90'),
+	'The Manhole'                                     => array('manhole', '90'),
 	'Nippon Safes Inc.'                                     => array('nippon', '90'),
 	'The Legend of Kyrandia'                                => array('kyra1', '87'),
 	'The Legend of Kyrandia: Book Two: Hand of Fate'        => array('kyra2', '85'),
 	'The Legend of Kyrandia: Book Three: Malcolm\'s Revenge' => array('kyra3', '80'),
+	'Lure of the Temptress'                                 => array('lure', '95'),
+	'Return to Zork'                                     => array('rtz', '90'),
+	'Rodney\'s Funscreen'                                     => array('rodney', '90'),
 	'The 7th Guest'                                         => array('t7g', '90'),
-	'Lure of the Temptress'                                 => array('lure', '95'),
 	'Touche: The Adventures of the Fifth Musketeer'         => array('touche','75'),
 	);
 
@@ -440,10 +444,14 @@
 		   "<br>- Only DOS version is supported by this target".
 		   "<br>- Game lacks sound",
 "lure"		=> "Game is completable".
-		   "<br>- Only DOS VGA version is supported",
+		   "<br>- DOS VGA and EGA versions are supported",
 "t7g"		=> "Game is completable.".
 		   "<br>- The MT-32 instrument definitions aren't supported yet, so it will play with wrong instruments".
-		   "<br>- Only DOS and Windows versions are supported by this target"
+		   "<br>- Only DOS and Windows versions are supported by this target",
+"manhole"		=> "Game is playable.",
+"rodney"		=> "Game is playable.",
+"rtz"			=> "Game is completable.",
+"lgop2"			=> "Game is completable."
 );
 
 ?>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list