[Scummvm-cvs-logs] SF.net SVN: scummvm: [27560] web/trunk

sev at users.sourceforge.net sev at users.sourceforge.net
Wed Jun 20 23:53:37 CEST 2007


Revision: 27560
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27560&view=rev
Author:   sev
Date:     2007-06-20 14:53:32 -0700 (Wed, 20 Jun 2007)

Log Message:
-----------
iUpdate web for 0.10.0

Modified Paths:
--------------
    web/trunk/compatibility.php
    web/trunk/compatibility_stable.php
    web/trunk/downloads.php

Modified: web/trunk/compatibility.php
===================================================================
--- web/trunk/compatibility.php	2007-06-20 19:11:36 UTC (rev 27559)
+++ web/trunk/compatibility.php	2007-06-20 21:53:32 UTC (rev 27560)
@@ -150,7 +150,7 @@
 $gamesAGI = array(
 
 	'The Black Cauldron'                                         => array('bc','90'),
-	'Gold Rush!'                                                 => array('goldrush','90'),
+	'Gold Rush!'                                                 => array('goldrush','60'),
 	'King\'s Quest I'                                            => array('kq1','90'),
 	'King\'s Quest II'                                           => array('kq2','90'),
 	'King\'s Quest III'                                          => array('kq3','90'),
@@ -386,7 +386,7 @@
 "bc"		=> "Game is completable".
 		   "<br>- DOS, Amiga, Atari ST, Apple IIgs versions are supported by this target".
 		   "<br>- Apple IIgs version has no sound",
-"goldrush"	=> "Game is completable".
+"goldrush"	=> "Game is not completable".
 		   "<br>- DOS, Amiga, Atari ST, Apple IIgs versions are supported by this target".
 		   "<br>- Apple IIgs version has no sound",
 "kq1"		=> "Game is completable".

Modified: web/trunk/compatibility_stable.php
===================================================================
--- web/trunk/compatibility_stable.php	2007-06-20 19:11:36 UTC (rev 27559)
+++ web/trunk/compatibility_stable.php	2007-06-20 21:53:32 UTC (rev 27560)
@@ -12,9 +12,9 @@
 require($file_root."/include/"."incl.php");
 
 // start of html
-html_page_header('ScummVM :: Compatibility - 0.9.1');
+html_page_header('ScummVM :: Compatibility - SVN');
 
-html_content_begin('0.9.1 Compatibility');
+html_content_begin('SVN Compatibility');
 
 if (isset($_GET['details'])) {
 	$details = $_GET['details'];
@@ -37,11 +37,14 @@
 	  This page lists the progress of ScummVM as it relates to individual game compatibility.<br>
 	  Click on the game name to view the complete notes of a game.
 
-    	  <br><br>Please note this list applies to the English versions of games, we attempt to test many versions of games, however there are occasionally problems with other languages.
-	  Also, this is the compatability of the 0.9.1 stable release, <B>not of SVN
-	  snapshots/daily builds</B>. The status of these can be found on the <a
-	  href="compatibility.php">SVN Compatibility</A> chart.
+	  <br><br>Please note this list applies to the English versions of games, we attempt to test many versions of games, however there are occasionally problems with other languages.
+	  This is the compatibility of the current WIP SVN version, <B>not of the
+	  0.9.1 stable release</B> (Please see the  <a href="compatibility_stable.php">Stable Compatibility</A> chart for this version).
 	  <br><br>
+	  As this is the status of the Work In Progress version, occasional temporary bugs
+	  may be introduced with new changes, thus this list refects the 'best case' scenario. 
+	  It is highly recommended to use the latest stable release, where possible.
+	  <br><br>
 	  <small>Last Updated: <? echo date("F d, Y",getlastmod()); ?></small>
 <br>
 <br>
@@ -82,7 +85,7 @@
 	'Backyard Baseball'                                                => array('baseball','20'),
 	'Backyard Football'                                                => array('football','80'),
 	'Backyard Soccer'                                                  => array('soccer','20'),
-	'Big Thinkers First Grade'                                         => array('thinker1','85'),
+	'Big Thinkers First Grade'                                         => array('thinker1','90'),
 	'Big Thinkers Kindergarten'                                        => array('thinkerk','90'),
 	'Blue\'s ABC Time'                                                 => array('BluesABCTime','50'),
 	'Blue\'s Birthday Adventure'                                       => array('BluesBirthday','50'),
@@ -121,18 +124,47 @@
 
 $gamesOther = array(
 
+	'Bargon Attack'                                         => array('bargon','95'),
 	'Beneath a Steel Sky'                                   => array('sky','98'),
 	'Broken Sword 1: The Shadow of the Templars'            => array('sword1','98'),
 	'Broken Sword 2: The Smoking Mirror'                    => array('sword2','98'),
 	'Flight of the Amazon Queen'                            => array('queen','98'),
+	'Future Wars'                                           => array('fw','80'),
 	'Gobliiins'                                             => array('gob1', '95'),
+	'Gobliins 2'                                            => array('gob2', '95'),
+	'Goblins 3'                                             => array('gob3', '90'),
 	'Inherit the Earth: Quest for the Orb'                  => array('ite', '87'),
+	'Nippon Safes Inc.' 			                => array('nippon', '70'),
 	'Simon the Sorcerer 1'                                  => array('simon1','93'),
 	'Simon the Sorcerer 2'                                  => array('simon2','95'),
+	'Simon the Sorcerer\'s Puzzle Pack - D.I.M.P.'          => array('dimp','70'),
+	'Simon the Sorcerer\'s Puzzle Pack - Jumble'            => array('jumble','70'),
+	'Simon the Sorcerer\'s Puzzle Pack - NoPatience'        => array('puzzle','70'),
+	'Simon the Sorcerer\'s Puzzle Pack - Swampy Adventures' => array('swampy','70'),
 	'The Feeble Files'                                      => array('feeble','90'),
 	'The Legend of Kyrandia'                                => array('kyra1', '80'),
+	'Touche: The Adventures of the Fifth Musketeer'         => array('touche','75'),
+	'Ween: The Prophecy'                                    => array('ween','95'),
 	);
 
+$gamesAGI = array(
+
+	'The Black Cauldron'                                         => array('bc','90'),
+	'Gold Rush!'                                                 => array('goldrush','60'),
+	'King\'s Quest I'                                            => array('kq1','90'),
+	'King\'s Quest II'                                           => array('kq2','90'),
+	'King\'s Quest III'                                          => array('kq3','90'),
+	'King\'s Quest IV'                                           => array('kq4','90'),
+	'Leisure Suit Larry in the Land of the Lounge Lizards'       => array('lsl1','90'),
+	'Mixed-Up Mother Goose'                                      => array('mixedup', '90'),
+	'Manhunter 1: New York'                                      => array('mh1', '90'),
+	'Manhunter 2: San Francisco'                                 => array('mh2', '90'),
+	'Police Quest I: In Pursuit of the Death Angel'              => array('pq1', '90'),
+	'Space Quest I: The Sarien Encounter' 			     => array('sq1', '90'),
+	'Space Quest II: Vohaul\'s Revenge'                          => array('sq2', '90'),
+	'Fanmade Games' 		                             => array('agi-fanmade', '80'),
+	);
+
 $notes = array(
 "maniac"	=> "No known issues, game is completable.".
 		   "<br>- Amiga, Atari ST, Commodore 64, Macintosh, NES and PC versions supported by this target".
@@ -145,7 +177,7 @@
 		   "<br>- Kanji version requires the FM-TOWNS Font ROM",
 "indy3" 	=> "Game is completable".
 		   "<br>- Amiga, Atari ST, FM-TOWNS, Macintosh and PC versions supported by this target".
-		   "<br>- There is no support for the Macintosh interface".
+		   "<br>- There is no support for the Macintosh interface".		   
 		   "<br>- Kanji version requires the FM-TOWNS Font ROM",
 "loom"		=> "No known issues, game is completable.".
 		   "<br>- Amiga, Atari ST, FM-TOWNS, Macintosh and PC versions supported by this target".
@@ -164,7 +196,7 @@
 		   "<br>- Amiga, Atari ST, FM-TOWNS, Macintosh, PC and SegaCD versions supported by this target".
 		   "<br>- The Roland update from LucasArts is required for MIDI support in the EGA version".
 		   "<br>- No music or sound effects in the Amiga version".
-		   "<br>- Dialogue choices in the SegaCD version can be selected with 6 (up) 7 (down) or mousewheel, with mouse button or number to select",
+		   "<br>- Dialogue choices in the SegaCD version can be selected with mousewheel or keyboard arrow keys",
 
 "pass"		=> "No known issues, game is completable.",
 "monkey2"	=> "No known issues, game is completable.".
@@ -199,15 +231,14 @@
 		   "<br>- PlayStation 1 version doesn't use SCUMM, so will never be supported.".
 		   "<br>- Players on field are stuck in upper left corner and can't be controlled".
 		   "<br>- Minor graphical glitches",
-"thinker1"	=> "Game is playable, with minor glitches".
-		   "<br>- Both Macintosh and Windows versions supported by this target".
-		   "<br>- Need to use ESC when car is stuck in the smart star challenge",
+"thinker1"	=> "No known issues, game is completable.".
+		   "<br>- Both Macintosh and Windows versions supported by this target",
 "thinkerk"	=> "No known issues, game is completable.".
 		   "<br>- Both Macintosh and Windows versions supported by this target",
 "BluesABCTime" => "Game is playable".
 		   "<br>- Both Macintosh and Windows versions supported by this target",
 "BluesBirthday" => "Game is playable".
-		   "<br>- Only Windows version is supported by this target",
+		   "<br>- Both Macintosh and Windows versions supported by this target",
 "fbear"		=> "Game should be completable, with several glitches".
 		   "<br>- 3DO, DOS, Macintosh and Windows versions supported by this target".
 		   "<br>- Piano sounds aren't the correct pitch in DOS version",
@@ -237,10 +268,9 @@
 		   "<br>- Both Macintosh and Windows versions supported by this target",
 "pajama2"	=> "No known issues, game is completable".
 		   "<br>- Both Macintosh and Windows versions supported by this target",
-"pajama3"	=> "Game is completable, with minor glitches".
+"pajama3"	=> "No known issues, game is completable".
 		   "<br>- Both Macintosh and Windows versions supported by this target".
-		   "<br>- PlayStation 1 version doesn't use SCUMM, so will never be supported.".
-		   "<br>- Minor graphical glitches with dancing can in stomach",
+		   "<br>- PlayStation 1 version doesn't use SCUMM, so will never be supported.",
 "lost"		=> "Game is completable, with minor glitches".
 		   "<br>- Both Macintosh and Windows versions supported by this target".
 		   "<br>- Minor graphical glitches",
@@ -258,9 +288,8 @@
 "puttzoo"	=> "Game is completable".
 		   "<br>- Both Macintosh and Windows versions supported by this target".
 		   "<br>- Minor graphical glitches when meeting Kenya in HE72 version",
-"putttime"	=> "Game is completable".
-		   "<br>- Both Macintosh and Windows versions supported by this target".
-		   "<br>- Minor graphical glitches when talking in HE80 version",
+"putttime"	=> "No known issues, game is completable.".
+		   "<br>- Both Macintosh and Windows versions supported by this target",
 "balloon"	=> "No known issues, game is completable.".
 		   "<br>- Both Macintosh and Windows versions supported by this target",
 "dog"		=> "No known issues, game is completable.".
@@ -278,11 +307,11 @@
 "chase"		=> "No known issues, game is completable.".
 		   "<br>- Both Macintosh and Windows versions supported by this target",
 "mustard"	=> "Game is completable, with minor glitches".
-		   "<br>- Both Macintosh and Windows versions supported by this target".
-		   "<br>- Minor graphical glitches with clouds",
+		   "<br>- Only the Windows version is supported by this target".
+		   "<br>- The Macintosh version isn't supported, due to map data using a custom format",
 
 "sky"	 	=> "No known issues, game is completable.".
-		   "<br>- Requires the <a href=\"SKY.CPT\">SKY.CPT</a> resource file to be placed in the game directory".
+		   "<br>- Requires the <a href=\"https://svn.sourceforge.net/svnroot/scummvm/engine-data/trunk/sky.cpt\">sky.cpt</a> resource file to be placed in the game directory".
 		   "<br>- Floppy demos aren't supported".
 		   "<br>- Amiga versions aren't supported".
 		   "<br>".
@@ -292,36 +321,110 @@
 		   "<br>- The fonts for the LINC terminal are partially incorrect and the text sometimes passes the screen borders".
 		   "<br>- Special characters for french and italian subtitles are incorrect sometimes",
 "sword1"	=> "No known issues, game is completable.".
-		   "<br>- Macintosh and PlayStation 1 version aren't supported.",
+		   "<br>- DOS and Macintosh versions are supported by this target".
+		   "<br>- PlayStation 1 version isn't supported.",
 "sword2"	=> "No known issues, game is completable.".
 		   "<br>- PlayStation 1 version isn't supported.",
 "queen"		=> "No known issues, game is completable.".
-		   "<br>- Some versions may require the <a href=\"http://0x.7fc1.org/fotaq/queen.tbl\">queen.tbl</a> resource file to be placed in the game directory. This is not required for the freeware releases.".
-		   "<br>- Amiga versions aren't supported.",
+		   "<br>- Some versions may require the <a href=\"https://svn.sourceforge.net/svnroot/scummvm/engine-data/trunk/queen.tbl\">queen.tbl</a> resource file to be placed in the game directory. This is not required for the freeware releases.".
+		   "<br>- Amiga and DOS versions supported by this target.",
 "gob1"		=> "No known issues. Game is completable.".
 		   "<br>- Amiga, Atari, DOS and Macintosh versions are supported by this target".
-		   "<br>- Problems with music in the Macintosh version",
+		   "<br>- Problem with one music piece in the Macintosh version",
+"gob2"		=> "Game is completable".
+		   "<br>- Amiga, Atari, DOS and Macintosh versions are supported by this target".
+		   "<br>- A few wrong instruments during music playback",
+"gob3"		=> "Game is completable".
+		   "<br>- Amiga, Atari, DOS and Macintosh versions are supported by this target".
+		   "<br>- Issues with the mouse cursor visibility".
+		   "<br>- The number of used jokers isn't saved correctly. You'll always have 5 to spend again after loading",
 "ite"		=> "Game is completable.".
 		   "<br>- DOS, Linux, Macintosh, MacOS X and Windows versions are supported by this target".
 		   "<br>- Amiga versions aren't supported".
 		   "<br>- Occasional graphical glitches",
 "simon1" 	=> "No known issues, game is completable.".
-		   "<br>- Acorn (CD), DOS and Windows versions supported by this target",
+		   "<br>- Acorn, Amiga, DOS and Windows versions supported by this target".
+		   "<br>- Various graphical glitches in Amiga verisons",
 "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 & Macintosh versions is supported".
 		   "<br>- F10 key animation is different in Amiga & Macintosh versions",
+"dimp" 		=> "Game is completable, with minor glitches".
+		   "<br>- No random animations or sound effect when idle",
+"jumble" 	=> "Game is completable, with minor glitches".
+		   "<br>- No support for displaying, entering, loading and saving high scores",
+"puzzle" 	=> "Game is completable, with minor glitches".
+		   "<br>- No support for displaying, entering, loading and saving high scores",
+"swampy" 	=> "Game is completable, with minor glitches".
+		   "<br>- No support for displaying explanation, when clicking on items".
+		   "<br>- No support for displaying, entering, loading and saving high scores",
 "feeble"	=> "Game is completable".
 		   "<br>- Amiga, Macintosh and Windows versions supported by this target".
 		   "<br>- Minor graphical glitches",
 "kyra1"		=> "Game is completable.".
-		   "<br>- Requires the KYRA.DAT resource file to be placed in the game directory.".
-		   "<br>- DOS Floppy and CD versions are supported by this target.".
+		   "<br>- Requires the <a href=\"https://svn.sourceforge.net/svnroot/scummvm/engine-data/trunk/kyra.dat\">kyra.dat</a> resource file to be placed in the game directory.".
+		   "<br>- DOS and FM-TOWNS versions are supported by this target.".
 		   "<br>- Amiga versions aren't supported.".
-		   "<br>- FM-Towns version isn't supported.".
 		   "<br>".
 		   "<br>- Occasional graphics glitches.".
-		   "<br>- MT-32 music and sfx do not work properly."
+		   "<br>- MT-32 music and sfx do not work properly.",
+"fw"		=> "Game is completable".
+		   "<br>- Occasional graphical glitches".
+		   "<br>- DOS, Amiga and Atari versions are supported".
+		   "<br>- No music or sound effects in the Amiga and Atari ST versions",
+"touche"	=> "Game is completable".
+		   "<br>- Occasional graphical glitches",
+"ween"  	=> "Game is completable".
+		   "<br>- Amiga, Atari and DOS versions are supported by this target".
+		   "<br>- Issues with the mouse cursor visibility",
+"bargon"  	=> "Game is completable".
+		   "<br>- Amiga, Atari and DOS versions are supported by this target".
+		   "<br>- Issues with the mouse cursor visibility",
+"nippon"  	=> "Game is completable".
+		   "<br>- Only DOS version is supported by this target".
+		   "<br>- Occasional minor graphical glitches",
+"bc"		=> "Game is completable".
+		   "<br>- DOS, Amiga, Atari ST, Apple IIgs versions are supported by this target".
+		   "<br>- Apple IIgs version has no sound",
+"goldrush"	=> "Game is not completable".
+		   "<br>- DOS, Amiga, Atari ST, Apple IIgs versions are supported by this target".
+		   "<br>- Apple IIgs version has no sound",
+"kq1"		=> "Game is completable".
+		   "<br>- DOS, Mac, Amiga, Atari ST, Apple IIgs versions are supported by this target".
+		   "<br>- Apple IIgs version has no sound",
+"kq2"		=> "Game is completable".
+		   "<br>- DOS, Mac, Amiga, Atari ST, Apple IIgs versions are supported by this target".
+		   "<br>- Apple IIgs version has no sound",
+"kq3"		=> "Game is completable".
+		   "<br>- DOS, Mac, Amiga, Atari ST, Apple IIgs versions are supported by this target".
+		   "<br>- Apple IIgs version has no sound",
+"kq4"		=> "Game is completable".
+		   "<br>- DOS, Apple IIgs versions are supported by this target".
+		   "<br>- Apple IIgs version has no sound",
+"lsl1"		=> "Game is completable".
+		   "<br>- DOS, Mac, Amiga, Atari ST, Apple IIgs versions are supported by this target".
+		   "<br>- Apple IIgs version has no sound",
+"mixedup"	=> "Game is completable".
+		   "<br>- DOS, Amiga, Apple IIgs versions are supported by this target".
+		   "<br>- Apple IIgs version has no sound",
+"mh1"		=> "Game is completable".
+		   "<br>- DOS, Amiga, Atari ST, Apple IIgs versions are supported by this target".
+		   "<br>- Apple IIgs version has no sound",
+"mh2"		=> "Game is completable".
+		   "<br>- DOS, Amiga, Atari ST versions are supported by this target",
+"pq1"		=> "Game is completable".
+		   "<br>- DOS, Mac, Amiga, Apple IIgs versions are supported by this target".
+		   "<br>- Apple IIgs version has no sound",
+"sq1"		=> "Game is completable".
+		   "<br>- DOS, Mac, Amiga, Atari ST, Apple IIgs versions are supported by this target".
+		   "<br>- Apple IIgs version has no sound",
+"sq2"		=> "Game is completable".
+		   "<br>- DOS, Mac, Amiga, Apple IIgs versions are supported by this target".
+		   "<br>- Apple IIgs version has no sound",
+"agi-fanmade"   => "Most games are completable".
+		   "<br>- AGIMOUSE and AGIPAL hacks are also supported by this target".
+		   "<br>- Occasional graphics glitches".
+		   "<br>- AGI256 and AGI256-2 hacks aren't supported"
 );
 		
 // render the compatibility chart
@@ -337,7 +440,7 @@
 	
 			  );
 
-	$arrayt = array_merge($gamesLucas, $gamesHE, $gamesOther);
+	$arrayt = array_merge($gamesLucas, $gamesHE, $gamesOther, $gamesAGI);
 	while (list($name,$array) = each($arrayt))
 	{	
 
@@ -386,6 +489,11 @@
 	echo html_frame_end(" ");
 	echo html_p();
 
+	displayGameList("Sierra AGI", $gamesAGI);
+
+	echo html_frame_end(" ");
+	echo html_p();
+
 	displayGameList("Other", $gamesOther);
 
 	echo html_frame_end(" ");

Modified: web/trunk/downloads.php
===================================================================
--- web/trunk/downloads.php	2007-06-20 19:11:36 UTC (rev 27559)
+++ web/trunk/downloads.php	2007-06-20 21:53:32 UTC (rev 27560)
@@ -20,7 +20,7 @@
 ?>
   <div class="par-item">
     <div class="par-head">
-       Downloads for ScummVM <span style="color: #aaaaaa;">version 0.9.1</span>
+       Downloads for ScummVM <span style="color: #aaaaaa;">version 0.10.0</span>
     </div>
 
     <div class="par-intro">
@@ -38,9 +38,9 @@
 
 <table border=0>
 <?php
-  html_nav_item("#stable", "0.9.1 Release binaries");
-  html_nav_item("#source", "0.9.1 Source Code");
-  html_nav_item("#tools", "0.9.0 Tools");
+  html_nav_item("#stable", "0.10.0 Release binaries");
+  html_nav_item("#source", "0.10.0 Source Code");
+  html_nav_item("#tools", "0.10.0 Tools");
   html_nav_item("#older", "Older versions (unsupported)");
   html_nav_item("#extras", "Extras, game downloads");
   html_nav_item("#SVN", "Subversion Builds");
@@ -54,13 +54,13 @@
 <td>
 	  Downloads are mostly hosted with SourceForge.net. If you have one of the supported systems, you can directly
 	  download the appropriate binary distribution. If you have another system, download the source and read the
-	  <a href="http://svn.sourceforge.net/viewcvs.py/*checkout*/scummvm/scummvm/tags/release-0-9-1/README">README</a>
+	  <a href="http://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/tags/release-0-10-0/README">README</a>
 	  file for directions on how to build ScummVM.
 	  If you have successfully ported ScummVM to a platform not listed, please drop us a note, telling which OS, etc.
 	  you used.
 
 	<UL>
-		<LI>The latest STABLE release of ScummVM is 0.9.1, and can be downloaded below
+		<LI>The latest STABLE release of ScummVM is 0.10.0, and can be downloaded below
 	under '<A HREF="#stable">Release Binaries</A>'. If you run Windows and are confused,
 	download the 'Windows Installer'</LI>
 
@@ -79,113 +79,125 @@
 
 	<a name="stable"></a>
 	<br>
-    <?php html_subhead_start("0.9.1 Release binaries"); ?>
+    <?php html_subhead_start("0.10.0 Release binaries"); ?>
 
     <div class="par-subhead-content">
 
 	<p>For a list of changes since the previous version, <a href="http://sourceforge.net/project/shownotes.php?release_id=457706">read the release notes</a>.
 	<BR>
-	0.9.1 should be directly apt-get'able from Debian stable (etch) and Debian unstable (sid).
+	0.10.0 should be directly apt-get'able from Debian stable (etch) and Debian unstable (sid).
 	</p>
 
 <!-- ' Relax XEmacs syntax highlighting -->
 
 	<table>
-	  <tr><td class='cat-bullet'><img src='images/catpl-windows.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-win32.exe?download"><b>Windows Installer</b></a> <font class='cat-count'>(1.9M Win32 .exe)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/catpl-windows.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-win32.zip?download">Windows zipfile</a> <font class='cat-count'>(2.4M zipfile)</font></td></tr>
 
-	  <tr><td class='cat-bullet'><img src='images/catpl-fedora.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-1_FC5.i386.rpm?download">Fedora Core 5 and 6 package</a> <font class='cat-count'>(1.8M RPM)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/catpl-fedora.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-1_FC2.i386.rpm?download">Fedora Core 2 package</a> <font class='cat-count'>(1.6M RPM)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-windows.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.10.0-win32.exe?download"><b>Windows Installer</b></a> <font class='cat-count'>(2.2M Win32 .exe)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-windows.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.10.0-win32.zip?download">Windows zipfile</a> <font class='cat-count'>(2.9M zipfile)</font></td></tr>
 
-	
+	  <tr><td class='cat-bullet'><img src='images/catpl-fedora.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.10.0-1_F7.i386.rpm?download">Fedora 7 package</a> <font class='cat-count'>(2.8M RPM)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-fedora.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.10.0-1_FC5.i386.rpm?download">Fedora Core 5 and 6 package</a> <font class='cat-count'>(2.8M RPM)</font></td></tr>
+
+<!--
 	  <tr><td class='cat-bullet'><img src='images/catpl-debian.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm_0.9.1-0.sarge.1_i386.deb?download">Debian 3.1 (sarge) package</a> <font class='cat-count'>(1.6M .deb)</font></td></tr>
+-->
 
-	  <tr><td class='cat-bullet'><img src='images/catpl-slackware.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1_slack-i486-2.tgz?download">SlackWare package</a> <font class='cat-count'>(1.7M .tgz)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-slackware.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.10.0_slack-i486-1.tgz?download">SlackWare package</a> <font class='cat-count'>(2.8M .tgz)</font></td></tr>
 
 <!--
 	  <tr><td class='cat-bullet'><img src='images/catpl-mandriva.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.8.0-1mdk.i586.rpm?download">Mandriva 2006 package</a> <font class='cat-count'>(1.3M RPM)</font></td></tr>
 -->
 
-	  <tr><td class='cat-bullet'><img src='images/catpl-macos-universal.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1a-macosx.dmg?download">Mac OS X Universal Disk Image 0.9.1a</a> <font class='cat-count'>(3.9M disk image)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-macos-universal.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1a-macosx.dmg?download">Mac OS X Universal Disk Image 0.10.0</a> <font class='cat-count'>(5.6M disk image)</font></td></tr>
 
+<!--
 	  <tr><td class='cat-bullet'><img src='images/catpl-ps2.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-ps2.zip?download">PlayStation2 package</a> <font class='cat-count'>(3.0M .zip)</font></td></tr>
+-->
 
-	  <tr><td class='cat-bullet'><img src='images/catpl-psp.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-psp.zip?download">PSP (PlayStation Portable) package</a> <font class='cat-count'>(4.0M .zip)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-psp.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.10.0-psp.zip?download">PSP (PlayStation Portable) package</a> <font class='cat-count'>(6.2M .zip)</font></td></tr>
 
+<!--
 	  <tr><td class='cat-bullet'><img src='images/catpl-ds.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1a-ds.zip?download">Nintendo DS package 0.9.1a</a> <font class='cat-count'>(3.4M .zip)</font></td></tr>
 
-	  <tr><td class='cat-bullet'><img src='images/catpl-symbian.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-s60-v1.sis?download">Symbian S60 version 1 binary</a> <font class='cat-count'>(1.4M .sis)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/catpl-symbian.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-s60-v2.sis?download">Symbian S60 version 2 binary</a> <font class='cat-count'>(1.4M .sis)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/catpl-symbian.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-s60-v3.sis?download">Symbian S60 version 3 binary</a> <font class='cat-count'>(1.8M .sis)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/catpl-symbian.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-s80.sis?download">Symbian S80 binary</a> <font class='cat-count'>(1.4M .sis)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/catpl-symbian.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-s90.sis?download">Symbian S90 binary</a> <font class='cat-count'>(1.4M .sis)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/catpl-uiq.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-uiq2.sis?download">Symbian UIQ 2 binary</a> <font class='cat-count'>(1.4M .sis)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/catpl-uiq.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-uiq3.sis?download">Symbian UIQ 3 binary</a> <font class='cat-count'>(1.8M .sis)</font></td></tr>
+-->
+	  <tr><td class='cat-bullet'><img src='images/catpl-symbian.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.10.0-s60-v3.sis?download">Symbian S60 version 3 binary</a> <font class='cat-count'>(2.6M .sis)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-uiq.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.10.0-uiq3.sis?download">Symbian UIQ 3 binary</a> <font class='cat-count'>(2.6M .sis)</font></td></tr>
 
-	  <tr><td class='cat-bullet'><img src='images/catpl-palmos.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-palmos-os5.zip?download">PalmOS 5 binary</a> <font class='cat-count'>(2.4M zipfile)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/catpl-palmos.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-palmos-zodiac.zip?download">PalmOS Tapwave Zodiac binary</a> <font class='cat-count'>(3.1M zipfile)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-palmos.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.10.0-palmos-os5.zip?download">PalmOS 5 binary</a> <font class='cat-count'>(6.4M zipfile)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-palmos.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.10.0-palmos-zodiac.zip?download">PalmOS Tapwave Zodiac binary</a> <font class='cat-count'>(7.0M zipfile)</font></td></tr>
 
-	  <tr><td class='cat-bullet'><img src='images/catpl-wince.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-WinCE.zip?download">Windows CE ARM package</a> <font class='cat-count'>(1.8M zipfile)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-wince.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.10.0-WinCE.zip?download">Windows CE ARM package</a> <font class='cat-count'>(4.0M zipfile)</font></td></tr>
 
+<!--
 	  <tr><td class='cat-bullet'><img src='images/catpl-opie.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-opie_arm.ipk?download">Opie SDL package<b> Only </b>for iPAQ h1910/h1915 and MyPal 716</a> <font class='cat-count'>(1.7M .ipk)</font></td></tr>
+-->
 
-	  <tr><td class='cat-bullet'><img src='images/catpl-dc.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-dreamcast-plainfiles.tar.bz2?download">Dreamcast plain files</a> <font class='cat-count'>(3.0M .tar.bz2)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/catpl-dc.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-dreamcast-nero+demos.zip?download">Dreamcast Nero Image & Demos</a> <font class='cat-count'>(6.9M .zip)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-dc.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.10.0-dreamcast-plainfiles.tar.bz2?download">Dreamcast plain files</a> <font class='cat-count'>(4.2M .tar.bz2)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-dc.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.10.0-dreamcast-nero+demos.zip?download">Dreamcast Nero Image & Demos</a> <font class='cat-count'>(8.3M .zip)</font></td></tr>
 
-	  <tr><td class='cat-bullet'><img src='images/catpl-gp2x.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-gp2x.zip?download">GP2X package</a> <font class='cat-count'>(2.0M .zip)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-gp2x.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.10.0-gp2x.zip?download">GP2X package</a> <font class='cat-count'>(3.3M .zip)</font></td></tr>
 
+<!--
 	  <tr><td class='cat-bullet'><img src='images/catpl-solaris.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-solaris8-sparc.tar.bz2?download">Solaris 8 and up (Sparc) binary</a> <font class='cat-count'>(1.6M .tar.bz2)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/catpl-solaris.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-solaris10-x86.pkg.bz2?download">Solaris 10 (both IA32 and AMD64) binary</a> <font class='cat-count'>(5.7M .pkg.bz2)</font></td></tr>
+-->
+	  <tr><td class='cat-bullet'><img src='images/catpl-solaris.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.10.0-solaris10-x86.pkg.bz2?download">Solaris 10 (both IA32 and AMD64) binary</a> <font class='cat-count'>(9.0M .pkg.bz2)</font></td></tr>
 
-	  <tr><td class='cat-bullet'><img src='images/catpl-beos.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-beosx86.pkg?download">BeOS package</a> <font class='cat-count'>(2.0M pkg)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-beos.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.10.0-beosx86.pkg?download">BeOS package</a> <font class='cat-count'>(3.3M pkg)</font></td></tr>
 
-	  <tr><td class='cat-bullet'><img src='images/catpl-amiga.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-amigaos4.lha?download">AmigaOS 4 package</a> <font class='cat-count'>(3.0M .lha)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-amiga.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.10.0-amigaos4.lha?download">AmigaOS 4 package</a> <font class='cat-count'>(3.9M .lha)</font></td></tr>
 
+<!--
 	  <tr><td class='cat-bullet'><img src='images/catpl-morphos.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-morphos.lha?download">MorphOS package</a> <font class='cat-count'>(2.8M .lha)</font></td></tr>
+-->
 
-	  <tr><td class='cat-bullet'><img src='images/catpl-freemint.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-atari.zip?download">Atari/FreeMiNT package (68020 and up)</a> <font class='cat-count'>(1.7M .zip)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-freemint.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.10.0-atari.zip?download">Atari/FreeMiNT package (68020 and up)</a> <font class='cat-count'>(2.7M .zip)</font></td></tr>
 
+<!--
 	  <tr><td class='cat-bullet'><img src='images/catpl-os2.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-os2.zip?download">OS/2 package</a> <font class='cat-count'>(2.4M .zip)</font></td></tr>
-
+-->
 	</table>
     </div>
 
     <a name="source"></a>
-    <?php html_subhead_start("0.9.1 Source Code"); ?>
+    <?php html_subhead_start("0.10.0 Source Code"); ?>
 
     <div class="par-subhead-content">
 	<table>
-	  <tr><td class='cat-bullet'><img src='images/catpl-cpp.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1.tar.bz2?download">ScummVM - Source .tar.bz2</a> <font class='cat-count'>(4.3M)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/catpl-cpp.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1.tar.gz?download">ScummVM - Source .tar.gz</a> <font class='cat-count'>(5.2M)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/catpl-cpp.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1.zip?download">ScummVM - Source .zip</a> <font class='cat-count'>(6.3M)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/catpl-cpp.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-1.src.rpm?download">ScummVM - Source RPM</a> <font class='cat-count'>(5.0M RPM)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-cpp.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.10.0.tar.bz2?download">ScummVM - Source .tar.bz2</a> <font class='cat-count'>(4.5M)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-cpp.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.10.0.tar.gz?download">ScummVM - Source .tar.gz</a> <font class='cat-count'>(5.5M)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-cpp.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.10.0.zip?download">ScummVM - Source .zip</a> <font class='cat-count'>(6.9M)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-cpp.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.10.0-1.src.rpm?download">ScummVM - Source RPM</a> <font class='cat-count'>(5.9M RPM)</font></td></tr>
 	</table>
 
 
     </div>
 
     <a name="tools"></a>
-    <?php html_subhead_start("0.9.0 Tools (mostly unsupported)"); ?>
+    <?php html_subhead_start("0.10.0 Tools (mostly unsupported)"); ?>
 
     <div class="par-subhead-content">
 
 	<table>
-	  <tr><td class='cat-bullet'><img src='images/catpl-windows.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-tools-0.9.0-win32.exe?download">Tools - Windows Installer</a> <font class='cat-count'>(438k Win32 .exe)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/catpl-windows.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-tools-0.9.0-win32.zip?download">Tools - Windows zipfile</a> <font class='cat-count'>(280k Win32 .zip)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-windows.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-tools-0.10.0-win32.exe?download">Tools - Windows Installer</a> <font class='cat-count'>(451k Win32 .exe)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-windows.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-tools-0.10.0-win32.zip?download">Tools - Windows zipfile</a> <font class='cat-count'>(312k Win32 .zip)</font></td></tr>
 
-	  <tr><td class='cat-bullet'><img src='images/catpl-fedora.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-tools-0.9.0-1_FC4.i386.rpm?download">Tools - Fedora Core 4 RPM</a> <font class='cat-count'>(148k .rpm)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/catpl-fedora.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-tools-0.9.0-1_FC2.i386.rpm?download">Tools - Fedora Core 2 RPM</a> <font class='cat-count'>(169k .rpm)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/catpl-macos-universal.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-tools-0.9.0-macosx-universal.tar.bz2?download">Tools - Mac OS X Universal binaries (10.3.9 and up)</a> <font class='cat-count'>(615k .tar.bz2)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-fedora.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-tools-0.10.0-1_F7.i386.rpm?download">Tools - Fedora 7 RPM</a> <font class='cat-count'>(177k .rpm)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-fedora.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-tools-0.10.0-1_FC5.i386.rpm?download">Tools - Fedora Core 5 RPM</a> <font class='cat-count'>(177k .rpm)</font></td></tr>
 
+	  <tr><td class='cat-bullet'><img src='images/catpl-macos-universal.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-tools-0.9.0-macosx-universal.tar.bz2?download">Tools - Mac OS X Universal binaries (10.3.9 and up)</a> <font class='cat-count'>(920k .tar.bz2)</font></td></tr>
+
+<!--
 	  <tr><td class='cat-bullet'><img src='images/catpl-solaris.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-tools-0.9.0-solaris-sparc.tar.bz2?download">Tools - Solaris 8 (Sparc)</a> <font class='cat-count'>(135k .tar.bz2)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/catpl-solaris.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-tools-0.9.0-solaris10-x86.tar.bz2?download">Tools - Solaris 10 (both IA32 and AMD64)</a> <font class='cat-count'>(145k .tar.bz2)</font></td></tr>
+-->
+	  <tr><td class='cat-bullet'><img src='images/catpl-solaris.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-tools-0.10.0-solaris10-x86.tar.bz2?download">Tools - Solaris 10 (both IA32 and AMD64)</a> <font class='cat-count'>(177k .tar.bz2)</font></td></tr>
 
-	  <tr><td class='cat-bullet'><img src='images/catpl-freemint.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-tools-0.9.0-atari.tar.gz?download">Tools - Atari/FreeMiNT (68020 and up)</a> <font class='cat-count'>(1153k .tar.gz)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-freemint.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-tools-0.10.0-atari.tar.gz?download">Tools - Atari/FreeMiNT (68020 and up)</a> <font class='cat-count'>(1289k .tar.gz)</font></td></tr>
 
-	  <tr><td class='cat-bullet'><img src='images/catpl-cpp.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-tools-0.9.0.tar.bz2?download">Tools - Source .tar.bz2</a> <font class='cat-count'>(114k .tar.bz2)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/catpl-cpp.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-tools-0.9.0.tar.gz?download">Tools - Source .tar.gz</a> <font class='cat-count'>(136k .tar.bz2)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/catpl-cpp.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-tools-0.9.0.zip?download">Tools - Source .zip</a> <font class='cat-count'>(163k .zip)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/catpl-cpp.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-tools-0.9.0-1.src.rpm?download">Tools - Source RPM</a> <font class='cat-count'>(116k .rpm)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-cpp.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-tools-0.10.0.tar.bz2?download">Tools - Source .tar.bz2</a> <font class='cat-count'>(131k .tar.bz2)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-cpp.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-tools-0.10.0.tar.gz?download">Tools - Source .tar.gz</a> <font class='cat-count'>(159k .tar.bz2)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-cpp.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-tools-0.10.0.zip?download">Tools - Source .zip</a> <font class='cat-count'>(203k .zip)</font></td></tr>
+
+	  <tr><td class='cat-bullet'><img src='images/catpl-cpp.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-tools-0.10.0-1.src.rpm?download">Tools - Source RPM</a> <font class='cat-count'>(134k .rpm)</font></td></tr>
 	</table>
 
     </div>
@@ -204,8 +216,30 @@
 		have older versions around, for your convenience.
 	</p>
 	<table>
+	  <tr><td class='cat-bullet'><img src='images/catpl-fedora.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-1_FC2.i386.rpm?download">Fedora Core 2 package</a> <font class='cat-count'>(1.6M RPM)</font></td></tr>
+
+	  <tr><td class='cat-bullet'><img src='images/catpl-debian.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm_0.9.1-0.sarge.1_i386.deb?download">Debian 3.1 (sarge) package</a> <font class='cat-count'>(1.6M .deb)</font></td></tr>
+
+	  <tr><td class='cat-bullet'><img src='images/catpl-ps2.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-ps2.zip?download">PlayStation2 package</a> <font class='cat-count'>(3.0M .zip)</font></td></tr>
+
+	  <tr><td class='cat-bullet'><img src='images/catpl-ds.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1a-ds.zip?download">Nintendo DS package 0.9.1a</a> <font class='cat-count'>(3.4M .zip)</font></td></tr>
+
+	  <tr><td class='cat-bullet'><img src='images/catpl-symbian.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-s60-v1.sis?download">Symbian S60 version 1 binary</a> <font class='cat-count'>(1.4M .sis)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-symbian.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-s60-v2.sis?download">Symbian S60 version 2 binary</a> <font class='cat-count'>(1.4M .sis)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-symbian.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-s80.sis?download">Symbian S80 binary</a> <font class='cat-count'>(1.4M .sis)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-symbian.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-s90.sis?download">Symbian S90 binary</a> <font class='cat-count'>(1.4M .sis)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/catpl-uiq.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-uiq2.sis?download">Symbian UIQ 2 binary</a> <font class='cat-count'>(1.4M .sis)</font></td></tr>
+
+	  <tr><td class='cat-bullet'><img src='images/catpl-solaris.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-solaris8-sparc.tar.bz2?download">Solaris 8 and up (Sparc) binary</a> <font class='cat-count'>(1.6M .tar.bz2)</font></td></tr>
+
+	  <tr><td class='cat-bullet'><img src='images/catpl-opie.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-opie_arm.ipk?download">Opie SDL package<b> Only </b>for iPAQ h1910/h1915 and MyPal 716</a> <font class='cat-count'>(1.7M .ipk)</font></td></tr>
+
+	  <tr><td class='cat-bullet'><img src='images/catpl-os2.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-os2.zip?download">OS/2 package</a> <font class='cat-count'>(2.4M .zip)</font></td></tr>
+
 	  <tr><td class='cat-bullet'><img src='images/catpl-win64.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.8.0-win64.zip?download">0.8.0 Windows 64 zipfile</a> <font class='cat-count'>(1.4M zipfile)</font></td></tr>
 
+	  <tr><td class='cat-bullet'><img src='images/catpl-morphos.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.9.1-morphos.lha?download">MorphOS package</a> <font class='cat-count'>(2.8M .lha)</font></td></tr>
+
 	  <tr><td class='cat-bullet'><img src='images/catpl-mandriva.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.8.0-1mdk.i586.rpm?download">0.8.0 Mandriva 2006 package</a> <font class='cat-count'>(1.3M RPM)</font></td></tr>
 
 	  <tr><td class='cat-bullet'><img src='images/catpl-wince.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/scummvm-0.7.1-PocketPC_MIPS.zip?download">0.7.1 PocketPC MIPS binary</a> <font class='cat-count'>(1.5M zipfile)</font></td></tr>
@@ -228,7 +262,7 @@
     <div class="par-content">
 
 	<table>
-	  <tr><td class='cat-bullet'><img src='images/cat-sky.png' alt=""></td><td class='cat-link'><a href="https://svn.sourceforge.net/svnroot/scummvm/engine-data/trunk/sky.cpt">Beneath a Steel Sky, SKY.CPT - required to run the game with a post-0.7.* ScummVM</a> <font class='cat-count'>(416k)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/cat-sky.png' alt=""></td><td class='cat-link'><a href="https://scummvm.svn.sourceforge.net/svnroot/scummvm/engine-data/tags/release-0-10-0/sky.cpt">Beneath a Steel Sky, SKY.CPT - required to run the game with a post-0.7.* ScummVM</a> <font class='cat-count'>(416k)</font></td></tr>
 	  <tr><td class='cat-bullet'><img src='images/cat-sky.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/bass-cd-1.2.zip?download">Beneath a Steel Sky, Freeware CD Version</a> <font class='cat-count'>(67M)</font></td></tr>
 	  <tr><td class='cat-bullet'><img src='images/cat-sky.png' alt=""></td><td class='cat-link'><a href="http://www.mixnmojo.com/bss/BASS-Floppy.zip">Beneath a Steel Sky, Freeware Floppy Version</a> <font class='cat-count'>(7.3M)</font></td></tr>
 
@@ -242,35 +276,33 @@
 	  <tr><td class='cat-bullet'><img src='images/cat-queen.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/FOTAQ_Heb_Talkie.zip?download">Flight of the Amazon Queen, Freeware CD Version (<i>Hebrew</i> subtitles, English voices, ogg compressed sfx/speech)</a> <font class='cat-count'>(63.1M)</font></td></tr>
 	  <tr><td class='cat-bullet'><img src='images/cat-queen.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/FOTAQ_Floppy.zip?download">Flight of the Amazon Queen, Freeware Floppy Version</a> <font class='cat-count'>(6.7M)</font></td></tr>
 	  <tr><td class='cat-bullet'><img src='images/cat-queen.png' alt=""></td><td class='cat-link'><a href="http://mikemth.de:1337/modules.php?name=Downloads&d_op=getit&lid=827">Flight of the Amazon Queen, Freeware Floppy Version</a> - <a href="http://www.mthN.de">hosted by Snoke Media and Tech Hosting Network</a> <font class='cat-count'>(6.7M)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/cat-queen.png' alt=""></td><td class='cat-link'><a href="http://0x.7fc1.org/fotaq/queen.tbl">Flight of the Amazon Queen, queen.tbl - required to run original versions of FOTAQ</a> <font class='cat-count'>(1.1M)</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/cat-queen.png' alt=""></td><td class='cat-link'><a href="https://scummvm.svn.sourceforge.net/svnroot/scummvm/engine-data/trunk/queen.tbl">Flight of the Amazon Queen, queen.tbl - required to run original versions of FOTAQ</a> <font class='cat-count'>(1.1M)</font></td></tr>
 
 	  <tr><td></td><td> </td></tr>
 
-	  <tr><td class='cat-bullet'><img src='images/cat-bs1.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/Sword1_DXA_Cutscenes.zip?download">Broken Sword 1 Cutscene Pack (English, DXA compression)</a> <font class='cat-count'>(58.5M) - Requires ScummVM 0.10.0svn</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/cat-bs1.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/Sword1_DXA_Cutscenes.zip?download">Broken Sword 1 Cutscene Pack (English, DXA compression)</a> <font class='cat-count'>(58.5M) - Requires ScummVM 0.10.0</font></td></tr>
 	  <tr><td class='cat-bullet'><img src='images/cat-bs1.png' alt=""></td><td class='cat-link'><a href="http://downloads.scummbr.com/Sword1_Cutscenes_BRA_Complete.zip">Broken Sword 1 Cutscene Pack (Brazilian)</a> <font class='cat-count'>(38M) This is an offsite package with both Brazillian videos and audio</font></td></tr>
 	  <tr><td class='cat-bullet'><img src='images/cat-bs1.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/Sword1_Cutscenes_FRE_AddOn.zip?download">Broken Sword 1 Cutscene Pack (French AddOn)</a> <font class='cat-count'>(1.6M) Overwrite files in English Pack with files from this archive</font></td></tr>
 	  <tr><td class='cat-bullet'><img src='images/cat-bs1.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/Sword1_Cutscenes_GER_AddOn.zip?download">Broken Sword 1 Cutscene Pack (German AddOn)</a> <font class='cat-count'>(1.8M) Overwrite files in English Pack with files from this archive</font></td></tr>
 	  <tr><td class='cat-bullet'><img src='images/cat-bs1.png' alt=""></td><td class='cat-link'><a href="http://www.unet.univie.ac.at/~a0200586/binary/mirrors/scummvm/Sword1_Cutscenes_GER_Complete.zip">Broken Sword 1 Cutscene Pack (German)</a> <font class='cat-count'>(32M) This is an alternative offsite package with both German videos and audio</font></td></tr>
 	  <tr><td class='cat-bullet'><img src='images/cat-bs1.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/Sword1_Cutscenes_ITA_AddOn.zip?download">Broken Sword 1 Cutscene Pack (Italian AddOn)</a> <font class='cat-count'>(2.5M) Overwrite files in English Pack with files from this archive</font></td></tr>
 	  <tr><td class='cat-bullet'><img src='images/cat-bs1.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/Sword1_Cutscenes_ESP_AddOn.zip?download">Broken Sword 1 Cutscene Pack (Spanish AddOn)</a> <font class='cat-count'>(2.2M) Overwrite files in English Pack with files from this archive</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/cat-bs1.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/Sword1_Demo_Cutscenes.zip?download">Broken Sword 1 Demo Cutscene Pack</a> <font class='cat-count'>(19M) - Requires ScummVM 0.10.0svn</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/cat-bs1.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/Sword1_Demo_Cutscenes.zip?download">Broken Sword 1 Demo Cutscene Pack</a> <font class='cat-count'>(19M) - Requires ScummVM 0.10.0</font></td></tr>
 	  <tr><td class='cat-bullet'><img src='images/cat-bs1.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/Sword1_Cutscenes.zip?download">Broken Sword 1 Cutscene Pack (English, MPEG2 compression)</a> <font class='cat-count'>(31.2M)</font></td></tr>
 
 	  <tr><td></td><td> </td></tr>
 
-	  <tr><td class='cat-bullet'><img src='images/cat-bs2.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/Sword2_DXA_Cutscenes.zip?download">Broken Sword 2 Cutscene Pack (all languages, DXA compression)</a> <font class='cat-count'>(111M) - Requires ScummVM 0.10.0svn</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/cat-bs2.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/Sword2_Demo_Cutscenes.zip?download">Broken Sword 2 Demo Cutscene Pack</a> <font class='cat-count'>(767KB) - Requires ScummVM 0.10.0svn</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/cat-bs2.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/Sword2_DXA_Cutscenes.zip?download">Broken Sword 2 Cutscene Pack (all languages, DXA compression)</a> <font class='cat-count'>(111M) - Requires ScummVM 0.10.0</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/cat-bs2.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/Sword2_Demo_Cutscenes.zip?download">Broken Sword 2 Demo Cutscene Pack</a> <font class='cat-count'>(767KB) - Requires ScummVM 0.10.0</font></td></tr>
 	  <tr><td class='cat-bullet'><img src='images/cat-bs2.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/Sword2_Cutscenes.zip?download">Broken Sword 2 Cutscene Pack (all languages, MPEG2 compression)</a> <font class='cat-count'>(27.8M)</font></td></tr>
 
 	  <tr><td></td><td> </td></tr>
 
-	  <tr><td class='cat-bullet'><img src='images/cat-feeble.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/Feeble_OmniTV_Cutscenes.zip?download">The Feeble Files - Omni TV and epilogue cutscenes for the Amiga and Macintosh versions</a> <font class='cat-count'>(13.6M) - Requires ScummVM 0.10.0svn</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/cat-feeble.png' alt=""></td><td class='cat-link'><a href="http://prdownloads.sourceforge.net/scummvm/Feeble_OmniTV_Cutscenes.zip?download">The Feeble Files - Omni TV and epilogue cutscenes for the Amiga and Macintosh versions</a> <font class='cat-count'>(13.6M) - Requires ScummVM 0.10.0</font></td></tr>
 
 	  <tr><td></td><td> </td></tr>
 
-	  <tr><td class='cat-bullet'><img src='images/cat-kyra.png' alt=""></td><td class='cat-link'><a href="http://svn.sourceforge.net/viewvc/*checkout*/scummvm/engine-data/trunk/kyra.dat?revision=22700">The Legend of Kyrandia, KYRA.DAT - required for all versions of the game</a> <font class='cat-count'>(177k)</font></td></tr>
-	  <tr><td class='cat-bullet'><img src='images/cat-kyra.png' 
-alt=""></td><td class='cat-link'><a href="https://svn.sourceforge.net/svnroot/scummvm/engine-data/trunk/kyra.dat">The Legend of Kyrandia, KYRA.DAT - required for all versions of the game</a> <font class='cat-count'>(177k) - Requires ScummVM 0.10.0svn</font></td></tr>
+	  <tr><td class='cat-bullet'><img src='images/cat-kyra.png' alt=""></td><td class='cat-link'><a href="https://scummvm.svn.sourceforge.net/svnroot/scummvm/engine-data/tags/release-0-10-0/kyra.dat">The Legend of Kyrandia, KYRA.DAT - required for all versions of the game</a> <font class='cat-count'>(177k)</font></td></tr>
 	</table>
 
      </div>


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