diff options
Diffstat (limited to 'web/include/status.php')
-rw-r--r-- | web/include/status.php | 91 |
1 files changed, 89 insertions, 2 deletions
diff --git a/web/include/status.php b/web/include/status.php index 8aab09c..0dc2c12 100644 --- a/web/include/status.php +++ b/web/include/status.php @@ -1,2 +1,89 @@ -<h2>tba</h2> -<p>asdasd</p> +<h2>Port Status</h2> +<p>Here is a table of the most up to date information we have regarding icculus.org/Quake3's working status on different platforms. There are things to bear in mind when viewing this: +</p> +<ul> + <li>The status column refers only to the latest information we are given, so it may be out of date.</li> + <li>"Working" doesn't always imply "usable", see the <em>Notes</em> column.</li> + <li>Status is one of <em>working</em>, <em>broken</em> or <em>unknown</em>.</li> +</ul> +<table> + <tr> + <th>Platform</th> + <th>Architecture</th> + <th>Status</th> + <th><acronym title="Last Known Working Revision">LKWR</acronym></th> + <th>Notes</th> + </tr> + <tr> + <th rowspan="3">Linux</th> <!--Platform--> + <td>gcc-x86</td> <!--Arch--> + <td>working</td> <!--Status--> + <td></td> <!--LKWR--> + <td></td> <!--Notes--> + </tr> + <tr> + <td>gcc-x86_64</td> <!--Arch--> + <td>working</td> <!--Status--> + <td></td> <!--LKWR--> + <td>x86_64 JIT bytecode compiler disabled by default.</td> <!--Notes--> + </tr> + <tr> + <td>gcc-ppc</td> <!--Arch--> + <td>working</td> <!--Status--> + <td></td> <!--LKWR--> + <td></td> <!--Notes--> + </tr> + <tr> + <th rowspan="2">Windows</th> <!--Platform--> + <td>mingw-x86</td> <!--Arch--> + <td>working</td> <!--Status--> + <td></td> <!--LKWR--> + <td></td> <!--Notes--> + </tr> + <tr> + <td>MSVC-x86</td> <!--Arch--> + <td>unknown</td> <!--Status--> + <td><a href="http://svn.icculus.org/quake3/trunk/?rev=180">180</a>ish?</td> <!--LKWR--> + <td></td> <!--Notes--> + </tr> + <tr> + <th rowspan="2">Max OSX</th> <!--Platform--> + <td>xcode-G3</td> <!--Arch--> + <td>working</td> <!--Status--> + <td></td> <!--LKWR--> + <td></td> <!--Notes--> + </tr> + <tr> + <td>xcode-G4</td> <!--Arch--> + <td>working</td> <!--Status--> + <td></td> <!--LKWR--> + <td>Client has severe graphical glitches.</td> <!--Notes--> + </tr> + <th>FreeBSD</th> <!--Platform--> + <td>gcc-x86</td> <!--Arch--> + <td>working</td> <!--Status--> + <td></td> <!--LKWR--> + <td></td> <!--Notes--> + </tr> + </tr> + <th rowspan="2">Solaris</th> <!--Platform--> + <td>gcc-x86</td> <!--Arch--> + <td>broken</td> <!--Status--> + <td></td> <!--LKWR--> + <td></td> <!--Notes--> + </tr> + </tr> + <td>gcc-sparc</td> <!--Arch--> + <td>broken</td> <!--Status--> + <td></td> <!--LKWR--> + <td></td> <!--Notes--> + </tr> + </tr> + <th>IRIX</th> <!--Platform--> + <td>cc-*</td> <!--Arch--> + <td>broken</td> <!--Status--> + <td></td> <!--LKWR--> + <td>Doesn't exist. Should we drop it?</td> <!--Notes--> + </tr> +</table> +<h2>Implemented Features</h2> |