]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
- Instead of global refdef, view and viewcache variables they're now encapsulated...
authorres <res@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 4 Jan 2008 19:12:11 +0000 (19:12 +0000)
committerres <res@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 4 Jan 2008 19:12:11 +0000 (19:12 +0000)
commitafca12bb45e127f8c06427deaba55d766b0c9342
treefcbebf416bd30d2150a14cf27be504e078c47109
parentefdf8b2bb527a28112458f26e7f9da3906bb81bb
- Instead of global refdef, view and viewcache variables they're now encapsulated in a struct 'renderscene'.
- Each program type got a renderscene.
- Changed multiple methods to not use the global refdef etc. but take a renderscene instead.
- Made multiple CSQC builtin implementations non-static to allow access from MQC.

git-svn-id: svn://svn.icculus.org/twilight/branches/dp-mqc-render/darkplaces@7902 d7cf8633-e32d-0410-b094-e92efae38249
cl_main.c
cl_screen.c
client.h
clvm_cmds.c
clvm_cmds.h
csprogs.c
gl_rmain.c
menu.c
mvm_cmds.c
r_shadow.c
render.h