X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=32180326631362a6aca8a9fe2eed0ad1587fb496;hb=b65cb6a4342705f9080d262862c0961f4a808982;hp=b512d1cf513eaf211b86d654f5b0632dda74ed1b;hpb=90f8536de7ebd32951dd44b0a2046a088f8a9c5a;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index b512d1cf..32180326 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -113,6 +113,14 @@ #define API_SERVER_URI_GET "/api/scores/get" #define API_SERVER_URI_RENAME "/api/players/rename" +#if defined(TESTING) +#undef API_SERVER_HOSTNAME +#define API_SERVER_HOSTNAME "api-test.artsoft.org" +#define TEST_PREFIX "test." +#else +#define TEST_PREFIX "" +#endif + // values for touch control #define TOUCH_CONTROL_OFF "off" #define TOUCH_CONTROL_VIRTUAL_BUTTONS "virtual_buttons" @@ -1034,7 +1042,7 @@ struct RuntimeInfo { boolean uses_touch_device; - boolean api_server; + boolean use_api_server; }; struct OptionInfo @@ -1057,6 +1065,8 @@ struct OptionInfo char *debug_mode; char *player_name; + char *identifier; + char *level_nr; boolean mytapes; boolean serveronly; @@ -1497,7 +1507,7 @@ struct SetupInfo int network_player_nr; char *network_server_hostname; - boolean api_server; + boolean use_api_server; char *api_server_hostname; char *api_server_password; boolean ask_for_uploading_tapes;