From d3276ec65884540080f298ef85490dbbf456dd92 Mon Sep 17 00:00:00 2001 From: Eukara Date: Thu, 23 Jun 2022 18:08:31 +0000 Subject: [PATCH] Update wastes config. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6275 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/config_wastes.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/engine/common/config_wastes.h b/engine/common/config_wastes.h index a2454023..959069be 100644 --- a/engine/common/config_wastes.h +++ b/engine/common/config_wastes.h @@ -35,9 +35,9 @@ #undef VKQUAKE /* not yet, needs more testing */ /* disable quake specific hacks and overrides */ -#define QUAKETC +#undef QUAKETC #define NOBUILTINMENUS -#define NOLEGACY +#undef NOLEGACY /* engine behaviour */ #define PLUGINS /* enables fteplug_ files */ @@ -101,14 +101,14 @@ #define TERRAIN /* audio */ -#define AVAIL_DSOUND +#define AVAIL_DSOUND #undef AVAIL_OPENAL #define AVAIL_OGGVORBIS #define HAVE_OPUS #define VOICECHAT - -/* todo: make OpenAL only */ -#define HAVE_MIXER + +/* todo: make OpenAL only */ +#define HAVE_MIXER /* Model formats, IQM/VVM and HLMDL for legacy maps */ #define INTERQUAKEMODELS @@ -139,13 +139,13 @@ #undef DPMMODELS #undef PSKMODELS #undef MENU_NATIVECODE /* native menu replacing menuQC */ -#undef MVD_RECORDING /* server can record MVDs. */ +#define MVD_RECORDING /* server can record MVDs. */ #undef AVAIL_WASAPI /* windows advanced sound api */ //#undef AVAIL_DSOUND /* MICROS~1 trash */ #undef BOTLIB_STATIC /* q3 botlib */ #undef AVAIL_XZDEC /* .xz decompression */ #undef HAVE_SPEEX /* .xz decompression */ -#undef AVAIL_GZDEC /* .gz decompression */ +#define AVAIL_GZDEC /* .gz decompression */ #undef PACKAGE_DZIP /* .dzip special-case archive support */ #undef AVAIL_PNGLIB /* .png image format support (read+screenshots) */ #undef AVAIL_JPEGLIB /* .jpeg image format support (read+screenshots) */ @@ -155,9 +155,9 @@ #undef IMAGEFMT_BLP #undef NETPREPARSE /* allows for running both nq+qw on the same server (if not, protocol used must match gamecode) */ #undef USE_SQLITE /* sql-database-as-file support */ -#undef QUAKESTATS /* defines STAT_HEALTH etc. if omitted, you'll need to provide that functionality yourself */ -#undef QUAKEHUD /* support for drawing the vanilla hud */ -#undef QWSKINS /* disabling this means no qw .pcx skins nor enemy/team skin/colour forcing */ +#define QUAKESTATS /* defines STAT_HEALTH etc. if omitted, you'll need to provide that functionality yourself */ +#define QUAKEHUD /* support for drawing the vanilla hud */ +#define QWSKINS /* disabling this means no qw .pcx skins nor enemy/team skin/colour forcing */ #undef SVRANKING /* legacy server-side ranking system */ #define HUFFNETWORK /* crappy network compression. probably needs reseeding */ #undef SVCHAT /* ancient lame builtin to support NPC-style chat.. */ @@ -166,8 +166,8 @@ #undef Q2CLIENT /* q2 client. file formats enabled separately */ #undef Q3CLIENT /* q3 client stuff */ #undef Q3SERVER /* q3 server stuff */ -#undef HEXEN2 /* runs hexen2 gamecode, supports hexen2 file formats */ -#undef NQPROT /* act as an nq client/server, with nq gamecode */ +#define HEXEN2 /* runs hexen2 gamecode, supports hexen2 file formats */ +#define NQPROT /* act as an nq client/server, with nq gamecode */ #undef WEBSERVER /* sv_ftp + sv_http cvars */ #undef RUNTIMELIGHTING /* automatic generation of .lit files */ #undef R_XFLIP /* old silly thing */ @@ -203,7 +203,7 @@ #undef IMAGEFMT_JPG #undef IMAGEFMT_GIF #undef IMAGEFMT_EXR -#undef IPLOG +#define IPLOG #undef AVAIL_BOTLIB #undef AVAIL_BZLIB #undef DECOMPRESS_ASTC