]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Changed the collision code used by sv_gameplayfix_nudgeoutofsolid to not consider...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 13 May 2014 22:13:15 +0000 (22:13 +0000)
committerRudolf Polzer <divverent@xonotic.org>
Wed, 4 Jun 2014 09:39:08 +0000 (11:39 +0200)
commit38d5490ae230b844b44996c87a4900ac640450b4
treecca8d2069e52bcf33c86dab0eefdd2b3ad3dc53d
parent20d03c81f7943b88132a4ee7d71327654835a4c7
Changed the collision code used by sv_gameplayfix_nudgeoutofsolid to not consider collision_impactnudge as that is already taken care of by the caller, and the way it was being done would typically reject such collisions anyway.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12076 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=89983a6142ccbec1cfd3690fa55979bbdaf3b8f1
collision.c