fteqw/engine/client
Spoike 685404250f added cmake file.
reduced input latency.
reworked how internal texture formats work,.
added support for LIGHTING_E5BGR9 bspx lump for HDR lighting.
updated support for srgb, no longer looks quite so weird. works on glx
vid_srgb 3 attempts to use half-float swapchains, where possible.
gl: use glTextureStorage where available.
d3d11: gave up on using dxgi for fullscreen, was just too buggy.
glx: updated gl context creation on linux.
server: fix svc_updatefrags not being passed though (fixes frikbot scores)
fs: spanned pk3s now work (fragmented files/directory will fail to open, so this needs a custom tool to be fully useful).
fixed restart_ents command (restarts the map, but preserving the players as they are)
tw: removed 'QWSKINS' featureset from tw config

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5217 fc73d0e0-1445-4013-8a0c-d673dee63da5
2018-03-04 14:41:16 +00:00
..
anorms.h
bymorphed.h
bymorphed.ico
cd_linux.c
cd_null.c
cd_sdl.c
cd_win.c
cdaudio.h
cl_cam.c added cmake file. 2018-03-04 14:41:16 +00:00
cl_cg.c
cl_demo.c Fixed a crash when not supplying a demoname upon recording. 2018-01-25 20:43:00 +00:00
cl_ents.c added cmake file. 2018-03-04 14:41:16 +00:00
cl_ignore.c
cl_ignore.h
cl_input.c added cmake file. 2018-03-04 14:41:16 +00:00
cl_main.c added cmake file. 2018-03-04 14:41:16 +00:00
cl_master.h fixes for some #define feature enables. 2017-12-11 02:55:06 +00:00
cl_parse.c added cmake file. 2018-03-04 14:41:16 +00:00
cl_plugin.inc
cl_pred.c implemented pm_stepdown. 2018-01-22 19:18:04 +00:00
cl_screen.c added cmake file. 2018-03-04 14:41:16 +00:00
cl_tent.c added cmake file. 2018-03-04 14:41:16 +00:00
cl_ui.c implemented pm_stepdown. 2018-01-22 19:18:04 +00:00
clhl_game.c
client.h added cmake file. 2018-03-04 14:41:16 +00:00
clq2_cin.c
clq2_ents.c added cmake file. 2018-03-04 14:41:16 +00:00
clq3_parse.c
clq3defs.h
console.c added cmake file. 2018-03-04 14:41:16 +00:00
fragstats.c
fte_eukara.ico
fte_eukaranopng.ico
image.c added cmake file. 2018-03-04 14:41:16 +00:00
in_generic.c added cmake file. 2018-03-04 14:41:16 +00:00
in_morphos.c added cmake file. 2018-03-04 14:41:16 +00:00
in_morphos.h
in_raw.h
in_sdl.c added cmake file. 2018-03-04 14:41:16 +00:00
in_win.c added cmake file. 2018-03-04 14:41:16 +00:00
input.h added cmake file. 2018-03-04 14:41:16 +00:00
keys.c xinput tweaks, under advice from primallove. 2018-01-05 01:45:49 +00:00
keys.h
lhfont.h
m_download.c added cmake file. 2018-03-04 14:41:16 +00:00
m_items.c implemented pm_stepdown. 2018-01-22 19:18:04 +00:00
m_master.c Updated font code for freecs's benefit. 2017-12-09 21:22:46 +00:00
m_mp3.c small vulkan perf tweak. 2017-11-14 14:37:04 +00:00
m_multi.c android port updated. egl now handled by native code, which means we now have proper control over everything and can default to gles2. requires android 2.0+. vulkan-on-android renderer added, but not tested. 2017-10-13 17:50:28 +00:00
m_options.c added cmake file. 2018-03-04 14:41:16 +00:00
m_script.c
m_single.c android port updated. egl now handled by native code, which means we now have proper control over everything and can default to gles2. requires android 2.0+. vulkan-on-android renderer added, but not tested. 2017-10-13 17:50:28 +00:00
menu.c Updated font code for freecs's benefit. 2017-12-09 21:22:46 +00:00
menu.h
merged.h added cmake file. 2018-03-04 14:41:16 +00:00
modelgen.h
net_master.c QUAKETC with dpmaster fix. 2018-01-24 12:13:32 +00:00
p_classic.c added cmake file. 2018-03-04 14:41:16 +00:00
p_null.c
p_script.c git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5216 fc73d0e0-1445-4013-8a0c-d673dee63da5 2018-02-11 07:02:44 +00:00
pr_clcmd.c
pr_csqc.c added cmake file. 2018-03-04 14:41:16 +00:00
pr_menu.c added cmake file. 2018-03-04 14:41:16 +00:00
pr_skelobj.c added cmake file. 2018-03-04 14:41:16 +00:00
q2.ico
q2anorms.h
q2m_flash.c
quake.manifest
quakedef.h added cmake file. 2018-03-04 14:41:16 +00:00
r_2d.c added cmake file. 2018-03-04 14:41:16 +00:00
r_d3.c
r_part.c
r_partset.c
r_partset.h
r_surf.c added cmake file. 2018-03-04 14:41:16 +00:00
render.h added cmake file. 2018-03-04 14:41:16 +00:00
renderer.c added cmake file. 2018-03-04 14:41:16 +00:00
renderque.c
renderque.h
resource.h
roq.h
roq_read.c
sbar.c added cmake file. 2018-03-04 14:41:16 +00:00
sbar.h
screen.h added cmake file. 2018-03-04 14:41:16 +00:00
skin.c added cmake file. 2018-03-04 14:41:16 +00:00
snd_al.c attempt to fix csqc's updatesound builtin - openal will no longer restart, and other devices will now loop properly (instead of muting). 2017-12-03 03:03:02 +00:00
snd_alsa.c
snd_directx.c fix Q3BSP-without-Q2BSP bug. 2017-10-31 22:52:58 +00:00
snd_dma.c implemented pm_stepdown. 2018-01-22 19:18:04 +00:00
snd_droid.c
snd_linux.c
snd_macos.c
snd_mem.c
snd_mix.c attempt to fix csqc's updatesound builtin - openal will no longer restart, and other devices will now loop properly (instead of muting). 2017-12-03 03:03:02 +00:00
snd_morphos.c
snd_mp3.c
snd_ov.c rework loading screen for legacy mods that don't have their own. 2017-11-05 13:15:08 +00:00
snd_sblaster.c
snd_sdl.c Fixes for The Wastes compilation under Linux. 2018-01-23 03:00:45 +00:00
snd_sndio.c
snd_wasapi.c
snd_win.c fix Q3BSP-without-Q2BSP bug. 2017-10-31 22:52:58 +00:00
snd_xaudio.c
sound.h
spritegn.h
sys_axfte.cpp
sys_dos.c
sys_droid.c added cmake file. 2018-03-04 14:41:16 +00:00
sys_linux.c
sys_morphos.c
sys_npfte.c
sys_plugfte.c
sys_plugfte.h
sys_sdl.c
sys_win.c added cmake file. 2018-03-04 14:41:16 +00:00
sys_xdk.c added cmake file. 2018-03-04 14:41:16 +00:00
teamplay.c added cmake file. 2018-03-04 14:41:16 +00:00
textedit.c xonotic: fix 'sticky walls' issue when spectating. 2017-12-28 16:24:50 +00:00
valid.c
vid.h added cmake file. 2018-03-04 14:41:16 +00:00
vid_headless.c rework hlmdl subblends. apparently they're some sort of grid. 2017-11-30 17:59:11 +00:00
view.c implemented pm_stepdown. 2018-01-22 19:18:04 +00:00
view.h
wad.c fix some bugs. 2018-02-04 13:16:25 +00:00
wad.h Updated font code for freecs's benefit. 2017-12-09 21:22:46 +00:00
wastes.ico
winamp.h
winquake.h
winquake.rc
zqtp.c added cmake file. 2018-03-04 14:41:16 +00:00