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

Modified Files:
	changes.txt cow.doc cow.txt 
Log Message:
Rewrote TTS centering/refresh code so that text is properly centered and clears properly when the message expires.
The old code used an average text width that was not so good, resulting in poor centering for long messages.  The new code measures the length of the message directly.
Also, the W_ClearArea function was not catching the 3 left-most pixels for whatever reason, so the call to this function slightly extends the area to clear. 
Updated COW manual to reflect change of tts_pos variable to tts_ypos.
This patch could be applied to other windows clients as well.

Index: cow.doc
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/cow.doc,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- cow.doc	21 Jan 2003 21:27:59 -0000	1.1.1.1
+++ cow.doc	19 Apr 2006 13:02:33 -0000	1.2
@@ -13,7 +13,8 @@
 *           Dave Gosselin, Heiko Wengler, Kurt Siegl and many others.          *
 *                                                                              *
 ********************************************************************************
-
+
+
 
 
                                 Table of Contents
@@ -23,7 +24,8 @@
  4.0  Xtrekrc
  8.0  Compiling
  9.0  Guide to Related Valuable information
-
+
+
 
 
 1.0  Overview
@@ -39,7 +41,8 @@
 regularly.  This alleviates the client's caretakers from having to support
 ancient clients.  Generally, a client will expire 60 days after its compile
 date.
-
+
+
 2.0  Acknowledgements
 
      Many people have contributed to COW and many many others contributed
@@ -70,7 +73,8 @@
               Kevin Powell			seurat
 	      Alec Habig			Entropy
 
-
+
+
 3.0  Features
 
      The COW client has many features that make it stand out from earlier
@@ -2233,7 +2237,7 @@
 
 tts_color: 		color of TTS message (should be dark)
 tts_font: 		Font (large prefered)
-tts_max_len: 		Max length of a message
+tts_max_len: 	Max length of a message
 tts_time: 		Time a TTS message is displayed
-tts_pos:		y location of the TTS message
+tts_ypos:		y location of the TTS message
 

Index: cow.txt
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/cow.txt,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- cow.txt	21 Jan 2003 21:28:01 -0000	1.1.1.1
+++ cow.txt	19 Apr 2006 13:02:33 -0000	1.2
@@ -754,12 +754,11 @@
 planetCycleTime:        highlighting time for planets
 playerCycleTime:        highlighting time for players
 
-[ Note: while TTS works, thefollowing are Not Yet Implemented in WinCOW ]
 tts_color:              color of TTS message (should be dark)
 tts_font:               Font (large prefered)
 tts_max_len:            Max length of a message
 tts_time:               Time a TTS message is displayed
-tts_pos:                y location of the TTS message
+tts_ypos:               y location of the TTS message
 
 
 4.2.3. WarnHull

Index: changes.txt
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/changes.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- changes.txt	18 Apr 2006 13:41:48 -0000	1.9
+++ changes.txt	19 Apr 2006 13:02:33 -0000	1.10
@@ -1,4 +1,9 @@
 Version TBA:
+- rewrote TTS centering/refresh code so that text is properly centered and clears
+  properly when the message expires.  Updated COW manual to reflect change of tts_pos
+  variable to tts_ypos.
+- fixed crash bug in save options due to renaming of .sav file from xtrekrc to netrekrc.
+  This bug is not in the downloadable version.
 - readded beeplite functionality.  Configuration options described in cow manual.
   Basic rc options are useLite: on/off to turn beeplite on and off, and defLite: on/off
   to use the default settings.  The beeplite option is highly configurable, see manual