Update of /cvsroot/netrek/client/netrekxp/resources/docs In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20265/resources/docs Modified Files: changes.txt netrekrc netrekrc_options.txt Log Message: Restore old perror() function. Add more debug info on failed metaping requests. New netrekrc feature messageKeyOnly which disables the somewhat annoying feature where any key pressed while mouse is over a message window will attempt to send a message to that player slot #. Index: netrekrc =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/netrekrc,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- netrekrc 1 Mar 2007 18:31:16 -0000 1.30 +++ netrekrc 2 Mar 2007 12:57:51 -0000 1.31 @@ -128,6 +128,10 @@ # 2 - bottom of the window messageHUD: 0 +# Only start messages with the actual message key(s), +# if cursor is in the message windows +messageKeyOnly: 1 + # Metaserver port metaPort: 3521 Index: netrekrc_options.txt =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/netrekrc_options.txt,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- netrekrc_options.txt 1 Mar 2007 11:21:45 -0000 1.31 +++ netrekrc_options.txt 2 Mar 2007 12:57:51 -0000 1.32 @@ -87,6 +87,9 @@ # 1 - tactical top # 2 - tactical bottom +messageKeyOnly: (on/off) only start messages with the actual message key(s), + if cursor is in the message windows +messageKeyOnly: 1 metaCache: (path) path to metacache file metaPing: (on/off) show ping stats to all servers in metaserver window metaPort: (port) metaserver port Index: changes.txt =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/changes.txt,v retrieving revision 1.118 retrieving revision 1.119 diff -u -d -r1.118 -r1.119 --- changes.txt 1 Mar 2007 11:21:45 -0000 1.118 +++ changes.txt 2 Mar 2007 12:57:50 -0000 1.119 @@ -1,4 +1,8 @@ Netrek XP 2006, Version 1.2: (Released Feb-2007) +- added "messageKeyOnly: (on)/off" so that you will only start messages with the actual + message key(s) if the cursor is in the message windows. Previously, pressing any key + while the cursor was over the message windows/warning window would attempt to send a + message, which sometimes leads to accidental messaging. - changes updatesPerSec so it now only cycles over valid ranges as defined by the server. For a server running at 10 fps, valid update/sec values are 1 2 5 and 10. For a server running at 50 fps, valid update/sec ranges are 1 2 5 10 25 and 50.