Update of /cvsroot/netrek/client/netrekxp/include In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv618/include Modified Files: bitmaps.h data.h Log Message: New graphics for the team select windows The "Flags" text on COW and KRP dashboards will now turn red if your ship is weapon temped or engine temped Index: bitmaps.h =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/include/bitmaps.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- bitmaps.h 14 Jun 2006 10:38:38 -0000 1.14 +++ bitmaps.h 14 Mar 2007 23:24:05 -0000 1.15 @@ -86,6 +86,10 @@ #define BMP_STIPPLE 22 #define BMP_GENO 23 #define BMP_GENO2 24 +#define BMP_FEDTEAM 25 +#define BMP_ROMTEAM 26 +#define BMP_KLITEAM 27 +#define BMP_ORITEAM 28 #define BMP_SHIPEXPL_FRAMES 5 #define BMP_SBEXPL_FRAMES 7 @@ -103,6 +107,8 @@ #define BMP_CCLOCK_HEIGHT 100 #define BMP_CLOAK_WIDTH 20 #define BMP_CLOAK_HEIGHT 20 +#define BMP_TEAM_SELECT_WIDTH 100 +#define BMP_TEAM_SELECT_HEIGHT 100 #define BMP_SHIELD_WIDTH 20 #define BMP_SHIELD_HEIGHT 20 #define BMP_STIPPLE_WIDTH 16 Index: data.h =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v retrieving revision 1.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- data.h 13 Mar 2007 22:31:17 -0000 1.56 +++ data.h 14 Mar 2007 23:24:05 -0000 1.57 @@ -258,6 +258,7 @@ extern double Sin[], Cos[]; +extern W_Icon fedteam, romteam, kliteam, oriteam; extern W_Icon stipple, clockpic, clockhandpic, genopic, genopic2; extern W_Icon base_expview;