Module darkplaces: Change committed

havoc at icculus.org havoc at icculus.org
Fri Nov 14 09:03:06 EST 2003


Commiter   : havoc
CVSROOT    : /cvs/cvsroot/twilight
Module     : darkplaces
Commit time: 2003-11-14 14:03:06 UTC

Log message:

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

Modified files:
     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

Removed files:
     chase.c
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: darkplaces.20031114.140306.havoc.diff
URL: <http://icculus.org/pipermail/twilight-commits/attachments/20031114/c3fc2cfe/attachment.diff>


More information about the twilight-commits mailing list