From: havoc Date: Wed, 24 Jan 2007 18:40:26 +0000 (+0000) Subject: added BX_WAL_SUPPORT to extensions list and documented it (.wal texture support has... X-Git-Tag: xonotic-v0.1.0preview~3658 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ac2ed2ab0ce7da11fe1735b321f9252783f7e6ef;p=xonotic%2Fdarkplaces.git added BX_WAL_SUPPORT to extensions list and documented it (.wal texture support has been in for a long time before this) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6750 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/clvm_cmds.c b/clvm_cmds.c index 936d570d..d47d5a05 100644 --- a/clvm_cmds.c +++ b/clvm_cmds.c @@ -18,6 +18,7 @@ //[515]: really need new list ? char *vm_cl_extensions = +"BX_WAL_SUPPORT " "DP_CON_SET " "DP_CON_SETA " "DP_CON_STARTMAP " diff --git a/mvm_cmds.c b/mvm_cmds.c index 251bbb83..33412190 100644 --- a/mvm_cmds.c +++ b/mvm_cmds.c @@ -4,6 +4,7 @@ // Menu char *vm_m_extensions = +"BX_WAL_SUPPORT " "DP_CINEMATIC_DPV " "DP_MENU_EXTRESPONSEPACKET " "DP_QC_ASINACOSATANATAN2TAN " diff --git a/svvm_cmds.c b/svvm_cmds.c index 99958491..f6043336 100644 --- a/svvm_cmds.c +++ b/svvm_cmds.c @@ -7,6 +7,7 @@ cvar_t sv_aim = {CVAR_SAVE, "sv_aim", "2", "maximum cosine angle for quake's ver char *vm_sv_extensions = +"BX_WAL_SUPPORT " "DP_CON_EXPANDCVAR " "DP_CON_ALIASPARAMETERS " "DP_BUTTONCHAT " diff --git a/todo b/todo index d70ebf14..c5dd7045 100644 --- a/todo +++ b/todo @@ -121,7 +121,6 @@ 0 feature darkplaces client: add .loc file support and say macros 0 feature darkplaces client: add .mvd demo support 0 feature darkplaces client: add .qwd demo support -0 feature darkplaces client: add BX_WAL_SUPPORT to extensions and document it, the feature has been in for a long time, also update wiki.quakesrc.org accordingly 0 feature darkplaces client: add DP_GFX_EFFECTINFO_TXT to extensions and document it, the feature has been in for a long time, also update wiki.quakesrc.org accordingly 0 feature darkplaces client: add a cl_showspeed cvar to display a hud overlay of your current velocity, speed as length of velocity, and speed along forward vector (Spike) 0 feature darkplaces client: add a cvar to make the renderer use a different entity for pvs than for viewing, this might be useful for a third person camera that should only see what the player sees (Urre) @@ -1196,6 +1195,7 @@ d dpzoo.map: rain d dpzoo.map: skybox d dpzoo.map: snow d dpzoo.map: transparent glass bmodels (DP_ENT_ALPHA) +d feature darkplaces client: add BX_WAL_SUPPORT to extensions and document it, the feature has been in for a long time, also update wiki.quakesrc.org accordingly d feature darkplaces client: add a sv_fixedframeratesingleplayer cvar (default off), to allow fixed framerate singleplayer mods, mainly useful for physics (Urre) d feature darkplaces client: add showbrand cvar which would show gfx/brand.tga in the left/right top/bottom corner (depending on value of scr_showbrand) all the time, this would be useful for screenshots (Spirit_of_85) d feature darkplaces client: cl_capture_video avi support would be nice, the Intel(r) 4:2:0 codec seems to be standard on Windows XP so this should be easy