]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Optimize WinningConditionHelper: avoid calling strcpy if strings are the same, reduce...
authorterencehill <piuntn@gmail.com>
Sat, 30 Mar 2024 22:17:28 +0000 (23:17 +0100)
committerterencehill <piuntn@gmail.com>
Sat, 30 Mar 2024 22:17:28 +0000 (23:17 +0100)
commitd0f3b9133f0f2b007ca5c46f9ae50e70a080d353
tree9ab4241f1c0448467dc4267e528342f714b5ebaf
parent845d2e46ccc4d7c9ab610d9c230fb492ce959f00
Optimize WinningConditionHelper: avoid calling strcpy if strings are the same, reduce number of strcat calls. Also remove redundant ^7 in 3 messages of GameCommand_moveplayer
qcsrc/server/command/sv_cmd.qc
qcsrc/server/scores.qc