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

sev at users.sourceforge.net sev at users.sourceforge.net
Sat May 23 20:45:39 CEST 2009


Revision: 40814
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40814&view=rev
Author:   sev
Date:     2009-05-23 18:45:30 +0000 (Sat, 23 May 2009)

Log Message:
-----------
Website rewrite from Fredrik Wendel

Modified Paths:
--------------
    web/trunk/index.php

Added Paths:
-----------
    web/trunk/.htaccess
    web/trunk/css/
    web/trunk/css/chart.css
    web/trunk/css/compatibility.css
    web/trunk/css/credits.css
    web/trunk/css/downloads.css
    web/trunk/css/faq.css
    web/trunk/css/ie6.css
    web/trunk/css/intro.css
    web/trunk/css/layout.css
    web/trunk/css/links.css
    web/trunk/css/md5.css
    web/trunk/css/menu.css
    web/trunk/css/news.css
    web/trunk/css/screenshots.css
    web/trunk/data/compatibility/
    web/trunk/data/compatibility/compat-0.10.0.xml
    web/trunk/data/compatibility/compat-0.11.0.xml
    web/trunk/data/compatibility/compat-0.11.1.xml
    web/trunk/data/compatibility/compat-0.12.0.xml
    web/trunk/data/compatibility/compat-0.13.0.xml
    web/trunk/data/compatibility/compat-0.13.1.xml
    web/trunk/data/compatibility/compat-0.9.1.xml
    web/trunk/data/compatibility/compat-SVN.xml
    web/trunk/data/credits.xml
    web/trunk/data/documentation.xml
    web/trunk/data/downloads/
    web/trunk/data/downloads.xml
    web/trunk/data/faq-xml.xml
    web/trunk/data/faq-xml.xsl
    web/trunk/data/faq.xml
    web/trunk/data/game_demos.xml
    web/trunk/data/links.xml
    web/trunk/data/menus.xml
    web/trunk/data/press_articles.xml
    web/trunk/data/screenshots.xml
    web/trunk/data/scumm-md5.txt
    web/trunk/data/subprojects.xml
    web/trunk/images/
    web/trunk/images/GOG_button_small.png
    web/trunk/images/bullet-section-small.gif
    web/trunk/images/random-screenshot.png
    web/trunk/images/tentacle.png
    web/trunk/images/three-headed-monkey.png
    web/trunk/include/Controller.php
    web/trunk/include/Models/
    web/trunk/include/Models/ArticleModel.php
    web/trunk/include/Models/BasicModel.php
    web/trunk/include/Models/CompatibilityModel.php
    web/trunk/include/Models/CreditsModel.php
    web/trunk/include/Models/DocumentationModel.php
    web/trunk/include/Models/DownloadsModel.php
    web/trunk/include/Models/FAQModel.php
    web/trunk/include/Models/GameDemosModel.php
    web/trunk/include/Models/LinksModel.php
    web/trunk/include/Models/MenuModel.php
    web/trunk/include/Models/NewsModel.php
    web/trunk/include/Models/ScreenshotsModel.php
    web/trunk/include/Models/SubprojectsModel.php
    web/trunk/include/Objects/
    web/trunk/include/Objects/Article.php
    web/trunk/include/Objects/BasicObject.php
    web/trunk/include/Objects/CSection.php
    web/trunk/include/Objects/CompatGame.php
    web/trunk/include/Objects/DSection.php
    web/trunk/include/Objects/DSubSection.php
    web/trunk/include/Objects/Document.php
    web/trunk/include/Objects/File.php
    web/trunk/include/Objects/GameDemo.php
    web/trunk/include/Objects/MenuItem.php
    web/trunk/include/Objects/News.php
    web/trunk/include/Objects/Person.php
    web/trunk/include/Objects/Project.php
    web/trunk/include/Objects/QAEntry.php
    web/trunk/include/Objects/QASection.php
    web/trunk/include/Objects/Screenshot.php
    web/trunk/include/Objects/WebLink.php
    web/trunk/include/Pages/
    web/trunk/include/Pages/CompatibilityPage.php
    web/trunk/include/Pages/ContactPage.php
    web/trunk/include/Pages/CreditsPage.php
    web/trunk/include/Pages/DemosPage.php
    web/trunk/include/Pages/DocumentationPage.php
    web/trunk/include/Pages/DownloadsPage.php
    web/trunk/include/Pages/ExceptionsPage.php
    web/trunk/include/Pages/FAQPage.php
    web/trunk/include/Pages/FeedsPage.php
    web/trunk/include/Pages/LinksPage.php
    web/trunk/include/Pages/NewsPage.php
    web/trunk/include/Pages/PressPage.php
    web/trunk/include/Pages/ScreenshotsPage.php
    web/trunk/include/Pages/SubprojectsPage.php
    web/trunk/include/XMLParser.php
    web/trunk/include/config.inc.php
    web/trunk/include/smarty/
    web/trunk/include/smarty/Config_File.class.php
    web/trunk/include/smarty/Smarty.class.php
    web/trunk/include/smarty/Smarty_Compiler.class.php
    web/trunk/include/smarty/cache/
    web/trunk/include/smarty/debug.tpl
    web/trunk/include/smarty/internals/
    web/trunk/include/smarty/internals/core.assemble_plugin_filepath.php
    web/trunk/include/smarty/internals/core.assign_smarty_interface.php
    web/trunk/include/smarty/internals/core.create_dir_structure.php
    web/trunk/include/smarty/internals/core.display_debug_console.php
    web/trunk/include/smarty/internals/core.get_include_path.php
    web/trunk/include/smarty/internals/core.get_microtime.php
    web/trunk/include/smarty/internals/core.get_php_resource.php
    web/trunk/include/smarty/internals/core.is_secure.php
    web/trunk/include/smarty/internals/core.is_trusted.php
    web/trunk/include/smarty/internals/core.load_plugins.php
    web/trunk/include/smarty/internals/core.load_resource_plugin.php
    web/trunk/include/smarty/internals/core.process_cached_inserts.php
    web/trunk/include/smarty/internals/core.process_compiled_include.php
    web/trunk/include/smarty/internals/core.read_cache_file.php
    web/trunk/include/smarty/internals/core.rm_auto.php
    web/trunk/include/smarty/internals/core.rmdir.php
    web/trunk/include/smarty/internals/core.run_insert_handler.php
    web/trunk/include/smarty/internals/core.smarty_include_php.php
    web/trunk/include/smarty/internals/core.write_cache_file.php
    web/trunk/include/smarty/internals/core.write_compiled_include.php
    web/trunk/include/smarty/internals/core.write_compiled_resource.php
    web/trunk/include/smarty/internals/core.write_file.php
    web/trunk/include/smarty/plugins/
    web/trunk/include/smarty/plugins/block.textformat.php
    web/trunk/include/smarty/plugins/compiler.assign.php
    web/trunk/include/smarty/plugins/function.assign_debug_info.php
    web/trunk/include/smarty/plugins/function.config_load.php
    web/trunk/include/smarty/plugins/function.counter.php
    web/trunk/include/smarty/plugins/function.cycle.php
    web/trunk/include/smarty/plugins/function.debug.php
    web/trunk/include/smarty/plugins/function.eval.php
    web/trunk/include/smarty/plugins/function.fetch.php
    web/trunk/include/smarty/plugins/function.html_checkboxes.php
    web/trunk/include/smarty/plugins/function.html_image.php
    web/trunk/include/smarty/plugins/function.html_options.php
    web/trunk/include/smarty/plugins/function.html_radios.php
    web/trunk/include/smarty/plugins/function.html_select_date.php
    web/trunk/include/smarty/plugins/function.html_select_time.php
    web/trunk/include/smarty/plugins/function.html_table.php
    web/trunk/include/smarty/plugins/function.mailto.php
    web/trunk/include/smarty/plugins/function.math.php
    web/trunk/include/smarty/plugins/function.popup.php
    web/trunk/include/smarty/plugins/function.popup_init.php
    web/trunk/include/smarty/plugins/modifier.capitalize.php
    web/trunk/include/smarty/plugins/modifier.cat.php
    web/trunk/include/smarty/plugins/modifier.count_characters.php
    web/trunk/include/smarty/plugins/modifier.count_paragraphs.php
    web/trunk/include/smarty/plugins/modifier.count_sentences.php
    web/trunk/include/smarty/plugins/modifier.count_words.php
    web/trunk/include/smarty/plugins/modifier.date_format.php
    web/trunk/include/smarty/plugins/modifier.debug_print_var.php
    web/trunk/include/smarty/plugins/modifier.default.php
    web/trunk/include/smarty/plugins/modifier.escape.php
    web/trunk/include/smarty/plugins/modifier.indent.php
    web/trunk/include/smarty/plugins/modifier.lower.php
    web/trunk/include/smarty/plugins/modifier.nl2br.php
    web/trunk/include/smarty/plugins/modifier.regex_replace.php
    web/trunk/include/smarty/plugins/modifier.replace.php
    web/trunk/include/smarty/plugins/modifier.spacify.php
    web/trunk/include/smarty/plugins/modifier.string_format.php
    web/trunk/include/smarty/plugins/modifier.strip.php
    web/trunk/include/smarty/plugins/modifier.strip_tags.php
    web/trunk/include/smarty/plugins/modifier.truncate.php
    web/trunk/include/smarty/plugins/modifier.upper.php
    web/trunk/include/smarty/plugins/modifier.wordwrap.php
    web/trunk/include/smarty/plugins/outputfilter.trimwhitespace.php
    web/trunk/include/smarty/plugins/shared.escape_special_chars.php
    web/trunk/include/smarty/plugins/shared.make_timestamp.php
    web/trunk/include/smarty/template_c/
    web/trunk/javascripts/
    web/trunk/javascripts/introduction.js
    web/trunk/javascripts/jquery-1.3.2.min.js
    web/trunk/javascripts/screenshots.js
    web/trunk/javascripts/slimbox/
    web/trunk/javascripts/slimbox/README.txt
    web/trunk/javascripts/slimbox/css/
    web/trunk/javascripts/slimbox/css/closelabel.gif
    web/trunk/javascripts/slimbox/css/loading.gif
    web/trunk/javascripts/slimbox/css/nextlabel.gif
    web/trunk/javascripts/slimbox/css/prevlabel.gif
    web/trunk/javascripts/slimbox/css/slimbox2.css
    web/trunk/javascripts/slimbox/js/
    web/trunk/javascripts/slimbox/js/slimbox2.js
    web/trunk/javascripts/slimbox/src/
    web/trunk/javascripts/slimbox/src/autoload.js
    web/trunk/javascripts/slimbox/src/slimbox2.js
    web/trunk/templates/
    web/trunk/templates/compatibility.tpl
    web/trunk/templates/compatibility_details.tpl
    web/trunk/templates/contact.tpl
    web/trunk/templates/credits.tpl
    web/trunk/templates/credits_entry.tpl
    web/trunk/templates/documentation.tpl
    web/trunk/templates/documentation_md5sums.tpl
    web/trunk/templates/documentation_specs.tpl
    web/trunk/templates/documentation_specs_aary.tpl
    web/trunk/templates/documentation_specs_char.tpl
    web/trunk/templates/documentation_specs_glossary.tpl
    web/trunk/templates/documentation_specs_introduction.tpl
    web/trunk/templates/documentation_specs_scrp.tpl
    web/trunk/templates/documentation_specs_scrp_v5.tpl
    web/trunk/templates/documentation_specs_scrp_v6.tpl
    web/trunk/templates/downloads.tpl
    web/trunk/templates/exception.tpl
    web/trunk/templates/faq.tpl
    web/trunk/templates/feed_atom.tpl
    web/trunk/templates/feed_rss.tpl
    web/trunk/templates/game_demos.tpl
    web/trunk/templates/index.tpl
    web/trunk/templates/intro_header.tpl
    web/trunk/templates/links.tpl
    web/trunk/templates/list_items.tpl
    web/trunk/templates/menu_group.tpl
    web/trunk/templates/news.tpl
    web/trunk/templates/press.tpl
    web/trunk/templates/screenshots.tpl
    web/trunk/templates/screenshots_category.tpl
    web/trunk/templates/screenshots_viewer.tpl
    web/trunk/templates/shadowed_text.tpl
    web/trunk/templates/subhead.tpl
    web/trunk/templates/subprojects.tpl

