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

Modified Files:
	NetrekXP to do list.C clientr.suo 
Log Message:
Fixed regression that was causing UDP metacache to not load.
Reversed order of load UDP metacache and send request, so that cache is loaded first.
Removed redundant metasort from user request for metaserver refresh, if a metaserver
packet is received, metasort called already.
Added check if message window is totally clipped instead of just partially clipped -
if totally clipped, window behaves as an unmapped window.
If server list has multiple servers with same IP, metaping will now display correct
for all servers, as they will all use the same ping response packets.

Index: NetrekXP to do list.C
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/NetrekXP to do list.C,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- NetrekXP to do list.C	13 Jan 2007 02:53:25 -0000	1.90
+++ NetrekXP to do list.C	23 Jan 2007 11:12:04 -0000	1.91
@@ -18,6 +18,7 @@
 11) if obs in game when merlin quits, queues still open..should be closed dammit
 12) final planet count and cscore would be nice in pw_stats
 13) add auto guest# name generation for INL server
+14) sysdef option for base orbit enemy planets
 
 Things that are sorta fixed, but could use improvement:
 1) Border issue - quite complex problem, how to know the borders to obey after the bitmap
@@ -35,12 +36,14 @@
 4) Pop-up dialog box for bad version response
 5) new UDP metaserver code has issue if 2nd metaserver responding has more servers, can be
 awkward to resize window if user going to click on a server
+5b) Metaping on a Unknown server is causing unseemly delay due to threading.
 6) Fix generic_32 size check
 7) Some sort of click action on player list brings up a menu with settings for that
 player's candock, cantranswarp, ban, ignore, etc.
 8) Maybe fix galactic new planet bitmap redraw sequence, caused incredible lag on a P166
 Win98 xp computer
-9) fix metaping to work if server has multiple entries, ie home and away inl ports
+9) Out of bounds message window calcs don't work with taskbar or menu bar, basewin
+rect doesn't take these into account.
 
 Stas's list:
 - color coded playerlist.

Index: clientr.suo
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/clientr.suo,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
Binary files /tmp/cvs09irXr and /tmp/cvsJey245 differ