fteqw/engine/client
2017-12-11 03:21:55 +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
cl_cg.c
cl_demo.c playdemo should now play older protocol versions. 2017-10-12 12:02:25 +00:00
cl_ents.c fixes for some #define feature enables. 2017-12-11 02:55:06 +00:00
cl_ignore.c
cl_ignore.h
cl_input.c fix for fte clients being so slow on nq map restarts etc. 2017-12-10 13:47:25 +00:00
cl_main.c fix some warnings and stuff 2017-12-09 22:10:51 +00:00
cl_master.h fixes for some #define feature enables. 2017-12-11 02:55:06 +00:00
cl_parse.c Fix some omissions with splitscreen+csqc: 2017-11-16 22:20:40 +00:00
cl_plugin.inc Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
cl_pred.c change cl_idlefps default to 30. 2017-11-23 07:46:39 +00:00
cl_screen.c Updated font code for freecs's benefit. 2017-12-09 21:22:46 +00:00
cl_tent.c
cl_ui.c Updated font code for freecs's benefit. 2017-12-09 21:22:46 +00:00
clhl_game.c
client.h Updated font code for freecs's benefit. 2017-12-09 21:22:46 +00:00
clq2_cin.c
clq2_ents.c
clq3_parse.c
clq3defs.h
console.c Fix some omissions with splitscreen+csqc: 2017-11-16 22:20:40 +00:00
fragstats.c
fte_eukara.ico
fte_eukaranopng.ico
image.c Updated font code for freecs's benefit. 2017-12-09 21:22:46 +00:00
in_generic.c change cl_idlefps default to 30. 2017-11-23 07:46:39 +00:00
in_morphos.c
in_morphos.h
in_raw.h
in_sdl.c Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
in_win.c change cl_idlefps default to 30. 2017-11-23 07:46:39 +00:00
input.h 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
keys.c change cl_idlefps default to 30. 2017-11-23 07:46:39 +00:00
keys.h
lhfont.h
m_download.c change cl_idlefps default to 30. 2017-11-23 07:46:39 +00:00
m_items.c Fix some omissions with splitscreen+csqc: 2017-11-16 22:20:40 +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 Updated font code for freecs's benefit. 2017-12-09 21:22:46 +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 rework hlmdl subblends. apparently they're some sort of grid. 2017-11-30 17:59:11 +00:00
modelgen.h
net_master.c git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5184 fc73d0e0-1445-4013-8a0c-d673dee63da5 2017-12-11 03:21:55 +00:00
p_classic.c
p_null.c
p_script.c Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
pr_clcmd.c Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
pr_csqc.c added skel_postmul_bone builtin which should be more straightforward to use. renamed existing skel_mul_bone builtin to skel_premul_bone. 2017-12-08 06:57:50 +00:00
pr_menu.c change cl_idlefps default to 30. 2017-11-23 07:46:39 +00:00
pr_skelobj.c added skel_postmul_bone builtin which should be more straightforward to use. renamed existing skel_mul_bone builtin to skel_premul_bone. 2017-12-08 06:57:50 +00:00
q2.ico
q2anorms.h
q2m_flash.c
quake.manifest
quakedef.h
r_2d.c Updated font code for freecs's benefit. 2017-12-09 21:22:46 +00:00
r_d3.c
r_part.c
r_partset.c
r_partset.h
r_surf.c rework hlmdl subblends. apparently they're some sort of grid. 2017-11-30 17:59:11 +00:00
render.h Updated font code for freecs's benefit. 2017-12-09 21:22:46 +00:00
renderer.c Updated font code for freecs's benefit. 2017-12-09 21:22:46 +00:00
renderque.c
renderque.h
resource.h
roq.h
roq_read.c Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
sbar.c Updated font code for freecs's benefit. 2017-12-09 21:22:46 +00:00
sbar.h
screen.h playdemo should now play older protocol versions. 2017-10-12 12:02:25 +00:00
skin.c
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 Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
snd_directx.c fix Q3BSP-without-Q2BSP bug. 2017-10-31 22:52:58 +00:00
snd_dma.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_droid.c Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
snd_linux.c Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
snd_macos.c Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
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 Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
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 Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
snd_sdl.c Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
snd_sndio.c Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
snd_wasapi.c Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
snd_win.c fix Q3BSP-without-Q2BSP bug. 2017-10-31 22:52:58 +00:00
snd_xaudio.c Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
sound.h Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
spritegn.h
sys_axfte.cpp
sys_dos.c
sys_droid.c playdemo should now play older protocol versions. 2017-10-12 12:02:25 +00:00
sys_linux.c
sys_morphos.c
sys_npfte.c
sys_plugfte.c
sys_plugfte.h
sys_sdl.c Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
sys_win.c Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
sys_xdk.c
teamplay.c
textedit.c
valid.c
vid.h
vid_headless.c rework hlmdl subblends. apparently they're some sort of grid. 2017-11-30 17:59:11 +00:00
view.c Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
view.h
wad.c fix some warnings and stuff 2017-12-09 22:10:51 +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 fix some warnings and stuff 2017-12-09 22:10:51 +00:00