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

Modified Files:
	NetrekXP to do list.C 
Log Message:
First attempt at some resource display for new planets.
Gonna have to rewrite doublebuffering code to make it an rc option, all these duplicate function calls is getting crazy
(or quadruple function calls when beeplite and doublebuffering come into play at once).

Index: NetrekXP to do list.C
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/NetrekXP to do list.C,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- NetrekXP to do list.C	20 May 2006 03:55:23 -0000	1.25
+++ NetrekXP to do list.C	20 May 2006 17:09:39 -0000	1.26
@@ -48,7 +48,10 @@
 9) Use nebula pic
 10) fix clock - rewrite overlaybitmap calls to use SRCAND
 10a) rewrite all scalebitmap functions to use angle not p_dir
-11) need resources drawn somehow
+10b) rewrite all doublebuffering so it's rc option - eliminate all these double
+functions!!$!%^
+11) clean up code with resource drawing for overlay and refresh purposes
+11a) get new bitmaps for resources
 13) changing teams doesn't set delay to 0 for declare war , as it should (server fix pending)
 14) Bug with waraction..was being called even when clicking on border (broke function)
 ..I added a default return to switch statement, but the underlying bug still remains.