Permalink
Please sign in to comment.
Browse files
Prevent objects from colliding with own child attachments (#7610)
Also, use a better distance calculation for 'collide with objects'. Fixes the issue of a vehicle occasionally colliding with its own driver, causing one of the velocity components to be set to zero.
- Loading branch information...
Showing
with
28 additions
and 14 deletions.
- +1 −0 src/clientobject.h
- +16 −6 src/collision.cpp
- +2 −2 src/content_cao.h
- +4 −5 src/content_sao.cpp
- +4 −1 src/content_sao.h
- +1 −0 src/serverobject.h
0 comments on commit
ee63b94