]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
Fix scr_loadingscreen_maxfps, related polishing
authorbones_was_here <bones_was_here@xonotic.au>
Sat, 14 Sep 2024 07:58:03 +0000 (17:58 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sat, 14 Sep 2024 08:25:41 +0000 (18:25 +1000)
commit40cdb054026fe5acb26c79adabe3db55bee282c2
treeceb53ea25d322c14a9848e63c4f915111561af17
parentbcea0954ddadf9ce709c628f62cb5bfdd624e7d4
Fix scr_loadingscreen_maxfps, related polishing

Since that cvar was implemented, unix time has grown too large to be
represented precisely by a float, causing FPS to be much lower than
configured. Should be using host.realtime (relative) here anyway.

Simplifies Curl_Select() and improves some debug messages.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
cl_screen.c
libcurl.c
libcurl.h
sys_shared.c