[quake3-commits] [ioquake/ioq3] b05962: Remove unused functions from null_main.c and null_...
Zack Middleton
zturtleman at gmail.com
Thu Aug 28 00:44:17 EDT 2014
Branch: refs/heads/master
Home: https://github.com/ioquake/ioq3
Commit: b0596248ffc3e24aad38176027816c5aab453a8e
https://github.com/ioquake/ioq3/commit/b0596248ffc3e24aad38176027816c5aab453a8e
Author: Zack Middleton <zturtleman at gmail.com>
Date: 2014-08-27 (Wed, 27 Aug 2014)
Changed paths:
M code/null/null_input.c
M code/null/null_main.c
Log Message:
-----------
Remove unused functions from null_main.c and null_input.c
Sys_mkdir is suppose to have a capital M, which is also in null_main.c.
Commit: 0853c85e19387be450712f03d9f6d3b35809b707
https://github.com/ioquake/ioq3/commit/0853c85e19387be450712f03d9f6d3b35809b707
Author: Zack Middleton <zturtleman at gmail.com>
Date: 2014-08-27 (Wed, 27 Aug 2014)
Changed paths:
M code/client/cl_main.c
Log Message:
-----------
Fix incorrect strncat usage in CL_ServerInfoPacket
Commit: e5f54c584acded3092f3d9dbdd3cd0c0a5ad12d3
https://github.com/ioquake/ioq3/commit/e5f54c584acded3092f3d9dbdd3cd0c0a5ad12d3
Author: Zack Middleton <zturtleman at gmail.com>
Date: 2014-08-27 (Wed, 27 Aug 2014)
Changed paths:
M code/renderergl1/tr_shader.c
M code/renderergl2/tr_shader.c
Log Message:
-----------
Fix incorrect rgbGen const reading uninitialized memory
If ParseVector fails, color isn't fully set.
Commit: f17f58705ccf4bcf94684aa75576ad61a69ce0dd
https://github.com/ioquake/ioq3/commit/f17f58705ccf4bcf94684aa75576ad61a69ce0dd
Author: Zack Middleton <zturtleman at gmail.com>
Date: 2014-08-27 (Wed, 27 Aug 2014)
Changed paths:
M code/renderergl2/tr_bsp.c
Log Message:
-----------
Remove a numIboIndexes=0 that is not read from GL2 tr_bsp.c
numIboIndexes is set to 0 inside the loop for each surface. Does not need to be set before loop.
Compare: https://github.com/ioquake/ioq3/compare/bb64bd7be054...f17f58705ccf
More information about the quake3-commits
mailing list