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

Modified Files:
	NetrekXP to do list.C clientr.suo 
Log Message:
Changed COW, KRP and text dashboard so they display ATT ship correctly
Changed the way dashboard reports negative values for the bars (hull,shield,fuel,etc) - instead of getting a garbled display since most of the dashboards can't handle negative values, the number will display as a positive number, but will be in red font.  This effects cases such as the KRP dashboard when your ship dies (hull goes to negative).
Fixed ATT maxfuel to match server value

Index: NetrekXP to do list.C
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/NetrekXP to do list.C,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- NetrekXP to do list.C	14 Jun 2006 10:38:36 -0000	1.54
+++ NetrekXP to do list.C	15 Jun 2006 05:09:04 -0000	1.55
@@ -1,8 +1,7 @@
 List for the netrekrc/installer:
-1) Change recommendation on metaserver from off to on!
-2) there should be some sort of chance to give default resolution in GUI,
+1) there should be some sort of chance to give default resolution in GUI,
 which then maps windows accordingly.
-3) Add chance for player to input their default login name - tired of seeing
+2) Add chance for player to input their default login name - tired of seeing
 new-be-nice!!
 
 Things not gonna happen, or server problems:
@@ -10,9 +9,8 @@
 away, etc).  Don't think this is fixable.
 2) torp_other and plasma_other not working right due to lack of torp fuse info
 3) Can't bomb enemy 3rd space planets in your T-mode opponent's space.
-4) ATT not listed as valid ship even if it's in sysdef.
-5) in orbit.c, pftranswarp strangeness.
-6) look into swar/war in repair time, with obs and plr - doesn't seem to be any way
+4) in orbit.c, pftranswarp strangeness.
+5) look into swar/war in repair time, with obs and plr - doesn't seem to be any way
 for an obs to know what the war decs are of the person he is observing. Best solution
 is to just have server send repair time and planet orbit info.
 
@@ -57,6 +55,7 @@
 7a) review all scrolling messes up text, if bottom of window is below the visible
 bottom border of netrek window.  Actually will happen to whatever window is mapped 
 down there at bottom of screen
+9)  text break with ATT
 
 Stas's list:
 - color coded playerlist.

Index: clientr.suo
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/clientr.suo,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
Binary files /tmp/cvs9NsHBi and /tmp/cvsp8TgDt differ