aboutsummaryrefslogtreecommitdiffstats
path: root/web/include
diff options
context:
space:
mode:
authorzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-13 19:40:10 +0000
committerzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-13 19:40:10 +0000
commite2bb56ce6cb69bceffbd8b5d6baf1d5f2969d132 (patch)
tree7cc06f9547b1f9b24322b45cc92987fee8869602 /web/include
parent1b2cd6f8f3638832f71cf79c32bd901325e1cf70 (diff)
downloadioquake3-aero-e2bb56ce6cb69bceffbd8b5d6baf1d5f2969d132.tar.gz
ioquake3-aero-e2bb56ce6cb69bceffbd8b5d6baf1d5f2969d132.zip
yay openal yay!
git-svn-id: svn://svn.icculus.org/quake3/trunk@347 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web/include')
-rw-r--r--web/include/home.php2
-rw-r--r--web/include/status.php1
2 files changed, 1 insertions, 2 deletions
diff --git a/web/include/home.php b/web/include/home.php
index a346427..0a38e64 100644
--- a/web/include/home.php
+++ b/web/include/home.php
@@ -30,8 +30,6 @@ on the <a href="?page=status">Status</a> section.</p>
<p>Current goals for 1.34 (<acronym title="Subversion">SVN</acronym> is 1.33, the last
id build was 1.32) include:</p>
<ul>
- <li><a href="http://www.openal.org/">OpenAL</a> support. This should make surround
- sound possible.</li>
<li>Binaries for Windows XP and Mac OS X at release. Linux will just get a source
package unless somebody feels inclined to set up a new installer.</li>
<li>Remove DirectX from <acronym title="Microsoft Visual C++">MSVC</acronym>
diff --git a/web/include/status.php b/web/include/status.php
index fd2f159..a16800b 100644
--- a/web/include/status.php
+++ b/web/include/status.php
@@ -106,6 +106,7 @@ Web interface</a>.</p>
<h2>Implemented Features</h2>
<ul>
+ <li><a href="http://www.openal.org/">OpenAL</a> support for sound.</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.