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

Modified Files:
	NetrekXP to do list.C clientr.suo 
Log Message:
Fixed error messages with cambot and beeplite by removing the DBICONHEADER
printout on bitmap/window hwnd mismatch.
Fixed beeplite bitmap storage so they are set to window 'w' rather than 'mapw'.
Fixed music playback with cambot so it stops playing on entry properly.
Fixed bug with metaserver not sorting correcty sometimes, and some server entries
not having their metaping field initialized.  Also added a better check against
saving corrupted server entries.

Index: NetrekXP to do list.C
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/NetrekXP to do list.C,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- NetrekXP to do list.C	3 Mar 2007 10:02:43 -0000	1.110
+++ NetrekXP to do list.C	11 Mar 2007 22:15:57 -0000	1.111
@@ -35,20 +35,16 @@
 2) Save options for observer/servernick/servertype need to be saved
 3) Get square planet bitmaps so I can turn them into mapped rotating globes.
 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.  However if cache is working
-properly, after the first connect, all servers should be stored and the metaserver window
-should not resize due to differences between the metaservers.
-5a) Metaping on a Unknown server is causing unseemly delay due to threading.
+5) Metaping on a Unknown server is causing unseemly delay due to threading.
 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) 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.
-10a) sendto() error: 10049 on metaserver connect to a bad server, believe it's due
-to hostname not resolving
+10) sendto() error: 10049 on metaserver connect to a bad server, believe it's due
+to hostname not resolving.  Should be fixed.
+12) fix redraw for stationary ships with new planets
 
 Stas's list:
 - color coded (?) and scrollable playerlist.

Index: clientr.suo
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/clientr.suo,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
Binary files /tmp/cvsKT2X7j and /tmp/cvsfDdykc differ