engine/fteqtv
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
..
dotnet2005 tiny fix for nq and a small tweak for the libqtv builds to be a little easier to work with. 2013-08-02 00:51:07 +00:00
dotnet2008 Tweaked VC6 project file, added MSVC10 (dotnet2010) & MSVC9 (dotnet2008) project files. Also header fix for MSVC9 and beyond. 2011-07-15 12:41:09 +00:00
dotnet2010 Tweaked VC6 project file, added MSVC10 (dotnet2010) & MSVC9 (dotnet2008) project files. Also header fix for MSVC9 and beyond. 2011-07-15 12:41:09 +00:00
libqtvc TA couple of fixes. 2011-04-30 17:21:10 +00:00
vc6 Tweaked VC6 project file, added MSVC10 (dotnet2010) & MSVC9 (dotnet2008) project files. Also header fix for MSVC9 and beyond. 2011-07-15 12:41:09 +00:00
LICENSE I'm too lazy when it comes to licenses. This is a seperate project, so must have its own license. 2007-10-04 16:28:28 +00:00
Makefile add sha1.c 2012-04-20 15:20:22 +00:00
bsd_string.h Some BSD string prototypes because the dirty GNU hippies are lame. 2007-12-27 15:16:27 +00:00
bsp.c finally got around to updating qtv to add a few common protocol extensions. 2018-04-06 17:39:32 +00:00
cmd.h Broken more stuff. 2009-07-07 23:40:06 +00:00
control.c finally got around to updating qtv to add a few common protocol extensions. 2018-04-06 17:39:32 +00:00
crc.c Make that crctable const. 2007-09-10 14:52:49 +00:00
forward.c after much breaking, the webgl port now utilises the browser's ogg/mp3 decoder, and the browser's png decompresser. pngs/jpegs do not provide size information. 2015-04-21 04:12:00 +00:00
httpsv.c win: emulate gamepad thumb axis as buttons. 2018-04-27 16:40:50 +00:00
mdfour.c Some cleanups, reworked commandline parsing, added basedir command 2007-08-01 14:55:28 +00:00
menu.c finally got around to updating qtv to add a few common protocol extensions. 2018-04-06 17:39:32 +00:00
msg.c finally got around to updating qtv to add a few common protocol extensions. 2018-04-06 17:39:32 +00:00
net_qtv.h tiny fix for nq and a small tweak for the libqtv builds to be a little easier to work with. 2013-08-02 00:51:07 +00:00
netchan.c after much breaking, the webgl port now utilises the browser's ogg/mp3 decoder, and the browser's png decompresser. pngs/jpegs do not provide size information. 2015-04-21 04:12:00 +00:00
nq_api.c finally got around to updating qtv to add a few common protocol extensions. 2018-04-06 17:39:32 +00:00
parse.c finally got around to updating qtv to add a few common protocol extensions. 2018-04-06 17:39:32 +00:00
pmove.c finally got around to updating qtv to add a few common protocol extensions. 2018-04-06 17:39:32 +00:00
protocol.h finally got around to updating qtv to add a few common protocol extensions. 2018-04-06 17:39:32 +00:00
qtv.h finally got around to updating qtv to add a few common protocol extensions. 2018-04-06 17:39:32 +00:00
qw.c finally got around to updating qtv to add a few common protocol extensions. 2018-04-06 17:39:32 +00:00
rcon.c finally got around to updating qtv to add a few common protocol extensions. 2018-04-06 17:39:32 +00:00
sc_dsound.c Broken more stuff. 2009-07-07 23:40:06 +00:00
source.c finally got around to updating qtv to add a few common protocol extensions. 2018-04-06 17:39:32 +00:00
sp_dsound.c Broken more stuff. 2009-07-07 23:40:06 +00:00