Removed Paths:
-------------
    web/trunk/data/images/

Added: web/trunk/.htaccess
===================================================================
--- web/trunk/.htaccess	                        (rev 0)
+++ web/trunk/.htaccess	2009-05-23 18:45:30 UTC (rev 40814)
@@ -0,0 +1,56 @@
+# Enable mod_rewrite
+RewriteEngine On
+
+# Set the base for the rewritten URLs
+RewriteBase /
+
+##
+# Images linked directly from the wiki need to work
+##
+RewriteRule		^screenshots/(.+)\.(jpg|png)$								data/screenshots/$1.$2 [L]
+
+##
+# Forward old page requests to the new fancy URLs
+##
+# Compatibility page, with args
+RewriteCond		%{QUERY_STRING}												version=(SVN|[0-9\.]+)(&details=(.+))?
+RewriteRule		^compatibility.php$											compatibility/%1/%3/? [R=301,NS]
+# Documentation page, with args
+RewriteCond		%{QUERY_STRING}												view=md5
+RewriteRule		^documentation.php$											documentation/md5sums/? [R=301,NS]
+# News page, with args
+RewriteCond		%{QUERY_STRING}												shownews=([0-9]{8}).xml [OR]
+RewriteCond		%{QUERY_STRING}												shownews=(archive)
+RewriteRule		^(index.php)?$												news/%1/? [R=301,NS]
+# Other pages, without args
+RewriteRule		^(.+)\.php$													$1/ [R=301,NS]
+
+##
+# Basic rewrite
+##
+RewriteRule		^([a-z]+)/?$												?p=$1
+ 
+##
+# Compatibility
+##
+RewriteRule		^(compatibility)(/(SVN|[0-9\.]+)(/([^/]+))?)?/?$		?p=$1&v=$3&t=$5 [L]
+
+##
+# Documentation
+##
+RewriteRule		^(documentation)(/([^/]+))?/? 								?p=$1&d=$3 [L]
+
+##
+# Feeds
+##
+RewriteRule		^(feeds)/(atom|rss)/?										?p=$1&f=$2 [L]
+
+## 
+# News
+##
+RewriteRule		^(news)(/([0-9]{8}|archive))?/?$							?p=$1&d=$3 [L]
+
+##
+# Screenshots
+##
+RewriteRule		^(screenshots)(/([a-z]+)(/([a-z0-9]+)(/([0-9]+))?)?)?/?		?p=$1&cat=$3&game=$5&num=$7 [L]


Property changes on: web/trunk/.htaccess
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native

Added: web/trunk/css/chart.css
===================================================================
--- web/trunk/css/chart.css	                        (rev 0)
+++ web/trunk/css/chart.css	2009-05-23 18:45:30 UTC (rev 40814)
@@ -0,0 +1,58 @@
+.chart {
+	border: 0px;
+	border-spacing: 0px;
+	margin: 0px auto 1em;
+	padding: 0px;
+	width: 95%;
+}
+
+.chart caption {
+	background: rgb(168, 39, 9) url('../images/table-head.png');
+	color: rgb(255, 255, 255);
+	font-weight: bold;
+	margin: 0 auto;
+}
+
+.chart a {
+	color: rgb(0, 0, 0);
+	text-decoration: none;
+}
+
+.chart a:hover {
+	color: rgb(255, 0, 0);
+}
+
+.chart tr,
+.chart th,
+.chart td {
+	margin: 0px;
+	padding: 2px;
+}
+
+.chart th,
+.chart td {
+	border: 1px solid rgb(192, 192, 192);
+}
+
+.chart th {
+	font-weight: normal;
+	text-align: left;
+}
+
+.chart td.details {
+	padding: 1em 3em;
+}
+
+/* query row colors */
+.chart .color0 {
+	background-color: rgb(224, 224, 224);
+}
+.chart .color1 {
+	background-color: rgb(192, 192, 192);
+}
+.chart .color2 {
+	background-color: rgb(255, 255, 255);
+}
+.chart .color4 {
+	background-color: rgb(153, 153, 153);
+}


Property changes on: web/trunk/css/chart.css
___________________________________________________________________
Added: svn:mime-type
   + text/css
Added: svn:keywords
   + Date Rev Author URL Id
Added: svn:eol-style
   + native

Added: web/trunk/css/compatibility.css
===================================================================
--- web/trunk/css/compatibility.css	                        (rev 0)
+++ web/trunk/css/compatibility.css	2009-05-23 18:45:30 UTC (rev 40814)
@@ -0,0 +1,74 @@
+.bottom-link {
+	text-align: right;
+}
+
+.bottom-link a {
+	color: rgb(168, 39, 9);
+	font-weight: bold;
+	text-decoration: none;
+}
+
+/* Percentage Colors */
+.pct0 {
+	background-color: #ff5050;
+}
+.pct5 {
+	background-color: #ff5d4f;
+}
+.pct10 {
+	background-color: #ff694e;
+}
+.pct15 {
+	background-color: #ff764d;
+}
+.pct20 {
+	background-color: #ff824b;
+}
+.pct25 {
+	background-color: #ff8f4a;
+}
+.pct30 {
+	background-color: #ff9b49;
+}
+.pct35 {
+	background-color: #ffa848;
+}
+.pct40 {
+	background-color: #ffb447;
+}
+.pct45 {
+	background-color: #ffc146;
+}
+.pct50 {
+	background-color: #ffcd45;
+}
+.pct55 {
+	background-color: #ffda43;
+}
+.pct60 {
+	background-color: #ffe642;
+}
+.pct65 {
+	background-color: #fff341;
+}
+.pct70 {
+	background-color: #ffff40;
+}
+.pct75 {
+	background-color: #dcff48;
+}
+.pct80 {
+	background-color: #c8ff50;
+}
+.pct85 {
+	background-color: #b4ff58;
+}
+.pct90 {
+	background-color: #a0ff60;
+}
+.pct95 {
+	background-color: #8cff60;
+}
+.pct100 {
+	background-color: #60ff60;
+}


Property changes on: web/trunk/css/compatibility.css
___________________________________________________________________
Added: svn:mime-type
   + text/css
Added: svn:keywords
   + Date Rev Author URL Id
Added: svn:eol-style
   + native

Added: web/trunk/css/credits.css
===================================================================
--- web/trunk/css/credits.css	                        (rev 0)
+++ web/trunk/css/credits.css	2009-05-23 18:45:30 UTC (rev 40814)
@@ -0,0 +1,29 @@
+p.credits,
+table.credits {
+	margin-left: 2em;
+	margin-right: 2em;
+}
+
+table.credits {
+	margin-bottom: 1em;
+}
+
+table.credits caption {
+	font-weight: bold;
+	margin-left: -2em;
+	text-align: left;
+}
+
+.credits .name {
+	padding: 2px;
+	width: 13em;
+}
+
+.credits .alias {
+	text-align: left;
+	width: 10em;
+}
+
+.box .subhead-content {
+	padding: 5px 20px;
+}
\ No newline at end of file


Property changes on: web/trunk/css/credits.css
___________________________________________________________________
Added: svn:mime-type
   + text/css
Added: svn:keywords
   + Date Rev Author URL Id
Added: svn:eol-style
   + native

Added: web/trunk/css/downloads.css
===================================================================
--- web/trunk/css/downloads.css	                        (rev 0)
+++ web/trunk/css/downloads.css	2009-05-23 18:45:30 UTC (rev 40814)
@@ -0,0 +1,29 @@
+ul.downloads li.file a {
+	color: rgb(0, 0, 0);
+	text-decoration: none;
+}
+
+ul.downloads li.file a:hover,
+ul.downloads li.link a:hover {
+	color: rgb(255, 0, 0);
+}
+
+ul.downloads span.download-extras {
+	color: rgb(133, 177, 50);
+	font-size: x-small;
+}
+
+ul.downloads li.link {
+	margin-left: 1.5em;
+}
+	
+ul.downloads li.link a {
+	color: rgb(170, 51, 51);
+	text-decoration: underline;
+}
+
+span.svn_provider {
+	display: block;
+	font-size: 90;
+	padding-left: 3em;
+}
\ No newline at end of file


Property changes on: web/trunk/css/downloads.css
___________________________________________________________________
Added: svn:mime-type
   + text/css
Added: svn:keywords
   + Date Rev Author URL Id
Added: svn:eol-style
   + native

Added: web/trunk/css/faq.css
===================================================================
--- web/trunk/css/faq.css	                        (rev 0)
+++ web/trunk/css/faq.css	2009-05-23 18:45:30 UTC (rev 40814)
@@ -0,0 +1,17 @@
+div.question {
+	font-weight: bold;
+}
+
+div.section {
+	margin: 20px 0;
+}
+
+div.answer {
+	margin: 20px 30px;
+}
+
+
+.envar {
+	font-family: monospace;
+}
+


Property changes on: web/trunk/css/faq.css
___________________________________________________________________
Added: svn:mime-type
   + text/css
Added: svn:keywords
   + Date Rev Author URL Id
Added: svn:eol-style
   + native

Added: web/trunk/css/ie6.css
===================================================================
--- web/trunk/css/ie6.css	                        (rev 0)
+++ web/trunk/css/ie6.css	2009-05-23 18:45:30 UTC (rev 40814)
@@ -0,0 +1,31 @@
+.navigation ul {
+	padding-left: 0em;
+}
+
+#container {
+	height: auto !important;
+	height: 1080px;
+}
+
+#footer {
+	bottom: -1px;
+}
+
+.rbcontent {
+	overflow: visible;
+}
+
+.box .intro {
+	padding: 10px 0;
+	width: 100%;
+}
+.box .intro .text {
+	padding-right: 5px;
+}
+
+.box .head a:hover {
+	color: rgb(255, 255, 255);
+}
+.box .content {
+	width: auto;
+}
\ No newline at end of file


Property changes on: web/trunk/css/ie6.css
___________________________________________________________________
Added: svn:mime-type
   + text/css
Added: svn:keywords
   + Date Rev Author URL Id
Added: svn:eol-style
   + native

Added: web/trunk/css/intro.css
===================================================================
--- web/trunk/css/intro.css	                        (rev 0)
+++ web/trunk/css/intro.css	2009-05-23 18:45:30 UTC (rev 40814)
@@ -0,0 +1,93 @@
+#intro_header {
+	/*float: left;*/
+	margin: 0px 0px 8px 0px;
+	padding: 0px;
+	position: relative;
+	width: 100%;
+}
+
+#intro_header div.intro {
+	margin: 0px 0px 0px 158px;
+	padding: 0px;
+}
+
+div.intro .rbcontent {
+	padding: 0px;
+}
+
+div.sshots {
+	bottom: 0px;
+	left: 0px;
+	position: absolute;
+	width: 151px;
+}
+
+div.sshots .rbtop div  {
+	background: url('../images/header-left-solid.gif') no-repeat top left;
+}
+
+div.sshots .rbtop {
+	background: url('../images/header-right-solid.gif') no-repeat top right;
+}
+div.sshots .rbbot div {
+	background: url('../images/shots-corner-left.gif') no-repeat bottom left;
+}
+div.sshots .rbbot {
+	background: url('../images/shots-corner-right.gif') no-repeat bottom right;
+}
+div.sshots .rbtop p {
+	background: rgb(247, 225, 158);
+	border-top: solid 1px rgb(235, 177, 118);
+	font: bold medium/normal "Trebuchet MS", Verdana, Tahoma, Sans-Serif;
+	height: 20px;
+	padding: 4px 0px 0px 0px;
+	text-align: center;
+}
+div.sshots .rbbot p {
+	background: rgb(247, 225, 158);
+	border-bottom: solid 1px rgb(235, 177, 118);
+	height: 24px;
+	margin: 0px 7px;
+}
+
+div.sshots .rbtop,
+div.sshots .rbtop div {
+	height: 20px;
+	width: 100%;
+}
+
+div.sshots .rbbot,
+div.sshots .rbbot div {
+	height: 25px;
+	width: 100%;
+}
+
+div.sshots .rbcontent  {
+	background: rgb(247, 225, 158);
+	border-left: 1px solid rgb(235, 177, 118);
+	border-right: 1px solid rgb(235, 177, 118);
+	height: 100%;
+	margin: 0px;
+	overflow: hidden;
+	text-align: center;
+}
+
+
+#screenshots_prev,
+#screenshots_next {
+	font-size: x-small;
+}
+
+
+#screenshots_prev {
+	float: left;
+}
+
+#screenshots_next {
+	float: right;
+}
+
+
+span.grey {
+	color: #666;
+}


