Bug 5090 - noclipping players affecting other players
Status: NEW
Alias: None
Product: Tremulous
Classification: Unclassified
Component: Misc
Version: SVN HEAD
Hardware: All All
: P3 normal
Assignee: Tim Angus
QA Contact: Tremulous Bugs
URL:
Depends on: 5089
Blocks:
 
Reported: 2011-07-17 05:09 EDT by /dev/humancontroller
Modified: 2011-08-07 21:25:48 EDT
1 user (show)

See Also:


Attachments
fix noclipping players affecting other players (4.13 KB, patch)
2011-07-17 05:10 EDT, /dev/humancontroller

Description /dev/humancontroller 2011-07-17 05:09:27 EDT
for example, non-noclipping players are able to stand on the "center" of a noclipped player.
Comment 1 /dev/humancontroller 2011-07-17 05:10:31 EDT
Created attachment 2847 [details]
fix noclipping players affecting other players

set an r.contents value of 0 for noclipping clients, backing up the r.contents value in the new ent->client->cliprcontents field.
Comment 2 Chris "Lakitu7" Schwarz 2011-08-07 19:17:00 EDT
Does this patch depend on something else? Almost all of it fails.
Comment 3 /dev/humancontroller 2011-08-07 21:25:48 EDT
ah yes, the patch in bug 5089; forgot that.