aboutsummaryrefslogtreecommitdiffstats
path: root/web/include/status.php
blob: 0dc2c128cde1d6a840580ff85aadfbb0a3a5827e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<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>