]> git.xonotic.org Git - xonotic/darkplaces.git/commit
cl_input: Don't floor cl.cmd.frametime to the nearest millisecond in CL_SendMove
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 11 Apr 2021 16:46:14 +0000 (16:46 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 11 Apr 2021 16:46:14 +0000 (16:46 +0000)
commit4988b3a80efbdb3108a0225ed2443d6015111424
tree232a7ae05b07b0067692a0f7a9535e7a33734e72
parent1b6ea396b616e359cfe98d1e85e8e7a9ac571e91
cl_input: Don't floor cl.cmd.frametime to the nearest millisecond in CL_SendMove

Removes the requirement of integer millisecond client and server frame times (eg 125fps) to get the smoothest asynchronous movement.

Authored by bones_was_here
https://gitlab.com/xonotic/darkplaces/-/merge_requests/112

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@13114 d7cf8633-e32d-0410-b094-e92efae38249
cl_input.c
protocol.h