fteqw/engine/d3d
Spoike 845bb231ca xonotic: fix 'sticky walls' issue when spectating.
xonotic: fix jumppads not working while onground.
attempt to parse meag's protocol changes, in case we get a .qwd from ezquake. does not report them to servers at this time.
added cl_fullpitch cvar. only affects nq servers that lack serverinfo.
support dds/ktx-based cubemaps, including for skyboxes.
recognise multiple new compressed texture formats - bc1-7, etc1+2+eac,.astc. Addeded to supporting drivers/apis.
software decoder for etc2,bc4+bc5 textures, so they can be considered universal (but with fallbacks).
software decoder for bc1-bc3 textures, but disabled due to lingering patent paranoia.
report heartbeats once, by default.
r_viewmodel_fov support for vk+d3d9+d3d11 renderers.
fix depth projection differences with various renderers (min dist is now consistent).
added some code to announce when cl_delay_packets changes.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5188 fc73d0e0-1445-4013-8a0c-d673dee63da5
2017-12-28 16:24:50 +00:00
..
d3d8_backend.c add scr_showdisk cvar, to show the disk icon for a little time whenever something is accessed from disk. 2017-12-15 06:56:40 +00:00
d3d8_image.c xonotic: fix 'sticky walls' issue when spectating. 2017-12-28 16:24:50 +00:00
d3d11_backend.c xonotic: fix 'sticky walls' issue when spectating. 2017-12-28 16:24:50 +00:00
d3d11_image.c xonotic: fix 'sticky walls' issue when spectating. 2017-12-28 16:24:50 +00:00
d3d11_shader.c fix Q3BSP-without-Q2BSP bug. 2017-10-31 22:52:58 +00:00
d3d_backend.c xonotic: fix 'sticky walls' issue when spectating. 2017-12-28 16:24:50 +00:00
d3d_image.c xonotic: fix 'sticky walls' issue when spectating. 2017-12-28 16:24:50 +00:00
d3d_shader.c xonotic: fix 'sticky walls' issue when spectating. 2017-12-28 16:24:50 +00:00
vid_d3d.c xonotic: fix 'sticky walls' issue when spectating. 2017-12-28 16:24:50 +00:00
vid_d3d8.c xonotic: fix 'sticky walls' issue when spectating. 2017-12-28 16:24:50 +00:00
vid_d3d11.c xonotic: fix 'sticky walls' issue when spectating. 2017-12-28 16:24:50 +00:00