Property changes on: web/trunk/css/intro.css
___________________________________________________________________
Added: svn:mime-type
   + text/css
Added: svn:keywords
   + Date Rev Author URL Id
Added: svn:eol-style
   + native

Added: web/trunk/css/layout.css
===================================================================
--- web/trunk/css/layout.css	                        (rev 0)
+++ web/trunk/css/layout.css	2009-05-23 18:45:30 UTC (rev 40814)
@@ -0,0 +1,340 @@
+body {
+	font: normal 8pt/normal verdana, tahoma, arial, helvetica, sans-serif;
+	background: rgb(239, 196, 24) url('../images/body-bg.png') repeat-x scroll 0 0;
+	margin-top: 0px;
+}
+
+#header {
+	background: transparent url('../images/bg-upper.gif') repeat scroll 0 0;
+	height: 118px;
+	margin: 0 auto;
+	min-width: 780px;
+	width: 90%;
+}
+
+#header span {
+	float: right;
+	width: 483px;
+}
+
+#header span img {
+	display: block;
+}
+
+#container {
+	background: rgb(251, 241, 206);
+	margin: 0;
+	margin: 0px auto;
+	min-height: 1080px;
+	min-width: 780px;
+	position: relative;
+	width: 90%;
+}
+
+#menu {
+	right: -11px;
+	position: absolute;
+	top: 0px;
+	width: 145px;
+}
+
+#menu .monkey {
+	border: 0px;
+	padding: 0px;
+	position: relative;
+	top: -8px;
+}
+
+#content {
+	background: transparent url('../images/content-bg.jpg') no-repeat scroll top left;
+	margin-right: 145px;
+	padding: 0px 0px 54px 8px;
+}
+
+#footer {
+	background: url('../images/content-left-bottom.gif') no-repeat scroll bottom left;
+	bottom: 0px;
+	height: 32px;
+	margin: 0px;
+	padding: 10px;
+	position: absolute;
+	width: 85%;
+	text-align: center;
+}
+
+#footer a {
+	float: left;
+	width: 16%;
+}
+
+#legal {
+	color: rgb(185, 151, 14);
+	margin: 25px auto 5px auto;
+	text-align: right;
+	width: 90%;
+}
+
+#legal a {
+	color: inherit;
+}
+
+#legal p {
+	margin-right: 120px;
+	padding-left: 2em;
+}
+
+.tentacle {
+	position: absolute;
+	bottom: -84px;
+	right: -28px;
+}
+
+
+.box {
+	background: rgb(231, 231, 231);
+	border: 1px solid rgb(192, 192, 192);
+	border-top: 0px;
+	margin-bottom: 8px;
+}
+.box .head {
+	background: rgb(168, 39, 9) url('../images/par-head.png') repeat-x;
+	border: 0px;
+	color: rgb(255, 255, 255);
+	font-weight: bold;
+	margin: 0px;
+	padding: 4px;
+}
+.box .head a {
+	color: rgb(255, 255, 255);
+	text-decoration: none;
+}
+.box .intro {
+	background: rgb(192, 192, 192);
+	margin-bottom: 1em;
+	padding: 4px 8px 4px 5px;
+}
+.box .intro .navigation {
+	float: left;
+	width: 35%;
+}
+.box .intro .text {
+	/*float: right;*/
+	padding: 1em 0em;
+	margin-left: 35%;
+	/*width: 58%;*/
+}
+.box .content {
+	margin: 0px;
+	padding: 8px;
+}
+.box .subhead {
+	background: transparent url('../images/subhead-dots.gif') repeat-x bottom;
+	color: rgb(168, 39, 9);
+	font-weight: bold;
+	line-height: 300%;
+	padding-left: 5px;
+	margin: 0px 15px;
+}
+.box .subhead-content {
+	margin: 0px;
+	padding: 10px 20px;
+}
+
+.navigation {
+	padding: 0.5em 2em;
+}
+
+.navigation h2 {
+	background: transparent url('../images/nav-dots.gif')  repeat-x bottom center;
+	font-size: 8pt;
+	line-height: 2.0;
+}
+
+.navigation ul {
+	padding-left: 2.0em;
+}
+
+.navigation li {
+	/*list-style: none;*/
+	list-style-image: url('../images/bullet-section-small.gif');
+	margin: 0.5em auto;
+}
+
+/*.navigation li img {
+	margin-right: 1em;
+}*/
+
+.navigation a {
+	color: rgb(64, 106, 4);
+	text-decoration: none;
+}
+
+.navigation a:hover {
+	color: rgb(255, 0, 0);
+}
+
+
+.shadow-container {
+	left: 1px;
+	position: relative;
+	top: 1px;
+}
+
+.shadow-text {
+	left: -2px;
+	position: absolute;
+	top: -2px;
+}
+
+.shadow-text-em {
+	left: -2px;
+	padding-left: 1em;
+	position: absolute;
+	top: -2px;
+}
+
+a {
+	color: rgb(170, 51, 51);
+	font-size: inherit;
+}
+
+a:hover {
+	color: rgb(255, 0, 0);
+	text-decoration: none;
+}
+
+a img {
+	border: 0;
+}
+
+ul.downloads {
+	margin: 0;
+	padding: 0;
+}
+
+ul.downloads li.file {
+	list-style-type: none;
+	padding: 3px;
+}
+
+ul.downloads img {
+	height: 24px;
+	vertical-align: middle;
+	width: 24px;
+}
+
+
+
+
+
+/* Kudos to http://www.redmelon.net/tstme/4corners/ */
+.rbtop div  {
+	background: url('../images/header-left-corner.gif') no-repeat top left;
+}
+.rbtop p {
+	background: url('../images/header-background.gif') repeat-x top center;
+	display: block;
+	color: rgb(53, 106, 2);
+	font: bold large/1.4 "Trebuchet MS", Verdana, Tahoma, Sans-Serif;
+	height: 28px;
+	margin: 0px 8px;
+	padding-left: 1em;
+}
+.rbtop {
+	background: url('../images/header-right-corner.gif') no-repeat top right;
+}
+.rbbot div {
+	background: url('../images/left-low-corner.gif') no-repeat bottom left;
+}
+.rbbot {
+	background: url('../images/right-low-corner.gif') no-repeat bottom right;
+}
+.rbbot p {
+	background: #fff;
+	border-bottom: solid 1px rgb(235, 177, 118);
+	font-size: 1px;
+	height: 7px;
+	margin: 0px 8px;
+}
+
+.rbtop,
+.rbtop div {
+	height: 28px;
+	width: 100%;
+}
+
+.rbbot,
+.rbbot div {
+	height: 8px;
+	width: 100%;
+}
+
+.rbcontent  {
+	background: #fff;
+	border-left: 1px solid rgb(235, 177, 118);
+	border-right: 1px solid rgb(235, 177, 118);
+	height: 100%;
+	margin: 0px;
+	overflow: hidden;
+	padding-top: 10px;
+}
+.rbcontent .rbwrapper {
+	display: block;
+	padding: 0px 15px;
+}
+.rbroundbox {
+	margin: auto;
+}
+
+
+.document-time,
+.news-author {
+	color: rgb(119, 119, 119);
+	font-style: italic;
+	margin: 0px 0px -8px 0px;
+	position: relative;
+	text-align: right;
+	top: -8px;
+}
+
+.news-date {
+	font-weight: normal;
+}
+
+
+span.green {
+	color: rgb(133, 177, 50);
+}
+
+span.red {
+	color: rgb(255, 0, 0);
+}
+
+.float_left {
+	float: left;
+}
+.float_right {
+	float: right;
+}
+.float_clear {
+	clear: both;
+}
+.float_clear_left {
+	clear: left;
+}
+.float_clear_right {
+	clear: right;
+}
+
+.spacing {
+	clear: both;
+	font-size: 0px;
+	height: 0px;
+}
+
+
+.bottom-link a {
+	/*color: #a82709;*/
+	font-weight: bold;
+	text-decoration: none;
+}


Property changes on: web/trunk/css/layout.css
___________________________________________________________________
Added: svn:mime-type
   + text/css
Added: svn:keywords
   + Date Rev Author URL Id
Added: svn:eol-style
   + native

Added: web/trunk/css/links.css
===================================================================
--- web/trunk/css/links.css	                        (rev 0)
+++ web/trunk/css/links.css	2009-05-23 18:45:30 UTC (rev 40814)
@@ -0,0 +1,23 @@
+.box .intro img {
+	margin: 5px;
+	text-align: left; 
+	vertical-align: middle;
+}
+
+.linklist {
+	color: rgb(0, 0, 0);
+	font: 10pt Arial, Helvetica, Sans-Serif;
+	margin-left: 3em;
+}
+
+.linklist .linkentry {
+	margin-bottom: 1em;
+}
+
+.linklist .linkentry .linkhead {
+	font-weight: bold;
+}
+
+.linklist .linkentry .linkbody {
+	padding: 5px 5px 5px 3em;
+}


Property changes on: web/trunk/css/links.css
___________________________________________________________________
Added: svn:mime-type
   + text/css
Added: svn:keywords
   + Date Rev Author URL Id
Added: svn:eol-style
   + native

Added: web/trunk/css/md5.css
===================================================================
--- web/trunk/css/md5.css	                        (rev 0)
+++ web/trunk/css/md5.css	2009-05-23 18:45:30 UTC (rev 40814)
@@ -0,0 +1,50 @@
+.box .content {
+	padding: 0;
+}
+
+.document-time {
+	padding-right: 4px;
+}
+
+.md5-table {
+	margin: 0 auto 1em auto;
+	width: 99%;
+}
+
+.md5-table caption {
+	font-size: 200%;
+	font-weight: bold;
+}
+
+.md5-table thead tr {
+	background: #ccc;
+}
+
+.md5-table th {
+	padding-left: 3px;
+	text-align: left;
+}
+
+.md5-table tr.odd {
+	background: #f0f0f0;
+}
+
+.md5-table tr.even {
+	background: #fefefe;
+}
+
+.md5-table td {
+	margin: 3px;
+	padding: 4px;
+}
+
+td.md5 {
+	font: 9pt/normal "Lucida Console", Monospace;
+	width: 19em;
+}
+
+.md5-table img {
+	height: 12px;
+	vertical-align: middle; 
+	width: 20px; 
+}
\ No newline at end of file


Property changes on: web/trunk/css/md5.css
___________________________________________________________________
Added: svn:mime-type
   + text/css
Added: svn:keywords
   + Date Rev Author URL Id
Added: svn:eol-style
   + native

Added: web/trunk/css/menu.css
===================================================================
--- web/trunk/css/menu.css	                        (rev 0)
+++ web/trunk/css/menu.css	2009-05-23 18:45:30 UTC (rev 40814)
@@ -0,0 +1,64 @@
+div.menugroup {
+	background: transparent url('../images/menu-bottom.gif') scroll no-repeat bottom left;
+	/*font-size: 9pt;*/
+	margin-bottom: 8px;
+	overflow: hidden;
+	padding-bottom: 12px;
+	width: 145px;
+}
+
+div.menugroup h1 {
+	background-repeat: no-repeat;
+	color: rgb(221, 221, 0);
+	font-size: 7.5pt;
+	line-height: 3.3;
+	height: 34px;
+	margin: 0px;
+	padding: 0px 24px;
+	text-align: left;
+}
+
+div.menugroup h1.menu-main {
+	background: url('../images/menu-main.gif');
+}
+
+div.menugroup h1.menu-docs {
+	background: url('../images/menu-misc.gif');
+}
+
+div.menugroup h1.menu-sf {
+	background: url('../images/menu-sf.gif');
+	padding: 0px 18px;
+}
+
+div.menugroup h1.menu-misc {
+	background: url('../images/menu-misc.gif');
+}
+
+div.menugroup ul {
+	background: rgb(168, 39, 9);
+	color: rgb(255, 255, 255);
+	list-style-image: url('../images/bullet.gif');
+	margin: 0px;
+	padding: 8px 8px 0px 30px;
+}
+
+div.menugroup ul li {
+	/*margin-top: 8px;
+	margin-bottom: 8px;*/
+	padding-bottom: 8px;
+}
+
+div.menugroup ul li a:first-letter,
+div.menugroup ul li:first-letter {
+	font-weight: bold;
+}
+
+div.menugroup a {
+	color: rgb(255, 255, 255);
+	text-decoration: none;
+}
+
+div.menugroup a:hover {
+	color: rgb(255, 255, 0);
+}


