]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Fix flags and naming of cvars needed by the dedicated server
authorbones_was_here <bones_was_here@xonotic.au>
Thu, 27 Jul 2023 09:31:15 +0000 (19:31 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sat, 29 Jul 2023 07:36:07 +0000 (17:36 +1000)
commit6b6279b585b0c84cbb109a26121027f5e6b723b0
tree3aa483697ea3feb73e3e02298987cd8a42d1c680
parentb0abeba29bb6661c8e580486c8f969b6ef841af8
Fix flags and naming of cvars needed by the dedicated server

The cl_curl* cvars also apply to the dedicated server so not
registering them in 3a58ad52e63635c93e95955f984fd6052156e56b broke HTTP.
These now have aliases for backwards compat (eg Xonotic, Nexuiz menus).

cl_maxphysicsframesperserverframe is server-specific and was also used
by the dedicated server for "catch up" if it got behind.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
host.c
libcurl.c
sv_main.c