Update of /cvsroot/netrek/client/netrekxp/resources/htmlhelp/html
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv11631/resources/htmlhelp/html

Modified Files:
	generalconfig.html 
Log Message:
Completely gutted the old windows sound system.  Resulting in removal of
nt_intro.wav (yay!), audio.h and winsndlib.c (bigger yay!).  All the clunky old
windows code for loading sound, checking if sound is enabled, and changing
volume is now handled by 20x less code using SDL.  And it's done better,
too.  All references to "newSound" have been renamed to "sound".  No
longer support the old sound menu/loading of sounds, so that got gutted too.
Still todo: menu option for removing other ship's sounds, ability to toggle
certain sound categories on/off, and to control starting volume.  All to be
netrekrc entries.

Index: generalconfig.html
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/htmlhelp/html/generalconfig.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- generalconfig.html	25 Feb 2007 14:12:10 -0000	1.28
+++ generalconfig.html	28 Feb 2007 09:35:20 -0000	1.29
@@ -613,56 +613,6 @@
 </td>
 </tr>
 <tr>
-<td><code><b>newSound</b></code></td>
-<td>Use new layered, stereo sound</td>
-<td>
-	<ul>
-	<li><b>on(default)</b></li>
-	<li><b>off</b></li>
-	</ul>
-</td>
-</tr>
-<tr>
-<td><code><b>newSoundEffects</b></code></td>
-<td>Use sound effects</td>
-<td>
-	<ul>
-	<li><b>on(default)</b></li>
-	<li><b>off</b></li>
-	</ul>
-</td>
-</tr>
-<tr>
-<td><code><b>newSoundMusic</b></code></td>
-<td>Use music</td>
-<td>
-	<ul>
-	<li><b>on(default)</b></li>
-	<li><b>off</b></li>
-	</ul>
-</td>
-</tr>
-<tr>
-<td><code><b>newSoundMusicBkgd</b></code></td>
-<td>Use background music</td>
-<td>
-	<ul>
-	<li><b>on</b></li>
-	<li><b>off(default)</b></li>
-	</ul>
-</td>
-</tr>
-<tr>
-<td><code><b>newSoundAngles</b></code></td>
-<td>Use 3D sound effects (only works if newSound is on)</td>
-<td>
-	<ul>
-	<li><b>on(default)</b></li>
-	<li><b>off</b></li>
-	</ul>
-</td>
-</tr>
-<tr>
 <td><code><b>omitTeamLetter</b></code></td>
 <td>Don't draw team letter on galaxy</td>
 <td>
@@ -1210,7 +1160,7 @@
 </tr>
 <tr>
 <td><code><b>sound</b></code></td>
-<td>Enable sounds</td>
+<td>Enable layered, stereo sound</td>
 <td>
 	<ul>
 	<li><b>on (default)</b></li>
@@ -1219,6 +1169,46 @@
 </td>
 </tr>
 <tr>
+<td><code><b>soundEffects</b></code></td>
+<td>Use sound effects</td>
+<td>
+	<ul>
+	<li><b>on(default)</b></li>
+	<li><b>off</b></li>
+	</ul>
+</td>
+</tr>
+<tr>
+<td><code><b>soundMusic</b></code></td>
+<td>Use music</td>
+<td>
+	<ul>
+	<li><b>on(default)</b></li>
+	<li><b>off</b></li>
+	</ul>
+</td>
+</tr>
+<tr>
+<td><code><b>soundMusicBkgd</b></code></td>
+<td>Use background music</td>
+<td>
+	<ul>
+	<li><b>on</b></li>
+	<li><b>off(default)</b></li>
+	</ul>
+</td>
+</tr>
+<tr>
+<td><code><b>soundAngles</b></code></td>
+<td>Use 3D sound effects</td>
+<td>
+	<ul>
+	<li><b>on</b></li>
+	<li><b>off(default)</b></li>
+	</ul>
+</td>
+</tr>
+<tr>
 <td><code><b>soundDir</b></code></td>
 <td>Directory where all sounds are located</td>
 <td><b>path</b></td>