Update of /cvsroot/netrek/client/netrekxp/win32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5894/win32

Modified Files:
	config.h 
Log Message:
Major features in this patch are:
Merge of Stas' latest source into client.
 - Lots of double buffering code
 - Cleanup of protoyping functions and proper variable initialization
 - Addition of working RSA key generator mkkey.exe (this necessitates another DLL in the source)
 - Updated compile instructions, and a new document on how to make a RSA key
 - Working version of winkey with BCC compiler
 - Bug fixes as per listed in his change log
Cleanup of changes list to remove bug fix/stuff only coders need to know.
Removal of buildexe script - Stas rewrote build to make this obsolete
Addition of HR bitmap set (including a few placeholder bitmaps until art is done)
Metablock patch accepted (not working proper yet though due to retrieving login issue)
Probably a few other things I forgot about!

Index: config.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/win32/config.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- config.h	29 Apr 2006 19:22:38 -0000	1.7
+++ config.h	7 May 2006 16:59:28 -0000	1.8
@@ -126,6 +126,9 @@
 /*      RACE_COLORS             - additional bitplane for race colors           */
 #define RACE_COLORS
 
+/*      DOUBLE_BUFFERING        - paint using double buffering to remove flicker (not working) */
+#undef  DOUBLE_BUFFERING
+
 #define PLIST1 
 #define PLIST 
 #define CONTROL_KEY