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

Modified Files:
	NetrekXP to do list.C build.cmd clientr.suo 
Log Message:
New planet bitmaps!  Using Defcom's art.  Changeable via planets menu.
New netrekrc option, "planetBitmapGalaxy: (0-3)", same options as planetBitmap, but now you have
the choice to change map display planets too!  And have map and local planets use different
bitmap sets
Fixed bug where map window border wasn't being redrawn on death
Shortpackets is now off by default.  In the current state of internet connectivity, most people
 don't need the reduced packets, which don't send complete information and break certain features
 such as which direction other players are moving, robot shields, observer geno messages,
 shield/cloak status for warp 0 players, etc.
Fix to problem with bottom and right borders in certain windows (like map) getting overwritten - thanks Stas!
Client now recognizes planets that are flagged as "core", waiting on server patch to
actually get this information and do something with it

Index: NetrekXP to do list.C
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/NetrekXP to do list.C,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- NetrekXP to do list.C	12 May 2006 20:51:30 -0000	1.20
+++ NetrekXP to do list.C	14 May 2006 02:14:54 -0000	1.21
@@ -35,13 +35,11 @@
 - option server/servernick/servertype needs to be saved
 5) A lot of annoying pop up windows (like macro window, default controls) should be
 closeable by shift right click.
-6) With new scaling function, implement Defcom's new bitmaps
-6b) Border issue
-6c) The new smooth turning only working on self, not obs or others - short packets!
+6) Implement Defcom's new planet and ship bitmaps
+6a) Border issue - quite complex problem, how to know the borders to obey after the bitmap
+   is rotated, and where to center bitmap
+6b) The new smooth turning only working on self, not obs or others - short packets!
 7) login not read in before metaserver info (for metablocking purposes)
-8) Border issue on galaxy map - not using right border width for draw purposes, top and right
-borders get overwritten by 1 space.  It's an issue in COW too.
-10) double buffering not working with new bitmaps
 
 Stas's list:
 - color coded playerlist.

Index: clientr.suo
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/clientr.suo,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
Binary files /tmp/cvswGA3oR and /tmp/cvsRibnVJ differ

Index: build.cmd
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/build.cmd,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- build.cmd	12 May 2006 01:54:18 -0000	1.14
+++ build.cmd	14 May 2006 02:14:54 -0000	1.15
@@ -459,6 +459,9 @@
 copy resources\planlibm\rabbit\mplanR.bmp %InstCWD%\netrek\bitmaps\planlibm
 copy resources\planlibm\moo\mplanM.bmp %InstCWD%\netrek\bitmaps\planlibm
 
+mkdir %InstCWD%\netrek\bitmaps\planlibm\color
+copy resources\planlibm\color\*.bmp %InstCWD%\netrek\bitmaps\planlibm\color
+
 mkdir %InstCWD%\netrek\bitmaps\misclib
 copy resources\misclib\mono\sbexplM.bmp %InstCWD%\netrek\bitmaps\misclib
 copy resources\misclib\mono\shexplM.bmp %InstCWD%\netrek\bitmaps\misclib