]> 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)
committerRudolf Polzer <divverent@xonotic.org>
Fri, 14 Oct 2011 18:52:26 +0000 (20:52 +0200)
commit597639f7cca918f9a15d4c2b6c8375fb6c9277e2
tree33e05ce8121fb0c61620744a0b3ee7e0fa307ed9
parent775509268aa865aa04f42e95f47a58a5bca7e062
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
::stable-branch::merge=e8054fa0316150c3fdb748a66228ab7f9fcdeccb
cl_screen.c
clvm_cmds.c
csprogs.c
gl_rmain.c