]> git.xonotic.org Git - xonotic/darkplaces.git/commit
view: Refactor V_CalcRefDefUsing. Fully implement classic Quake-style weapon bob
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 26 Sep 2020 04:59:57 +0000 (04:59 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 26 Sep 2020 04:59:57 +0000 (04:59 +0000)
commit40252dce08297440544ab3b8caf66585aa839bf1
tree7f54bd311c23ff5f095b9fe779714d49f2157da3
parent17784e754815ec5f897858af0f2bf70784f1532a
view: Refactor V_CalcRefDefUsing. Fully implement classic Quake-style weapon bob

This is largely a port from Quakespasm and remains compatible with
the original Darkplaces weapon bob behavior. I removed some dead code
and split off the intermission block into its own function.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12942 d7cf8633-e32d-0410-b094-e92efae38249
client.h
clvm_cmds.c
common.c
view.c