mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-02-06 23:40:57 +00:00
More TW config adjustments in preparation for TWTest
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6227 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
6c5bd42d93
commit
7998f9d42c
1 changed files with 12 additions and 7 deletions
|
@ -51,13 +51,15 @@
|
||||||
|
|
||||||
/* uncompressed textures */
|
/* uncompressed textures */
|
||||||
#define IMAGEFMT_BMP /* sprays */
|
#define IMAGEFMT_BMP /* sprays */
|
||||||
#define IMAGEFMT_TGA /* disable for RELEASE? */
|
#define IMAGEFMT_TGA
|
||||||
|
|
||||||
/* compressed textures */
|
/* compressed textures */
|
||||||
#define IMAGEFMT_KTX
|
#define IMAGEFMT_KTX
|
||||||
#define DECOMPRESS_ETC2
|
#define DECOMPRESS_ETC2
|
||||||
#define DECOMPRESS_RGTC
|
|
||||||
#define DECOMPRESS_S3TC
|
#define DECOMPRESS_S3TC
|
||||||
|
#define DECOMPRESS_RGTC
|
||||||
|
#define DECOMPRESS_BPTC
|
||||||
|
#define DECOMPRESS_ASTC
|
||||||
|
|
||||||
/* To be able to comm with Frag-Net.com */
|
/* To be able to comm with Frag-Net.com */
|
||||||
#define HAVE_PACKET
|
#define HAVE_PACKET
|
||||||
|
@ -87,10 +89,16 @@
|
||||||
#define TERRAIN
|
#define TERRAIN
|
||||||
|
|
||||||
/* audio */
|
/* audio */
|
||||||
#define AVAIL_OPENAL
|
#define USEEFX
|
||||||
|
#undef AVAIL_OPENAL
|
||||||
|
#define MIXER_F32
|
||||||
|
#define HAVE_MIXER
|
||||||
#define AVAIL_OGGVORBIS
|
#define AVAIL_OGGVORBIS
|
||||||
#define HAVE_OPUS
|
#define HAVE_OPUS
|
||||||
#define VOICECHAT
|
#define VOICECHAT
|
||||||
|
#define AVAIL_DSOUND
|
||||||
|
#define AVAIL_XAUDIO2
|
||||||
|
#define AVAIL_WASAPI
|
||||||
|
|
||||||
/* Model formats, IQM/VVM and HLMDL for legacy maps */
|
/* Model formats, IQM/VVM and HLMDL for legacy maps */
|
||||||
#define INTERQUAKEMODELS
|
#define INTERQUAKEMODELS
|
||||||
|
@ -121,8 +129,6 @@
|
||||||
#undef D3D9QUAKE /* MICROS~1 trash */
|
#undef D3D9QUAKE /* MICROS~1 trash */
|
||||||
#undef D3D11QUAKE /* MICROS~1 trash */
|
#undef D3D11QUAKE /* MICROS~1 trash */
|
||||||
#undef D3D8QUAKE /* MICROS~1 trash */
|
#undef D3D8QUAKE /* MICROS~1 trash */
|
||||||
#undef AVAIL_WASAPI /* windows advanced sound api */
|
|
||||||
#undef AVAIL_DSOUND /* MICROS~1 trash */
|
|
||||||
#undef BOTLIB_STATIC /* q3 botlib */
|
#undef BOTLIB_STATIC /* q3 botlib */
|
||||||
#undef AVAIL_XZDEC /* .xz decompression */
|
#undef AVAIL_XZDEC /* .xz decompression */
|
||||||
#undef HAVE_SPEEX /* .xz decompression */
|
#undef HAVE_SPEEX /* .xz decompression */
|
||||||
|
@ -142,7 +148,7 @@
|
||||||
#undef SVRANKING /* legacy server-side ranking system */
|
#undef SVRANKING /* legacy server-side ranking system */
|
||||||
#undef USERBE /* required for physics */
|
#undef USERBE /* required for physics */
|
||||||
#undef RAGDOLL /* ragdoll support. requires RBE support */
|
#undef RAGDOLL /* ragdoll support. requires RBE support */
|
||||||
#undef HUFFNETWORK /* crappy network compression. probably needs reseeding */
|
#define HUFFNETWORK /* crappy network compression. probably needs reseeding */
|
||||||
#undef SVCHAT /* ancient lame builtin to support NPC-style chat.. */
|
#undef SVCHAT /* ancient lame builtin to support NPC-style chat.. */
|
||||||
#undef VM_Q1 /* q1qvm implementation, to support ktx */
|
#undef VM_Q1 /* q1qvm implementation, to support ktx */
|
||||||
#undef Q2SERVER /* q2 server+gamecode */
|
#undef Q2SERVER /* q2 server+gamecode */
|
||||||
|
@ -163,7 +169,6 @@
|
||||||
#undef SIDEVIEWS
|
#undef SIDEVIEWS
|
||||||
#undef MAX_SPLITS
|
#undef MAX_SPLITS
|
||||||
#undef SUBSERVERS /* multi-map */
|
#undef SUBSERVERS /* multi-map */
|
||||||
#undef HAVE_MIXER /* OpenAL only */
|
|
||||||
#undef VM_LUA /* lua game-logic */
|
#undef VM_LUA /* lua game-logic */
|
||||||
#undef HLCLIENT /* regressed, unfinished*/
|
#undef HLCLIENT /* regressed, unfinished*/
|
||||||
#undef HLSERVER /* regressed, unfinished */
|
#undef HLSERVER /* regressed, unfinished */
|
||||||
|
|
Loading…
Reference in a new issue