QTfrontend/hwconsts.h
branchflibqtfrontend
changeset 8133 2d0f56423eb3
parent 7905 15577789ab8b
child 8208 171da01bd04d
equal deleted inserted replaced
8130:4cab13c82b4e 8133:2d0f56423eb3
    42 
    42 
    43 extern QString * cDefaultAmmoStore;
    43 extern QString * cDefaultAmmoStore;
    44 extern int cAmmoNumber;
    44 extern int cAmmoNumber;
    45 extern QList< QPair<QString, QString> > cDefaultAmmos;
    45 extern QList< QPair<QString, QString> > cDefaultAmmos;
    46 
    46 
    47 extern unsigned int colors[];
    47 extern quint32 colors[];
    48 
    48 
    49 extern QString * netHost;
    49 extern QString * netHost;
    50 extern quint16 netPort;
    50 extern quint16 netPort;
    51 
    51 
    52 extern bool haveServer;
    52 extern bool haveServer;
   103 #define SEASON_CHRISTMAS 2
   103 #define SEASON_CHRISTMAS 2
   104 #define SEASON_HWBDAY 4
   104 #define SEASON_HWBDAY 4
   105 #define SEASON_EASTER 8
   105 #define SEASON_EASTER 8
   106 
   106 
   107 #define NETGAME_DEFAULT_PORT 46631
   107 #define NETGAME_DEFAULT_PORT 46631
   108 
       
   109 
       
   110 // see http://en.wikipedia.org/wiki/List_of_colors
       
   111 /*define HW_TEAMCOLOR_ARRAY  {0xff007fff, /. azure          ./ \
       
   112                               0xffdd0000, /. classic red    ./ \
       
   113                               0xff3e9321, /. classic green  ./ \
       
   114                               0xffa23dbb, /. classic purple ./ \
       
   115                               0xffffb347, /. pastel orange  ./ \
       
   116                               0xffcfcfc4, /. pastel gray    ./ \
       
   117                               0xffbff000, /. lime           ./ \
       
   118                               0xffffef00, /. yellow         ./ \
       
   119                               // add new colors here
       
   120                               0 }*/
       
   121 /*
       
   122 #define HW_TEAMCOLOR_ARRAY  { 0xffd12b42, /. red    ./ \
       
   123                               0xff4980c1, /. blue   ./ \
       
   124                               0xff6ab530, /. green  ./ \
       
   125                               0xffbc64c4, /. purple ./ \
       
   126                               0xffe76d14, /. orange ./ \
       
   127                               0xff3fb6e6, /. cyan   ./ \
       
   128                               0xffe3e90c, /. yellow ./ \
       
   129                               0xff61d4ac, /. mint   ./ \
       
   130                               0xfff1c3e1, /. pink   ./ \
       
   131                               // add new colors here
       
   132                               0 }*/
       
   133 /* another set. this one is a merge of mikade/bugq colours w/ a bit of channel feedback */
       
   134 #define HW_TEAMCOLOR_ARRAY  { 0xffff0204, /* red    */ \
       
   135                               0xff4980c1, /* blue   */ \
       
   136                               0xff1de6ba, /* teal   */ \
       
   137                               0xffb541ef, /* purple */ \
       
   138                               0xffe55bb0, /* pink   */ \
       
   139                               0xff20bf00, /* green  */ \
       
   140                               0xfffe8b0e, /* orange */ \
       
   141                               0xff5f3605, /* brown  */ \
       
   142                               0xffffff01, /* yellow */ \
       
   143                               /* add new colors here */ \
       
   144                               0 }