mirror of
https://github.com/scummvm/scummvm-web.git
synced 2026-06-20 05:45:49 +00:00
114 lines
5.0 KiB
XML
114 lines
5.0 KiB
XML
<name>ScummVM 0.6.0 Checklist</name>
|
|
<desc>This page is the current checklist for releasing 0.6.0</desc>
|
|
<body>
|
|
ScummVM 0.6.0 is not yet in the testing phase, please check back later.
|
|
<!--
|
|
<h1>0.5.0 Checklist</h1>
|
|
|
|
<h2>Introduction</h2>
|
|
<p>
|
|
This is the test list for ScummVM 0.5.0, targeted for release the
|
|
first week of Aug 2003. Please test with the latest CVS
|
|
snapshot, and do not use anonymous CVS for testing as it is out of date.
|
|
Either use developer CVS (if you have access), or the source
|
|
snapshots/daily builds from the Download page.
|
|
</p>
|
|
<h2>Game Compatibility</h2>
|
|
<p>
|
|
<B>Release status:</BR><BR>
|
|
* RC Bugs in: ZakV2 (2 RC's)<BR>
|
|
<HR>
|
|
The following games need to be tested with the latest CVS snapshots:
|
|
</p>
|
|
|
|
<?php
|
|
function printStatus($status) {
|
|
if ($status == 0) {
|
|
$color = "yellow";
|
|
$text = "?";
|
|
} else if ($status > 0) {
|
|
$color = "green";
|
|
$text = "+";
|
|
} else {
|
|
$color = "red";
|
|
$text = "-";
|
|
}
|
|
echo "<td style=\"color: $color; text-align: center; font-weight: bold;\">$text</td>";
|
|
}
|
|
|
|
function portStatus($ports) {
|
|
printStatus($ports["x86"]);
|
|
printStatus($ports["DC"]);
|
|
printStatus($ports["Palm"]);
|
|
printStatus($ports["WinCE"]);
|
|
printStatus($ports["Mac"]);
|
|
}
|
|
?>
|
|
|
|
<table border=1 cellspacing=0 width=100%>
|
|
|
|
<tr>
|
|
<th>GameID</th><th>Last Test</th><th>Critical Bugs</th>
|
|
<th>x86</th><th>DC</th><th>Palm</th><th>WinCE</th><th>Mac</th>
|
|
</tr>
|
|
|
|
<tr><td colspan=8><center><B>SCUMM Engine</B></center></td></tr>
|
|
<tr><td>Maniac (V2)</td><td>Wishbone: 11 Jul (Syd-Bernard), logicd: 13 Jul (Mic-Jeff)</td><td>...</td>
|
|
<?php portStatus(array("x86" => +1, "DC" => +1, "Palm" => +1, "WinCE" => +1)); ?></tr>
|
|
<tr><td>Zak (V2)</td><td>voodoofx: 15 Jul</td><td>771483, 771499</td>
|
|
<?php portStatus(array("x86" => +1, "DC" => +1, "Palm" => +1, "WinCE" => +1)); ?></tr>
|
|
<tr><td>Zak256</td><td>VoodooFX: 12 Jul</td><td>...</td>
|
|
<?php portStatus(array("x86" => +1, "DC" => +1, "Palm" => +1, "WinCE" => +1)); ?></tr>
|
|
<tr><td>Indy3EGA</td><td>Dan Fabulich: 14 Jul</td><td>...</td>
|
|
<?php portStatus(array("x86" => +1, "WinCE" => +1)); ?></tr>
|
|
<tr><td>Indy3 (VGA)</td><td>Dan Fabulich: 10 Jul</td><td>...</td>
|
|
<?php portStatus(array("x86" => +1, "DC" => +1, "WinCE" => +1)); ?></tr>
|
|
<tr><td>LoomEGA</td><td>inguin: 13 Jul</td><td>...</td>
|
|
<?php portStatus(array("x86" => +1, "WinCE" => +1)); ?></tr>
|
|
<tr><td>Loom (CD)</td><td>voodoofx: 12 Jul</td><td>...</td>
|
|
<?php portStatus(array("x86" => +1, "DC" => +1, "WinCE" => +1)); ?></tr>
|
|
<tr><td>MonkeyEGA</td><td>Dan Fabulich: 14 Jul</td><td>...</td>
|
|
<?php portStatus(array("x86" => +1, "WinCE" => +1)); ?></tr>
|
|
<tr><td>Monkey (VGA)</td><td>Logicdeluxe: 11 Jul</td><td>...</td>
|
|
<?php portStatus(array("x86" => +1, "DC" => +1, "Palm" => +1, "WinCE" => +1)); ?></tr>
|
|
<tr><td>Atlantis</td><td>Dan Fabulich: 10 Jul (team)</td><td>...</td>
|
|
<?php portStatus(array("x86" => +1, "DC" => +1, "Palm" => +1, "WinCE" => +1)); ?></tr>
|
|
<tr><td>Monkey2</td><td>Dan Fabulich: 10 Jul</td><td>...</td>
|
|
<?php portStatus(array("x86" => +1, "DC" => +1, "Palm" => +1, "WinCE" => +1)); ?></tr>
|
|
<tr><td>Tentacle</td><td>Dan Fabulich: 10 Jul, pronemisis: 12 Jul</td><td>...</td>
|
|
<?php portStatus(array("x86" => +1, "DC" => +1, "Palm" => +1, "WinCE" => +1)); ?></tr>
|
|
<tr><td>Samnmax</td><td>Dan Fabulich: 10 Jul</td><td>...</td>
|
|
<?php portStatus(array("x86" => +1, "DC" => +1, "Palm" => +1, "WinCE" => +1)); ?></tr>
|
|
<tr><td>Dig</td><td>inguin: 13 Jul</td><td>...</td>
|
|
<?php portStatus(array("x86" => +1, "DC" => +1, "Palm" => +1, "WinCE" => +1)); ?></tr>
|
|
<tr><td>CoMI</td><td>voodoofx: 17 Jul</td><td>...</td>
|
|
<?php portStatus(array("x86" => +1, "DC" => -1, "Palm" => -1, "WinCE" => +1)); ?></tr>
|
|
|
|
<tr><td colspan=8><center><B>SKY Engine</B></center></td></tr>
|
|
<tr><td>Sky (Floppy)</td><td>pepijnvdgeer: 11 Jul</td><td>...</td>
|
|
<?php portStatus(array("x86" => +1, "DC" => -1, "Palm" => -1, "WinCE" => +1)); ?></tr>
|
|
<tr><td>Sky (CD)</td><td>Ender: 11 Jul, olki: 12 Jul</td><td>...</td>
|
|
<?php portStatus(array("x86" => +1, "DC" => -1, "Palm" => -1, "WinCE" => +1, "Mac" => +1)); ?></tr>
|
|
|
|
<tr><td colspan=8><center><B>Simon Engine</B></center></td></tr>
|
|
<tr><td>Simon1 (talkie)</td><td>Kirben: 22 Jul</td><td>...</td>
|
|
<?php portStatus(array("x86" => +1, "DC" => -1, "Palm" => -1, "WinCE" => +1, "Mac" => -1)); ?></tr>
|
|
<tr><td>Simon2 (talkie)</td><td>kelmer44: 19 Jul</td><td>...</td>
|
|
<?php portStatus(array("x86" => +1, "DC" => -1, "Palm" => -1, "WinCE" => +1)); ?></tr>
|
|
<tr><td>Simon1 (floppy)</td><td>neosmagus: 12 Jul</td><td>...</td>
|
|
<?php portStatus(array("x86" => +1, "DC" => -1, "Palm" => -1, "WinCE" => +1, "Mac" => -1)); ?></tr>
|
|
<tr><td>Simon2 (floppy)</td><td>pronemisis: 12 Jul</td><td>...</td>
|
|
<?php portStatus(array("x86" => +1, "DC" => -1, "Palm" => -1, "WinCE" => +1)); ?></tr>
|
|
|
|
</table>
|
|
<p>
|
|
If anybody wishes to test, file any bug reports of bugs
|
|
found which you consider should be fixed for the
|
|
release. Please tag the subject of the bug report with
|
|
'0.5.0 RC:'. Reports of sucessful completion should be
|
|
posted to the ScummVM-Devel mailing list or forums. Insure
|
|
you include the date of the CVS version you used to test.
|
|
</p>
|
|
-->
|
|
</body>
|