Property changes on: web/trunk/css/menu.css
___________________________________________________________________
Added: svn:mime-type
   + text/css
Added: svn:keywords
   + Date Rev Author URL Id
Added: svn:eol-style
   + native

Added: web/trunk/css/news.css
===================================================================
--- web/trunk/css/news.css	                        (rev 0)
+++ web/trunk/css/news.css	2009-05-23 18:45:30 UTC (rev 40814)
@@ -0,0 +1,3 @@
+.box .content img {
+	float: right;
+}
\ No newline at end of file


Property changes on: web/trunk/css/news.css
___________________________________________________________________
Added: svn:mime-type
   + text/css
Added: svn:keywords
   + Date Rev Author URL Id
Added: svn:eol-style
   + native

Added: web/trunk/css/screenshots.css
===================================================================
--- web/trunk/css/screenshots.css	                        (rev 0)
+++ web/trunk/css/screenshots.css	2009-05-23 18:45:30 UTC (rev 40814)
@@ -0,0 +1,101 @@
+.random-screenshot {
+	background: rgb(192, 192, 192) url('../images/random-screenshot.png') no-repeat scroll 0 0;
+	height: 192px;
+	margin-right: 2em;
+	padding: 37px 7px 21px 17px;
+	width: 256px;
+}
+
+.random-screenshot img {
+	height: 192px;
+	width: 256px;
+}
+
+.navigation {
+	padding: 4.5em 2em;
+}
+
+.subhead a {
+	text-decoration: none;
+}
+
+.scr-content {
+	margin: 0px 8px 10px 0px;
+	background-repeat: no-repeat;
+	background-position: top right;
+	padding: 0 0 0 20px;
+}
+
+.scr-content-lec,
+.scr-content-agi {
+	background-image: url('../images/bg-lec-games.jpg');
+}
+
+.scr-content-he {
+	background-image: url('../images/bg-he-games.jpg');
+}
+
+.scr-content-other,
+.scr-content-agos,
+.scr-content-cok {
+	background-image: url('../images/bg-other-games.jpg');
+}
+
+.scr-content a {
+	color: rgb(0, 0, 0);
+	text-decoration: none;
+}
+
+.scr-content a:hover {
+	color: rgb(255, 0, 0);
+}
+
+.scr-content ul {
+	list-style: none;
+	margin: 0;
+	padding: 0;
+}
+
+.scr-content ul li:first-letter,
+.scr-content ul li a:first-letter {
+	font-weight: bold;
+}
+
+.scr-content ul li {
+	height: 24px;
+	margin-bottom: 6px;
+}
+
+.scr-content ul li img {
+	height: 24px;
+	vertical-align: middle;
+	width: 24px;
+}
+
+
+.screenshot {
+background: #ccc;
+	float: left;
+	margin: 10px;
+	padding: 10px;
+	text-align: center;
+	width: 256px;
+}
+
+.screenshot .caption {
+	text-align: center;
+}
+
+
+.viewer {
+background: #ccc;
+	margin: 0 auto;
+	padding: 10px;
+	width: 640px;
+}
+
+.viewer .screenshot {
+	margin: 0px;
+	padding: 0px;
+	width: 640px;
+}


Property changes on: web/trunk/css/screenshots.css
___________________________________________________________________
Added: svn:mime-type
   + text/css
Added: svn:keywords
   + Date Rev Author URL Id
Added: svn:eol-style
   + native

