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

Modified Files:
	NetrekXP to do list.C clientr.suo 
Log Message:
Remove constant hockey_mode() calls with a single check on initial client connect, setting
new global bool playing_hockey.
Minor changes inspired by COW implementation of XP 2006 patches.
Map window, player redraw: cleared up some confusing references to lastUpdate, renamed
it a more fitting lastRedraw.  Still needs testing once server is fixed regarding orbit/stationary
ship position updates.
Inlined SDB_lookup as it gets called more than any other function.
Made music and sound arrays static.

Index: NetrekXP to do list.C
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/NetrekXP to do list.C,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- NetrekXP to do list.C	27 Feb 2007 10:16:29 -0000	1.103
+++ NetrekXP to do list.C	28 Feb 2007 07:43:59 -0000	1.104
@@ -47,6 +47,11 @@
 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) ships orbiting and galactip map refresh..blinking..server not sending orbiters
+until every 4th packet? at 50 fps? and every other packet at 20 fps.  Where's the 
+code that makes vplayer not get sent if not moving/in orbit?
+12) remove old sound, all new sound..add sound menu options to turn off sounds
+by category (cloak, weapons, explosions), add rc option for those settings
 
 Stas's list:
 - color coded playerlist.

Index: clientr.suo
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/clientr.suo,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
Binary files /tmp/cvsiDDN6s and /tmp/cvspXPVjT differ