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

Modified Files:
	NetrekXP to do list.C build.cmd clientr.suo 
Log Message:
The default configuration file has been changed from netrekrc to netrekrc.txt
to make life easier on Windows users.  Extensionless filenames are a unix
artifact and it's just for the better this way, in the long run.
Moved netrekrc.txt file from docs folder to a new folder called netrekrc, just
makes for easier/more logical build routine.  Previously, text files in the same
source docs folder were copied to different destination folders.  Now each
source folder only has items that get sent to the same destination folder.
Cambot playback speed 9 is now halfway between speed 8 and max speed,
to provide a finer control over speed at the highest playback speeds.  Of
course > and < work just fine too.
Default playback speed now assumes 10 updates/sec instead of 6.5/sec.
Double buffering now used for cambot playback.  Fixes the issue with border
redraw so that's turned back on too.
Moved cambot playback delay variable pbdelay from local to global, so that
receiving a FPS feature packet will set the playback speed.

Index: NetrekXP to do list.C
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/NetrekXP to do list.C,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -d -r1.146 -r1.147
--- NetrekXP to do list.C	12 May 2007 20:26:54 -0000	1.146
+++ NetrekXP to do list.C	14 May 2007 02:56:35 -0000	1.147
@@ -33,7 +33,6 @@
 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!
-5) change netrekrc to netrekrc.txt
 
 Wish list:
 1) Rewrite graphics engine using SDL

Index: clientr.suo
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/clientr.suo,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -d -r1.129 -r1.130
Binary files /tmp/cvsVGLGX9 and /tmp/cvsZxKOCI differ

Index: build.cmd
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/build.cmd,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- build.cmd	19 Apr 2007 08:50:23 -0000	1.26
+++ build.cmd	14 May 2007 02:56:35 -0000	1.27
@@ -509,7 +509,8 @@
 copy resources\docs\*.doc %InstCWD%\netrek\docs
 copy resources\docs\*.dat %InstCWD%\netrek\docs
 copy resources\docs\*.txt %InstCWD%\netrek\docs
-copy resources\docs\netrekrc %InstCWD%\netrek
+
+copy resources\netrekrc\netrekrc.txt %InstCWD%\netrek
 
 mkdir %InstCWD%\netrek\sounds
 copy resources\sounds\*.wav %InstCWD%\netrek\sounds