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

Modified Files:
	NetrekXP to do list.C clientr.suo 
Log Message:
Minor fixes to error request messgaes in certain metaserver/metaping cases.
Moved initial read of updatesPerSec to occur after receipt of feature packets.
Server is now sending both FPS and UPS on client connect, but we want client
to send a request for updatesPerSec using the value in the netrekrc, so we need
to read it in after those initial feature packets are received.

Index: NetrekXP to do list.C
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/NetrekXP to do list.C,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -d -r1.109 -r1.110
--- NetrekXP to do list.C	2 Mar 2007 12:57:43 -0000	1.109
+++ NetrekXP to do list.C	3 Mar 2007 10:02:43 -0000	1.110
@@ -47,20 +47,16 @@
 9) Out of bounds message window calcs don't work with taskbar or menu bar, basewin
 rect doesn't take these into account.
 10) Make sure all ping related fields are switched correctly via metasort.
-11) Server issue with ships in orbit at 50 fps.
-12) sendto() error: 10049 on metaserver connect to a bad server
-12a) Why getting recvfrom timeout errors from multicast metaserver connect?
+10a) sendto() error: 10049 on metaserver connect to a bad server, believe it's due
+to hostname not resolving
 
 Stas's list:
-- color coded playerlist.
-! server: ita won't block RCDs (why not ?)
-! after res if there cloaker around he will be seen briefly (speed 0 bug)
+- color coded (?) and scrollable playerlist.
 - add "reset to defaults" to options menu
 - add shiftMouse, controlMouse on/off
 - fix accelerated scroll for microsoft mice
 - add msg.phaser to enable formatting of phaser messages
 - add copy/paste possibility from message windows (richtext ?)
 - add clickable urls from message windows (richtext ?)
-- scrollable player list
 - parse Announcer messages in hockey games
 - pasting multiline prints \r\n instead of splitting lines

Index: clientr.suo
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/clientr.suo,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
Binary files /tmp/cvs4Lvwin and /tmp/cvsrt52Za differ