Merge from Git repository

--HG--
branch : develop
hg/develop
NO-BREAK SPACE OÜ 5 years ago
commit 94f0899f99

@ -1048,9 +1048,9 @@ void getCallStack(std::string &result, sint skipNFirst)
} }
void getCallStackAndLog (string &result, sint /* skipNFirst */) void getCallStackAndLog (string &result, sint skipNFirst)
{ {
//getCallStack(result, skipNFirst); getCallStack(result, skipNFirst);
//#ifdef NL_OS_WINDOWS //#ifdef NL_OS_WINDOWS
// try // try
// { // {

@ -46,8 +46,11 @@ StartupPage = "/login/r2_login.php";
StartupVerify = 1; StartupVerify = 1;
ConditionsTermsURL = "http://www.gnu.org/licenses/agpl-3.0.html"; ConditionsTermsURL = "http://www.gnu.org/licenses/agpl-3.0.html";
LoginSupportURL = "https://open.ryzom.dev/ams/"; LoginSupportURL = "https://open.ryzom.dev/ams/";
NamingPolicyURL = "https://open.ryzom.dev/ams/"; NamingPolicyURL = "https://open.ryzom.dev/ams/";
ForgetPwdURL = "https://open.ryzom.dev/ams/";
InstallWebPage = "https://open.ryzom.dev/ams/";
StreamedPackageHosts = { "https://cdn.ryzom.dev/open/stream/" };
// Full path and filename where cURL can find certificate bundle file // Full path and filename where cURL can find certificate bundle file
// cacert.pem file can be downloaded from https://curl.haxx.se/docs/caextract.html // cacert.pem file can be downloaded from https://curl.haxx.se/docs/caextract.html

@ -158,8 +158,8 @@ int main(int argc, char **argv)
// init the Nel context // init the Nel context
CApplicationContext *appContext = new CApplicationContext; CApplicationContext *appContext = new CApplicationContext;
// disable nldebug messages in logs in Release // disable nldebug messages in logs in FV
#ifdef NL_RELEASE #if FINAL_VERSION && defined(NL_RELEASE)
DisableNLDebug = true; DisableNLDebug = true;
#endif #endif

@ -191,7 +191,7 @@ struct CClientPatcherTranslations : public NLMISC::CI18N::ILoadProxy
}; };
// hardcoded URL to not depend on external files // hardcoded URL to not depend on external files
static const std::string PatchUrl = "http://dl.ryzom.com/patch_live"; static const std::string PatchUrl = "https://cdn.ryzom.dev/open/patch";
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {

Loading…
Cancel
Save