Update of /cvsroot/netrek/client/netrekxp/resources/htmlhelp/html In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv22379/resources/htmlhelp/html Modified Files: generalconfig.html Log Message: New planet bitmaps! Using Defcom's art. Changeable via planets menu. New netrekrc option, "planetBitmapGalaxy: (0-3)", same options as planetBitmap, but now you have the choice to change map display planets too! And have map and local planets use different bitmap sets Fixed bug where map window border wasn't being redrawn on death Shortpackets is now off by default. In the current state of internet connectivity, most people don't need the reduced packets, which don't send complete information and break certain features such as which direction other players are moving, robot shields, observer geno messages, shield/cloak status for warp 0 players, etc. Fix to problem with bottom and right borders in certain windows (like map) getting overwritten - thanks Stas! Client now recognizes planets that are flagged as "core", waiting on server patch to actually get this information and do something with it Index: generalconfig.html =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/resources/htmlhelp/html/generalconfig.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- generalconfig.html 2 May 2006 00:55:52 -0000 1.7 +++ generalconfig.html 14 May 2006 02:14:54 -0000 1.8 @@ -644,12 +644,26 @@ </tr> <tr> <td><code><b>planetBitmap</b></code></td> -<td>Style of planet bitmaps on tactical</td> +<td>Style of planet bitmaps on local map</td> +<td> + <ul> + <li><b>0 (default)</b> - Bronco bitmaps</li> + <li><b>1</b> - Moo bitmaps</li> + <li><b>2</b> - Rabbitear bitmaps</li> + <li><b>3</b> - New color bitmaps</li> + </ul> +</td> +</tr> +</tr> +<tr> +<td><code><b>planetBitmapGalaxy</b></code></td> +<td>Style of planet bitmaps on galaxy map</td> <td> <ul> <li><b>0 (default)</b> - Bronco bitmaps</li> <li><b>1</b> - Moo bitmaps</li> <li><b>2</b> - Rabbitear bitmaps</li> + <li><b>3</b> - New color bitmaps</li> </ul> </td> </tr>