]> git.xonotic.org Git - xonotic/darkplaces.git/commit
fix bugs with CSQC clearscene function - it now restores the view to
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 14 Oct 2011 14:34:03 +0000 (14:34 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 14 Oct 2011 14:34:03 +0000 (14:34 +0000)
commite8054fa0316150c3fdb748a66228ab7f9fcdeccb
tree84fdf1c1733aebf6b7bbcfb85715ce72bf6d3662
parentacfed5e0361917f332322756bc09a23f5c59bf06
fix bugs with CSQC clearscene function - it now restores the view to
what was given to CSQC_UpdateView in the first place
fix bugs with getpropertyvec(VF_FOV) - it reads view.ortho_x and y
values assuming they are the original angles, so these needed to be set
correctly by the engine before invoking CSQC_UpdateView

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11410 d7cf8633-e32d-0410-b094-e92efae38249
cl_screen.c
clvm_cmds.c
csprogs.c
gl_rmain.c