diff options
author | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-04 23:55:12 +0000 |
---|---|---|
committer | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-04 23:55:12 +0000 |
commit | 319c0c8f120c5ad429010d65666a58fec7f0615a (patch) | |
tree | 9a007500691fa3825aa97dcb0976537f9db4c8b5 /web/include/status.php | |
parent | 0c32b3e8406d363f7fdf12ddcdad417c24895d10 (diff) | |
download | ioquake3-aero-319c0c8f120c5ad429010d65666a58fec7f0615a.tar.gz ioquake3-aero-319c0c8f120c5ad429010d65666a58fec7f0615a.zip |
Bunch of grammar changes and random cleanings. Also some changes by
sysrq to explain how to use svn diff.
git-svn-id: svn://svn.icculus.org/quake3/trunk@271 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web/include/status.php')
-rw-r--r-- | web/include/status.php | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/web/include/status.php b/web/include/status.php index 2f42343..07971ba 100644 --- a/web/include/status.php +++ b/web/include/status.php @@ -48,7 +48,7 @@ <td></td> <!--Notes--> </tr> <tr> - <td scope="row" rowspan="2">Max OSX</td> <!--OS--> + <td scope="row" rowspan="2">Max OS X</td> <!--OS--> <td>xcode-G3</td> <!--Platform--> <td>working</td> <!--Status--> <td></td> <!--LKWR--> @@ -88,10 +88,12 @@ <td>Doesn't exist. Should we drop it?</td> <!--Notes--> </tr> </table> + <h2>Implemented Features</h2> <ul> - <li>SDL being used for sound, input. Though not on Windows.</li> - <li>Colors converted to BASH colors!111</li> + <li><a href="http://libsdl.org" title="Simple DirectMedia Layer">SDL</a> being used + for input, OpenGL context management, and sound. Though not on Windows yet.</li> + <li>Colors converted to ANSI escape codes in terminal output. + (set <span class="shell">ttycon_ansicolor</span> to 1 to enable this.)</li> <li>More supported platforms, see the table above.</li> </ul> -<h2>Planned/Wanted features</h2> |