fteqw/engine/d3d
Spoike fdd903e0a3 win: emulate gamepad thumb axis as buttons.
keys: add some extra key names for compat with DP+QS (primarily gamepad buttons).
keys: fix a few keys getting mistranslated between engine and qc scancodes.
engine menus: remove 16bpp from the video options menu on win8+, as win8 no longer supports anything but rgbx8.
pmove: coord size and rounding is now part of the pmove code itself. this fixes truncation issues.
r_clutter_density: fix crash from clutter comprising of boneless iqms.
gl: added cvars to disable immutable buffers or textures. hopefully these might be usable to work around the issue reported on various geforce 1080s
wav: convert ieee wav files to 16bit on load, in case someone tries giving us one of these.
vid_srgb: this cvar now uses -1 for the former gamma-only setting.
r_viewmodel_quake: new cvar (name comes from quakespasm) that can be used to disable the weird movement of the viewmodel when pitching up or down.
nquake: try to block nquake's frogbot's autoexec.cfg, as I keep getting complaints about it fucking over singleplayer games.
fs: added -netquake commandline argument that disables the use of the qw/ gamedir.
fog: disabled fog on aky surfaces, as it was bugging out in The Wastes.
vid: fix some vid_restart/vid_reload issues (which got much worse recently in my attempt to fix a different crash)
routing: first attempt at engine-side routing. feature is currently disabled.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5248 fc73d0e0-1445-4013-8a0c-d673dee63da5
2018-04-27 16:40:50 +00:00
..
d3d8_backend.c win: emulate gamepad thumb axis as buttons. 2018-04-27 16:40:50 +00:00
d3d8_image.c added cmake file. 2018-03-04 14:41:16 +00:00
d3d11_backend.c win: emulate gamepad thumb axis as buttons. 2018-04-27 16:40:50 +00:00
d3d11_image.c added cmake file. 2018-03-04 14:41:16 +00:00
d3d11_shader.c fix r_wateralpha in the d3d9+d3d11 renderers too. 2018-01-06 17:38:31 +00:00
d3d_backend.c win: emulate gamepad thumb axis as buttons. 2018-04-27 16:40:50 +00:00
d3d_image.c added sys_priority cvar to the windows build. 2018-04-15 02:48:23 +00:00
d3d_shader.c git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5242 fc73d0e0-1445-4013-8a0c-d673dee63da5 2018-04-15 02:53:14 +00:00
vid_d3d.c added cmake file. 2018-03-04 14:41:16 +00:00
vid_d3d8.c added cmake file. 2018-03-04 14:41:16 +00:00
vid_d3d11.c added cmake file. 2018-03-04 14:41:16 +00:00