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

Modified Files:
	changes.txt netrekrc netrekrc_options.txt 
Log Message:
Added torp to middle mouse button on keymap.
Fixed cloak phases to match 10 updates/second that is now the standard for servers.
Fixed planet rotate option menu line that was too long.
Netrekrc option playerListBlankZeroKills to not display kills for ships with 0.00 kills.
Removal of some fixed server issues from todo list.
Ping fix (following Quozl).

Index: netrekrc
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/netrekrc,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- netrekrc	12 Feb 2007 06:49:46 -0000	1.20
+++ netrekrc	21 Feb 2007 11:43:38 -0000	1.21
@@ -5,7 +5,7 @@
 login: netrek_player
 
 # Mouse button mapping
-buttonmap: 1P2k
+buttonmap: 1P2f3k
 
 # Key mapping
 keymap: PpW Zva%d_eyftg^jmnrpPrls3tfuwvDwsye d
@@ -224,6 +224,9 @@
 # Highlight galactic planets by race and army status
 planetHighlighting: on
 
+# Don't display player's kills if they have zero kills
+playerListBlankZeroKills: on
+
 # Suppose that players with letter greater than 'f' are observers
 playerListHack: off
 

Index: netrekrc_options.txt
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/netrekrc_options.txt,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- netrekrc_options.txt	12 Feb 2007 06:49:46 -0000	1.22
+++ netrekrc_options.txt	21 Feb 2007 11:43:38 -0000	1.23
@@ -187,6 +187,7 @@
 # 'W' - Wins
 
 playerList2:              (string) custom layout for alternate player list window (same as playerlist)
+playerListBlankZeroKills: (on/off) don't display player's kills if they have zero kills
 playerListHack:           (on/off) if player's letter is greater than 'f' suppose that
                                    the player is observer.
 playerListMessaging:      (on/off) allow messages to be sent to players by clicking player

Index: changes.txt
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/changes.txt,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- changes.txt	11 Feb 2007 03:20:58 -0000	1.104
+++ changes.txt	21 Feb 2007 11:43:38 -0000	1.105
@@ -1,4 +1,7 @@
 Netrek XP 2006, Version 1.2: (Released Feb-2007)
+- added "playerListBlankZeroKills: (on)/off" to choose whether or not to display 0.00 kills
+  in the player list.
+- fixed cloak/decloak cycling so that it animates properly at 10 updates/second.
 - sound and music volume are now independent of Windows sound volume, i.e. changing
   game volume with the in game raise/lower volume keys does not change system WAV volume
   (newSound only).