fteqw/engine/common
Spoike fb239abaf7 Try to fix windows builds.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6009 fc73d0e0-1445-4013-8a0c-d673dee63da5
2021-08-05 16:49:25 +00:00
..
bothdefs.h Misc small bugfixes and tweaks. 2021-08-04 21:18:04 +00:00
bspfile.h Fix up SOLID_CORPSE a little. 2021-07-06 00:12:12 +00:00
cmd.c setfl command was not updating the userinfo/serverinfo directly, but waiting for a later cvarset to do it. 2021-07-18 12:13:11 +00:00
cmd.h
com_bih.c FTE_TARGET=msvc now invokes some old version of msvc via wine, old FTE_TARGET=vc removed. Related code tweaks to make it a bit happier. 2021-08-04 21:17:31 +00:00
com_bih.h Try to fix some compile issues. 2021-04-14 06:48:19 +00:00
com_mesh.c Show the mesh projection on the skin textures. Eukara wanted this. 2021-08-04 21:17:45 +00:00
com_mesh.h Show the mesh projection on the skin textures. Eukara wanted this. 2021-08-04 21:17:45 +00:00
com_phys_bullet.cpp
com_phys_ode.c
common.c Try to fix windows builds. 2021-08-05 16:49:25 +00:00
common.h Try to fix windows builds. 2021-08-05 16:49:25 +00:00
config_freecs.h Rework tls/dtls stuff into a more formal crypto interface instead of lots of ifdefs all over the place. 2021-06-21 13:43:57 +00:00
config_fteqw.h Rework tls/dtls stuff into a more formal crypto interface instead of lots of ifdefs all over the place. 2021-06-21 13:43:57 +00:00
config_fteqw_noweb.h Rework tls/dtls stuff into a more formal crypto interface instead of lots of ifdefs all over the place. 2021-06-21 13:43:57 +00:00
config_minimal.h Rework tls/dtls stuff into a more formal crypto interface instead of lots of ifdefs all over the place. 2021-06-21 13:43:57 +00:00
config_nocompat.h Rework tls/dtls stuff into a more formal crypto interface instead of lots of ifdefs all over the place. 2021-06-21 13:43:57 +00:00
config_wastes.h Rework tls/dtls stuff into a more formal crypto interface instead of lots of ifdefs all over the place. 2021-06-21 13:43:57 +00:00
console.h
crc.c Fix stupid signed byte indexing. 2021-05-09 13:02:15 +00:00
cvar.c Tweak splitscreen a little to work around a KTX issue. 2021-07-17 15:10:10 +00:00
cvar.h openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
fs.c Fix 'map qi_package:mapname' not working for previously run packages when current mirror info is not avaialble. 2021-08-04 21:18:28 +00:00
fs.h Tweak QI plugin to translate quaddicted's map database to fte's meta format. Make 'map package:map' download+run a map with the specified package enabled. 2021-07-17 15:11:35 +00:00
fs_dzip.c openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
fs_pak.c Use some atomics to try to get a tiny loader-thread performance increase. 2021-07-01 01:16:35 +00:00
fs_stdio.c Try to fix windows builds. 2021-08-05 16:49:25 +00:00
fs_vpk.c
fs_win32.c FTE_TARGET=msvc now invokes some old version of msvc via wine, old FTE_TARGET=vc removed. Related code tweaks to make it a bit happier. 2021-08-04 21:17:31 +00:00
fs_xz.c Try to get windows to delete temporary files early, so they don't linger over crashes or whatever. win9x still sucks. 2021-06-21 13:45:20 +00:00
fs_zip.c Use some atomics to try to get a tiny loader-thread performance increase. 2021-07-01 01:16:35 +00:00
gl_q2bsp.c Fix up SDL build to enable our multithread stuff. 2021-07-25 22:55:17 +00:00
huff.c
log.c FTE_TARGET=msvc now invokes some old version of msvc via wine, old FTE_TARGET=vc removed. Related code tweaks to make it a bit happier. 2021-08-04 21:17:31 +00:00
mathlib.c Parse meta information from drag+dropped/file-associated packages for easier installation of mods. 2021-07-01 01:17:07 +00:00
mathlib.h openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
md4.c
net.h Rework tls/dtls stuff into a more formal crypto interface instead of lots of ifdefs all over the place. 2021-06-21 13:43:57 +00:00
net_chan.c Support ezquake's kinda flawed float-ent-coords workaround extension. Update PEXT2_VRINPUTS for base angles (for angle nudges when standing on rotating objects). 2021-08-04 21:16:57 +00:00
net_ice.c Misc minor fixups. 2021-07-17 15:11:15 +00:00
net_ssl_gnutls.c Rework tls/dtls stuff into a more formal crypto interface instead of lots of ifdefs all over the place. 2021-06-21 13:43:57 +00:00
net_ssl_winsspi.c Rework tls/dtls stuff into a more formal crypto interface instead of lots of ifdefs all over the place. 2021-06-21 13:43:57 +00:00
net_wins.c Fix up the emscripten target a little. 2021-06-21 13:46:38 +00:00
netinc.h Rework tls/dtls stuff into a more formal crypto interface instead of lots of ifdefs all over the place. 2021-06-21 13:43:57 +00:00
particles.h Fix up the emscripten target a little. 2021-06-21 13:46:38 +00:00
plugin.c Try to make things a little more stable. 2021-07-19 22:47:29 +00:00
pmove.c Support ezquake's kinda flawed float-ent-coords workaround extension. Update PEXT2_VRINPUTS for base angles (for angle nudges when standing on rotating objects). 2021-08-04 21:16:57 +00:00
pmove.h Support ezquake's kinda flawed float-ent-coords workaround extension. Update PEXT2_VRINPUTS for base angles (for angle nudges when standing on rotating objects). 2021-08-04 21:16:57 +00:00
pmovetst.c
pr_bgcmd.c Add anglesub builtin, requested by Shpuld. Returns angle difference within rotations +/- 180. 2021-08-04 21:17:52 +00:00
pr_common.h Add anglesub builtin, requested by Shpuld. Returns angle difference within rotations +/- 180. 2021-08-04 21:17:52 +00:00
protocol.h Support ezquake's kinda flawed float-ent-coords workaround extension. Update PEXT2_VRINPUTS for base angles (for angle nudges when standing on rotating objects). 2021-08-04 21:16:57 +00:00
q1bsp.c FTE_TARGET=msvc now invokes some old version of msvc via wine, old FTE_TARGET=vc removed. Related code tweaks to make it a bit happier. 2021-08-04 21:17:31 +00:00
q2pmove.c openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
q3common.c
qvm.c
sha1.c Optimize endian routines when we know the endian at compile time. 2021-05-09 13:00:00 +00:00
sha2.c FTE_TARGET=msvc now invokes some old version of msvc via wine, old FTE_TARGET=vc removed. Related code tweaks to make it a bit happier. 2021-08-04 21:17:31 +00:00
sys.h FTE_TARGET=msvc now invokes some old version of msvc via wine, old FTE_TARGET=vc removed. Related code tweaks to make it a bit happier. 2021-08-04 21:17:31 +00:00
sys_linux_threads.c Fix a really really stupid bug. 2021-07-06 16:46:38 +00:00
sys_win_threads.c
translate.c
translate.h
ui_public.h
vm.h
world.h Parse meta information from drag+dropped/file-associated packages for easier installation of mods. 2021-07-01 01:17:07 +00:00
zone.c FTE_TARGET=msvc now invokes some old version of msvc via wine, old FTE_TARGET=vc removed. Related code tweaks to make it a bit happier. 2021-08-04 21:17:31 +00:00
zone.h Misc minor fixups. 2021-07-17 15:11:15 +00:00