r936 - webspace/include
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sun Oct 15 05:13:40 EDT 2006
Author: floam
Date: 2006-10-15 05:13:40 -0400 (Sun, 15 Oct 2006)
New Revision: 936
Added:
webspace/include/patches.php
Modified:
webspace/include/thebrain.php
Log:
Patches section.
Added: webspace/include/patches.php
===================================================================
--- webspace/include/patches.php (rev 0)
+++ webspace/include/patches.php 2006-10-15 09:13:40 UTC (rev 936)
@@ -0,0 +1,19 @@
+<h2>Patches</h2>
+<p>
+Being open source, this project has a volume of patches submitted meant to improve it as a whole. Unfortunately, not all patches are great fits for this project or cannot yet be included due to technical reasons. Because of that, we provide this area with information on patches that can be applied against this project to add features or solve wishes.
+</p>
+<table>
+ <caption>Unsupported Patches</caption>
+ <tr>
+ <th>Title</th>
+ <th>Owner</th>
+ <th>Purpose</th>
+ <th>Reason for Denial</th>
+ </tr>
+ <tr>
+ <td><a href="http://icculus.org/~zakk/ioq3_patches/ioquake3_mp3-rev917.diff">MP3 Support</a></td>
+ <td>Thilo Shultz</td>
+ <td>This patch allows MP3-encoded sounds to be decoded by the engine and used in mods.</td>
+ <td><a href="http://xiph.org/vorbis">Ogg Vorbis</a> is much better suited to this task. MP3 offers lower quality compression and quality and has potential for licensing issues. Because of these, plus the extra work required to maintain MP3 support, this is being left out of the official tree.</td>
+ </tr>
+</table>
\ No newline at end of file
Modified: webspace/include/thebrain.php
===================================================================
--- webspace/include/thebrain.php 2006-10-13 19:44:52 UTC (rev 935)
+++ webspace/include/thebrain.php 2006-10-15 09:13:40 UTC (rev 936)
@@ -5,6 +5,7 @@
"get" => "Get It",
"status" => "Status",
"discuss" => "Discussion",
+ "patches" => "Patches",
"help" => "Help",
);
More information about the quake3-commits
mailing list