]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Cumulative patch:
authorvortex <vortex@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 21 Dec 2011 15:20:10 +0000 (15:20 +0000)
committerRudolf Polzer <divverent@alientrap.org>
Sat, 31 Dec 2011 12:18:32 +0000 (13:18 +0100)
commit4dcf5f3f84ea02b5f736bd3fc01e37b1d169a5f6
tree2b5be706ee49571a31100b7563aebd5ad7dbbbf0
parent979b210877535b44f1eb13c8637a9a56bdd9548b
Cumulative patch:
Fix RF_MODELLIGHT (was broken and dont work same way engine does it).
Fix bug in physics_ode_constantstep 1 (integer division, huh).
Added new geomtype field for ODE physics - sets collision shape, SOLID_PHYSICS_ are not deprecated (but keeped for compatibility reasons), as geomtype is a more correct way to set collision shape (allows to set both SOLID_CORPSE and trimesh collisions for instance).
Fixed support of custinfoparms.txt as some recent change in shader code seemed to broke it.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11620 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=44e8d40924a848e5dee64d310f60e39917bf061a
csprogs.c
dpdefs/dpextensions.qc
gl_rmain.c
model_shared.c
model_shared.h
progs.h
prvm_offsets.h
server.h
world.c