[quake3-commits] [ioquake/ioq3] 2d54a1: fix some "\n"-related stuff
/dev/humancontroller
devhc at example.com
Thu May 30 17:01:55 EDT 2013
Branch: refs/heads/master
Home: https://github.com/ioquake/ioq3
Commit: 2d54a1261541a437f7e5ce1218131151d4cf8efb
https://github.com/ioquake/ioq3/commit/2d54a1261541a437f7e5ce1218131151d4cf8efb
Author: /dev/humancontroller <devhc at example.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M code/qcommon/vm_sparc.c
M code/renderergl2/tr_bsp.c
M code/renderergl2/tr_fbo.c
M code/renderergl2/tr_glsl.c
M code/renderergl2/tr_shade_calc.c
Log Message:
-----------
fix some "\n"-related stuff
add missing "\n"s to some Printf()-like calls (in Rend2)
drop erroneous "\n"s from some Error()-like calls (in Rend2)
drop erroneous "\n" from a Com_Error() call (in vm_sparc.c)
Commit: 830d93aa38dc50d40dccab35689ade70ebd664bc
https://github.com/ioquake/ioq3/commit/830d93aa38dc50d40dccab35689ade70ebd664bc
Author: /dev/humancontroller <devhc at example.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M code/qcommon/common.c
M code/qcommon/vm_x86.c
M code/renderercommon/tr_image_jpg.c
Log Message:
-----------
add some noreturn annotations
Commit: 8cc817b5a34a93719d2cf698243b086bf1dfd377
https://github.com/ioquake/ioq3/commit/8cc817b5a34a93719d2cf698243b086bf1dfd377
Author: /dev/humancontroller <devhc at example.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M code/qcommon/vm_powerpc.c
M code/qcommon/vm_x86.c
Log Message:
-----------
remove some redundant exit() calls
Commit: f0b43aba353672514b4a397415556716fab5ddd9
https://github.com/ioquake/ioq3/commit/f0b43aba353672514b4a397415556716fab5ddd9
Author: /dev/humancontroller <devhc at example.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M code/client/cl_cgame.c
Log Message:
-----------
remove some unused stuff
Commit: a8ce30163e6cbc17fc3e25b69fdd76a22ac45be8
https://github.com/ioquake/ioq3/commit/a8ce30163e6cbc17fc3e25b69fdd76a22ac45be8
Author: /dev/humancontroller <devhc at example.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M code/sys/sys_unix.c
Log Message:
-----------
make the fread() success-check code in Sys_RandomBytes() more secure
Commit: 1d0a044de31736e0be4b46566d51d271bb2f518e
https://github.com/ioquake/ioq3/commit/1d0a044de31736e0be4b46566d51d271bb2f518e
Author: /dev/humancontroller <devhc at example.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M code/client/cl_console.c
Log Message:
-----------
when using the condump command, do not say "dumped console text" prematurely, before trying to open the file
Commit: bbd17d75cef31513ad9913b7f68a964705d2d6e1
https://github.com/ioquake/ioq3/commit/bbd17d75cef31513ad9913b7f68a964705d2d6e1
Author: /dev/humancontroller <devhc at example.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M code/botlib/be_ai_chat.c
M code/cgame/cg_particles.c
M code/client/cl_parse.c
M code/client/snd_mix.c
M code/renderergl1/tr_model_iqm.c
M code/renderergl2/tr_model_iqm.c
M code/renderergl2/tr_world.c
M code/server/sv_world.c
Log Message:
-----------
reduce the amount of compiler warnings for variable shadowing
Commit: 9d626b6a1249c8aeb200d939b9d79a32b34cfe42
https://github.com/ioquake/ioq3/commit/9d626b6a1249c8aeb200d939b9d79a32b34cfe42
Author: /dev/humancontroller <devhc at example.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M code/botlib/be_ai_char.c
M code/botlib/be_ai_chat.c
M code/botlib/be_ai_goal.c
M code/cgame/cg_particles.c
M code/client/cl_keys.c
M code/qcommon/common.c
M code/qcommon/files.c
M code/qcommon/vm_powerpc.c
M code/renderergl1/tr_surface.c
M code/renderergl2/tr_surface.c
M code/tools/asm/q3asm.c
M code/tools/lcc/cpp/cpp.c
M code/tools/lcc/cpp/include.c
M code/tools/lcc/cpp/macro.c
M code/zlib/inffast.c
Log Message:
-----------
drop some useless return statements
Commit: 9e9d6fa52c058a164d5d92fd08d79618f64397a2
https://github.com/ioquake/ioq3/commit/9e9d6fa52c058a164d5d92fd08d79618f64397a2
Author: /dev/humancontroller <devhc at example.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M code/botlib/be_ai_move.c
M code/qcommon/common.c
M code/renderergl1/tr_shader.c
Log Message:
-----------
clean up return statements a bit more
Commit: 120e296a74b0317f29d7f516d904bdc70f71b006
https://github.com/ioquake/ioq3/commit/120e296a74b0317f29d7f516d904bdc70f71b006
Author: /dev/humancontroller <devhc at example.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M code/q3_ui/ui_players.c
M code/qcommon/files.c
M code/qcommon/qcommon.h
M code/ui/ui_main.c
M code/ui/ui_players.c
Log Message:
-----------
fix some OOB enumerator usages
(should be no-op with usual compiler workings)
Compare: https://github.com/ioquake/ioq3/compare/242dcf9cf846...120e296a74b0
More information about the quake3-commits
mailing list