aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update ode binaries for windows; add a minimal velocity for bounceUbitUmarov2017-04-201-0/+1
|
* deleted a bit 2 much on last commitUbitUmarov2017-04-181-2/+3
|
* still issues with volume detectors and sleeping bodiesUbitUmarov2017-04-151-0/+2
|
* still issues with volume detectors and sleeping bodiesUbitUmarov2017-04-151-17/+33
|
* some reduction on large colision repulsive force on non physical placement ↵UbitUmarov2017-04-141-4/+14
| | | | of physical prims
* add missing file. Changes of inertia data of objects running does notUbitUmarov2017-03-311-1/+2
| | | | | produce correct physical results, namely linear and angular momentum are not conserved.
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-32/+32
|
* remove a gc.collect that isn't very usefull (on the right engine thisUbitUmarov2016-12-301-2/+0
| | | | time)
* ubOde: add a needed lockUbitUmarov2016-11-101-5/+11
|
* start removing old hack of using SetMomentum to just set instant velocity, ↵UbitUmarov2016-11-071-0/+1
| | | | now that TargetVelocity is avaiable
* remove some MegaRegions code from ubOdeUbitUmarov2016-09-011-124/+66
|
* remove some MegaRegions code from physicsUbitUmarov2016-09-011-26/+0
|
* change ODEs topcolliders code ( still bad), plus a few memory leaksUbitUmarov2016-08-221-27/+21
|
* fix ubOde prims unlink that got broken fixing sleeping bodies collisions, ↵UbitUmarov2016-08-191-3/+16
| | | | 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 a few changes to collisions reportingUbitUmarov2016-08-061-12/+30
|
* remove redundant checkUbitUmarov2016-07-251-2/+1
|
* revert bad last changes and fix the issue another wayUbitUmarov2016-07-251-8/+9
|
* ubOde bug fixUbitUmarov2016-07-251-1/+1
|
* ubOde fix contact relative velocity signUbitUmarov2016-07-241-30/+31
|
* add OSSL osGetPhysicsEngineName(). this returns a string with name and ↵UbitUmarov2016-07-041-3/+3
| | | | version. does no permition checks or it whould be less usefull ( only ubOde returns value)
* ubOde: add threading related calls new ode.dll may need. Hope this doesn't ↵UbitUmarov2015-11-201-3/+18
| | | | break with current linux ode library
* minor: reset character collision flags, even if without a BodyUbitUmarov2015-11-121-2/+6
|
* add some safeguard checksUbitUmarov2015-11-121-3/+4
|
* rename MinFrameTime as FrameTime, since it is not a minimum but a target ↵UbitUmarov2015-11-081-1/+1
| | | | value; retune its value a bit so reported FPS is closer to integer value; change ode step size acording to reduce jitter in phys FPS; Make Statistics Scaling factor (fludge factor) configurable. (legacy default of 5.0 in code)
* change maximum angular velocity to a value derived from heartbeat rate and ↵UbitUmarov2015-11-081-2/+8
| | | | Nyquist.
* Make physics engines finish internal representation of loaded prims before ↵UbitUmarov2015-10-221-3/+4
| | | | starting simulation so it does start for all at same time. Currently only in use by ubOde
* rename terrain for opensim and respective configuration flag that a future ↵UbitUmarov2015-10-221-12/+15
| | | | costumized ODE library may have
* update ubOde hashspaces levelsUbitUmarov2015-10-211-3/+3
|
* fix a typo..UbitUmarov2015-10-141-1/+0
|
* bug fix, and make Mesh-Mesh and Mesh-Terrain collisions a lot softerUbitUmarov2015-10-141-68/+74
|
* change fps and dilation (still something not that usefull). make collisions ↵UbitUmarov2015-10-131-86/+77
| | | | a bit less explosive.., do changes on own time limited loop and not on simulation loop, ...
* fix for future non square regionsUbitUmarov2015-09-231-3/+4
|
* remove a odd floating offset on physical prims/terrain collisionsUbitUmarov2015-09-231-16/+9
|
* rename Ubit physics modulesUbitUmarov2015-09-121-0/+2825