Added: web/trunk/data/compatibility/compat-0.10.0.xml
===================================================================
--- web/trunk/data/compatibility/compat-0.10.0.xml	                        (rev 0)
+++ web/trunk/data/compatibility/compat-0.10.0.xml	2009-05-23 18:45:30 UTC (rev 40814)
@@ -0,0 +1,725 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<compatibility xmlns:h="http://www.w3.org/TR/xhtml1/">
+	<company>
+		<name>LucasArts</name>
+		<games>
+			<game>
+				<name>Maniac Mansion</name>
+				<target>maniac</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Amiga, Apple II, Atari ST, Commodore 64, Macintosh, NES and PC versions supported by this target<h:br />- Apple II and Commodore 64 versions aren't completable<h:br />- Minor graphical glitches in NES version
+				</notes>
+			</game>
+			<game>
+				<name>Zak McKracken and the Alien Mindbenders</name>
+				<target>zak</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Amiga, Atari ST, Commodore 64, FM-TOWNS and PC versions supported by this target<h:br />- Several sound effects buggy or missing in Amiga version<h:br />- No music or sound effects in the Commodore 64 version<h:br />- Kanji version requires the FM-TOWNS Font ROM
+				</notes>
+			</game>
+			<game>
+				<name>Indiana Jones and the Last Crusade</name>
+				<target>indy3</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- Amiga, Atari ST, FM-TOWNS, Macintosh and PC versions supported by this target<h:br />- There is no support for the Macintosh interface<h:br />- Kanji version requires the FM-TOWNS Font ROM
+				</notes>
+			</game>
+			<game>
+				<name>Loom</name>
+				<target>loom</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />
+							- Amiga, Atari ST, FM-TOWNS, Macintosh and PC versions supported by this target<h:br />
+							- The Roland update from LucasArts is required for MIDI support in the EGA version<h:br />
+							- No music or sound effects in the Macintosh version<h:br />
+							- There is no support for the Macintosh interface<h:br />
+							- Fades are seemingly different in the FM-TOWNS version<h:br />
+							- Text palette sometimes incorrect in the FM-TOWNS version<h:br />
+							- Distaff occasionally pink in the FM-TOWNS version<h:br />
+							- Use boot parameter to choose difficulty in the FM-TOWNS version:
+							<h:ul>
+								<h:li>0 practice (default)</h:li>
+								<h:li>1 standard</h:li>
+								<h:li>2 expert</h:li>
+							</h:ul>
+							- Kanji version requires the FM-TOWNS Font ROM
+				</notes>
+			</game>
+			<game>
+				<name>Passport to Adventure</name>
+				<target>pass</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.
+				</notes>
+			</game>
+			<game>
+				<name>The Secret of Monkey Island</name>
+				<target>monkey</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Amiga, Atari ST, FM-TOWNS, Macintosh, PC and SegaCD versions supported by this target<h:br />- The Roland update from LucasArts is required for MIDI support in the EGA version<h:br />- No music or sound effects in the Amiga version<h:br />- Dialogue choices in the SegaCD version can be selected with mousewheel or keyboard arrow keys
+				</notes>
+			</game>
+			<game>
+				<name>Monkey Island 2: LeChuck's Revenge</name>
+				<target>monkey2</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Amiga, FM-TOWNS, Macintosh and PC versions supported by this target<h:br />- Demo version often crashes due to missing resources, since it was never meant to be playable<h:br />- No support for playing back the recorded file of gameplay in demo version<h:br />- Kanji version requires the FM-TOWNS Font ROM
+				</notes>
+			</game>
+			<game>
+				<name>Indiana Jones and the Fate of Atlantis</name>
+				<target>atlantis</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Amiga, FM-TOWNS, Macintosh and PC versions supported by this target<h:br />- Kanji version requires the FM-TOWNS Font ROM
+				</notes>
+			</game>
+			<game>
+				<name>Day of the Tentacle</name>
+				<target>tentacle</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and PC versions supported by this target<h:br />- Maniac Mansion isn't playable on Ed's computer. To play the included copy, use 'Add Game' from the main ScummVM launcher and select the MANIAC directory inside the DOTT game directory
+				</notes>
+			</game>
+			<game>
+				<name>Sam & Max Hit the Road</name>
+				<target>samnmax</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and PC versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Full Throttle</name>
+				<target>ft</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and PC versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>The Dig</name>
+				<target>dig</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and PC versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>The Curse of Monkey Island</name>
+				<target>comi</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.
+				</notes>
+			</game>
+		</games>
+	</company>
+	<company>
+		<name>Sierra AGI</name>
+		<games>
+			<game>
+				<name>The Black Cauldron</name>
+				<target>bc</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Amiga, Atari ST, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>Gold Rush!</name>
+				<target>goldrush</target>
+				<percent>60</percent>
+				<notes>
+					Game is not completable<h:br />- DOS, Amiga, Atari ST, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>King's Quest I</name>
+				<target>kq1</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Mac, Amiga, Atari ST, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>King's Quest II</name>
+				<target>kq2</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Mac, Amiga, Atari ST, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>King's Quest III</name>
+				<target>kq3</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Mac, Amiga, Atari ST, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>King's Quest IV</name>
+				<target>kq4</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>Leisure Suit Larry in the Land of the Lounge Lizards</name>
+				<target>lsl1</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Mac, Amiga, Atari ST, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>Mixed-Up Mother Goose</name>
+				<target>mixedup</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Amiga, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>Manhunter 1: New York</name>
+				<target>mh1</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Amiga, Atari ST, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>Manhunter 2: San Francisco</name>
+				<target>mh2</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Amiga, Atari ST versions are supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Police Quest I: In Pursuit of the Death Angel</name>
+				<target>pq1</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Mac, Amiga, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>Space Quest I: The Sarien Encounter</name>
+				<target>sq1</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Mac, Amiga, Atari ST, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>Space Quest II: Vohaul's Revenge</name>
+				<target>sq2</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Mac, Amiga, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>Fanmade Games</name>
+				<target>agi-fanmade</target>
+				<percent>80</percent>
+				<notes>
+					Most games are completable<h:br />- AGIMOUSE and AGIPAL hacks are also supported by this target<h:br />- Occasional graphics glitches<h:br />- AGI256 and AGI256-2 hacks aren't supported
+				</notes>
+			</game>
+		</games>
+	</company>
+	<company>
+		<name>Other</name>
+		<games>
+			<game>
+				<name>Bargon Attack</name>
+				<target>bargon</target>
+				<percent>95</percent>
+				<notes>
+					Game is completable<h:br />- Amiga, Atari and DOS versions are supported by this target<h:br />- Issues with the mouse cursor visibility
+				</notes>
+			</game>
+			<game>
+				<name>Beneath a Steel Sky</name>
+				<target>sky</target>
+				<percent>98</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Requires the <h:a href="https://svn.sourceforge.net/svnroot/scummvm/engine-data/trunk/sky.cpt">sky.cpt</h:a> resource file to be placed in the game directory<h:br />- Floppy demos aren't supported<h:br />- Amiga versions aren't supported<h:br /><h:br />The following bugs are present in the original game and can't be fixed:<h:br />- The voice files for some sentences are missing.<h:br />&nbsp;&nbsp;&nbsp;&nbsp;This is especially noticeable in the court- and Mrs. Piermont sequence.<h:br />- The fonts for the LINC terminal are partially incorrect and the text sometimes passes the screen borders<h:br />- Special characters for french and italian subtitles are incorrect sometimes
+				</notes>
+			</game>
+			<game>
+				<name>Broken Sword 1: The Shadow of the Templars</name>
+				<target>sword1</target>
+				<percent>98</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- DOS and Macintosh versions are supported by this target<h:br />- PlayStation 1 version isn't supported.
+				</notes>
+			</game>
+			<game>
+				<name>Broken Sword 2: The Smoking Mirror</name>
+				<target>sword2</target>
+				<percent>98</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- PlayStation 1 version isn't supported.
+				</notes>
+			</game>
+			<game>
+				<name>Flight of the Amazon Queen</name>
+				<target>queen</target>
+				<percent>98</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Some versions may require the <h:a href="https://scummvm.svn.sourceforge.net/svnroot/scummvm/engine-data/trunk/queen.tbl">queen.tbl</h:a> resource file to be placed in the game directory. This is not required for the freeware releases.<h:br />- Amiga and DOS versions supported by this target.
+				</notes>
+			</game>
+			<game>
+				<name>Future Wars</name>
+				<target>fw</target>
+				<percent>80</percent>
+				<notes>
+					Game is completable<h:br />- Occasional graphical glitches<h:br />- DOS, Amiga and Atari versions are supported
+				</notes>
+			</game>
+			<game>
+				<name>Gobliiins</name>
+				<target>gob1</target>
+				<percent>95</percent>
+				<notes>
+					No known issues. Game is completable.<h:br />- Amiga, Atari, DOS and Macintosh versions are supported by this target<h:br />- Problem with one music piece in the Macintosh version
+				</notes>
+			</game>
+			<game>
+				<name>Gobliins 2</name>
+				<target>gob2</target>
+				<percent>95</percent>
+				<notes>
+					Game is completable<h:br />- Amiga, Atari, DOS and Macintosh versions are supported by this target<h:br />- A few wrong instruments during music playback
+				</notes>
+			</game>
+			<game>
+				<name>Goblins 3</name>
+				<target>gob3</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- Amiga, Atari, DOS and Macintosh versions are supported by this target<h:br />- Issues with the mouse cursor visibility<h:br />- The number of used jokers isn't saved correctly. You'll always have 5 to spend again after loading
+				</notes>
+			</game>
+			<game>
+				<name>Inherit the Earth: Quest for the Orb</name>
+				<target>ite</target>
+				<percent>87</percent>
+				<notes>
+					Game is completable.<h:br />- DOS, Linux, Macintosh, MacOS X and Windows versions are supported by this target<h:br />- Amiga versions aren't supported<h:br />- Occasional graphical glitches
+				</notes>
+			</game>
+			<game>
+				<name>Nippon Safes Inc.</name>
+				<target>nippon</target>
+				<percent>70</percent>
+				<notes>
+					Game is completable<h:br />- Only DOS version is supported by this target<h:br />- Occasional minor graphical glitches
+				</notes>
+			</game>
+			<game>
+				<name>Simon the Sorcerer 1</name>
+				<target>simon1</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Acorn, Amiga, DOS and Windows versions supported by this target<h:br />- Minor palette glitches in Amiga versions<h:br />- No music in Acorn disk version
+				</notes>
+			</game>
+			<game>
+				<name>Simon the Sorcerer 2</name>
+				<target>simon2</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Amiga, DOS, Macintosh and Windows versions supported by this target<h:br />- Only the default language (English) in Amiga & Macintosh versions is supported<h:br />- F10 key animation is different in Amiga & Macintosh versions
+				</notes>
+			</game>
+			<game>
+				<name>Simon the Sorcerer's Puzzle Pack - D.I.M.P.</name>
+				<target>dimp</target>
+				<percent>70</percent>
+				<notes>
+					Game is completable<h:br />- Demon takes longer to die, compared to original
+				</notes>
+			</game>
+			<game>
+				<name>Simon the Sorcerer's Puzzle Pack - Jumble</name>
+				<target>jumble</target>
+				<percent>70</percent>
+				<notes>
+					Game is completable<h:br />- No support for displaying, entering, loading and saving high scores
+				</notes>
+			</game>
+			<game>
+				<name>Simon the Sorcerer's Puzzle Pack - NoPatience</name>
+				<target>puzzle</target>
+				<percent>70</percent>
+				<notes>
+					Game is completable<h:br />- No support for displaying, entering, loading and saving high scores
+				</notes>
+			</game>
+			<game>
+				<name>Simon the Sorcerer's Puzzle Pack - Swampy Adventures</name>
+				<target>swampy</target>
+				<percent>70</percent>
+				<notes>
+					Game is completable<h:br />- No support for displaying explanation, when clicking on items<h:br />- No support for displaying, entering, loading and saving high scores
+				</notes>
+			</game>
+			<game>
+				<name>The Feeble Files</name>
+				<target>feeble</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Amiga, Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>The Legend of Kyrandia</name>
+				<target>kyra1</target>
+				<percent>80</percent>
+				<notes>
+					Game is completable.<h:br />- Requires the <h:a href="https://svn.sourceforge.net/svnroot/scummvm/engine-data/trunk/kyra.dat">kyra.dat</h:a> resource file to be placed in the game directory.<h:br />- DOS and FM-TOWNS versions are supported by this target.<h:br />- Amiga versions aren't supported.<h:br /><h:br />- Occasional graphics glitches.<h:br />- MT-32 music and sfx do not work properly.
+				</notes>
+			</game>
+			<game>
+				<name>Touche: The Adventures of the Fifth Musketeer</name>
+				<target>touche</target>
+				<percent>75</percent>
+				<notes>
+					Game is completable<h:br />- Occasional graphical glitches
+				</notes>
+			</game>
+			<game>
+				<name>Ween: The Prophecy</name>
+				<target>ween</target>
+				<percent>95</percent>
+				<notes>
+					Game is completable<h:br />- Amiga, Atari and DOS versions are supported by this target<h:br />- Issues with the mouse cursor visibility
+				</notes>
+			</game>
+		</games>
+	</company>
+	<company>
+		<name>Humongous Entertainment</name>
+		<games>
+			<game>
+				<name>Backyard Baseball</name>
+				<target>baseball</target>
+				<percent>20</percent>
+				<notes>
+					Game is playable, with glitches<h:br />- Both Macintosh and Windows versions supported by this target<h:br />- Array out of bounds errors sometimes<h:br />- Minor graphical glitches
+				</notes>
+			</game>
+			<game>
+				<name>Backyard Football</name>
+				<target>football</target>
+				<percent>80</percent>
+				<notes>
+					Game is completable, with minor glitches<h:br />- Both Macintosh and Windows versions supported by this target<h:br />- Freezes when computer chooses a player, when selecting teams<h:br />- Minor graphical glitches
+				</notes>
+			</game>
+			<game>
+				<name>Backyard Soccer</name>
+				<target>soccer</target>
+				<percent>20</percent>
+				<notes>
+					Game isn't playable<h:br />- Both Macintosh and Windows versions supported by this target<h:br />- PlayStation 1 version doesn't use SCUMM, so will never be supported.<h:br />- Players on field are stuck in upper left corner and can't be controlled<h:br />- Minor graphical glitches
+				</notes>
+			</game>
+			<game>
+				<name>Big Thinkers First Grade</name>
+				<target>thinker1</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Big Thinkers Kindergarten</name>
+				<target>thinkerk</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Blue's ABC Time</name>
+				<target>BluesABCTime</target>
+				<percent>50</percent>
+				<notes>
+					Game is playable<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Blue's Birthday Adventure</name>
+				<target>BluesBirthday</target>
+				<percent>50</percent>
+				<notes>
+					Game is playable<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Fatty Bear's Birthday Surprise</name>
+				<target>fbear</target>
+				<percent>93</percent>
+				<notes>
+					Game should be completable, with several glitches<h:br />- 3DO, DOS, Macintosh and Windows versions supported by this target<h:br />- Piano sounds aren't the correct pitch in DOS version
+				</notes>
+			</game>
+			<game>
+				<name>Fatty Bear's Fun Pack</name>
+				<target>fbpack</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both 3DO and DOS versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Freddi Fish 1: The Case of the Missing Kelp Seeds</name>
+				<target>freddi</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Freddi Fish 2: The Case of the Haunted Schoolhouse</name>
+				<target>freddi2</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Freddi Fish 3: The Case of the Stolen Conch Shell</name>
+				<target>freddi3</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Freddi Fish 4: The Case of the Hogfish Rustlers of Briny Gulch</name>
+				<target>freddi4</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Freddi Fish and Luther's Maze Madness</name>
+				<target>maze</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Freddi Fish and Luther's Water Worries</name>
+				<target>water</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Let's Explore the Airport with Buzzy</name>
+				<target>airport</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is playable<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Let's Explore the Farm with Buzzy</name>
+				<target>farm</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is playable<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Let's Explore the Jungle with Buzzy</name>
+				<target>jungle</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is playable<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Pajama Sam 1: No Need to Hide When It's Dark Outside</name>
+				<target>pajama</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Pajama Sam 2: Thunder and Lightning Aren't so Frightening</name>
+				<target>pajama2</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Pajama Sam 3: You Are What You Eat From Your Head to Your Feet</name>
+				<target>pajama3</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable<h:br />- Both Macintosh and Windows versions supported by this target<h:br />- PlayStation 1 version doesn't use SCUMM, so will never be supported.
+				</notes>
+			</game>
+			<game>
+				<name>Pajama Sam's Lost & Found</name>
+				<target>lost</target>
+				<percent>85</percent>
+				<notes>
+					Game is completable, with minor glitches<h:br />- Both Macintosh and Windows versions supported by this target<h:br />- Minor graphical glitches
+				</notes>
+			</game>
+			<game>
+				<name>Pajama Sam's Sock Works</name>
+				<target>socks</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Putt-Putt Enters the Race</name>
+				<target>puttrace</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable, with minor glitches<h:br />- Both Macintosh and Windows versions supported by this target<h:br />- Minor graphical glitches
+				</notes>
+			</game>
+			<game>
+				<name>Putt-Putt Goes to the Moon</name>
+				<target>puttmoon</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- 3DO, DOS, Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Putt-Putt Joins the Circus</name>
+				<target>puttcircus</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Putt-Putt Joins the Parade</name>
+				<target>puttputt</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- 3DO, DOS, Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Putt-Putt Saves the Zoo</name>
+				<target>puttzoo</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- Both Macintosh and Windows versions supported by this target<h:br />- Minor graphical glitches when meeting Kenya in HE72 version
+				</notes>
+			</game>
+			<game>
+				<name>Putt-Putt Travels Through Time</name>
+				<target>putttime</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Putt-Putt and Pep's Balloon-O-Rama</name>
+				<target>balloon</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Putt-Putt and Pep's Dog on a Stick</name>
+				<target>dog</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Putt-Putt & Fatty Bear's Activity Pack</name>
+				<target>activity</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- DOS, Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Putt-Putt's Fun Pack</name>
+				<target>funpack</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both 3DO and DOS versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>SPY Fox 1: Dry Cereal</name>
+				<target>spyfox</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>SPY Fox 2: Some Assembly Required</name>
+				<target>spyfox2</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>SPY Fox 3: Operation Ozone</name>
+				<target>spyozon</target>
+				<percent>70</percent>
+				<notes>
+					Game is completable, with glitches<h:br />- Both Macintosh and Windows versions supported by this target<h:br />- Need to guess the correct colors of Poodles's fingernails<h:br />- Various palette glitches
+				</notes>
+			</game>
+			<game>
+				<name>SPY Fox in Cheese Chase</name>
+				<target>chase</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>SPY Fox in Hold the Mustard</name>
+				<target>mustard</target>
+				<percent>85</percent>
+				<notes>
+					Game is completable, with minor glitches<h:br />- Only the Windows version is supported by this target<h:br />- The Macintosh version isn't supported, due to map data using a custom format
+				</notes>
+			</game>
+		</games>
+	</company>
+</compatibility>


Property changes on: web/trunk/data/compatibility/compat-0.10.0.xml
___________________________________________________________________
Added: svn:mime-type
   + text/xml
Added: svn:eol-style
   + native

