X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=2943e645c14033521ab84e12d65032ffb50dc67c;hb=76334a7dc0e0bffe01ee32c31a5522d35341a7dd;hp=b512d1cf513eaf211b86d654f5b0632dda74ed1b;hpb=90f8536de7ebd32951dd44b0a2046a088f8a9c5a;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index b512d1cf..2943e645 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 @@ -1497,7 +1505,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;