aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/UbitOdePlugin/ODERayCastRequestManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ubitODE: - fix remove characters from default raycasts filters as older code ↵UbitUmarov2012-04-161-8/+8
| | | | (or camera is very odd) - Slow down avatar if velocity is higher than 50m/s as in chODE
* ubitODE + physmanager: - Revised use of ODE collisions categories and ↵UbitUmarov2012-04-161-83/+243
| | | | bits(flags) for better use as filters together with top spaces (for example physical prims are on topactivespace and not physical are on topstaticspace) - Added new world raycast with filters. This blocks calling thread with a timeout of 500ms waiting for heartbeat ode thread signal job done. - Don't let ode bodies being disabled for 2 long except for vehicles. This is necessary to detect when the object is at rest at top of other and that is removed. Assume that vehicles can be enabled by used action.
* UbitODE plugin initial commitUbitUmarov2012-02-081-0/+443