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

Modified Files:
	changes.txt netrekrc 
Log Message:
Resorted the server and client TODO lists as much progress has been made on both fronts.
Added an internal showdetcircle variable that acts as toggle, rather than having client change
the value of the actual detcircle variable, so that when netrekrc is saved by the in game
save option, it doesn't use a false value for detcircle.
Added beep sound to invalid button presses in the declare war window.
Minimal functionality added to generic_32_spacket. currently receives repair_time, which is
also a new field in the player struct (p_repair_time).  If server does not support the generic_32
feature, client will calculate repair time locally, as it has done in the past.
Netrekrc changes: rearranged keymap order, fixed typo in maxscrolllines message, improved
message describing useFullShipInfo, added new macro for clue game mailing list.
2 fixes to the keymap saving routine: support for mapping spacebar, and another fix so that
default macrokey is saved as well.
Fade out all sounds on quit (checked at end of redraw local).
Parsemeta changes: removed duplicate stringdefaults calls and placed them instead all
at in the same place, in parsemeta().

Index: netrekrc
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/netrekrc,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- netrekrc	12 Dec 2006 04:47:05 -0000	1.14
+++ netrekrc	13 Dec 2006 00:00:00 -0000	1.15
@@ -8,7 +8,7 @@
 buttonmap: 1P2k
 
 # Key mapping
-keymap: Ppa%d_eyftg^jmnrpPrls3tfuwvDwsye dW Zv
+keymap: PpW Zva%d_eyftg^jmnrpPrls3tfuwvDwsye d
 
 # Key to switch to macro mode
 # TAB, ESC could be used too
@@ -113,7 +113,7 @@
 # Start main window with title bar on (can be toggled by alt+enter)
 mainTitleBar: off
 
-# maximum number of scroll lines in a message window (range of values 50-500)
+# Maximum number of scroll lines in a message window (range of values 50-500)
 maxScrollLines: 300
 
 # Message hold threshold
@@ -389,6 +389,8 @@
 updatesPerSec: 10
 
 # Display other ships to 256 directions instead of 16
+# by using long ship packets instead of short ship packets,
+# slight increase in bandwidth usage
 useFullShipInfo: on
 
 # Use beeplite
@@ -878,11 +880,16 @@
 macro.9.A:%                          .:>: .> >. :/*/:</>./.X__         |
 macro.9.A:% --------------------:--:--**#:-<<:^/^<**#**#**:._/--------/->---
 
-macro.).A:  /*   Get the latest version of Netrek XP 2006 today!            */
-macro.).A:  /*   Current version is 1.1, released June 26, 2006             */
-macro.).A:  /*   Download it at http://www.netrek.org/files/NetrekXP_2006/  */
-macro.).A:  /*                      or                                      */
-macro.).A:  /*        http://www.playnetrek.org/                            */
+macro.).A:/*   Join the netrek clue game mailing list today! At         */
+macro.).A:/*   http://groups.google.com/group/netrek-clue-games         */
+macro.).A:/*   INL-style timed bronco games are every Wednesday         */
+macro.).A:/*   10pm EST/7pm PST on ports 4566/4577 at netrek.warped.us  */
+
+macro.(.A:  /*   Get the latest version of Netrek XP 2006 today!            */
+macro.(.A:  /*   Current version is 1.1, released June 26, 2006             */
+macro.(.A:  /*   Download it at http://www.netrek.org/files/NetrekXP_2006/  */
+macro.(.A:  /*                      or                                      */
+macro.(.A:  /*        http://www.playnetrek.org/                            */
 
 
 mac.e.T: Escorting %g (%d%%D %s%%S %f%%F)

Index: changes.txt
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/changes.txt,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- changes.txt	12 Dec 2006 04:47:05 -0000	1.95
+++ changes.txt	13 Dec 2006 00:00:00 -0000	1.96
@@ -1,4 +1,9 @@
 Netrek XP 2006, Version 1.2:
+- sound now fades out over 1 second upon quitting
+- support for new server feature packet SP_GENERIC_32.  This is a great upgrade to the server
+  as it allows for future data to be sent in this packet (lots of empty room).  Currently
+  it sends your ship's repair time..removing the need for the client side repair time
+  calculation, which had several flaws and didn't work well with observers.
 - added "UseFullShipInfo: (on)/off" to choose whether to use short or long type packets
   for other player info.  Default is on.  This netrekrc setting controls whether the
   feature packet FULL_DIRECTION_RESOLUTION is used.