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

Modified Files:
	NetrekXP to do list.C clientr.suo 
Log Message:
Reverted to old font resource calls due to it breaking client on Win98 and earlier.
Slight fixes to refresh zones for new planet bitmaps.
Compile fix for BCC (doesn't like header files defined halfway through a file).
New README file for Win 95/98/ME users, explaining what options not to use
as they won't work right.

Index: NetrekXP to do list.C
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/NetrekXP to do list.C,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- NetrekXP to do list.C	29 May 2006 23:59:53 -0000	1.42
+++ NetrekXP to do list.C	31 May 2006 03:59:26 -0000	1.43
@@ -31,6 +31,8 @@
 ..I added a default return to switch statement, but the underlying bug still remains.
 3) 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.
+4) AddFontResourceEx caused problems with win 98 machines.  Commented out, and using
+old AddFontResource function.
 
 Things to do:
 1) Add warning hull.
@@ -47,7 +49,7 @@
 8) Is there a cpu leak with double buffering?
 9) Use masking for things like player team/letter display on galactic.  Ship draw on tactical
 (have it overwrite the planet/wrench/gas/army for example, not just combine colors).
-10) Addfontresource change in 4.4.0.4 - causing problems with win 98 machines.
+10) mono kil scout rotation seems off
 11) Get square planet bitmaps from defcom so I can turn them into mapped rotating globes.
 
 Stas's list:

Index: clientr.suo
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/clientr.suo,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
Binary files /tmp/cvssNDDjR and /tmp/cvskOH3Fh differ