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

Modified Files:
	changes.txt netrekrc netrekrc_options.txt 
Log Message:
Backend for new options clickDelay (controls continous mouse repeat
rate) and packetLights (show packets via 2 blinking dots on dash).
Taken from TedTurner client.

Index: netrekrc
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/netrekrc,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- netrekrc	21 Mar 2007 23:59:49 -0000	1.45
+++ netrekrc	25 Mar 2007 23:44:36 -0000	1.46
@@ -60,6 +60,9 @@
 # Beep if received private message
 beepOnPrivateMessage: off
 
+# Delay before continuous mouse clicks, in updates (0 = no delay)
+clickDelay: 0
+
 # What type of ship bitmaps to use
 # 0 - mono
 # 1 - new color bitmaps (default)
@@ -212,6 +215,9 @@
 # Omit team letter on galaxy
 omitTeamLetter: off
 
+# Show packets sent and received by blinking dashboard lights
+packetLights: on
+
 # Add space between teams in player list
 partitionPlist: off
 

Index: netrekrc_options.txt
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/netrekrc_options.txt,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- netrekrc_options.txt	22 Mar 2007 06:40:18 -0000	1.42
+++ netrekrc_options.txt	25 Mar 2007 23:44:36 -0000	1.43
@@ -27,6 +27,7 @@
 ckeymap:                  (string) change control keymap
 ckeymap-<ship>:           (string) use this ckeymap for ship (sc,dd,ca,bb,as,sb,ga,att)
 cloakChars:               (two chars) how to display cloaker on galactic
+clickDelay:               (0-50) delay before continuous mouse clicks, in updates (0 = no delay)
 color.<color>:            (color) replace first <color> with (color)
 color.<race>:             (color) replace that race color with (color)
 colorClient:              (0-3) what type of ship bitmaps to use
@@ -139,6 +140,7 @@
 orishipGbmpfile:          (path) - your own ship's grayscale bitmaps
 orishipTbmpfile:          (path) - shaded color bitmaps
 orishipMbmpfile:          (path) - mono bitmaps
+packetLights:             (on/off) show packets sent and received by blinking dashboard lights
 partitionList:            (on/off) add blank line between teams in player list
 password:                 (string) password for autologin
 phaserShrink:             (0-16) shrink own phaser by x/16 of its length

Index: changes.txt
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/changes.txt,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -d -r1.148 -r1.149
--- changes.txt	22 Mar 2007 06:40:18 -0000	1.148
+++ changes.txt	25 Mar 2007 23:44:35 -0000	1.149
@@ -1,4 +1,8 @@
 Netrek XP 2006, Version 1.3:
+- added "clickDelay: (0-50)" to allow for a delay between continuous mouse clicks, range
+  is in # of updates
+- added "packetLights: (on)/off" to show packets sent and received via blinking lights
+  on dashboard
 - restored ability for middle and right mouse clicks to raise the current window to the
   top, helps with overlapped windows
 - removed the netrek.w32caption option that was undocumented and has since been replaced