Skip to content

Commit

Permalink
Switch to GSC GameSpy server (gamegsc.com).
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kovalenko committed Oct 11, 2014
1 parent 12a2fd1 commit 3964dce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/xrGameSpy/gamespy/common/gsPlatform.h
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
#endif

#if !defined(GSI_DOMAIN_NAME)
#define GSI_DOMAIN_NAME "gamespy.com"
#define GSI_DOMAIN_NAME "gamegsc.com"
#endif


Expand Down
2 changes: 1 addition & 1 deletion src/xrGameSpy/gamespy/gcdkey/gcdkeys.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ gsproduct_t products[MAX_PRODUCTS];
int gcd_init(int gameid)
{
int ret;
const char defaulthost[] = {'k','e','y','.','g','a','m','e','s','p','y','.','c','o','m','\0'}; //key.gamespy.com
const char defaulthost[] = {'k','e','y','.','g','a','m','e','g','s','c','.','c','o','m','\0'}; //key.gamegsc.com

// check if the backend is available
if(__GSIACResult != GSIACAvailable)
Expand Down
2 changes: 1 addition & 1 deletion src/xrGameSpy/gamespy/webservices/AuthService.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const char WS_AUTHSERVICE_SIGNATURE_EXP[] =
"010001";

// This is declared as an extern so it can be overriden when testing
#define WS_LOGIN_SERVICE_URL_FORMAT "https://%s.auth.pubsvs." GSI_DOMAIN_NAME "/AuthService/AuthService.asmx"
#define WS_LOGIN_SERVICE_URL_FORMAT "http://%s.auth.pubsvs." GSI_DOMAIN_NAME "/AuthService/AuthService.asmx"
char wsAuthServiceURL[WS_LOGIN_MAX_URL_LEN] = "";

typedef struct WSIRequestData
Expand Down

0 comments on commit 3964dce

Please sign in to comment.