ioef/code/qcommon
Zack Middleton 1315d62491 Make COM_ParseWarning report starting line number of multi-line tokens
COM_ParseWarning use to show last line number of multi-line string tokens, now shows starting line number.
2013-06-03 22:35:57 -05:00
..
cm_load.c
cm_local.h
cm_patch.c
cm_patch.h
cm_polylib.c Fix some of the things clang --analyze flagged 2013-03-26 16:50:03 +00:00
cm_polylib.h
cm_public.h Remove references to non-existent functions CM_MarkFragments and CM_LerpTag. 2012-11-19 05:48:27 +00:00
cm_test.c
cm_trace.c Fix some of the things clang --analyze flagged 2013-03-26 16:50:03 +00:00
cmd.c Increase various arbitrary limits - Bug #5463 2013-01-06 01:36:39 -08:00
common.c clean up return statements a bit more 2013-05-30 15:43:21 -05:00
cvar.c Fix setting CVAR_VM_CREATED flag on user created cvars 2013-04-06 01:06:34 -05:00
files.c fix some OOB enumerator usages 2013-05-30 15:48:49 -05:00
huffman.c Fix some of the things clang --analyze flagged 2013-03-26 16:50:03 +00:00
ioapi.c
ioapi.h
md4.c REFACTOR [a vs an] 2012-06-18 16:31:16 +00:00
md5.c fix a WRONG size argument to a memset() call found by Clang/LLVM 2012-06-19 14:53:40 +00:00
msg.c Remove MSG_WriteDeltaUsercmd and MSG_ReadDeltaUsercmd 2013-02-02 22:26:22 -06:00
net_chan.c
net_ip.c Fix NET_IPSocket and NET_IP6Socket return type 2013-03-18 16:04:53 -05:00
puff.c
puff.h
q_math.c Modular rendering system. Patch by use.less01 2011-08-01 01:19:55 +00:00
q_platform.h Ditch 'historical compatibility' and use 'logic' instead 2013-03-22 11:33:27 +00:00
q_shared.c Make COM_ParseWarning report starting line number of multi-line tokens 2013-06-03 22:35:57 -05:00
q_shared.h Check for shaders without closing brace 2013-06-02 21:55:19 -05:00
qcommon.h fix some OOB enumerator usages 2013-05-30 15:48:49 -05:00
qfiles.h Remove RAVENMD4 #define 2013-03-18 19:05:51 +00:00
surfaceflags.h
unzip.c Fix some of the things clang --analyze flagged 2013-03-26 16:50:03 +00:00
unzip.h REFACTOR [a vs an] 2012-06-18 16:31:16 +00:00
vm.c Fix passing arg9 (qvm only), arg10, and arg11 to vmMain for native libs and non-i386 compiled or interpated qvms. (Currently they aren't use in vmMain in game, cgame, or ui.) 2012-12-15 21:55:07 +00:00
vm_interpreted.c Fix passing arg9 (qvm only), arg10, and arg11 to vmMain for native libs and non-i386 compiled or interpated qvms. (Currently they aren't use in vmMain in game, cgame, or ui.) 2012-12-15 21:55:07 +00:00
vm_local.h Fix passing arg9 (qvm only), arg10, and arg11 to vmMain for native libs and non-i386 compiled or interpated qvms. (Currently they aren't use in vmMain in game, cgame, or ui.) 2012-12-15 21:55:07 +00:00
vm_none.c
vm_powerpc.c drop some useless return statements 2013-05-30 15:43:21 -05:00
vm_powerpc_asm.c REFACTOR [a vs an] 2012-06-18 16:31:16 +00:00
vm_powerpc_asm.h
vm_sparc.c fix some "\n"-related stuff 2013-05-30 15:32:44 -05:00
vm_sparc.h
vm_x86.c remove some redundant exit() calls 2013-05-30 15:41:18 -05:00