1
0
Fork 0
Quake3e/code/qcommon
MGislv 5efa187736 Remove other master servers 2022-02-12 20:45:26 +00:00
..
cm_load.c More differential time and interval comparisons, code cleanup 2021-10-29 20:15:25 +03:00
cm_local.h Added FreeAll function to renderer import interface 2020-12-30 12:32:42 +02:00
cm_patch.c Added more static qualifiers, removed/disabled unused variables and functions 2021-10-15 14:43:01 +03:00
cm_patch.h Slightly increase MAX_PATCH_PLANES to fix loading some maps 2018-02-02 20:53:08 +02:00
cm_polylib.c Added more static qualifiers, removed/disabled unused variables and functions 2021-10-15 14:43:01 +03:00
cm_polylib.h Added more static qualifiers, removed/disabled unused variables and functions 2021-10-15 14:43:01 +03:00
cm_public.h Code cleanup 2018-06-30 12:58:39 +03:00
cm_test.c Added more static qualifiers, removed/disabled unused variables and functions 2021-10-15 14:43:01 +03:00
cm_trace.c Fixed spelling and spacing in other modules 2021-02-28 16:11:03 +02:00
cmd.c Added more static qualifiers, removed/disabled unused variables and functions 2021-10-15 14:43:01 +03:00
common.c Remove other master servers 2022-02-12 20:45:26 +00:00
cvar.c Fixed stack overflow in \varfunc 2021-12-12 22:05:13 +02:00
files.c Make it OpenArena(ish) 2022-02-12 17:30:27 +01:00
history.c Added more static qualifiers, removed/disabled unused variables and functions 2021-10-15 14:43:01 +03:00
huffman.c Added more static qualifiers, removed/disabled unused variables and functions 2021-10-15 14:43:01 +03:00
huffman_static.c Fixed compiler warnings 2019-08-23 20:51:31 +03:00
json.h Add missing files 2016-06-14 08:41:40 +00:00
keys.c Fixed spelling and spacing in other modules 2021-02-28 16:11:03 +02:00
md4.c Backported spelling & other small fixes from ioq3 2018-08-02 08:25:32 +03:00
md5.c Fixed strict-aliasing warnings in md5.c 2021-05-03 14:19:46 +03:00
msg.c Fixed compiler warnings 2019-08-23 20:51:31 +03:00
net_chan.c Use differential time and interval comparisons whenever possible, code cleanup 2021-10-24 23:00:19 +03:00
net_ip.c net_ip: fixed remaining strict-aliasing warnings 2021-04-10 18:00:03 +03:00
puff.c win32: use builtin setjmp/longgmp functions with mingw/llvm compilers to avoid problems with hardened longjmp in recent win10 versions 2021-07-18 16:07:00 +03:00
puff.h init 2010-12-01 20:14:49 +00:00
q_math.c Avoid using detail textures for lighting stage 2020-11-19 13:20:21 +02:00
q_platform.h Added support for Windows on ARM64 2020-12-06 12:46:09 +02:00
q_shared.c Reworked Info_NextPair() 2021-03-15 19:00:27 +02:00
q_shared.h Make it OpenArena(ish) 2022-02-12 17:30:27 +01:00
qcommon.h Update 'code/qcommon/qcommon.h' 2022-02-12 19:59:18 +00:00
qfiles.h Resolved strict-aliasing warnings in OpenGL and Vulkan renderers 2021-04-11 14:40:29 +03:00
surfaceflags.h Backported spelling & other small fixes from ioq3 2018-08-02 08:25:32 +03:00
unzip.c Fixed some strict-aliasing warnings in unzip and net_ip, added range checks for netconfig cvars 2021-04-07 19:46:01 +03:00
unzip.h Code cleanup 2018-03-28 21:49:10 +03:00
vm.c QVM: use correct prototype for vmMain() entry point, code cleanup 2022-01-15 22:04:03 +02:00
vm_aarch64.c QVM: use correct prototype for vmMain() entry point, code cleanup 2022-01-15 22:04:03 +02:00
vm_armv7l.c QVM: use correct prototype for vmMain() entry point, code cleanup 2022-01-15 22:04:03 +02:00
vm_interpreted.c QVM: use correct prototype for vmMain() entry point, code cleanup 2022-01-15 22:04:03 +02:00
vm_local.h QVM: use correct prototype for vmMain() entry point, code cleanup 2022-01-15 22:04:03 +02:00
vm_x86.c Added ability to enforce dm68-compatible stream along with new challenge format, can be enabled on both client and server-side by adding -compat suffix to protocol cvar in command line, for example: 2022-02-04 23:02:42 +02:00