ioef/code/qcommon
2009-09-15 00:19:22 +00:00
..
cm_load.c * Fix some new GCC 4.3 warnings 2008-11-10 23:55:22 +00:00
cm_local.h
cm_patch.c
cm_patch.h
cm_polylib.c
cm_polylib.h
cm_public.h
cm_test.c
cm_trace.c fix strict aliasing issues 2008-11-03 17:03:54 +00:00
cmd.c Don't allow negative arguments to the "wait" console command. 2009-09-14 23:56:09 +00:00
common.c Minor reworking to check command line cvars before Com_InitZoneMemory(). 2009-09-14 19:28:59 +00:00
cvar.c make Cvar_Command use all arguments just like Cvar_Set_f (#4063) 2009-05-08 09:13:16 +00:00
files.c Fixed infinite recursion of writing crashlog because we're out of file handles. 2009-09-15 00:19:22 +00:00
huffman.c Changed the protocol for VoIP packets to support legacy clients. 2008-06-03 02:32:52 +00:00
md4.c
md5.c
msg.c fix strict aliasing issues 2008-11-03 17:03:54 +00:00
net_chan.c - Revamp in-game server browser: you can now scan for games on multiple master servers, while retaining compatibility with old QVMs. 2008-04-11 18:39:03 +00:00
net_ip.c Fixed uninitialized variable. 2009-09-14 19:31:42 +00:00
puff.c
puff.h
q_math.c fix strict aliasing issues 2008-11-03 17:03:54 +00:00
q_platform.h qcommon: Add idsparc and set when __sparc__ && !C_ONLY 2009-03-02 17:29:30 +00:00
q_shared.c * Fix some new GCC 4.3 warnings 2008-11-10 23:55:22 +00:00
q_shared.h define STRING and XSTRING in q_shared.h (#4054) 2009-05-05 18:19:29 +00:00
qcommon.h Fixed infinite recursion of writing crashlog because we're out of file handles. 2009-09-15 00:19:22 +00:00
qfiles.h move all image decoders into separate files 2008-02-14 11:13:18 +00:00
surfaceflags.h
unzip.c * Fix some new GCC 4.3 warnings 2008-11-10 23:55:22 +00:00
unzip.h
vm.c qcommon: vm: sparc, like 386, doesn't need var-args conversion. 2009-03-02 17:29:35 +00:00
vm_interpreted.c * Fix unused variable warning 2008-08-23 22:45:30 +00:00
vm_local.h use vm->callLevel to count recursive calls to VM_Call 2008-03-24 21:20:55 +00:00
vm_none.c
vm_powerpc.c realloc vm->instructionPointers on ppc64 2008-11-10 09:46:31 +00:00
vm_powerpc_asm.c new PowerPC vm 2008-11-10 09:46:01 +00:00
vm_powerpc_asm.h new PowerPC vm 2008-11-10 09:46:01 +00:00
vm_ppc.c
vm_sparc.c qcommon: vm: Add sparc JIT compiler. 2009-03-02 17:29:40 +00:00
vm_sparc.h qcommon: vm: Add sparc JIT compiler. 2009-03-02 17:29:40 +00:00
vm_x86.c align stack before re-entering engine to make sse work (#4051) 2009-05-02 17:15:51 +00:00
vm_x86_64.c * Fix memory leak in win32 VM code (arQon/dmitry) 2008-08-06 16:09:29 +00:00
vm_x86_64_assembler.c