aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/ubOde/ODEPrim.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* avoid doing unnecessary heavy things on change physics repUbitUmarov2016-11-261-0/+7
|
* ubOde fix a multhreading timming issueUbitUmarov2016-11-121-2/+2
|
* start removing old hack of using SetMomentum to just set instant velocity, ↵UbitUmarov2016-11-071-2/+3
| | | | now that TargetVelocity is avaiable
* fix ubOde prims unlink that got broken fixing sleeping bodies collisions, ↵UbitUmarov2016-08-191-3/+12
| | | | core removes and adds a prim with same LocalID not giving time for physics to actuly delete, so when it did it LocalID was lost
* ubOde reduce collision_start latency in same cases (only one collision ↵UbitUmarov2016-08-171-7/+6
| | | | happening and more than 50ms since last)
* ubOde a few changes to collisions reportingUbitUmarov2016-08-061-11/+27
|
* apply external forces and torque to vehicles also, as other engines doUbitUmarov2016-08-041-4/+4
|
* add missing overridesUbitUmarov2016-07-251-1/+1
|
* revert bad last changes and fix the issue another wayUbitUmarov2016-07-251-2/+9
|
* ubOde bug fixUbitUmarov2016-07-251-1/+3
|
* remove the unused OBB physics parameters export, since they aren't actually ↵UbitUmarov2015-12-171-24/+0
| | | | usefull outside ubOde
* ubOde: add threading related calls new ode.dll may need. Hope this doesn't ↵UbitUmarov2015-11-201-1/+5
| | | | break with current linux ode library
* change maximum angular velocity to a value derived from heartbeat rate and ↵UbitUmarov2015-11-081-5/+3
| | | | Nyquist.
* fix wrong condition to set low angular velocity as Zero.UbitUmarov2015-11-081-4/+4
|
* add a console/log warning about large physics meshs on ubOde that can have ↵UbitUmarov2015-11-051-0/+6
| | | | negative impact on region load
* stop using a vector3 to store axis locks 3bit flags in ubOdeUbitUmarov2015-10-201-35/+43
|
* reduce jitter due to viewer interpolators on objects that are really almost ↵UbitUmarov2015-10-131-37/+87
| | | | at rest
* add get method on physics actors PIDHoverActiveUbitUmarov2015-09-301-0/+4
|
* rename Ubit physics modulesUbitUmarov2015-09-121-0/+3896