fteqw/fteqtv
Shpoike 8dadfb4878 Added sys_openfile console command(and menu option) to web and flatpak(via cmake+dbus) builds, to 'install' packages on sandboxed systems a bit more easily.
Cmake: Add FTE_WERROR option, defaults to true in debug builds and off in release builds (in case future compilers have issues).
Cmake: Pull in libXscreensaver so we don't get interrupted by screensavers when playing demos.
Make: Added `make webcl-rel` for a web build without server bloat (eg for sites focused on demo playback. Yes, this means you XantoM).
fteqcc: Include the decompiler in fteqcc (non-gui) builds ('-d' arg).
fteqcc: Decompiler can now mostly handle hexen2 mods without any unknown opcodes.
Allow ezHud and OpenSSL to be compiled as in-engine plugins, potentially for web and windows ports respectively.
Web: Fix support for ogg vorbis. Add support for voip.
Web: Added basic support for WebXR.
QTV: Don't try seeking on unseekable qtv streams. Don't spam when developer 1 is set.
QTV: add support for some eztv extensions.
MVD: added hack to use ktx's vweps in mvd where mvdsv doesn't bother to record the info.
qwfwd: hack around a hack in qwfwd, allowing it to work again.
recording: favour qwd in single player, instead of mvd.
Protocol: reduce client memory used for precache names. Bump maximum precache counts - some people are just abusive, yes you Orl.
hexen2: add enough clientside protocol compat to play the demo included with h2mp. lacks effects.
in_xflip: restored this setting.
fs_hidesyspaths: new cvar, defaults to enabled so you won't find your username or whatever turning up in screenshots or the like. change it to 0 before debuging stuff eg via 'path'.
gl_overbright_models: Added cvar to match QS.
netchan: Added MTU determination, we'll no longer fail to connect when routers stupidly drop icmp packets.
Win: try a few other versions of xinput too.
CSQC: Added a CSQC_GenerateMaterial function, to give the csqc a chance to generate custom materials.
MenuQC: Added support for the skeletal objects API.
2024-07-14 19:58:24 +01:00
..
libqtvc TA couple of fixes. 2011-04-30 17:21:10 +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 Fix some qtv proxy bugs, some serious some less so. 2020-01-20 18:01:39 +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 Fixed crash from too many csqc entities (reported by shpuld) 2019-02-16 19:09:07 +00:00
control.c Added sys_openfile console command(and menu option) to web and flatpak(via cmake+dbus) builds, to 'install' packages on sandboxed systems a bit more easily. 2024-07-14 19:58:24 +01:00
crc.c Make that crctable const. 2007-09-10 14:52:49 +00:00
forward.c Added sys_openfile console command(and menu option) to web and flatpak(via cmake+dbus) builds, to 'install' packages on sandboxed systems a bit more easily. 2024-07-14 19:58:24 +01:00
httpsv.c Added sys_openfile console command(and menu option) to web and flatpak(via cmake+dbus) builds, to 'install' packages on sandboxed systems a bit more easily. 2024-07-14 19:58:24 +01:00
mdfour.c Some cleanups, reworked commandline parsing, added basedir command 2007-08-01 14:55:28 +00:00
menu.c Added sys_openfile console command(and menu option) to web and flatpak(via cmake+dbus) builds, to 'install' packages on sandboxed systems a bit more easily. 2024-07-14 19:58:24 +01: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 Match socket array param size with what's actually used. 2023-12-25 11:07:30 +01: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 Added sys_openfile console command(and menu option) to web and flatpak(via cmake+dbus) builds, to 'install' packages on sandboxed systems a bit more easily. 2024-07-14 19:58:24 +01: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 Add ortho lights (still has serious issues that make them unusable on regular maps). 2018-07-22 11:49:37 +00:00
qtv.h Added sys_openfile console command(and menu option) to web and flatpak(via cmake+dbus) builds, to 'install' packages on sandboxed systems a bit more easily. 2024-07-14 19:58:24 +01:00
qw.c Added sys_openfile console command(and menu option) to web and flatpak(via cmake+dbus) builds, to 'install' packages on sandboxed systems a bit more easily. 2024-07-14 19:58:24 +01:00
rcon.c fixed eztv md4 incompatibility. 2020-02-11 18:06:10 +00:00
sc_dsound.c Broken more stuff. 2009-07-07 23:40:06 +00:00
source.c Rework some hashfunc_t stuff. 2023-04-17 03:58:20 +01:00
sp_dsound.c Broken more stuff. 2009-07-07 23:40:06 +00:00