Added: web/trunk/data/compatibility/compat-0.11.0.xml
===================================================================
--- web/trunk/data/compatibility/compat-0.11.0.xml	                        (rev 0)
+++ web/trunk/data/compatibility/compat-0.11.0.xml	2009-05-23 18:45:30 UTC (rev 40814)
@@ -0,0 +1,807 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<compatibility xmlns:h="http://www.w3.org/TR/xhtml1/">
+	<company>
+		<name>LucasArts</name>
+		<games>
+			<game>
+				<name>Maniac Mansion</name>
+				<target>maniac</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Amiga, Apple II, Atari ST, Commodore 64, Macintosh, NES and PC versions supported by this target<h:br />- Apple II and Commodore 64 versions aren't completable<h:br />- Minor graphical glitches in NES version
+				</notes>
+			</game>
+			<game>
+				<name>Zak McKracken and the Alien Mindbenders</name>
+				<target>zak</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Amiga, Atari ST, Commodore 64, FM-TOWNS and PC versions supported by this target<h:br />- Several sound effects buggy or missing in Amiga version<h:br />- No music or sound effects in the Commodore 64 version<h:br />- Kanji version requires the FM-TOWNS Font ROM
+				</notes>
+			</game>
+			<game>
+				<name>Indiana Jones and the Last Crusade</name>
+				<target>indy3</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- Amiga, Atari ST, FM-TOWNS, Macintosh and PC versions supported by this target<h:br />- There is no support for the Macintosh interface<h:br />- Kanji version requires the FM-TOWNS Font ROM
+				</notes>
+			</game>
+			<game>
+				<name>Loom</name>
+				<target>loom</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />
+							- Amiga, Atari ST, FM-TOWNS, Macintosh and PC versions supported by this target<h:br />
+							- The Roland update from LucasArts is required for MIDI support in the EGA version<h:br />
+							- No music or sound effects in the Macintosh version<h:br />
+							- There is no support for the Macintosh interface<h:br />
+							- Fades are seemingly different in the FM-TOWNS version<h:br />
+							- Text palette sometimes incorrect in the FM-TOWNS version<h:br />
+							- Distaff occasionally pink in the FM-TOWNS version<h:br />
+							- Use boot parameter to choose difficulty in the FM-TOWNS version:
+							<h:ul>
+								<h:li>0 practice (default)</h:li>
+								<h:li>1 standard</h:li>
+								<h:li>2 expert</h:li>
+							</h:ul>
+							- Kanji version requires the FM-TOWNS Font ROM
+				</notes>
+			</game>
+			<game>
+				<name>Passport to Adventure</name>
+				<target>pass</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.
+				</notes>
+			</game>
+			<game>
+				<name>The Secret of Monkey Island</name>
+				<target>monkey</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Amiga, Atari ST, FM-TOWNS, Macintosh, PC and SegaCD versions supported by this target<h:br />- The Roland update from LucasArts is required for MIDI support in the EGA version<h:br />- No music or sound effects in the Amiga version<h:br />- Dialogue choices in the SegaCD version can be selected with mousewheel or keyboard arrow keys
+				</notes>
+			</game>
+			<game>
+				<name>Monkey Island 2: LeChuck's Revenge</name>
+				<target>monkey2</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Amiga, FM-TOWNS, Macintosh and PC versions supported by this target<h:br />- Demo version often crashes due to missing resources, since it was never meant to be playable<h:br />- No support for playing back the recorded file of gameplay in demo version<h:br />- Kanji version requires the FM-TOWNS Font ROM
+				</notes>
+			</game>
+			<game>
+				<name>Indiana Jones and the Fate of Atlantis</name>
+				<target>atlantis</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Amiga, FM-TOWNS, Macintosh and PC versions supported by this target<h:br />- Kanji version requires the FM-TOWNS Font ROM
+				</notes>
+			</game>
+			<game>
+				<name>Day of the Tentacle</name>
+				<target>tentacle</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and PC versions supported by this target<h:br />- Maniac Mansion isn't playable on Ed's computer. To play the included copy, use 'Add Game' from the main ScummVM launcher and select the MANIAC directory inside the DOTT game directory
+				</notes>
+			</game>
+			<game>
+				<name>Sam & Max Hit the Road</name>
+				<target>samnmax</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and PC versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Full Throttle</name>
+				<target>ft</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and PC versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>The Dig</name>
+				<target>dig</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and PC versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>The Curse of Monkey Island</name>
+				<target>comi</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.
+				</notes>
+			</game>
+		</games>
+	</company>
+	<company>
+		<name>Adventuresoft/Horrorsoft</name>
+		<games>
+			<game>
+				<name>Elvira - Mistress of the Dark</name>
+				<target>elvira1</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Amiga and Atari ST and DOS versions are supported by this target<h:br />- Commodore 64 version doesn't use AGOS, so will never be supported.<h:br />- No music in the Atari ST version.<h:br />- No text descriptions in the Atari ST version.
+				</notes>
+			</game>
+			<game>
+				<name>Elvira II - The Jaws of Cerberus</name>
+				<target>elvira2</target>
+				<percent>80</percent>
+				<notes>
+					No known issues, game is playable.<h:br />- Amiga and Atari ST and DOS versions are supported by this target<h:br />- Commodore 64 version doesn't use AGOS, so will never be supported.<h:br />- No music in the Atari ST version.<h:br />- No sound effects in the DOS version.<h:br />- Palette issues in the Atari ST version.
+				</notes>
+			</game>
+			<game>
+				<name>Simon the Sorcerer 1</name>
+				<target>simon1</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Acorn, Amiga, DOS and Windows versions supported by this target<h:br />- Minor palette glitches in Amiga versions<h:br />- No music in Acorn disk version
+				</notes>
+			</game>
+			<game>
+				<name>Simon the Sorcerer 2</name>
+				<target>simon2</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Amiga, DOS, Macintosh and Windows versions supported by this target<h:br />- Only the default language (English) in Amiga & Macintosh versions is supported<h:br />- F10 key animation is different in Amiga & Macintosh versions
+				</notes>
+			</game>
+			<game>
+				<name>Simon the Sorcerer's Puzzle Pack - D.I.M.P.</name>
+				<target>dimp</target>
+				<percent>70</percent>
+				<notes>
+					Game is completable<h:br />- Demon takes longer to die, compared to original
+				</notes>
+			</game>
+			<game>
+				<name>Simon the Sorcerer's Puzzle Pack - Jumble</name>
+				<target>jumble</target>
+				<percent>70</percent>
+				<notes>
+					Game is completable<h:br />- No support for displaying, entering, loading and saving high scores
+				</notes>
+			</game>
+			<game>
+				<name>Simon the Sorcerer's Puzzle Pack - NoPatience</name>
+				<target>puzzle</target>
+				<percent>70</percent>
+				<notes>
+					Game is completable<h:br />- No support for displaying, entering, loading and saving high scores
+				</notes>
+			</game>
+			<game>
+				<name>Simon the Sorcerer's Puzzle Pack - Swampy Adventures</name>
+				<target>swampy</target>
+				<percent>70</percent>
+				<notes>
+					Game is completable<h:br />- No support for displaying explanation, when clicking on items<h:br />- No support for displaying, entering, loading and saving high scores
+				</notes>
+			</game>
+			<game>
+				<name>The Feeble Files</name>
+				<target>feeble</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Amiga, Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Waxworks</name>
+				<target>waxworks</target>
+				<percent>10</percent>
+				<notes>
+					No known issues, game is playable.<h:br />- Amiga and DOS versions are supported by this target<h:br />- DOS versions isn't completable.
+				</notes>
+			</game>
+		</games>
+	</company>
+	<company>
+		<name>Coktel Vision</name>
+		<games>
+			<game>
+				<name>Bargon Attack</name>
+				<target>bargon</target>
+				<percent>95</percent>
+				<notes>
+					Game is completable<h:br />- Amiga, Atari and DOS versions are supported by this target<h:br />- Issues with the mouse cursor visibility
+				</notes>
+			</game>
+			<game>
+				<name>Gobliiins</name>
+				<target>gob1</target>
+				<percent>95</percent>
+				<notes>
+					No known issues. Game is completable.<h:br />- Amiga, Atari, DOS and Macintosh versions are supported by this target<h:br />- Problem with one music piece in the Macintosh version
+				</notes>
+			</game>
+			<game>
+				<name>Gobliins 2</name>
+				<target>gob2</target>
+				<percent>95</percent>
+				<notes>
+					Game is completable<h:br />- Amiga, Atari, DOS and Macintosh versions are supported by this target<h:br />- A few wrong instruments during music playback
+				</notes>
+			</game>
+			<game>
+				<name>Goblins 3</name>
+				<target>gob3</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- Amiga, Atari, DOS and Macintosh versions are supported by this target<h:br />- Issues with the mouse cursor visibility<h:br />- No support for original font and music files in Macintosh version<h:br />- The number of used jokers isn't saved correctly. You'll always have 5 to spend again after loading
+				</notes>
+			</game>
+			<game>
+				<name>Ween: The Prophecy</name>
+				<target>ween</target>
+				<percent>95</percent>
+				<notes>
+					Game is completable<h:br />- Amiga, Atari and DOS versions are supported by this target<h:br />- Issues with the mouse cursor visibility
+				</notes>
+			</game>
+		</games>
+	</company>
+	<company>
+		<name>Sierra AGI</name>
+		<games>
+			<game>
+				<name>The Black Cauldron</name>
+				<target>bc</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Amiga, Atari ST, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>Gold Rush!</name>
+				<target>goldrush</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Atari ST, Apple IIgs versions are supported by this target<h:br />- Amiga version is not completable<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>King's Quest I</name>
+				<target>kq1</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Mac, Amiga, Atari ST, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>King's Quest II</name>
+				<target>kq2</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Mac, Amiga, Atari ST, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>King's Quest III</name>
+				<target>kq3</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Mac, Amiga, Atari ST, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>King's Quest IV</name>
+				<target>kq4</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>Leisure Suit Larry in the Land of the Lounge Lizards</name>
+				<target>lsl1</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Mac, Amiga, Atari ST, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>Mixed-Up Mother Goose</name>
+				<target>mixedup</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Amiga, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>Manhunter 1: New York</name>
+				<target>mh1</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Amiga, Atari ST, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>Manhunter 2: San Francisco</name>
+				<target>mh2</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Amiga, Atari ST versions are supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Police Quest I: In Pursuit of the Death Angel</name>
+				<target>pq1</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Mac, Amiga, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>Space Quest I: The Sarien Encounter</name>
+				<target>sq1</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Mac, Amiga, Atari ST, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>Space Quest II: Vohaul's Revenge</name>
+				<target>sq2</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Mac, Amiga, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>Fanmade Games</name>
+				<target>agi-fanmade</target>
+				<percent>80</percent>
+				<notes>
+					Most games are completable<h:br />- AGIMOUSE, AGIPAL, AGI256 and AGI256-2 hacks are also supported by this target<h:br />- Occasional graphics glitches
+				</notes>
+			</game>
+			<game>
+				<name>Mickey's Space Adventure</name>
+				<target>mickey</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- Only DOS version is supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Troll's Tale</name>
+				<target>troll</target>
+				<percent>80</percent>
+				<notes>
+					Game is completable<h:br />- Only DOS booter version is supported by this target<h:br />- Game lacks sound
+				</notes>
+			</game>
+			<game>
+				<name>Winnie the Pooh in the Hundred Acre Wood</name>
+				<target>winnie</target>
+				<percent>80</percent>
+				<notes>
+					Game is completable<h:br />- Only DOS version is supported by this target<h:br />- Game lacks sound
+				</notes>
+			</game>
+		</games>
+	</company>
+	<company>
+		<name>Other</name>
+		<games>
+			<game>
+				<name>Beneath a Steel Sky</name>
+				<target>sky</target>
+				<percent>98</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Requires the <h:a href="https://svn.sourceforge.net/svnroot/scummvm/engine-data/trunk/sky.cpt">sky.cpt</h:a> resource file to be placed in the game directory<h:br />- Floppy demos aren't supported<h:br />- Amiga versions aren't supported<h:br /><h:br />The following bugs are present in the original game and can't be fixed:<h:br />- The voice files for some sentences are missing.<h:br />&nbsp;&nbsp;&nbsp;&nbsp;This is especially noticeable in the court- and Mrs. Piermont sequence.<h:br />- The fonts for the LINC terminal are partially incorrect and the text sometimes passes the screen borders<h:br />- Special characters for french and italian subtitles are incorrect sometimes
+				</notes>
+			</game>
+			<game>
+				<name>Broken Sword 1: The Shadow of the Templars</name>
+				<target>sword1</target>
+				<percent>98</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- DOS and Macintosh versions are supported by this target<h:br />- PlayStation 1 version isn't supported.
+				</notes>
+			</game>
+			<game>
+				<name>Broken Sword 2: The Smoking Mirror</name>
+				<target>sword2</target>
+				<percent>98</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- PlayStation 1 version isn't supported.
+				</notes>
+			</game>
+			<game>
+				<name>Flight of the Amazon Queen</name>
+				<target>queen</target>
+				<percent>98</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Some versions may require the <h:a href="https://scummvm.svn.sourceforge.net/svnroot/scummvm/engine-data/trunk/queen.tbl">queen.tbl</h:a> resource file to be placed in the game directory. This is not required for the freeware releases.<h:br />- Amiga and DOS versions supported by this target.
+				</notes>
+			</game>
+			<game>
+				<name>Future Wars</name>
+				<target>fw</target>
+				<percent>80</percent>
+				<notes>
+					Game is completable<h:br />- Occasional graphical glitches<h:br />- DOS, Amiga and Atari versions are supported
+				</notes>
+			</game>
+			<game>
+				<name>I Have No Mouth, and I Must Scream</name>
+				<target>ihnm</target>
+				<percent>80</percent>
+				<notes>
+					Game is completable.<h:br />- Occasional minor glitches
+				</notes>
+			</game>
+			<game>
+				<name>Inherit the Earth: Quest for the Orb</name>
+				<target>ite</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- DOS, Linux, Macintosh, MacOS X and Windows versions are supported by this target<h:br />- Amiga versions aren't supported
+				</notes>
+			</game>
+			<game>
+				<name>Nippon Safes Inc.</name>
+				<target>nippon</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS and Amiga versions are supported by this target<h:br />- Occasional minor graphical glitches
+				</notes>
+			</game>
+			<game>
+				<name>The Legend of Kyrandia</name>
+				<target>kyra1</target>
+				<percent>80</percent>
+				<notes>
+					Game is completable<h:br />- Requires the <h:a href="https://svn.sourceforge.net/svnroot/scummvm/engine-data/trunk/kyra.dat">kyra.dat</h:a> resource file to be placed in the game directory<h:br />- DOS, FM-TOWNS, Macintosh and PC-9821 versions are supported<h:br />- Amiga versions aren't supported<h:br /><h:br />- Occasional graphics glitches<h:br />- MT-32 music and sfx do not work properly<h:br />- No music or sound effects in the Macintosh version<h:br />- PC-9821 version lacks support for PC-98 music and sound effects
+				</notes>
+			</game>
+			<game>
+				<name>Lure of the Temptress</name>
+				<target>lure</target>
+				<percent>95</percent>
+				<notes>
+					Game is completable<h:br />- Only DOS VGA version is supported
+				</notes>
+			</game>
+			<game>
+				<name>Touche: The Adventures of the Fifth Musketeer</name>
+				<target>touche</target>
+				<percent>75</percent>
+				<notes>
+					Game is completable<h:br />- Occasional graphical glitches
+				</notes>
+			</game>
+		</games>
+	</company>
+	<company>
+		<name>Humongous Entertainment</name>
+		<games>
+			<game>
+				<name>Backyard Baseball</name>
+				<target>baseball</target>
+				<percent>20</percent>
+				<notes>
+					Game is playable, with glitches<h:br />- Both Macintosh and Windows versions supported by this target<h:br />- Array out of bounds errors sometimes<h:br />- Minor graphical glitches
+				</notes>
+			</game>
+			<game>
+				<name>Backyard Football</name>
+				<target>football</target>
+				<percent>80</percent>
+				<notes>
+					Game is completable, with minor glitches<h:br />- Both Macintosh and Windows versions supported by this target<h:br />- Freezes when computer chooses a player, when selecting teams<h:br />- Minor graphical glitches
+				</notes>
+			</game>
+			<game>
+				<name>Backyard Soccer</name>
+				<target>soccer</target>
+				<percent>20</percent>
+				<notes>
+					Game isn't playable<h:br />- Both Macintosh and Windows versions supported by this target<h:br />- PlayStation 1 version doesn't use SCUMM, so will never be supported.<h:br />- Players on field are stuck in upper left corner and can't be controlled<h:br />- Minor graphical glitches
+				</notes>
+			</game>
+			<game>
+				<name>Bear Stormin'</name>
+				<target>brstorm</target>
+				<percent>95</percent>
+				<notes>
+					Game is playable
+				</notes>
+			</game>
+			<game>
+				<name>Big Thinkers First Grade</name>
+				<target>thinker1</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Big Thinkers Kindergarten</name>
+				<target>thinkerk</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Blue's ABC Time</name>
+				<target>BluesABCTime</target>
+				<percent>50</percent>
+				<notes>
+					Game is playable<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Blue's Birthday Adventure</name>
+				<target>BluesBirthday</target>
+				<percent>50</percent>
+				<notes>
+					Game is playable<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Fatty Bear's Birthday Surprise</name>
+				<target>fbear</target>
+				<percent>93</percent>
+				<notes>
+					Game should be completable, with several glitches<h:br />- 3DO, DOS, Macintosh and Windows versions supported by this target<h:br />- Piano sounds aren't the correct pitch in DOS version
+				</notes>
+			</game>
+			<game>
+				<name>Fatty Bear's Fun Pack</name>
+				<target>fbpack</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both 3DO and DOS versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Freddi Fish 1: The Case of the Missing Kelp Seeds</name>
+				<target>freddi</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Freddi Fish 2: The Case of the Haunted Schoolhouse</name>
+				<target>freddi2</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Freddi Fish 3: The Case of the Stolen Conch Shell</name>
+				<target>freddi3</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Freddi Fish 4: The Case of the Hogfish Rustlers of Briny Gulch</name>
+				<target>freddi4</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Freddi Fish and Luther's Maze Madness</name>
+				<target>maze</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Freddi Fish and Luther's Water Worries</name>
+				<target>water</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Let's Explore the Airport with Buzzy</name>
+				<target>airport</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is playable<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Let's Explore the Farm with Buzzy</name>
+				<target>farm</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is playable<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Let's Explore the Jungle with Buzzy</name>
+				<target>jungle</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is playable<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Pajama Sam 1: No Need to Hide When It's Dark Outside</name>
+				<target>pajama</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Pajama Sam 2: Thunder and Lightning Aren't so Frightening</name>
+				<target>pajama2</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Pajama Sam 3: You Are What You Eat From Your Head to Your Feet</name>
+				<target>pajama3</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable<h:br />- Both Macintosh and Windows versions supported by this target<h:br />- PlayStation 1 version doesn't use SCUMM, so will never be supported.
+				</notes>
+			</game>
+			<game>
+				<name>Pajama Sam's Lost & Found</name>
+				<target>lost</target>
+				<percent>85</percent>
+				<notes>
+					Game is completable, with minor glitches<h:br />- Both Macintosh and Windows versions supported by this target<h:br />- Minor graphical glitches
+				</notes>
+			</game>
+			<game>
+				<name>Pajama Sam's Sock Works</name>
+				<target>socks</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Putt-Putt Enters the Race</name>
+				<target>puttrace</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable, with minor glitches<h:br />- Both Macintosh and Windows versions supported by this target<h:br />- Minor graphical glitches
+				</notes>
+			</game>
+			<game>
+				<name>Putt-Putt Goes to the Moon</name>
+				<target>puttmoon</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- 3DO, DOS, Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Putt-Putt Joins the Circus</name>
+				<target>puttcircus</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Putt-Putt Joins the Parade</name>
+				<target>puttputt</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- 3DO, DOS, Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Putt-Putt Saves the Zoo</name>
+				<target>puttzoo</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- Both Macintosh and Windows versions supported by this target<h:br />- Minor graphical glitches when meeting Kenya in HE72 version
+				</notes>
+			</game>
+			<game>
+				<name>Putt-Putt Travels Through Time</name>
+				<target>putttime</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Putt-Putt and Pep's Balloon-O-Rama</name>
+				<target>balloon</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Putt-Putt and Pep's Dog on a Stick</name>
+				<target>dog</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Putt-Putt & Fatty Bear's Activity Pack</name>
+				<target>activity</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- DOS, Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Putt-Putt's Fun Pack</name>
+				<target>funpack</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both 3DO and DOS versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>SPY Fox 1: Dry Cereal</name>
+				<target>spyfox</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>SPY Fox 2: Some Assembly Required</name>
+				<target>spyfox2</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>SPY Fox 3: Operation Ozone</name>
+				<target>spyozon</target>
+				<percent>70</percent>
+				<notes>
+					Game is completable, with glitches<h:br />- Both Macintosh and Windows versions supported by this target<h:br />- Need to guess the correct colors of Poodles's fingernails<h:br />- Various palette glitches
+				</notes>
+			</game>
+			<game>
+				<name>SPY Fox in Cheese Chase</name>
+				<target>chase</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>SPY Fox in Hold the Mustard</name>
+				<target>mustard</target>
+				<percent>85</percent>
+				<notes>
+					Game is completable, with minor glitches<h:br />- Only the Windows version is supported by this target<h:br />- The Macintosh version isn't supported, due to map data using a custom format
+				</notes>
+			</game>
+		</games>
+	</company>
+</compatibility>


