From da031f8d68b051b3ad9d3515d5eeca181273c37a Mon Sep 17 00:00:00 2001 From: tma Date: Sat, 5 Nov 2005 19:27:20 +0000 Subject: * Update the web status table * Just deleted the text STATUS -- maintaining two identical entities is a pain git-svn-id: svn://svn.icculus.org/quake3/trunk@283 edf5b092-35ff-0310-97b2-ce42778d08ea --- STATUS | 25 ------------------------- web/include/status.php | 23 ++++++++++++++++++----- 2 files changed, 18 insertions(+), 30 deletions(-) delete mode 100644 STATUS diff --git a/STATUS b/STATUS deleted file mode 100644 index e0b3faf..0000000 --- a/STATUS +++ /dev/null @@ -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? diff --git a/web/include/status.php b/web/include/status.php index 07971ba..33ffa53 100644 --- a/web/include/status.php +++ b/web/include/status.php @@ -32,7 +32,13 @@ gcc-ppc working - + Altivec build has similar problems to OS X G4 build. + + + gcc-alpha + working + + Dedicated server only with VM interpreter. Windows @@ -43,8 +49,8 @@ MSVC-x86 - unknown - 180ish? + working + @@ -60,6 +66,13 @@ Client has severe graphical glitches. + + Max OS 9 + codewarrior? + broken + + There is a section in q_platform.h, but no project files. Drop it? + FreeBSD gcc-x86 @@ -70,7 +83,7 @@ Solaris gcc-x86 - broken + working @@ -85,7 +98,7 @@ cc-* broken - Doesn't exist. Should we drop it? + Has a section in the Makefile, but nothing otherwise. Drop it? -- cgit v1.2.3