]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
sys: make TimeString thread-safe
authorbones_was_here <bones_was_here@xonotic.au>
Sat, 24 Aug 2024 18:22:08 +0000 (04:22 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Wed, 28 Aug 2024 13:10:44 +0000 (23:10 +1000)
commitca9d3d8cbc29233c21894c46cd1ad9e49313d395
tree42ec53be6afa2e4bbe9a16bf5629c281ca82f63b
parentb70d844243657ac5ecd69f7a4df7c60fc637bbd7
sys: make TimeString thread-safe

Also avoids copying to an intermediate buffer in the warmer paths.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
cl_demo.c
cl_main.c
cl_parse.c
cl_screen.c
console.c
sbar.c
sv_main.c
sys.h
sys_shared.c