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

Modified Files:
	NetrekXP to do list.C build.cmd 
Log Message:
- *.tamu.edu removed from metaserver listing, and direct connect via -h servername
  also removed.  This is due to the policy of blocking all players with the default
  login that comes with the client.
- added new scaling/rotation function that allows us to use higher resolution bitmaps.
  The new bitmap set (made by Defcom) are stored in 80x80 pixel blocks (rather than 20x20
  for all other bitmap sets).  In addition, only 1 bitmap per ship is needed rather than
  32 for each ship position - the rotation is done on the fly by Windows.  To take 
  advantage of the high res bitmap set, Windows 2000 or later is required.  So far
 2 bitmap sets have been completed.

Index: NetrekXP to do list.C
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/NetrekXP to do list.C,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- NetrekXP to do list.C	1 May 2006 18:06:20 -0000	1.14
+++ NetrekXP to do list.C	6 May 2006 05:39:59 -0000	1.15
@@ -38,6 +38,10 @@
 5) A lot of annoying pop up windows (like macro window, default controls) should be
 closeable by shift right click.
 6) With new scaling function, implement Defcom's new bitmaps
+6a) Issue with flickering.
+7) Sorted playerlist messing up with multiple teams , with playerlistobs set to anything
+but ingame players only, or observers only
+7a) When someone leaves, in playersthenobservers option, last line isn't cleared
 
 Might be done:
 1) mouse scroll in message windows gets the up/down coord wrong when main title

Index: build.cmd
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/build.cmd,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- build.cmd	1 May 2006 16:10:17 -0000	1.11
+++ build.cmd	6 May 2006 05:39:59 -0000	1.12
@@ -411,6 +411,12 @@
 copy resources\ships\tinted\ori\orishipT.bmp %InstCWD%\netrek\bitmaps\shiplib
 copy resources\ships\tinted\rom\romshipT.bmp %InstCWD%\netrek\bitmaps\shiplib
 
+copy resources\ships\highres\fedshipHR.bmp %InstCWD%\netrek\bitmaps\shiplib
+copy resources\ships\highres\indshipHR.bmp %InstCWD%\netrek\bitmaps\shiplib
+copy resources\ships\highres\klishipHR.bmp %InstCWD%\netrek\bitmaps\shiplib
+copy resources\ships\highres\orishipHR.bmp %InstCWD%\netrek\bitmaps\shiplib
+copy resources\ships\highres\romshipHR.bmp %InstCWD%\netrek\bitmaps\shiplib
+
 mkdir %InstCWD%\netrek\bitmaps\weaplibm
 mkdir %InstCWD%\netrek\bitmaps\weaplibm\mono
 copy resources\weaplibm\mono\*.bmp %InstCWD%\netrek\bitmaps\weaplibm\mono