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

Modified Files:
	NetrekXP to do list.C clientr.suo 
Log Message:
Changed back to the old army icon, the new one was just too ugly.
Decreased step size of zoom keys.
Turned off the extra border redraws during cambot playback.
Added a little fudge factor to the planet resources by drawing them
all 1 pixel wider, this has a big impact on the quality of the graphics
as due to rounding, they tended to get squished.  Update the clear
routines accordingly.
Removed the army men/gas can/wrench from the unused art
section as they got used (well 2 of them did).
Added 2 pieces of art taken from gltrek.

Index: NetrekXP to do list.C
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/NetrekXP to do list.C,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- NetrekXP to do list.C	7 Apr 2007 09:16:14 -0000	1.128
+++ NetrekXP to do list.C	7 Apr 2007 11:35:20 -0000	1.129
@@ -41,7 +41,9 @@
 10) sendto() error: 10049 on metaserver connect to a bad server, believe it's due
 to hostname not resolving.  Currently fixed by using mulitple attempts to resolve bad
 host names.
-11) CPU profile cambot
+11) CPU profile cambot - revealed draw border issue (fixed, turned off extra border
+refreshes during playback), the rest is just the usual CPU use from doing very fast
+redraws
 12) minor richtext issue with scrolling - extra line at the end
 13) With expanded tactical ..can now see ships at galactic coordinates (-500,-500),
 if you fly into the NW corner of the galaxy.  this was never anticipated!
@@ -52,7 +54,5 @@
 - 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 ?)
 - 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.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
Binary files /tmp/cvs1vNF0t and /tmp/cvsHCGsDw differ