project_files/frontlib/hwconsts.h
branchflibqtfrontend
changeset 8276 d4e113e745a9
parent 8263 a0d586321d6f
child 8278 9cdfcb5b7ddd
equal deleted inserted replaced
8275:e0a134d890e7 8276:d4e113e745a9
    42 #define MIN_SERVER_VERSION 1
    42 #define MIN_SERVER_VERSION 1
    43 
    43 
    44 //! Used for sending scripts to the engine
    44 //! Used for sending scripts to the engine
    45 #define MULTIPLAYER_SCRIPT_PATH "Scripts/Multiplayer/"
    45 #define MULTIPLAYER_SCRIPT_PATH "Scripts/Multiplayer/"
    46 
    46 
    47 #define WEAPONS_COUNT 56
    47 #define WEAPONS_COUNT 55
    48 // TODO allow frontend to override these?
    48 // TODO allow frontend to override these?
    49 /*! A merge of mikade/bugq colours w/ a bit of channel feedback */
    49 /*! A merge of mikade/bugq colours w/ a bit of channel feedback */
    50 #define HW_TEAMCOLOR_ARRAY  { UINT32_C(0xffff0204), /*! red    */ \
    50 #define HW_TEAMCOLOR_ARRAY  { UINT32_C(0xffff0204), /*! red    */ \
    51                               UINT32_C(0xff4980c1), /*! blue   */ \
    51                               UINT32_C(0xff4980c1), /*! blue   */ \
    52                               UINT32_C(0xff1de6ba), /*! teal   */ \
    52                               UINT32_C(0xff1de6ba), /*! teal   */ \
    57                               UINT32_C(0xff5f3605), /*! brown  */ \
    57                               UINT32_C(0xff5f3605), /*! brown  */ \
    58                               UINT32_C(0xffffff01), /*! yellow */ \
    58                               UINT32_C(0xffffff01), /*! yellow */ \
    59                               /*! add new colors here */ \
    59                               /*! add new colors here */ \
    60                               0 } /*! Keep this 0 at the end */
    60                               0 } /*! Keep this 0 at the end */
    61 
    61 
    62 #define AMMOLINE_DEFAULT_QT     "93919294221991210322351110012010000002111101010111110101"
    62 #define AMMOLINE_DEFAULT_QT     "9391929422199121032235111001201000000211110101011111101"
    63 #define AMMOLINE_DEFAULT_PROB   "04050405416006555465544647765766666661555101011154110101"
    63 #define AMMOLINE_DEFAULT_PROB   "0405040541600655546554464776576666666155510101115411101"
    64 #define AMMOLINE_DEFAULT_DELAY  "00000000000002055000000400070040000000002200000006000000"
    64 #define AMMOLINE_DEFAULT_DELAY  "0000000000000205500000040007004000000000220000000600000"
    65 #define AMMOLINE_DEFAULT_CRATE  "13111103121111111231141111111111111112111111011111110101"
    65 #define AMMOLINE_DEFAULT_CRATE  "1311110312111111123114111111111111111211111101111111101"
    66 
    66 
    67 extern const size_t flib_teamcolor_count;
    67 extern const size_t flib_teamcolor_count;
    68 extern const uint32_t flib_teamcolors[];
    68 extern const uint32_t flib_teamcolors[];
    69 
    69 
    70 /**
    70 /**