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

Modified Files:
	NetrekXP to do list.C clientr.suo 
Log Message:
Added "mainTitleBar: on/(off)" to choose whether to start game with title bar on.  As always, title bar can be toggled by alt+enter.
Changed default phaser window size.
Updated to do list.

Index: NetrekXP to do list.C
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/NetrekXP to do list.C,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- NetrekXP to do list.C	19 Jun 2006 04:46:02 -0000	1.56
+++ NetrekXP to do list.C	23 Jun 2006 08:50:13 -0000	1.57
@@ -20,18 +20,12 @@
 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 if
 there is no movement anywhere on map, and observer sound also messes up
-2) Observers don't get any geno message at all (head to default which is error message) -
-actually, they do get the whydead, but it's somehow after they are sent to quit screen.
-When obs quits, their state is K_WINNER ..and they see the new geno bitmap.
+2) Observers don't get any geno message at all due to whydead not being sent as
+a critical packet
 3) The new smooth turning only working on self, not obs or others - short packets only
 send headings of 16 positions.
 4) Others speed only sent to 16..messed up for obs locked onto puck in hockey,
 or twarpers
-5) More detail on problem with whydead not updating with SP on.  It's not just an observer thing,
-for players too, the first update where pstatus changes, whydead is not sent.  Only on 2nd update.
-Now for regular players, not a problem, as they get several explosion updates on geno, so on 2nd explosion
-frame they get the proper whydead.  But observers just go to quit screen.  So they don't have updated
-whydead until next update.
 
 Things that are sorta fixed, but could use improvement:
 1) Bug with waraction..was being called even when clicking on border (broke function)
@@ -57,7 +51,10 @@
 scroll button, alt-enter, change to review all..and it shows up.
 7a) review all scrolling messes up text, if bottom of window is below the visible
 bottom border of netrek window.  Actually will happen to whatever window is mapped 
-down there at bottom of screen
+down there at bottom of screen.  Apprently the native windows function doesn't properly
+scroll text that is outside the viewable window.
+8) Have client utilize new pingpong plasma server code
+9) Have client utilize new server torp vector code
 
 Stas's list:
 - color coded playerlist.

Index: clientr.suo
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/clientr.suo,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
Binary files /tmp/cvsh2naTh and /tmp/cvsVBWvJM differ