fteqw/plugins
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
..
avplug 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
berkelium Remove Visual Studio project files, old libs folder (DirectX SDKs), and gas2masm (#194) 2023-07-10 17:10:54 -07:00
botlib botlib stuff 2006-06-27 08:30:48 +00:00
bullet Try to switch some types in preparation for potentially switching to 64bit types (so qc timer can use doubles for longer map uptime). 2020-06-27 19:32:49 +00:00
cef A bit of a code cleanup, change a couple of prints. 2023-01-09 05:15:31 +00:00
emailnot Remove Visual Studio project files, old libs folder (DirectX SDKs), and gas2masm (#194) 2023-07-10 17:10:54 -07:00
ezhud 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
ezscript Remove Visual Studio project files, old libs folder (DirectX SDKs), and gas2masm (#194) 2023-07-10 17:10:54 -07:00
hl2 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
hud Remove Visual Studio project files, old libs folder (DirectX SDKs), and gas2masm (#194) 2023-07-10 17:10:54 -07:00
irc Remove Visual Studio project files, old libs folder (DirectX SDKs), and gas2masm (#194) 2023-07-10 17:10:54 -07:00
jabber Remove Visual Studio project files, old libs folder (DirectX SDKs), and gas2masm (#194) 2023-07-10 17:10:54 -07:00
models 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
mpq 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
namemaker Remove Visual Studio project files, old libs folder (DirectX SDKs), and gas2masm (#194) 2023-07-10 17:10:54 -07:00
qi Remove Visual Studio project files, old libs folder (DirectX SDKs), and gas2masm (#194) 2023-07-10 17:10:54 -07:00
quake3 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
serverb Remove Visual Studio project files, old libs folder (DirectX SDKs), and gas2masm (#194) 2023-07-10 17:10:54 -07:00
spaceinv Remove Visual Studio project files, old libs folder (DirectX SDKs), and gas2masm (#194) 2023-07-10 17:10:54 -07:00
terrorgen Remove Visual Studio project files, old libs folder (DirectX SDKs), and gas2masm (#194) 2023-07-10 17:10:54 -07:00
winamp Remove Visual Studio project files, old libs folder (DirectX SDKs), and gas2masm (#194) 2023-07-10 17:10:54 -07:00
xsv Remove Visual Studio project files, old libs folder (DirectX SDKs), and gas2masm (#194) 2023-07-10 17:10:54 -07:00
Makefile 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
engine.h LOTS OF CHANGES. was hoping to get revision 5000 perfect, but really that's never going to happen. this has gone on for too long now. 2016-07-12 00:40:13 +00:00
net_ssl_openssl.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
openxr.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
plugin.c Bullet forces C++, so ensure the qboolean variants, when that happens 2023-05-29 11:17:44 +02:00
plugin.def Fix plugins on win32. 2019-09-05 15:39:11 +00:00
plugin.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