Update of /cvsroot/netrek/client/netrekxp/resources/htmlhelp/html In directory sc8-pr-cvs16:/tmp/cvs-serv22272/resources/htmlhelp/html Modified Files: generalconfig.html Log Message: Yanked RACE_COLOR define, this is standard now. Moved color defines to a common area (defs.h). Added new color to colortable for God messages (default is white). Added all color settings to netrekrc, and added them to the in game save function. The settings in netrekrc are to the "bright" color settings, as players seem to prefer these. Bug fix with phaser misses (check to make sure x,y less than GWIDTH) Index: generalconfig.html =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/resources/htmlhelp/html/generalconfig.html,v retrieving revision 1.49 retrieving revision 1.50 diff -u -d -r1.49 -r1.50 --- generalconfig.html 10 Apr 2007 00:44:03 -0000 1.49 +++ generalconfig.html 11 Apr 2007 23:06:32 -0000 1.50 @@ -143,6 +143,11 @@ <td><b>two characters</b></td> </tr> <tr> +<td><code><b>color.<God></b></code></td> +<td>Replace God message color with value</td> +<td><b>color name</b></td> +</tr> +<tr> <td><code><b>color.<color></b></code></td> <td>Replace <color> with value</td> <td><b>color name</b></td>