From 7dfdd68dd5f1d74d4b9cc08d213659aa0416da46 Mon Sep 17 00:00:00 2001 From: Eukara Date: Tue, 11 Feb 2020 23:13:53 +0000 Subject: [PATCH] Updated TW's engine config. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5617 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/config_wastes.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/engine/common/config_wastes.h b/engine/common/config_wastes.h index 4a9befe24..2c1a58ab5 100644 --- a/engine/common/config_wastes.h +++ b/engine/common/config_wastes.h @@ -15,7 +15,7 @@ #define GAME_SHORTNAME "wastes" #define GAME_FULLNAME FULLENGINENAME #define GAME_BASEGAMES GAME_SHORTNAME -#define GAME_PROTOCOL "FTE-TW" +#define GAME_PROTOCOL "The-Wastes" #define GAME_DEFAULTPORT 23000 //#define GAME_IDENTIFYINGFILES NULL //with multiple games, this string-list gives verification that the basedir is actually valid. if null, will just be assumed correct. //#define GAME_DOWNLOADSURL NULL //url for the package manger to update from @@ -159,8 +159,8 @@ #undef HLSERVER #undef FTPSERVER //#undef CLIENTONLY //leave this up to the makefiles. -#undef HAVE_GNUTLS //linux tls/dtls support -#undef HAVE_WINSSPI //windows tls/dtls support +#define HAVE_GNUTLS //linux tls/dtls support +#define HAVE_WINSSPI //windows tls/dtls support #undef HAVE_JUKEBOX //includes built-in jukebox crap #undef HAVE_MEDIA_DECODER //can play cin/roq, more with plugins #undef HAVE_MEDIA_ENCODER //capture/capturedemo work. @@ -174,7 +174,7 @@ //FIXME: Stuff that Spike has added that eukara needs to decide whether to use or not. #define HAVE_OPUS -//#define HAVE_OPENSSL +#undef HAVE_OPENSSL //#define IMAGEFMT_HDR //#define IMAGEFMT_PBM //#define IMAGEFMT_PSD