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

Modified Files:
	NetrekXP to do list.C clientr.suo 
Log Message:
Change to border refresh rate.  Doesn't needlessly redraw unless using the new ship bitmaps,
and even with those, it redraws at most 10 times/sec, as this is a CPU intensive function.  Added
bonus that ships can now be seen in the border region, increasing tactical viewable range.

Index: NetrekXP to do list.C
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/NetrekXP to do list.C,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- NetrekXP to do list.C	26 Feb 2007 13:20:23 -0000	1.102
+++ NetrekXP to do list.C	27 Feb 2007 10:16:29 -0000	1.103
@@ -23,7 +23,7 @@
 
 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
-is rotated.  Only solution so far is to ignore borders with scaled bitmaps.
+is rotated.  Only solution so far is to moderate border refresh with scaled bitmaps.
 2) AddFontResourceEx caused problems with win 98 machines.  Commented out, and using
 old AddFontResource function.
 3) planet resource placement and refresh (for new planet bitmaps) will need adjusting if 

Index: clientr.suo
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/clientr.suo,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
Binary files /tmp/cvsYxNT83 and /tmp/cvsNSvL4K differ