]> git.xonotic.org Git - xonotic/darkplaces.git/commit
r_refdef.vieworg and r_refdef.viewangles replaced by r_refdef.viewentitymatrix
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 14 Nov 2003 14:02:56 +0000 (14:02 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 14 Nov 2003 14:02:56 +0000 (14:02 +0000)
commit452858bbdaf67f5e1a13486f0abb24baffe7ea20
treef08a24b5f957ead4ac3ba72d0f179535a5f65b3c
parent0c4a60423029fde2b6628bec011ac6e5b683aa3c
r_refdef.vieworg and r_refdef.viewangles replaced by r_refdef.viewentitymatrix
fixed intermission camera bug (now the right place and angles by copying the entity matrix directly to r_refdef)
fixed intermission listener bug (now the right place by copying the entity matrix to listener variables)
fixed envmap command saving (now reads the correct part of the screen according to GL's bottom to top coordinates, so this works again)
fixed envmap command rendering (it was not hiding view and exterior models)
fixed timerefresh command rendering (it was not properly setting up the view)
merged chase.c into view.c because it really didn't have any good reasons to be separate
renamed listener_forward to listener_viewforward, listener_up to listener_viewup, listener_origin to listener_vieworigin, and converted listener_right to listener_viewleft
renamed vpn to r_viewforward, vup to r_viewup, vright to r_viewright (deprecated, trying to use just r_viewleft but haven't finished converting things over to it yet), r_origin to r_vieworigin

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3646 d7cf8633-e32d-0410-b094-e92efae38249
23 files changed:
chase.c [deleted file]
cl_particles.c
cl_screen.c
client.h
gl_backend.c
gl_backend.h
gl_models.c
gl_rmain.c
gl_rsurf.c
host.c
makefile
meshqueue.c
r_crosshairs.c
r_light.c
r_lightning.c
r_shadow.c
r_sky.c
r_sprites.c
render.h
snd_dma.c
sound.h
todo
view.c