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

Modified Files:
	generalconfig.html 
Log Message:
Cygwin makefile changes: fixed up a bunch of problems to get build to work, still not
perfect as libdir not resolving correctly.  Also removed CYGWIN define from code and
placed it as a compiler runtime define.  Progress of Cygwin build is that client runs, but
select() is broken.  Most likely related to struct fd_set definition.
Added observer support for shrink phasers, color phaser, warn and vary shields, and
removed observer support for detcircle.
Fixed detcircle so turning it off really does turn it off (oops).
Fixed color phaser with regards to FPS changes, so it works at all framerates.
Added observer support for showArmy for locking onto planets.
Split varyShields into 2 netrekrc options, varyShields and varyShieldsColor, to be
able to vary either/neither/both shield graphic and shield color with damage.
Changed defaults for FPS client/server values back to 10 from 50.  Let the user
have it in netrekrc if they want to request a higher rate, and don't assume servers
are running at 50 FPS.  Require that feature packet to be sent to increase the
update rate.

Index: generalconfig.html
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/htmlhelp/html/generalconfig.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- generalconfig.html	23 Feb 2007 13:43:56 -0000	1.26
+++ generalconfig.html	24 Feb 2007 10:19:54 -0000	1.27
@@ -1033,7 +1033,7 @@
 </tr>
 <tr>
 <td><code><b>showArmy</b></code></td>
-<td>Show army count of planet you are orbiting</td>
+<td>Show army count of planet you are orbiting (or locked on as observer)</td>
 <td>
 	<ul>
 	<li><b>on (default)</b></li>
@@ -1355,7 +1355,17 @@
 </tr>
 <tr>
 <td><code><b>varyShields</b></code></td>
-<td>Vary shields color by damage</td>
+<td>Vary shields graphic  by damage</td>
+<td>
+	<ul>
+	<li><b>on (default)</b></li>
+	<li><b>off</b></li>
+	</ul>
+</td>
+</tr>
+<tr>
+<td><code><b>varyShieldsColor</b></code></td>
+<td>Vary shields color  by damage</td>
 <td>
 	<ul>
 	<li><b>on (default)</b></li>