1
0
Fork 0
forked from fte/fteqw
fteqw/engine/common
Spoike 246cd8147c Fix a really really stupid bug.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5958 fc73d0e0-1445-4013-8a0c-d673dee63da5
2021-07-06 16:46:38 +00:00
..
bothdefs.h Fix up the emscripten target a little. 2021-06-21 13:46:38 +00:00
bspfile.h Fix up SOLID_CORPSE a little. 2021-07-06 00:12:12 +00:00
cmd.c Add support for maps/foo.bsp.xz too, for better compression. 2021-06-02 15:29:44 +00:00
cmd.h
com_bih.c Fix some bugs that are exhibited in taov. 2021-07-06 00:04:41 +00:00
com_bih.h Try to fix some compile issues. 2021-04-14 06:48:19 +00:00
com_mesh.c If texture names can have map-specific prefixes, shaders must also. 2021-06-22 14:40:53 +00:00
com_mesh.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
com_phys_bullet.cpp
com_phys_ode.c
common.c Hopefully this change will make the illegible server messages on fortressone's map changes a little bit easier to track down. 2021-07-06 00:11:58 +00:00
common.h Try to make some semblence of sense from git revisions/tags. 2021-06-21 13:46:13 +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 Misc dull tweaks. 2021-07-03 23:33:59 +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 oriented sprites - quake draws them backwards. 2021-06-21 13:44:14 +00:00
fs.h Parse meta information from drag+dropped/file-associated packages for easier installation of mods. 2021-07-01 01:17:07 +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 Fix some misc issues that noone else is likely to notice. 2021-06-21 19:13:33 +00:00
fs_vpk.c
fs_win32.c Add -exec commandline arg (to override every gamedir). Try to fix or diagnose other issues Maverick was having. 2021-07-01 01:16:47 +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 Preliminary attempt at loading zips concatenated onto the end of bsp files, instead of having servers load 5000+ different pk3s up front. 2021-05-28 07:07:48 +00:00
huff.c
log.c
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 cl_c2sdupe for nq, too. 2021-07-06 00:12:05 +00:00
net_ice.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
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 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
pmove.c Try to fix up some splitscreen quirks. 2021-06-25 18:50:42 +00:00
pmove.h Try to fix up some splitscreen quirks. 2021-06-25 18:50:42 +00:00
pmovetst.c
pr_bgcmd.c Fix up some qc genericdefs stuff. 2021-07-01 15:43:28 +00:00
pr_common.h Small defs cleanup. 2021-06-21 13:45:14 +00:00
protocol.h OpenXR stuff should be a little more usable now. 2021-05-09 13:02:49 +00:00
q1bsp.c Fix up SOLID_CORPSE a little. 2021-07-06 00:12:12 +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
sys.h Use some atomics to try to get a tiny loader-thread performance increase. 2021-07-01 01:16:35 +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 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
zone.h OpenXR stuff should be a little more usable now. 2021-05-09 13:02:49 +00:00