]> git.xonotic.org Git - xonotic/darkplaces.git/commit
PRVM: optimise tempstring creation
authorbones_was_here <bones_was_here@xonotic.au>
Tue, 19 Dec 2023 13:19:21 +0000 (23:19 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sun, 21 Jan 2024 11:07:51 +0000 (21:07 +1000)
commit26a665ff43052862131df3c63785f91861989fc8
tree7fb404b0c4aa65b53608ced5db764dc08deab30a
parent160ed0589831a6756cc792f2cd0ef8ee80a2ec28
PRVM: optimise tempstring creation

No need for strlen in PRVM_SetTempString(), usually we already have that
information.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
26 files changed:
cl_demo.c
cl_parse.c
client.h
clvm_cmds.c
cmd.c
cmd.h
com_msg.c
common.c
common.h
console.c
csprogs.c
csprogs.h
keys.c
lhnet.c
lhnet.h
menu.h
mvm_cmds.c
netconn.c
netconn.h
progsvm.h
prvm_cmds.c
prvm_cmds.h
prvm_edict.c
server.h
sv_user.c
svvm_cmds.c