Update of /cvsroot/netrek/client/netrekxp
In directory sc8-pr-cvs16:/tmp/cvs-serv3182

Modified Files:
	NetrekXP to do list.C clientr.suo compile.txt rsa.txt 
Log Message:
Add checks against localSDB and mapSDB existing before trying to free them.
Make windowsMove on by default.
Change default save file to be netrekrc not netrekrc.sav.
Two compiler warning fixes for casting int as char.
Detailed the exact bandwidth increase for the 2 full resolution options.
Cleaned up todo list.
Changes to compile.txt and rsa.txt based on user feedback to difficulties
compiling.

Index: clientr.suo
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/clientr.suo,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
Binary files /tmp/cvsqptqhq and /tmp/cvsSMQwHn differ

Index: compile.txt
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/compile.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- compile.txt	28 Feb 2007 09:35:18 -0000	1.13
+++ compile.txt	27 Apr 2007 07:15:27 -0000	1.14
@@ -16,6 +16,10 @@
 InstCWD = path to folder to copy files to (default \netrek_files)
 HelpCompiler = path to hhc.exe from Microsoft's HTML Help Workshop (available from microsoft.com)
 
+Step 1a:
+--------
+Generate your rsa_box files, see rsa.txt for instructions.
+
 Step 2:
 --------
 

Index: rsa.txt
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/rsa.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rsa.txt	7 May 2006 16:59:26 -0000	1.1
+++ rsa.txt	27 Apr 2007 07:15:27 -0000	1.2
@@ -14,6 +14,9 @@
 creator - your mail address for bugs/suggestions
 comment - free text
 
+A minimal use of mkkey would look like this (it requires 5 fields to work):
+mkkey "testkey" "" "" "" ""
+
 After running mkkey.exe with parameters you will have following files created:
 
 key_name - public key part

Index: NetrekXP to do list.C
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/NetrekXP to do list.C,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -d -r1.144 -r1.145
--- NetrekXP to do list.C	25 Apr 2007 06:50:38 -0000	1.144
+++ NetrekXP to do list.C	27 Apr 2007 07:15:26 -0000	1.145
@@ -19,19 +19,19 @@
 is rotated.  Only solution so far is to moderate border refresh with scaled bitmaps.
 2) AddFontResourceEx caused problems with win 98 machines.  Commented out, and using
 old AddFontResource function.
-
-Things to do:
-2) Get square planet bitmaps so I can turn them into mapped rotating globes.
 3) Metaping on a Unknown server is causing unseemly delay due to threading.  I believe
 this is fixed.
-4) Some sort of click action on player list brings up a menu with settings for that
-player's candock, cantranswarp, ban, ignore, etc.
-5) Out of bounds message window calcs don't work with taskbar or menu bar, basewin
-rect doesn't take these into account.
-6) sendto() error: 10049 on metaserver connect to a bad server, believe it's due
+4) sendto() error: 10049 on metaserver connect to a bad server, believe it's due
 to hostname not resolving.  Currently fixed by using mulitple attempts to resolve bad
 host names.
-7) With expanded tactical ..can now see ships at galactic coordinates (-500,-500),
+
+Things to do:
+1) Get square planet bitmaps so I can turn them into mapped rotating globes.
+2) Some sort of click action on player list brings up a menu with settings for that
+player's candock, cantranswarp, ban, ignore, etc.
+3) Out of bounds message window calcs don't work with taskbar or menu bar, basewin
+rect doesn't take these into account.
+4) With expanded tactical ..can now see ships at galactic coordinates (-500,-500),
 if you fly into the NW corner of the galaxy.  this was never anticipated!
 
 Wish list:
@@ -44,4 +44,4 @@
 - fix accelerated scroll for microsoft mice
 - add msg.phaser to enable formatting of phaser messages
 - parse Announcer messages in hockey games
-- pasting multiline prints \r\n instead of splitting lines
+