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

Modified Files:
	NetrekXP to do list.C build.cmd clientr.suo clientr.vcproj 
Log Message:
Addition of core flag to planet info and planet menu.
New quit window stuff.
More work on planet bitmaps and draw functions.

Index: clientr.suo
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/clientr.suo,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
Binary files /tmp/cvs4aehI5 and /tmp/cvstIBaej differ

Index: clientr.vcproj
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/clientr.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- clientr.vcproj	12 May 2006 02:27:47 -0000	1.1
+++ clientr.vcproj	16 May 2006 05:10:13 -0000	1.2
@@ -172,7 +172,7 @@
 			<Tool
 				Name="VCLinkerTool"
 				AdditionalOptions="/mapinfo:lines /mapinfo:exports"
-				AdditionalDependencies="libcmt.lib wsock32.lib winmm.lib mpr.lib msvcrt.lib libgmp.lib SDL.lib SDLmain.lib SDL_mixer.lib"
+				AdditionalDependencies="libcmt.lib wsock32.lib winmm.lib mpr.lib msvcrt.lib libgmp.lib msimg32.lib SDL.lib SDLmain.lib SDL_mixer.lib"
 				OutputFile="\netrek_files\netrek\netrek.exe"
 				LinkIncremental="1"
 				SuppressStartupBanner="true"

Index: NetrekXP to do list.C
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/NetrekXP to do list.C,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- NetrekXP to do list.C	14 May 2006 02:14:54 -0000	1.21
+++ NetrekXP to do list.C	16 May 2006 05:10:12 -0000	1.22
@@ -11,14 +11,16 @@
 Things not gonna happen, or server problems:
 1) Player list messaging doesn't work if you can't see player (cloaked, too far
 away, etc).  Don't think this is fixable.
-3) torp_other and plasma_other not working right due to lack of torp fuse info
-4) cloaking/shields at warp 0 doesn't update someone else's tactical on what you did -
-server not sending right info - short packets!
-4a) observer sound messes up when someone flips shields at warp 0, again a server problem
-4b) Locking onto robot cause the observer sound to mess up for shields up/down (this is
-server side problem, for the shield packet not being sent)
-5) Observers don't get any geno message at all (head to default which is error message) - short packets!
-6) Can't bomb enemy 3rd space planets in your T-mode opponent's space.
+2) torp_other and plasma_other not working right due to lack of torp fuse info
+3) Can't bomb enemy 3rd space planets in your T-mode opponent's space.
+
+Things that go wrong when short packets are on:
+1) cloaking/shields at warp 0 doesn't update someone else's tactical on what you did
+2) observer sound messes up when someone flips shields at warp 0
+3) Locking onto robot cause the observer sound to mess up for shields up/down
+4) Observers don't get any geno message at all (head to default which is error message)
+5) The new smooth turning only working on self, not obs or others - short packets only
+send headings of 16 positions.
 
 Things to do:
 1) Add warning hull.
@@ -38,8 +40,13 @@
 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) BUG : Lock on someone as obs, then delock (or whey they die), screen doesn't go blank it
+stays in same drawn state.  Only when short packets off and doublebuffering on.
+9) Use nebula pic
+10) fix clock
+10a) add msimg32.lib to borland compile -assuming can get clock to work and i use transparentblt
+11) need resources drawn somehow
 
 Stas's list:
 - color coded playerlist.

Index: build.cmd
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/build.cmd,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- build.cmd	14 May 2006 02:14:54 -0000	1.15
+++ build.cmd	16 May 2006 05:10:13 -0000	1.16
@@ -472,7 +472,9 @@
 copy resources\misclib\mono\shield.bmp %InstCWD%\netrek\bitmaps\misclib
 copy resources\misclib\mono\stipple.bmp %InstCWD%\netrek\bitmaps\misclib
 copy resources\misclib\mono\vshield.bmp %InstCWD%\netrek\bitmaps\misclib
-copy resources\misclib\color\genocide.bmp %InstCWD%\netrek\bitmaps\misclib
+
+mkdir %InstCWD%\netrek\bitmaps\misclib\color
+copy resources\misclib\color\*.bmp %InstCWD%\netrek\bitmaps\misclib\color
 
 copy resources\fonts\ntfonts2.fon %InstCWD%\netrek