r283 - in trunk: . web/include

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Nov 5 14:27:20 EST 2005


Author: tma
Date: 2005-11-05 14:27:20 -0500 (Sat, 05 Nov 2005)
New Revision: 283

Removed:
   trunk/STATUS
Modified:
   trunk/web/include/status.php
Log:
* Update the web status table
* Just deleted the text STATUS -- maintaining two identical entities is a pain


Deleted: trunk/STATUS
===================================================================
--- trunk/STATUS	2005-11-05 19:06:10 UTC (rev 282)
+++ trunk/STATUS	2005-11-05 19:27:20 UTC (rev 283)
@@ -1,25 +0,0 @@
-Things to bear in mind when reading/updating this file:
-  * The status column refers only to the latest information we are given, so it may be out of date
-  * "working" doesn't necessarily mean "usable", see the notes column
-  * Status is one of "working", "broken" or "unknown"
-  * In the case of "broken" or "unknown" LKWR refers to the last known working revision
-  * Try to also update /web/include/status.php, if you can.
-
-Platform | Arch       | Status  | LKWR    | Notes
----------+------------+---------+---------+------
-Linux    | gcc-x86    | working |         |
-         | gcc-x86_64 | working |         | x86_64 JIT bytecode compiler disabled by default
-         | gcc-ppc    | working |         |
----------+------------+---------+---------+------
-Windows  | mingw-x86  | working |         |
-         | MSVC-x86   | unknown | 180ish? |
----------+------------+---------+---------+------
-Mac OSX  | xcode-G3   | working |         |
-         | xcode-G4   | working |         | Client has severe graphical glitches
----------+------------+---------+---------+------
-FreeBSD  | gcc-x86    | working |         |
----------+------------+---------+---------+------
-Solaris  | gcc-x86    | broken  |         |
-         | gcc-sparc  | broken  |         |
----------+------------+---------+---------+------
-IRIX     | cc-*       | broken  |         | Doesn't exist, should we drop it?

Modified: trunk/web/include/status.php
===================================================================
--- trunk/web/include/status.php	2005-11-05 19:06:10 UTC (rev 282)
+++ trunk/web/include/status.php	2005-11-05 19:27:20 UTC (rev 283)
@@ -32,9 +32,15 @@
 		<td>gcc-ppc</td> <!--Platform-->
 		<td>working</td> <!--Status-->
 		<td></td> <!--LKWR-->
-		<td></td> <!--Notes-->
+		<td>Altivec build has similar problems to OS X G4 build.</td> <!--Notes-->
 	</tr>
 	<tr>
+		<td>gcc-alpha</td> <!--Platform-->
+		<td>working</td> <!--Status-->
+		<td></td> <!--LKWR-->
+		<td>Dedicated server only with VM interpreter.</td> <!--Notes-->
+	</tr>
+	<tr>
 		<td scope="row" rowspan="2">Windows</td> <!--OS-->
 		<td>mingw-x86</td> <!--Platform-->
 		<td>working</td> <!--Status-->
@@ -43,8 +49,8 @@
 	</tr>
 	<tr>
 		<td>MSVC-x86</td> <!--Platform-->
-		<td>unknown</td> <!--Status-->
-		<td><a href="http://svn.icculus.org/quake3/trunk/?rev=180">180</a>ish?</td> <!--LKWR-->
+		<td>working</td> <!--Status-->
+		<td></td> <!--LKWR-->
 		<td></td> <!--Notes-->
 	</tr>
 	<tr>
@@ -61,6 +67,13 @@
 		<td>Client has severe graphical glitches.</td> <!--Notes-->
 	</tr>
 	<tr>
+		<td scope="row" rowspan="2">Max OS 9</td> <!--OS-->
+		<td>codewarrior?</td> <!--Platform-->
+		<td>broken</td> <!--Status-->
+		<td></td> <!--LKWR-->
+		<td>There is a section in q_platform.h, but no project files. Drop it?</td> <!--Notes-->
+	</tr>
+	<tr>
 		<td scope="row">FreeBSD</td> <!--OS-->
 		<td>gcc-x86</td> <!--Platform-->
 		<td>working</td> <!--Status-->
@@ -70,7 +83,7 @@
 	<tr>
 		<td scope="row" rowspan="2">Solaris</td> <!--OS-->
 		<td>gcc-x86</td> <!--Platform-->
-		<td>broken</td> <!--Status-->
+		<td>working</td> <!--Status-->
 		<td></td> <!--LKWR-->
 		<td></td> <!--Notes-->
 	</tr>
@@ -85,7 +98,7 @@
 		<td>cc-*</td> <!--Platform-->
 		<td>broken</td> <!--Status-->
 		<td></td> <!--LKWR-->
-		<td>Doesn't exist. Should we drop it?</td> <!--Notes-->
+		<td>Has a section in the Makefile, but nothing otherwise. Drop it?</td> <!--Notes-->
 	</tr>
 </table>
 




More information about the quake3-commits mailing list