Property changes on: web/trunk/data/compatibility/compat-0.11.0.xml
___________________________________________________________________
Added: svn:mime-type
   + text/xml
Added: svn:eol-style
   + native

Added: web/trunk/data/compatibility/compat-0.11.1.xml
===================================================================
--- web/trunk/data/compatibility/compat-0.11.1.xml	                        (rev 0)
+++ web/trunk/data/compatibility/compat-0.11.1.xml	2009-05-23 18:45:30 UTC (rev 40814)
@@ -0,0 +1,807 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<compatibility xmlns:h="http://www.w3.org/TR/xhtml1/">
+	<company>
+		<name>LucasArts</name>
+		<games>
+			<game>
+				<name>Maniac Mansion</name>
+				<target>maniac</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Amiga, Apple II, Atari ST, Commodore 64, Macintosh, NES and PC versions supported by this target<h:br />- Apple II and Commodore 64 versions aren't completable<h:br />- Minor graphical glitches in NES version
+				</notes>
+			</game>
+			<game>
+				<name>Zak McKracken and the Alien Mindbenders</name>
+				<target>zak</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Amiga, Atari ST, Commodore 64, FM-TOWNS and PC versions supported by this target<h:br />- Several sound effects buggy or missing in Amiga version<h:br />- No music or sound effects in the Commodore 64 version<h:br />- Kanji version requires the FM-TOWNS Font ROM
+				</notes>
+			</game>
+			<game>
+				<name>Indiana Jones and the Last Crusade</name>
+				<target>indy3</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- Amiga, Atari ST, FM-TOWNS, Macintosh and PC versions supported by this target<h:br />- There is no support for the Macintosh interface<h:br />- Kanji version requires the FM-TOWNS Font ROM
+				</notes>
+			</game>
+			<game>
+				<name>Loom</name>
+				<target>loom</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />
+							- Amiga, Atari ST, FM-TOWNS, Macintosh and PC versions supported by this target<h:br />
+							- The Roland update from LucasArts is required for MIDI support in the EGA version<h:br />
+							- No music or sound effects in the Macintosh version<h:br />
+							- There is no support for the Macintosh interface<h:br />
+							- Fades are seemingly different in the FM-TOWNS version<h:br />
+							- Text palette sometimes incorrect in the FM-TOWNS version<h:br />
+							- Distaff occasionally pink in the FM-TOWNS version<h:br />
+							- Use boot parameter to choose difficulty in the FM-TOWNS version:
+							<h:ul>
+								<h:li>0 practice (default)</h:li>
+								<h:li>1 standard</h:li>
+								<h:li>2 expert</h:li>
+							</h:ul>
+							- Kanji version requires the FM-TOWNS Font ROM
+				</notes>
+			</game>
+			<game>
+				<name>Passport to Adventure</name>
+				<target>pass</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.
+				</notes>
+			</game>
+			<game>
+				<name>The Secret of Monkey Island</name>
+				<target>monkey</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Amiga, Atari ST, FM-TOWNS, Macintosh, PC and SegaCD versions supported by this target<h:br />- The Roland update from LucasArts is required for MIDI support in the EGA version<h:br />- No music or sound effects in the Amiga version<h:br />- Dialogue choices in the SegaCD version can be selected with mousewheel or keyboard arrow keys
+				</notes>
+			</game>
+			<game>
+				<name>Monkey Island 2: LeChuck's Revenge</name>
+				<target>monkey2</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Amiga, FM-TOWNS, Macintosh and PC versions supported by this target<h:br />- Demo version often crashes due to missing resources, since it was never meant to be playable<h:br />- No support for playing back the recorded file of gameplay in demo version<h:br />- Kanji version requires the FM-TOWNS Font ROM
+				</notes>
+			</game>
+			<game>
+				<name>Indiana Jones and the Fate of Atlantis</name>
+				<target>atlantis</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Amiga, FM-TOWNS, Macintosh and PC versions supported by this target<h:br />- Kanji version requires the FM-TOWNS Font ROM
+				</notes>
+			</game>
+			<game>
+				<name>Day of the Tentacle</name>
+				<target>tentacle</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and PC versions supported by this target<h:br />- Maniac Mansion isn't playable on Ed's computer. To play the included copy, use 'Add Game' from the main ScummVM launcher and select the MANIAC directory inside the DOTT game directory
+				</notes>
+			</game>
+			<game>
+				<name>Sam & Max Hit the Road</name>
+				<target>samnmax</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and PC versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Full Throttle</name>
+				<target>ft</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and PC versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>The Dig</name>
+				<target>dig</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Both Macintosh and PC versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>The Curse of Monkey Island</name>
+				<target>comi</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.
+				</notes>
+			</game>
+		</games>
+	</company>
+	<company>
+		<name>Adventuresoft/Horrorsoft</name>
+		<games>
+			<game>
+				<name>Elvira - Mistress of the Dark</name>
+				<target>elvira1</target>
+				<percent>90</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Amiga and Atari ST and DOS versions are supported by this target<h:br />- Commodore 64 version doesn't use AGOS, so will never be supported.<h:br />- No music in the Atari ST version.<h:br />- No text descriptions in the Atari ST version.
+				</notes>
+			</game>
+			<game>
+				<name>Elvira II - The Jaws of Cerberus</name>
+				<target>elvira2</target>
+				<percent>80</percent>
+				<notes>
+					No known issues, game is playable.<h:br />- Amiga and Atari ST and DOS versions are supported by this target<h:br />- Commodore 64 version doesn't use AGOS, so will never be supported.<h:br />- No music in the Atari ST version.<h:br />- No sound effects in the DOS version.<h:br />- Palette issues in the Atari ST version.
+				</notes>
+			</game>
+			<game>
+				<name>Simon the Sorcerer 1</name>
+				<target>simon1</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Acorn, Amiga, DOS and Windows versions supported by this target<h:br />- Minor palette glitches in Amiga versions<h:br />- No music in Acorn disk version
+				</notes>
+			</game>
+			<game>
+				<name>Simon the Sorcerer 2</name>
+				<target>simon2</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Amiga, DOS, Macintosh and Windows versions supported by this target<h:br />- Only the default language (English) in Amiga & Macintosh versions is supported<h:br />- F10 key animation is different in Amiga & Macintosh versions
+				</notes>
+			</game>
+			<game>
+				<name>Simon the Sorcerer's Puzzle Pack - D.I.M.P.</name>
+				<target>dimp</target>
+				<percent>70</percent>
+				<notes>
+					Game is completable<h:br />- Demon takes longer to die, compared to original
+				</notes>
+			</game>
+			<game>
+				<name>Simon the Sorcerer's Puzzle Pack - Jumble</name>
+				<target>jumble</target>
+				<percent>70</percent>
+				<notes>
+					Game is completable<h:br />- No support for displaying, entering, loading and saving high scores
+				</notes>
+			</game>
+			<game>
+				<name>Simon the Sorcerer's Puzzle Pack - NoPatience</name>
+				<target>puzzle</target>
+				<percent>70</percent>
+				<notes>
+					Game is completable<h:br />- No support for displaying, entering, loading and saving high scores
+				</notes>
+			</game>
+			<game>
+				<name>Simon the Sorcerer's Puzzle Pack - Swampy Adventures</name>
+				<target>swampy</target>
+				<percent>70</percent>
+				<notes>
+					Game is completable<h:br />- No support for displaying explanation, when clicking on items<h:br />- No support for displaying, entering, loading and saving high scores
+				</notes>
+			</game>
+			<game>
+				<name>The Feeble Files</name>
+				<target>feeble</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Amiga, Macintosh and Windows versions supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Waxworks</name>
+				<target>waxworks</target>
+				<percent>10</percent>
+				<notes>
+					No known issues, game is playable.<h:br />- Amiga and DOS versions are supported by this target<h:br />- DOS versions isn't completable.
+				</notes>
+			</game>
+		</games>
+	</company>
+	<company>
+		<name>Coktel Vision</name>
+		<games>
+			<game>
+				<name>Bargon Attack</name>
+				<target>bargon</target>
+				<percent>95</percent>
+				<notes>
+					Game is completable<h:br />- Amiga, Atari and DOS versions are supported by this target<h:br />- Issues with the mouse cursor visibility
+				</notes>
+			</game>
+			<game>
+				<name>Gobliiins</name>
+				<target>gob1</target>
+				<percent>95</percent>
+				<notes>
+					No known issues. Game is completable.<h:br />- Amiga, Atari, DOS and Macintosh versions are supported by this target<h:br />- Problem with one music piece in the Macintosh version
+				</notes>
+			</game>
+			<game>
+				<name>Gobliins 2</name>
+				<target>gob2</target>
+				<percent>95</percent>
+				<notes>
+					Game is completable<h:br />- Amiga, Atari, DOS and Macintosh versions are supported by this target<h:br />- A few wrong instruments during music playback
+				</notes>
+			</game>
+			<game>
+				<name>Goblins 3</name>
+				<target>gob3</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- Amiga, Atari, DOS and Macintosh versions are supported by this target<h:br />- Issues with the mouse cursor visibility<h:br />- No support for original font and music files in Macintosh version<h:br />- The number of used jokers isn't saved correctly. You'll always have 5 to spend again after loading
+				</notes>
+			</game>
+			<game>
+				<name>Ween: The Prophecy</name>
+				<target>ween</target>
+				<percent>95</percent>
+				<notes>
+					Game is completable<h:br />- Amiga, Atari and DOS versions are supported by this target<h:br />- Issues with the mouse cursor visibility
+				</notes>
+			</game>
+		</games>
+	</company>
+	<company>
+		<name>Sierra AGI</name>
+		<games>
+			<game>
+				<name>The Black Cauldron</name>
+				<target>bc</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Amiga, Atari ST, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>Gold Rush!</name>
+				<target>goldrush</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Atari ST, Apple IIgs versions are supported by this target<h:br />- Amiga version is not completable<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>King's Quest I</name>
+				<target>kq1</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Mac, Amiga, Atari ST, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>King's Quest II</name>
+				<target>kq2</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Mac, Amiga, Atari ST, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>King's Quest III</name>
+				<target>kq3</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Mac, Amiga, Atari ST, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>King's Quest IV</name>
+				<target>kq4</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>Leisure Suit Larry in the Land of the Lounge Lizards</name>
+				<target>lsl1</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Mac, Amiga, Atari ST, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>Mixed-Up Mother Goose</name>
+				<target>mixedup</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Amiga, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>Manhunter 1: New York</name>
+				<target>mh1</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Amiga, Atari ST, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>Manhunter 2: San Francisco</name>
+				<target>mh2</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Amiga, Atari ST versions are supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Police Quest I: In Pursuit of the Death Angel</name>
+				<target>pq1</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Mac, Amiga, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>Space Quest I: The Sarien Encounter</name>
+				<target>sq1</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Mac, Amiga, Atari ST, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>Space Quest II: Vohaul's Revenge</name>
+				<target>sq2</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS, Mac, Amiga, Apple IIgs versions are supported by this target<h:br />- Apple IIgs version has no sound
+				</notes>
+			</game>
+			<game>
+				<name>Fanmade Games</name>
+				<target>agi-fanmade</target>
+				<percent>80</percent>
+				<notes>
+					Most games are completable<h:br />- AGIMOUSE, AGIPAL, AGI256 and AGI256-2 hacks are also supported by this target<h:br />- Occasional graphics glitches
+				</notes>
+			</game>
+			<game>
+				<name>Mickey's Space Adventure</name>
+				<target>mickey</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- Only DOS version is supported by this target
+				</notes>
+			</game>
+			<game>
+				<name>Troll's Tale</name>
+				<target>troll</target>
+				<percent>80</percent>
+				<notes>
+					Game is completable<h:br />- Only DOS booter version is supported by this target<h:br />- Game lacks sound
+				</notes>
+			</game>
+			<game>
+				<name>Winnie the Pooh in the Hundred Acre Wood</name>
+				<target>winnie</target>
+				<percent>80</percent>
+				<notes>
+					Game is completable<h:br />- Only DOS version is supported by this target<h:br />- Game lacks sound
+				</notes>
+			</game>
+		</games>
+	</company>
+	<company>
+		<name>Other</name>
+		<games>
+			<game>
+				<name>Beneath a Steel Sky</name>
+				<target>sky</target>
+				<percent>98</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Requires the <h:a href="https://svn.sourceforge.net/svnroot/scummvm/engine-data/trunk/sky.cpt">sky.cpt</h:a> resource file to be placed in the game directory<h:br />- Floppy demos aren't supported<h:br />- Amiga versions aren't supported<h:br /><h:br />The following bugs are present in the original game and can't be fixed:<h:br />- The voice files for some sentences are missing.<h:br />&nbsp;&nbsp;&nbsp;&nbsp;This is especially noticeable in the court- and Mrs. Piermont sequence.<h:br />- The fonts for the LINC terminal are partially incorrect and the text sometimes passes the screen borders<h:br />- Special characters for french and italian subtitles are incorrect sometimes
+				</notes>
+			</game>
+			<game>
+				<name>Broken Sword 1: The Shadow of the Templars</name>
+				<target>sword1</target>
+				<percent>98</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- DOS and Macintosh versions are supported by this target<h:br />- PlayStation 1 version isn't supported.
+				</notes>
+			</game>
+			<game>
+				<name>Broken Sword 2: The Smoking Mirror</name>
+				<target>sword2</target>
+				<percent>98</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- PlayStation 1 version isn't supported.
+				</notes>
+			</game>
+			<game>
+				<name>Flight of the Amazon Queen</name>
+				<target>queen</target>
+				<percent>98</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- Some versions may require the <h:a href="https://scummvm.svn.sourceforge.net/svnroot/scummvm/engine-data/trunk/queen.tbl">queen.tbl</h:a> resource file to be placed in the game directory. This is not required for the freeware releases.<h:br />- Amiga and DOS versions supported by this target.
+				</notes>
+			</game>
+			<game>
+				<name>Future Wars</name>
+				<target>fw</target>
+				<percent>80</percent>
+				<notes>
+					Game is completable<h:br />- Occasional graphical glitches<h:br />- DOS, Amiga and Atari versions are supported
+				</notes>
+			</game>
+			<game>
+				<name>I Have No Mouth, and I Must Scream</name>
+				<target>ihnm</target>
+				<percent>80</percent>
+				<notes>
+					Game is completable.<h:br />- Occasional minor glitches
+				</notes>
+			</game>
+			<game>
+				<name>Inherit the Earth: Quest for the Orb</name>
+				<target>ite</target>
+				<percent>95</percent>
+				<notes>
+					No known issues, game is completable.<h:br />- DOS, Linux, Macintosh, MacOS X and Windows versions are supported by this target<h:br />- Amiga versions aren't supported
+				</notes>
+			</game>
+			<game>
+				<name>Nippon Safes Inc.</name>
+				<target>nippon</target>
+				<percent>90</percent>
+				<notes>
+					Game is completable<h:br />- DOS and Amiga versions are supported by this target<h:br />- Occasional minor graphical glitches
+				</notes>
+			</game>
+			<game>
+				<name>The Legend of Kyrandia</name>
+				<target>kyra1</target>
+				<percent>80</percent>
+				<notes>
+					Game is completable<h:br />- Requires the <h:a href="https://svn.sourceforge.net/svnroot/scummvm/engine-data/trunk/kyra.dat">kyra.dat</h:a> resource file to be placed in the game directory<h:br />- DOS, FM-TOWNS, Macintosh and PC-9821 versions are supported<h:br />- Amiga versions aren't supported<h:br /><h:br />- Occasional graphics glitches<h:br />- MT-32 music and sfx do not work properly<h:br />- No music or sound effects in the Macintosh version<h:br />- PC-9821 version lacks support for PC-98 music and sound effects
+				</notes>
+			</game>
+			<game>
+				<name>Lure of the Temptress</name>
+				<target>lure</target>
+				<percent>95</percent>
+				<notes>
+					Game is completable<h:br />- Only DOS VGA version is supported
+				</notes>
+			</game>
+			<game>
+				<name>Touche: The Adventures of the Fifth Musketeer</name>
+				<target>touche</target>
+				<percent>75</percent>
+				<notes>
+					Game is completable<h:br />- Occasional graphical glitches
+				</notes>
+			</game>
+		</games>
+	</company>
+	<company>
+		<name>Humongous Entertainment</name>
+		<games>
+			<game>
+				<name>Backyard Baseball</name>
+				<target>baseball</target>
+				<percent>20</percent>
+				<notes>

@@ Diff output truncated at 100000 characters. @@

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