r610 - trunk/web/include

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Mar 3 00:49:07 EST 2006


Author: floam
Date: 2006-03-03 00:49:07 -0500 (Fri, 03 Mar 2006)
New Revision: 610

Modified:
   trunk/web/include/status.php
Log:
Populate features list with stuff Timbo added to README.


Modified: trunk/web/include/status.php
===================================================================
--- trunk/web/include/status.php	2006-03-01 22:32:02 UTC (rev 609)
+++ trunk/web/include/status.php	2006-03-03 05:49:07 UTC (rev 610)
@@ -114,13 +114,35 @@
 <ul>
 	<li><a href="http://www.openal.org/">OpenAL</a> support for sound. Surround
 	sound supported.</li>
+	<li>AVI video capture of demos.</li>
+	<li>Ogg Vorbis support.</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 <tt>ttycon_ansicolor</tt> to 1 to enable this.)</li>
+	<li>Much improved autocompletion on the console.</li>
+	<li>Persistent console history.</li>
+	<li>Much improved QVM tools.</li>
+	<li>MinGW compilation support on Windows and cross-compilation on Linux</li>
 	<li>More supported platforms, see the table above.</li>
+	<li>Lots and lots of bug fixes.</li>
 </ul>
 
+ * SDL backend for unix-like operating systems
+* OpenAL sound API support (multiple speaker support and better sound
+quality)
+* Full x86_64 support on Linux
+* MinGW compilation support on Windows and cross compilation support on Linux
+* AVI video capture of demos
+* Much improved console autocompletion
+* Persistent console history
+* Colorized terminal output
+* Optional Ogg Vorbis support
+* Much improved QVM tools
+* Support for various esoteric operating systems (see
+http://icculus.org/quake3/?page=status)
+* Many, many bug fixes
+
 <h2>The Future</h2>
 <h3>Release Criteria</h3>
 <p>Before a release can occur, the following must occur for each platform:</p>




More information about the quake3-commits mailing list