Update of /cvsroot/netrek/client/netrekxp/include
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23390/include
Modified Files:
data.h proto.h wlib.h
Log Message:
Added "planetHighlighting: on/(off)" to draw a circle around the galaxy planet in the
color of the team owner, and a 2nd white circle if planet has more than 4 armies. Mostly
useful for new planets to easier tell race owner, and army status at a quick glance.
Index: wlib.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/wlib.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- wlib.h 22 May 2006 08:27:52 -0000 1.8
+++ wlib.h 6 Jun 2006 19:50:38 -0000 1.9
@@ -196,6 +196,7 @@
int,
int,
int,
+ int,
W_Color);
extern void W_WriteTriangle (W_Window,
int,
Index: data.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- data.h 6 Jun 2006 08:23:05 -0000 1.29
+++ data.h 6 Jun 2006 19:50:38 -0000 1.30
@@ -229,6 +229,7 @@
extern int showLock;
extern int planetBitmap;
extern int planetBitmapGalaxy;
+extern int planetHighlighting;
extern int rotatePlanets;
extern int logging;
extern int continueTractor;
Index: proto.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/proto.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- proto.h 3 Jun 2006 07:03:42 -0000 1.24
+++ proto.h 6 Jun 2006 19:50:38 -0000 1.25
@@ -596,6 +596,7 @@
int x,
int y,
int r,
+ int highlight,
W_Color color);
void W_WriteTriangle (W_Window window,
int x,