1
0
Fork 0
forked from fte/fteqw
fteqw/engine/common
2023-08-12 14:04:01 +01:00
..
bothdefs.h Hexen2: Tweaks to the sbar to better match hexen2's. 2023-08-12 13:59:55 +01:00
bspfile.h Add fence stuff to q2bsp, for Kingpin support. 2022-07-28 02:17:05 +00:00
cmd.c Hexen2: Try to match hexen2's movement speeds more accurately. 2023-08-12 13:59:55 +01:00
cmd.h Fix console expansion when execing macros, to expand on line execution rather than the entire macro contents. 2023-04-17 03:58:21 +01:00
com_bih.c
com_bih.h
com_mesh.c Add r_nolerp_list (matching QS) for people who insist on breaking lerping on eg wall torches. Also add a dupe cvar name to provide compat with QS's r_noshadow_list. 2023-08-12 14:04:01 +01:00
com_mesh.h When models include two sets of texture coords, let the glsl actually access them. 2023-04-17 03:58:20 +01:00
com_phys_bullet.cpp
com_phys_ode.c
common.c Fix up some issues with drawpic(HTTPURL) 2023-08-12 14:04:01 +01:00
common.h Tweaks for the flatpak builds. 2023-08-12 13:59:54 +01:00
config_freecs.h
config_fteqw.h
config_fteqw_noweb.h
config_minimal.h
config_nocompat.h
config_wastes.h Roll back some wastes config changes, as we now have addentity_light... 2022-06-27 19:22:49 +00:00
console.h Fix recent console click quirks. 2023-04-17 03:58:21 +01:00
crc.c
cvar.c Fix '+set tls_provider foo' not working properly. Fixes https://github.com/fte-team/fteqw/issues/162 2023-04-17 03:58:20 +01:00
cvar.h
fs.c Try to fix up the flatpak build's handling of fmf files. 2023-08-12 14:04:01 +01:00
fs.h Try to fix up the flatpak build's handling of fmf files. 2023-08-12 14:04:01 +01:00
fs_dzip.c Rework some hashfunc_t stuff. 2023-04-17 03:58:20 +01:00
fs_pak.c Rework some hashfunc_t stuff. 2023-04-17 03:58:20 +01:00
fs_stdio.c Remove NaCl code (#190) 2023-07-01 15:20:13 -07:00
fs_win32.c Add file uri support, requires a '-allowfileurl' commandline argument. 2023-01-09 05:12:39 +00:00
fs_xz.c
fs_zip.c Tweaks for the flatpak builds. 2023-08-12 13:59:54 +01:00
gl_q2bsp.c Add support for the DECOUPLED_LM bspx lump. 2023-08-12 14:04:01 +01:00
huff.c
json.c
log.c Clients can now request the master to initiate an WebRTC/ICE connection with 'sv_public 1' servers. This is primarily for the browser port. Servers now report their srflx address via the status command (with fp, ready for secure copy+paste). 2023-04-17 03:58:21 +01:00
mathlib.c
mathlib.h
md4.c Rework some hashfunc_t stuff. 2023-04-17 03:58:20 +01:00
net.h Remove NaCl code (#190) 2023-07-01 15:20:13 -07:00
net_chan.c Remove NaCl code (#190) 2023-07-01 15:20:13 -07:00
net_ice.c Cvar description tweaks. 2023-04-17 03:58:21 +01:00
net_ssl_gnutls.c Update DTLS stuff, fixing certificate pinning bugs. 2023-04-17 03:58:20 +01:00
net_ssl_winsspi.c Fix up some obscure builds. 2023-04-17 03:58:21 +01:00
net_wins.c Add support for eukara's freehl updates. 2023-08-12 13:59:55 +01:00
netinc.h Remove NaCl code (#190) 2023-07-01 15:20:13 -07:00
particles.h
plugin.c Messing around with flatpak. 2023-04-17 03:58:21 +01:00
pmove.c Add pm_bunnyfriction cvar to better mimic nq player physics with predictable QW physics. 2023-04-17 03:58:20 +01:00
pmove.h Add pm_bunnyfriction cvar to better mimic nq player physics with predictable QW physics. 2023-04-17 03:58:20 +01:00
pmovetst.c
pr_bgcmd.c Fix up an __int64 networking issue. allow qc's sprintf builtin to print them ('q' modifier, also works for doubles when paired with the 'float' modifier as appropriate). 2023-08-12 14:04:01 +01:00
pr_common.h Handle Hexen2's SOLID_PHASE more accurately, including warts, so corpses can be reliably whacked with melee weapons. 2023-08-12 13:59:55 +01:00
protocol.h Protocol compat with the Rerelease Update 4, at the expense of earlier versions. 2022-08-19 13:30:16 +00:00
q1bsp.c Add support for the DECOUPLED_LM bspx lump. 2023-08-12 14:04:01 +01:00
q2pmove.c
q3api.h Fix up some obscure builds. 2023-04-17 03:58:21 +01:00
qvm.c
sha1.c Rework some hashfunc_t stuff. 2023-04-17 03:58:20 +01:00
sha2.c Rework some hashfunc_t stuff. 2023-04-17 03:58:20 +01:00
sys.h Remove NPFTE preprocessor stuff 2023-07-09 20:41:24 +02:00
sys_linux_threads.c
sys_win_threads.c Remove NPFTE preprocessor stuff 2023-07-09 20:41:24 +02:00
translate.c Attempt to do a better job at internationaliation. 2023-08-12 13:59:55 +01:00
translate.h Better compat with QE. EX_PROMPT now supported serverside (emulated for non-qe clients). Per-client localisation now works. Scoreboards are now a little nicer when running mods with well-defined teams (eg NQ ssqc). 2023-01-09 05:11:34 +00:00
ui_public.h
vm.h
world.h
zone.c Clients can now request the master to initiate an WebRTC/ICE connection with 'sv_public 1' servers. This is primarily for the browser port. Servers now report their srflx address via the status command (with fp, ready for secure copy+paste). 2023-04-17 03:58:21 +01:00
zone.h Clients can now request the master to initiate an WebRTC/ICE connection with 'sv_public 1' servers. This is primarily for the browser port. Servers now report their srflx address via the status command (with fp, ready for secure copy+paste). 2023-04-17 03:58:21 +01:00